body {
	color: #FFFFFF;
	background-color:White;
  	font-size: 8px;
  	font-family: verdana, Tahoma, 'Trebuchet MS', 'Times New Roman';
	text-align:center;
	margin-top:0px;
}

#page
{
	margin:0px auto;
	text-align:left;
	width:980px;
	background-color:Aqua;
}

#main {
	padding:0px;
	margin:40px 0px 10px 0;
	width:980px;
	background-color:Lime;
}

.clear {
	clear:both;
}

a:link {
  	text-decoration: none;
  	color: #000000;
  	font-size: 12px;
}

a:visited {
  text-decoration: none;
  	color: #000000;
  	font-size: 12px;
}

a:hover {
   	color: #41585D;
  	font-size: 12px;
  	border-bottom-style:dashed;
  	border-bottom-width:1px;
  	border-bottom-color:#FF9933;
}

a:active {
  text-decoration: none;
  	color: #41585D;
  	font-size: 12px;
}

.header {
	width:980px;
  	padding: 0px;
  	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #5292A5;
	font-weight:bold;
	color: #FF9933;
  	font-size: 32px;
  	font-family:'Trebuchet MS', verdana, Tahoma, 'Times New Roman';
  	text-align:left;
}

.footer {
	width:980px;
  	padding: 0px;
  	margin: 0px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	color: #666666;
  	font-size: 12px;
}

#mainPanel {
	width:980px;
  	padding: 0px;
  	margin: 0px;
	background-color:White;
	color: #BA7474;
  	font-size: 12px;
}

#mainFrontPanel {
	width:980px;
  	padding: 0px;
  	margin: 0px;
	background-color:White;
	color: #BA7474;
  	font-size: 12px;
}

#rightPanel 
{
	width:780px;
	background-color:White;
	float:right;
}

#centrePanel 
{
	width:300px;
	background-color:Silver;
}

#leftPanel 
{
	width:200px;
	background-color:White;
	float:left;
}

#innerRightPanel
{
	width: 96%;
	background-color:#C6E3EF;
	padding:15px;
	height:600px;
	color:Black;
	border-style:dashed;    
	border-width: 1px;   
	border-color: #aaaaaa;
}

#innerLeftPanel
{
	width: 80%;
	background-color:#EDF5FA;
	height:600px;
	padding:15px;
	color:Black;
	border-style:dashed;    
	border-width: 1px;   
	border-color: #aaaaaa;
}

#frontRightPanel
{
	width:466px;
	height:300px;
	background-color:#C6E3EF;
	background-image:url("frontRightX.jpg");
	background-repeat:no-repeat;
	padding:10px;
	color:Black;
	float:right;
	text-align:left;
	border-style:dashed;    
	border-width: 1px;   
	border-color: #aaaaaa;
}

#frontLeftPanel
{
	width:465px;
	height:300px;
	background-color:#C6E3EF;
	background-image:url("frontLeftX.jpg");
	background-repeat:no-repeat;
	padding:10px;
	color:Black;
	float:left;
	text-align:left;
	border-style:dashed;    
	border-width: 1px;   
	border-color: #aaaaaa;
}
.heading
{
	background-color: #FF9933;
  	color: #FF9933;
	font-size: 13px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
  	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.topMenu
{
	width:976px;
	color:white;
	background-color:White;
	font-size:12px;
	padding:2px;
	text-align:right;
	background-image:url("menubar.jpg");
}	

.topMenu a:Hover
{
	color:White;
}

.topMenu a:Visited
{
	color:White;
}

.topMenu a:Link
{
	color:White;
}

.topMenu a:Active
{
	color:White;
}


.inputbox
{
  	background-color: #FFFFFF;
	font-size: 12px;
  	font-family:verdana, Tahoma, 'Trebuchet MS', 'Times New Roman';
}

.label
{
	background-color: #810F0E;
  	color: #FFFFFF;
	font-size: 11px;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
  	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 160px;
}

.input
{
  	background-color: #FFFFFF;
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
  	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 14px;
	width: 160px;
}


.pageTitle
{
	border-style:dashed;
	border-bottom-width: 1px;   
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-color: #aaaaaa;
	font-size:20px;
	color:#305661;
	text-align:left;
}

.gridView
{
	width:750px;
}

.gridViewHeader
{
	background-color:#5292A5;
	color:White;
	text-align:left;
}

.gridViewRow
{
	background-color:#D3E9F1;
	text-align:left;
}

.gridViewAltRow
{
	background-color:#E0EFF3;
	text-align:left;
}

.gridViewAccepted
{
	background-color:#BFFFBF;
	text-align:left;
}

.gridViewWarning
{
	background-color:#A40000;
	text-align:left;
}
.gridViewHidden
{
	color:#888888;
	text-align:left;
}

.gridViewHideCell
{
	font-size:0px;
	color:White;
	width:0px;
}

.gridViewPaging
{
	background-color:#B1D8E9;
	color:Black;
	text-align:left;
	font-size:11px;
	font-weight:bold;
}

.gridViewPaging a:Link
{
	color:#5292A5;
	font-size:11px;
	font-weight:bold;
}

.button
{
	background-color:White;
}

.sectionTitle
{
	color:#5292A5;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.gvInfo
{
	background-color:#E4E4E4;
	color:#5B5B5B;
	font-weight:bold;
	width:750px;
	text-align:right;
	padding:10px;
	border-width:750px;
}

.headerTable
{
	width:650px;
	border-width:2px;
}

.mainTable
{
	width:750px;
	background-color:#A9D5E7;
}

.mainTable tr 
{
	text-align:left;	
}

.mainTable td
{
	
	border-bottom-style:dashed;    
	border-bottom-width: 1px;   
	border-bottom-color: #aaaaaa;
	text-align:left;	
	
}	

.textboxLabel
{
	background-color:#A9D5E7;
  	font-family: verdana, Tahoma, 'Trebuchet MS', 'Times New Roman';
}

.modalBackground {
 background-color:Gray;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	
}


