/*
///
///	$RCSfile: screen.css,v $
///	$Author: bobby $
///	$Date: 2010/07/13 17:44:50 $
///	$Revision: 1.13 $
///
*/
body {
	background-color: #006699;
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
img {
	border: none;
}
select {
	border: 1px solid #768089;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #2D12C2;
}
a:hover {
	color: #abc212;
}
h1 {
	border: 1px solid #b2b2bc;
	background-image: url(../images/bg_h1.gif);
	font-size: 11pt;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}
h2 {
	font-size: 11pt;
	margin-bottom: 0px;
}
li {
	margin-bottom: 1.0em;
}
#printLogo {
	display: none;
}
#canvas {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#menu {
	background-image: url(../images/bg_menu.gif);
	font-weight: bold;
	font-size: 9pt;
}
div#menu a {
	color: #00012c;
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu table {
	height: 32px;
}
div#menu table td {
	padding-right: 2px;
	padding-left: 2px;
}
div#content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div#footer {
	padding-right: 10px;
	padding-left: 40px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9pt;
}
table#login {
	margin-left: auto;
	margin-right: auto;
}
table#login td {
	padding-top: 3px;
	padding-bottom: 3px;
}
table#leftNav {
	margin-top: 20px;
	margin-bottom: 50px;
}
table#leftNav a {
	display: block;
	padding-left: 40px;
	background-image: url(../images/bg_leftnav_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 23px;
	text-decoration: none;
	color: #000000;
	font-size: 10pt;
	margin-bottom: 1em;
}
table#leftNav a:hover {
	background-image: url(../images/bg_leftnav_on.gif);
}
td#headerImage {
	background-image: url(../images/header2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	border-right: solid 2px #ffffff;
}
td#loginPanel { 
/*	background-color: #e5e9ea;*/
}
td#loginPanel .panel {
	background-color: #ffffff;
/*	height: 160px;*/
	vertical-align: top;
}
td#loginPanel h1 {
	margin-bottom: 0.5em;
}
td#pageMenu {
	padding-right: 2px;
	width: 200px;
	background-image: url(../images/bg_pagemenu.gif);
	height: 200px;
}
td#pageMenu h1 {
	margin-bottom: 0px;
}
.textbox {
	border: 1px solid #768089;
}
.button {
	border: 1px solid #768089;
	background-image: url(../images/bg_button.gif);
	font-weight: bold;
}
.buttonGreen {
	border: 1px solid #768089;
	background-image: url(../images/bg_button_green.gif);
	font-weight: bold;
}
.buttonRed {
	border: 1px solid #768089;
	background-image: url(../images/bg_button_red.gif);
	font-weight: bold;
}
.textS {
	font-size: 8pt;
}
.textL {
	font-size: 11pt;
}
.greenText_bold {
	color: #00cc00;
	font-weight: bold;
}
.amberText_bold {
	color: #cccc00;
	font-weight: bold;
}
.redText {
	color: #cc0000;
}
.redText_bold {
	color: #cc0000;
	font-weight: bold;
}
.errorText_bold {
	color: #ff0000;
	font-weight: bold;
}
.lineHeight22 {
	line-height: 22px;
}
.institutionComboBox {
	position: absolute;
	top: 0px;
}
.dataGrid {
	font-size: 11px;
	width: 100%;
}
.dataGrid_Item td, .dataGrid_AlternatingItem td {
	border-bottom: solid 1px #d9d9e5;
}
.dataGrid_Header td {
	background-color: #d9d9e5;
	border-right: solid 1px #ffffff;
	font-weight: bold;
	white-space: nowrap;
}
.divider1 {
	background-image: url(../images/bg_divider1.gif);
}
.divider2 {
	background-image: url(../images/bg_divider2.gif);
}
.frmCalendar { position: absolute; width: 229px; height: 171px; display: none; 
	border: solid 1px #000000;
}
.calendar_Title {
	background-color: #d7daeb;
}
.vsSummary li {
	margin-bottom: 0px;
}
.newsPanel {
	font-size: 9pt;
}
.border-none {
	border: none;
}
.gridView {
	width: 100%;
	border: solid 2px #000000;
	font-size: 11px;
}
.gridView .header {
}
.gridView th,
.gridView td {
	padding: 2px 5px;
}
#verification-statistics h2 {
	border: solid 1px #000000;
	font-size: 12px;
}
.gridView .header,
#verification-statistics h2 {
	background: #515E8D;
	color: #ffffff;
}
#verification-statistics h2 {
	padding: 2px;
}
#verification-statistics .search {
	padding: 1em;
	margin: 0em 0 1em;
}
#verification-statistics .search .container {
	width: 360px;
	margin: 0 auto;
}
#verification-statistics .search,
.gridView .alternatingRow {
	background: #e5e9ea;
}
.gridView .footer td {
	border-top: solid 1px #000000;
}
#verification-statistics .container {
	margin: 2em;
}
