﻿html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	padding-top: 20px;
	background-color: #F5F0F0;
}

#Main {
 overflow: auto;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
#Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 765px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
#Container {
	background-color: #D0D2C1;
	color: #333;
	clear: both;
	margin: 0px;
	padding-top: 2.2em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 765px;
	float: left;
	border: 1px solid #C0C0C0;
	display: block;
	
}
#Content {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	width: auto;
	height: 400px;
	overflow: auto;
}
#Navigation {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	height: 108px;
	border: 1px solid #C0C0C0;
	display: block;
	width: auto;
}
ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 658px;
}

ul#primary li  {
	display: inline;
	list-style: none;
}

ul#primary a,ul#primary a.active {
	width: 10em;
	display: block;
	float: left;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px /*95%*/;
	text-decoration: none;
	color: #333;
	letter-spacing: .1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

ul#primary a.active,ul#primary a.active:hover {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	background: #D0D2C1;
	color: #333;
	padding-bottom: 4px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}

ul#primary a {
	background: #e8e9e1;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
}

ul#primary a:hover {
	margin-top: 1;
	border-color: #c0c0c0;
	background: #F1F1ED;
	color: #333;
	padding-bottom: 3px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}
ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.6em;
	left: 1px;
	width: 100%;
}
ul#secondary li a {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border-top: none;
	border-right: 1px dotted #c0c0c0;
	border-bottom: none;
	border-left: none;
	background: none;
	color: #666;
	background-color: #D0D2C1;
	text-decoration: none;

}
ul#secondary li a:hover {
	color: #333;
	background-color: #D0D2C1;
	border-top: none;
	border-right: 1px dotted #c0c0c0;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul#secondary li a:active {
	color: #000;
	background-color: #D0D2C1;
}
ul#secondary li:last-child a { border: none; 
    
}

/* start tooltip */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* End tooltip */

/* Start Switch */

/*Default style for SPAN icons. Edit if desired: */

.iconspan
{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar
{
background-color: #F5F5F5;
font-weight: bold;
border: 1px solid black;
padding: 3px;
}

div.eg-bar
{
width: 550px;
}

.icongroup1
{
width: 550px;
}

/* end switch */

.PanelLeft
{
 float:left;
 padding-right:2px;
    
} 

 .PanelRight
{
 float:right;
 padding-left:2px;
 overflow: auto;    
}  

.PanelBottom
{
 
 padding-top:2px;
 padding-bottom:2px;   
}  

.SubmitButton

{
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font: Verdana 0.8em;
    color: #284775;
    
}

.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.watermarked
{
  background-color:Aqua;
  color:GrayText;  
    
}  

td.shadow-top { 
    height: 16px;  
    background-image: url(borders/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(borders/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(borders/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(borders/bottomRight.gif)
  } 

  td.shadow-bottom { 
    height: 16px;
    background-image: url(borders/bottom.gif)
  }

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(borders/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(borders/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(borders/topLeft.gif)
  }
  .MoneyData
{
 TEXT-ALIGN:right  
}  

.PanelHeader
{
 FONT-WEIGHT: bold; 
 FONT-SIZE: 0.9em; 
 COLOR: white; 
 BACKGROUND-COLOR: #5d7b9d       
} 