﻿body
{
	background-color: #efefef;
	margin: 0px 0px 0px 0px;
}

body, td, .txt
{
	font-family: Arial;
	font-size: 10pt;	
}


a, a:visited, a:active 
{
	color: #003767;
	text-decoration:none; 
}

a:hover
{
	color: #0065A4;
	text-decoration: none; 
}

.button
{
	font-size: 10pt;
	font-weight: bold;
}

 
a.disciplineLink, a.disciplineLink:visited, a.disciplineLink:active
{	
	display:block;
	width:100%;
	font-size: 10pt;
	padding-top:0.5px;
	padding-bottom: 0.5px;
	padding-right:3px;
	padding-left:3px;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom:-15px;
}

a.disciplineLink:hover 
{
	background-color:#003767;
	color: #FFFFFF;
}

a.errorLink, a.errorLink:visited, a.errorLink:active
{	
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #003767;
}

a.errorLink:hover 
{
	font-weight: bold;
	color: #FFFFFF;
}

a.pageLink:link, a.pageLink:visited, a.pageLink:active
{
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
	text-align: center;
	width: 20px;
	background-color: #b7cddf;
}

 a.pageLink:hover 
 {
	 background-color: #ffffff;
}


a.pageLinkSelected:link, a.pageLinkSelected:visited, a.pageLinkSelected:active, a.pageLinkSelected:hover
{
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 1px;
	text-align: center;
	width: 20px;
	background-color: #ffffff;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active
{
	font-family: Arial;
	font-size: 10pt;	
	color: #003767;
	text-decoration: none;
	font-weight: bold;
}

a.footerLink:hover {
text-decoration:underline;
}

table.mainTable
{
	width: 760px;
	border-style: none;
	border:15px solid #ffffff;
	border-top:0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 00px 0px 0px;
	background-color: #C4C4C4;	
}

div.singleLineIndent
{
	padding: 0px 25x 0px 25px;
}

div.errorText
{
	padding-left: 25px;
	padding-right: 25px;
}

table.mainDataTable td
{
	display:block;
	width: 420px;
	padding: 0px 15px 0px 15px;
	font-family: Arial;
	font-size: 10pt;	
	color: #000000;
	font-weight: normal;	
}

table.detailsTable
{
	width: 425px;
	background-color:#ffffff;
	border-collapse:collapse;
	border-top: solid 5px #003767;
    margin-top:10px;
    margin-left: 15px;
    margin-right: 20px;
    margin-bottom:10px;
	border-right:1px solid #ffffff;
}

table.detailsTable td 
{
	border-bottom:1px solid #C4C4C4;
}

th.detailsTable
{
	font-size: 11px;
	text-align:left;
	padding-left: 5px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	background-color: #003767;
	color: #FFFFFF;
}

td.detailsName
{
	width:125px;
	font-size: 10pt;
	text-transform:uppercase;
	padding: 4px 5px 4px 5px;
	border-bottom:solid 1px C4C4C4;
	border-right:solid 1px C4C4C4;
	vertical-align:top;
}

td.detailsValue
{
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	vertical-align:top;
	border-bottom:solid 1px C4C4C4;
}

td.detailsLongValue
{
	font-size: 10pt;
	font-weight: normal;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
}

table.searchTable
{
	display:block;
	width:420px;
	background-color:#ffffff;
	border-collapse:collapse;
	border-bottom: solid 5px #003767;
    margin-top:20px;
    margin-left:0px;
    margin-right:10px;
    margin-bottom:15px;
}

th.searchData
{
	display:block;
	width:415px !important;
	font-size: 11px;
	text-align:left;
	padding-left: 5px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	color: #FFFFFF;
	background-color: #003767;
}

td.searchData
{
	padding: 5px;
}

.textbox {
	border:1px solid #003767;
	font-size:20px;
	color:#003767;
	background-image:URL('../images/bg_input.gif');
	background-repeat:repeat-x;
	vertical-align:middle;
}

.dataScroll {
	padding-bottom:0px; 
	height:auto; 
	overflow:auto;
	scrollbar-3dlight-color:#bac28e; 
	scrollbar-arrow-color:#e2eab5; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#bac28e; 
	scrollbar-face-color:#bac28e; 
	scrollbar-highlight-color:#e2eab5; 
	scrollbar-shadow-color:#bac28e; 
	scrollbar-track-color:#e2eab5;
}

table.disciplineTable
{	
	height: 520px;
}

td.dataColumn
{
	width: 444px;
}

td.cellSeparator
{
	border-left: 1px #003767 dashed;
}

td.disciplineData
{
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

th.disciplineData
{
	text-align:left;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
	background-color: #003767;
	border-bottom: solid 1px #000000;	
	color: #FFFFFF;
}

td.disciplineColumn
{
	width: 275px;
	background-color: #808080;
	border-left: solid 1px #003767;
	border-right: solid 1px #003767;
	border-top: solid 1px #003767;
	border-bottom: solid 5px #003767;
}

div.topNav
{
	display: block;
	margin-left: auto;
	margin-right: 15px;
	text-align: right;
}

.topNav a, .topNav a:visited, .topNav a:active
{	
	font-size: 10pt;
	text-decoration: none;
	color: #003767;
}

.topNav a:hover 
{
	color: #0065A4;
	text-decoration: underline;
}

div.searchResultsNav
{
	display: block;
	margin-left: auto;
	margin-right: 15px;
	text-align: right;
}

.searchResultsNav a, .searchResultsNav a:visited, .searchResultsNav a:active
{	
	font-size: 10pt;
	text-decoration: none;
	color: #003767;
}

.searchResultsNav a:hover 
{
	color: #0065A4;
	text-decoration: underline;
}

.txthighlight
{
	display:block;
	background-color:#003767;
	color: #FFFFFF;
	width:425px;
	padding:5px;
	text-align:left;
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
}

.resultsTable a:hover {text-decoration:underline;}
.resultsTable a, .resultsTable a:visited {color: #003767;}

table.resultsTable 
{
	width: 425px;
	border-collapse:collapse; 
	border-style: solid;
	border-width: 0px;
	border-top:0px;
	margin-top:-20px;
	margin-right: 5px;
	background-color: #C4C4C4;
}

table.resultsTable td 
{
	padding: 0px 15px 0px 15px;
}

table.resultsTable table 
{
	width: 100%;
	background-color:#ffffff;
}
table.resultsTable table td {padding:5px;}

#ucSearch_ucSearchResults_dataListResults td {border-bottom:1px solid #C4C4C4;}

#ucSearch_ucSearchResults_datalistPaging 
{

	display: block; 
	width: auto;
	text-align: right; 
	background-color: #003767; 
	padding: 5px; 
	margin-top: -15px;

}

#ucSearch_ucSearchResults_datalistPaging a
{
	padding-left: 5px;
	padding-right: 5px;	
}

#ucSearch_ucSearchResults_datalistPaging table td {border-bottom: 1px solid #003767;}

td.memberName
 {
	font-weight: bold;
	color: #996633;
 }

.valSummaryErrorSystemMessage
{
	padding-top: 15px;
	padding-bottom: 0px;
}

div.errorSystemMessage, .valSummaryErrorSystemMessage
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003767;
}

div.errorSystemMessage
{
	padding-bottom: 5px;
}

table.mainDataTable td table.errorSystemMessage td
{
	padding: 0px 0px 0px 0px;
}

.highlightNote
{
	color: #C4C4C4;
}

div.searchHeader, span.searchHeader
{
	color: #003767;
	padding: 0px 0px 5px 15px;
	font-family:Times New Roman, Garamond, serif;
	font-size: 24px;
	font-weight: normal;
}

div.footerWrap
{
	width: 760px;	
	margin-left: auto;
	margin-right: auto;
}

td.footerBar, div.footerBar
{
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #efefef;
	color: #000000;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}

div.footerText
{
	font-size: 9pt;
}