
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/bckgrd.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f1f1f1;	
}

#shell {
	background-image:url(images/page_bckgrd.gif);
	width:911px;
	height:auto;
}

#search {
	background-image:url(images/top_right.gif);
	width:331px;
	height:55px;
	float:left;
	padding-top:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#005290;
	line-height:18px;
}

#s {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	background-color:#ffffff;
	border:solid;
	border-color:#666666;
	border-width:1px;
}

#s:focus {
	background:#ffffff;
	color:#000;
	border:solid;
	border-color:#005290;
	border-width:1px;
	background-color:#f2f2f2;
}

#header {
	background-image:url(images/hdr_bckgrd.gif);
	width:502px;
	height:39px;
	color:#005290;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
}
#header1 {
	background-image:url(images/hdr_bckgrd.gif);
	width:682px;
	height:39px;
	color:#005290;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
}
#headerExec {
	background-image:url(images/hdr_bckgrd.gif);
	width:502px;
	height:29px;
	color:#005290;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-top:10px;
}
#page_content {
	background-image:url(images/page_bckgrd.gif);
	width:911px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#page_content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005290;
	text-decoration:none;
}

#page_content a:hover {
	color:#666666;
	text-decoration:underline;
}

#left_nav {
	padding-left:10px;
	background-color:#ededed;
	width:172px;
	height:auto;
	text-align:left;
}

#left_nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#left_nav a:hover {
	color:#005290;
	text-decoration:underline;
}

#right_side {
	width:152px;
	text-align:left;
	padding-bottom:10px;
	padding-left:7px;
	padding-right:7px;
}

#footer {
	background-image:url(images/footer.gif);
	width:861px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#005290;
	text-decoration:underline;
}

.form  {
	font-family:arial;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	border:solid;
	border-color:#666666;
	border-width:1px;
}

.button {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#005290;
	border:solid;
	border-color:#000000;
	border-width:thin;
}
.searchbox {
	background:#ffffff;
	color:#000;
	border:solid;
	border-color:#005290;
	border-width:1px;
	background-color:#f2f2f2;
}

/* tabs 
 
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0;
}

.container {
	width: 861px; 
	margin: 10px auto;
	height:180px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background-image:url(images/blue_tab.gif);
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 0 33px;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover {
	color: #ccc;
}
	
ul.tabs li.active {
	border-bottom: 1px solid #fff;	
	padding: 0 33px;
	background-image:url(images/white_tab.gif);
	background-repeat:repeat-x;
}

ul.tabs li.active a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005290;
}


ul.tabs li.active a:hover  {
	border-bottom: 1px solid #fff;	
	color:#999;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0 33px;
}

.tab_container 
{	
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-image:url(images/tabs_bckgrd.gif);
	height:150px;
}

.tab_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 20px;
}

.tab_content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005290;
}

.tab_content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
*/
.header1 {
	
	
	color:#005290;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
}
.EditTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

.EditTextBoxCell
{
    text-align:left;
    font-size: 12px;
}

.EditLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

.EditLabelCell
{
    text-align:right;
    padding-right:2px;
}
/*Edit Form*/
.EditForm
{
    border-right: #A0A0A0 thin solid;
    border-top: #A0A0A0 thin solid;
    border-left: #A0A0A0 thin solid;
    border-bottom: #A0A0A0 thin solid;
    border-width:1px;
    background-color: #EAEAEA;
    font-size: 12px;
    width: 100%;
}

.EditFormContent
{
    padding-top:5px;
    padding-left:5px;
    padding-bottom:5px;
    padding-right:5px;
}

.TabCell
{
    POSITION: relative; TOP: 1px
}

.FormSubTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

.EditFormInputLabelCell
{
    text-align:right;
    padding-right:2px;
    font-weight: normal;
    color: Black;
}

.EditFormInputCell
{
    text-align:left;
    font-weight: bold;
    color: Black;
}

.LinkButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;  
    font-weight:normal;  
    color: #99CA3C;    
}

.LinkButton:hover
{
    font-family: Verdana, Arial;
    font-size: 12px;  
    font-weight:normal;  
    color: #5E6F45;
}
.GridView
{
    font-family: Arial, Verdana;
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

.GridView td
{
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
}

.GridView th
{
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
    font-size: 8pt;
    font-weight:bold;
    text-decoration:none;
}

.GridHeader
{
    font-family: Verdana, Arial;
    text-align: center;
    background-color: #D0D0D0;
}

.GridHeader a
{
    color: Black;
    font-size: 8pt;
    font-weight:bold;
    text-decoration:none;
}

.GridFooter
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #D0D0D0;
}

.GridRow
{
    font-family: Verdana, Arial;
    font-size: 8pt; 
    color:Black;   
    background-color: #EAEAEA;
}

.GridAltRow
{
    font-family: Verdana, Arial;
    font-size: 10pt;    
    color:Black;   
    background-color: #EAEAEA;
}

