/* Default CSS Stylesheet for a new Web Application project */

BODY, TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.main-banner
{
	COLOR: darkslateblue;
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.main-header
{
	COLOR: darkslateblue;
    BACKGROUND-COLOR: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.main-sub-header
{
	font-weight: bold;
	font-size: 1.2em;
	color: #0000cc;
	text-decoration: underline;
}

.section-header
{
	font-weight: bold;
	font-size: 1em;
}

.form-object-title
{
	font-weight: bold;
	font-size: 8pt;
}

.form-object-data
{
	font-size: 8pt;
	color: #003366;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.grid-Header
{
	color: white;
	background-color : Blue;
	font-weight:	bold;
}
TD.tagCell 
{
	width: 150px;
	text-align: right;
}
TD.gapCell 
{
	width: 5px;
}

TD.tagCell-no-width
{
	text-align: right;
	vertical-align: text-top;
	
}
TD.endCell-no-width
{
	text-align: left;
}
TD.endCell-full-width
{
	text-align: left;
	width: 100%;
}
TD.buttoncell-no-width
{
 	text-align: center;
	width: 100%;
}


.validator 
{
	text-align: left;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #C00000;
}

A:link	{	
	text-decoration:	none;
	color:	darkslateblue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	darkslateblue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	darkslateblue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	darkslateblue;
	}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


.btnStandard
{
	border-right: 1px outset;
	border-top: 1px outset;
	background: gainsboro;
	vertical-align: baseline;
	border-left: 1px outset;
	width: 100px;
	color: darkslateblue;
	border-bottom: 1px outset;
	height: 20px;
	text-align: center;
}

.btnStandardNoWidth
{
	border-right: 1px outset;
	border-top: 1px outset;
	background: gainsboro;
	vertical-align: baseline;
	border-left: 1px outset;
	color: darkslateblue;
	border-bottom: 1px outset;
	height: 20px;
	text-align: center;
}

.dropmenuwithhand
{
	padding-right: 1px;
	padding-left: 8px;
	background: #005eb2;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif,;
	cursor: hand;
	color: #deeef3;
}
.dropmenunohand
{
	padding-right: 1px;
	padding-left: 8px;
	background: #d9e2ec;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif,;
	cursor: hand;
	color: #5c81b1;
}
.minimized
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	OVERFLOW: auto; 
	BORDER-LEFT: thin solid; 
	WIDTH: 0px; 
	BORDER-BOTTOM: thin solid; 
	font-size: 9pt;
	font-style: italic;
	background-color: gainsboro;
	text-decoration: underline;
	cursor: hand;
	VISIBILITY: hidden;
	POSITION: absolute;
}

.question-section
{
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
}
.error
{
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	color: red;
}

.question
{
	font-size: 8pt;
	text-align: left;
}
.answer
{
	color: #003366;
	font-size: 8pt;
	text-align: left;
}
.standardwindowVisible
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	POSITION: relative;
	VISIBILITY: visible; 
	OVERFLOW: visible; 
	BORDER-LEFT: thin solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: thin solid;
}
.standardwindowHidden
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	POSITION: absolute;
	VISIBILITY: hidden; 
	OVERFLOW: auto; 
	BORDER-LEFT: thin solid; 
	WIDTH: 0px; 
	BORDER-BOTTOM: thin solid; 
}
.sub-datagrid
{
	padding-right: 1px;
	padding-left: 8px;
	background: #d9e2ec;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif,;
	cursor: hand;
	color: #5c81b1;
	vertical-align: baseline;
}
.dgAsterisks
{
	font-weight: bold;
	font-size: 12pt;
	color: #009966;
}
.HelpNotes
{
	font-weight: bold;
	font-size: 8pt;
}
.Calendar
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	POSITION: relative;
	VISIBILITY: visible; 
	OVERFLOW: auto; 
	BORDER-LEFT: thin solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: thin solid;
}
.CalendarEmptyCell
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	POSITION: relative;
	VISIBILITY: visible; 
	OVERFLOW: auto; 
	BORDER-LEFT: thin solid; 
	WIDTH: 14%;
	height: 100px;
	BORDER-BOTTOM: thin solid;
}
.CalendarFullCell
{
	BORDER-RIGHT: thin solid; 
	BORDER-TOP: thin solid; 
	POSITION: relative;
	VISIBILITY: visible; 
	OVERFLOW: auto; 
	BORDER-LEFT: thin solid; 
	WIDTH: 14%;
	height: 100px;
	BORDER-BOTTOM: thin solid;
}
.PageCommands
{
	padding-right: 8px;
	padding-left: 8px;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif,;
	color: #5c81b1;
}