﻿@charset "utf-8";
/* CSS Document */
body, html {
  background-color:#F7F7F7;
  background-position:top;
  voice-family: inherit;
  height: 100%;
  padding:0px;
  margin:0px;
  font-family:Verdana;
  background-image:url(../images/CleanLines.gif);
  background-attachment:inherit;
  background-repeat: repeat;
}

a {
	color: #3B759A; 
	text-decoration: none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #3C8A58;
}
a.noline {
	text-decoration: none;
}

html>body #page {
	background:transparent url(../images/shadow_right.png) top right repeat-y;
}

#MainTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
}

#MainArea {
	width:968px;
  border:0px;
  position:relative;
  z-index:1;
  height:100%;
  top:0px;
  font-family:Arial;
}

#TopSection {
  width:968px;
  height:100px;
  font-size:12px;
  position:absolute;
  text-align: right;
  z-index:54;
  background-image:url(../images/CleanLogo.jpg);
}

#MainMenu {
  top:95px;
  width:968px;
  height:20px;
  position:relative;
  background-image:url(../images/MenuLayout.jpg);
  background-repeat:no-repeat;
}

#ContentArea {
  border-style: none;
  border-width: 0px;
  width: 926px;
  padding:10px;
  border: 1px Solid #D4D4D4;
  position: relative;
  height: 100%;
  z-index: 2;
  left:10px;
  top: 295px;
  font-size: 14px;
  vertical-align: top;
  background-color:#ffffff;
  text-align:left;
}

.style11 {
	font-size: medium;
	font-weight: bold;
}
.style12 {
	color: #006699;
	font-weight: bold;
}
.style10 {
	font-family:Arial, Helvetica, sans-serif;
	color: #3C8A58
}



.labletd{  
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#666666;
 text-align:left;
  }
  
  .err
  {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 color:red;
 text-align:left;
  }
  
  .fill
  {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color: #0f6b35;
  }
  
.Clean
  {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color: #1A5886;
  }
  

