﻿body
{
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
	border-width: 0;
	font-size: 10pt; 
	font-family: Arial; 
}

table
{
	border-collapse: collapse;
	border-width: 0;   /*
	border: solid 1px red;  */
}


table.search { background: #ebe9e9; }

td
{
	vertical-align: top;
	padding: 0;
	margin: 0;    /*
	border: dashed 1px orange; */
}

table.search td
{
	background: #ffffff; 
	padding: 1px; 
	color: #374F6A; 
	font-size: 10pt; 
	font-family: Verdana;
}

table.form td
{
	padding: 3px;
	vertical-align: middle;
	font-family: Verdana; 
}


#header
{
	height:103px;
	background-image: url(../Images/bgMenuTop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;
}

.navigation
{
	width:1%;
	padding-top: 5px;
}

#content { padding: 5px; }

.navigation table
{
	width: 175px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.navigation table tr td
{
	padding: 0px;	 
	border-width: 0px;
	width: 175px;
	height: 19px;
	vertical-align: middle;
	padding-left: 21px; 
}

td.standardNavigation{ background: url(../Images/bgMenuLeft.jpg) no-repeat; }

td.alertNavigation{ background: url(../Images/bgMenuLeftAlert.jpg) no-repeat; }

td.helpNavigation { background: url(../Images/bgMenuLeftHelp.jpg) no-repeat; }

td.header 
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	padding-top: 5px;
	border-bottom: #cfcfd7 1px solid;
	height: 51px
}

.navigation table tr td a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial;
}

.navigation table tr td a:visited {	color: #ffffff;	}

.navigation table tr td a:hover { color: #b0d6fe; }

h1
{
	margin-top: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold; 
	color: #d01d05; 
	font-size: 12pt; 
	font-family: Verdana;
	text-align: center;
}


h2	
{
	font-weight: BOLD; 
	font-size: 10pt; 
	font-family: Verdana;
}


h3
{
	font-weight: BOLD; 
	font-size: 10pt; 
	font-family: Verdana;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
}

table.form
{
	margin-left: auto;
	margin-right: auto;
}

table.form td.borderTop
{
	border-top: solid 1px #cfdbcf; /* #EBE9E9 */ 
	height: 2px;
}

table.form td.borderBottom
{
	border-bottom: solid 1px #cfdbcf; /* #EBE9E9 */ 
	height: 2px;
	/* padding-bottom: 5px; */
}

.form .buttonCell, .grid .buttonCell, .grouping .buttonCell
{
	text-align: right;
}

.form .sectionHeader
{
	font-weight:bold;
	text-decoration:underline;
}

.form input
{
	width: 200px;
	vertical-align: middle;
}

.form input[type="radio"], .form input[type="checkbox"]{ width: auto; }

.form input.disabled, .form input[disabled="disabled"], .form input[disabled="-1"], .form input[disabled="true"], .form input[disabled]
{ 
	border: #cfdbcf 1px solid;
	background-color: #ffffff;
}


.form input.noBorder
{
	border: 1px solid #ffffff; /*#cfdbcf*/
	color: #000000; 
	font-size: 10pt;
	width: auto;
}

.form select { width: 206px; }

.form .button, .grid .button, .grouping .button
{
	width: auto;
	font-family: Arial; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 10pt; 
	cursor: hand; 
	height: 21px; 
	border: 1px solid #3b5772; 
	background-color: #7caad5; 
	background-image: url(../Images/bgBtn.jpg);
}

.form .checkbox { width: auto; }

.hint
{
	font-size: 95%;
	text-align: center;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
}

.hintTest
{
	font-size: 95%;
	text-align: justify;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

ol.decimal
{
	list-style-type: decimal;
}

ul.hint, ol.hint
{
	font-size: 95%;
	text-align: left;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	margin-top: 3px;
	margin-bottom: 3px;
}

ol.indentedLowerAlpha
{
	list-style-type: lower-alpha;
	list-style-position: inside;
}

p.hintListHeader
{
	font-size: 95%;
	text-align: left;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 38px;
}

.alert
{
	text-align: center;
	color: #d01d05;
	font-weight: bold;
	padding-right: 50px;
	padding-left: 50px;
}

.required, .label
{
	font-weight: bold;
	/* font-size: 10pt; */
}

.paragraph
{
	color:#374f6a;
	padding: 5px;
}


.disabled { color: #808080; }

.hidden { display: none; }

.grid
{
	border: 1px solid #3b5772; 
	margin-left: auto;
	margin-right: auto;
}

.grid th, .grid thead tr td
{
	background-color: #4a6497;
	color: White;
	text-align: left;
	padding: 3px 15px 3px 3px;
	border-width: 0px;
	font-family: Arial; 
	font-size: 10pt;
}

.grid td
{
	padding: 3px;
	border: 1px solid #3b5772; 
	vertical-align: middle;
	font-family: Arial; 
	font-size: 10pt;
}

.grouping
{
	margin-left:auto; 
	margin-right: auto;
	margin-top: 10px;
}

.grouping td { padding: 3px; }

a
{
	font-weight: bold;
	color: #4a6497;
}

a:visited
{	
	font-weight: bold;
	color: #4a6497;	
}

a:hover
{
	font-weight: bold;
	color: #7caad5;
}

.validation, .messageCell 
{ 
	text-align: center; 
	color: Red; 
	margin: 0px;
	padding-right: 50px;
	padding-left: 50px;
}

.validation ul 
{
	margin: 0px; 
	padding: 0px;
}


