/* Standardized Exchange Stylesheet - by DM */
/* WARNING - Do not edit by hand, file is in a set format */

/* Main Background and Font */

body {
	margin: 0;
	padding: 0;
  background-color: #3B72B7;
}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

table.maintable {
	background-color: #FFFFFF;
	border: 0px solid #D0D0FF;
}


/* Masthead Section */

.masthead {
	border: 0px solid #165B9F;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
 	color: #165B9F;
 	background-color: #6e95b4;
 	clear: both;
 	border-top: 2px solid #3B72B7;
 	border-bottom: 2px solid #3B72B7;
}

#masthead ul{
	margin: 16px 1em 0;
	padding: 0;
	float: right;
}

#masthead li{
background:url(images/tab.png);
color:#FFFFFF;
float:left;
height:30px;
line-height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 1px;
text-align:center;
width:190px;
}

#masthead li.active, #masthead li a:hover{
	background:url(images/tab-active.png);
}

#masthead li a{
	color: inherit;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	height: 30px;
	width: 190px;
}

/* Content and Side Panel Sections */

.content {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
	
	border-left: 0px solid #165B9F;
	border-right: 0px solid #165B9F;
	padding: 0px 5px 0px 0px;
}

.panel {
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #165B9F;
}

#subPanelSpacer {
	margin-bottom: 8px; 
}


/* Footer Section */

.footer img {
	padding: .5em;
}

.footer .linkbox {
    padding: 2px 2px 3px 2px;
    margin-top: 4px;
	margin-bottom: 0px;
	
	border-top: 1px solid #17917e;
	border-bottom: 1px solid #17917e;
}

.footer {
	padding: 4px 0px 4px 0px;
	background-color: #FFFFFF;
	border: 0px solid #165B9F;
}

.footer .linkbox {
    padding: 2px 2px 3px 2px;
    margin-top: 4px;
	margin-bottom: 0px;
	
	border-top: 2px solid #165B9F;
	border-bottom: 2px solid #165B9F;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


/* Headers */

.dateHeader, .dateHeader a, .dateHeader a:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #026baf;
	background-color: #fff;
	padding-right: 4px;
	text-decoration: none;
}

.dateHeader a:hover {
	text-decoration: none;
	color: #17917e;
}

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #026baf;
	background-image:url(images/green_back.gif);
	background-repeat:repeat-x;
	padding: 10px 2px 4px 10px;
	margin-top:0px;
	background-color:#ffffff;
}

.contentSubHeader, .contentSubHeader a, .contentSubHeader a:visited, .contentSubHeader a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #D5DDE3;
	padding: 3px;
}

.panelHeader {
background: #3b72b7;
line-height: 30px;
padding: 0 .5em;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	text-align:center;
	margin-left:10px;
	margin-right:5px;
}

.panelSubHeader {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #bee1c1;
	padding: 2px;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #026baf;
	margin-left:10px;
	margin-right:5px;
}

/* Links */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #026baf;
}

a:visited {
	color: #026baf;
}

a:hover {
	text-decoration: underline;
	color: #17917e;
}


/* Navigation Menu */

.menu {
	margin: 8px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
}
.menu a, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #17917e;
	
	line-height: 20px;
}

.menu a:hover {
	text-decoration: underline;
	color: #026baf;
}

/* Tabs - 2 levels of selected and unselected tabs */

.tabUnselected a, .tabUnselected a:visited, .tabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.tabUnselected {
	background-color: #165B9F;
	border: 1px solid #000000; 
	padding: 2px;
}

.tabSelected a, .tabSelected a:visited, .tabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.tabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.tabAnchor {
	height: 0px;
}

.subTabUnselected a, .subTabUnselected a:visited, .subTabUnselected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.subTabUnselected {
	background-color: #D5DDE3;
	border: 1px solid #000000; 
	padding: 2px;
}

.subTabSelected a, .subTabSelected a:visited, .subTabSelected a:hover {
	display: block;
	height: 100%;
	font-size: 13px;
	font-weight: bold;
}

.subTabSelected {
	border: 1px solid #000000; 
	border-bottom: 0px solid #000000;
	padding: 2px;
}

.subTabAnchor {
	height: 0px;
}


/* Miscellaneous */

.breadcrumb_navigation {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
}

.listRow {
	border-top: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

.fineprint {
	font-size: 11px;
	font-weight: bold;
}

.error { color: red; }

.groupbox {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

img { border: 0px; }

h3 { font-size: 15px; }



h2.list_title, h3.list_title, h4.list_title { 
	margin-bottom: 0px;
}

.nobr { white-space: nowrap; }

@media print {
    .panel, .masthead, .footer, .dateHeader { display: none; }
    .maintable { width:100%; }
}
.mastr{
float:right;
}

.dateHeader {
	border-bottom: 0px solid #5E5C3D;
}

.dateHeader, .dateHeader a, .dateHeader a:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #026baf;
	background-color: #fff;
	padding-right: 4px;
	text-decoration: none;
}

.dateHeader a:hover {
	text-decoration: none;
	color: #17917e;
}

.menu {
	margin: 8px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
}
.menu a, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #17917e;
	
	line-height: 20px;
}

.menu a:hover {
	text-decoration: underline;
	color: #026baf;
}

.contentHeader, .contentHeader a, .contentHeader a:visited, .contentHeader a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #026baf;
	background-image:url(images/green_back.gif);
	background-repeat:repeat-x;
	padding: 10px 2px 4px 10px;
	margin-top:0px;
	background-color:#ffffff;
	-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
}

.panelSubHeader {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #bee1c1;
	padding: 2px;
}

.subPanel {
	background-color: #FFFFFF;
	border: 1px solid #026baf;
	margin-left:10px;
	margin-right:5px;
}

.footer img {
	padding: .5em;
}
/* Links */

a {
	font-weight: normal;
	text-decoration: underline;
	color: #026baf;
}

a:visited {
	color: #026baf;
}

a:hover {
	text-decoration: underline;
	color: #17917e;
}

.footer .linkbox {
    padding: 2px 2px 3px 2px;
    margin-top: 4px;
	margin-bottom: 0px;
	
	border-top: 1px solid #17917e;
	border-bottom: 1px solid #17917e;
}

