/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #f0f0f0;
}

.bodybackground {
	background-image: url(images\brushed_bg.gif);
}

.redtextbox {
	border-width:1px; 
	border-style: solid;
	border-color:#ff9797;
}

.greytextbox {
	border:#cccccc; 
	border-width:1px; 
	border-style: solid;
}

.nobgimage {
	background-image:none;
	background-color:#ffffff;
}

P
{
	margin-left:2px;
	margin-right:2px;
}

TD
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0;
    margin-top: 0;
	
}

.small 
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0;
    margin-top: 0;	
}

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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL 
{
	margin-left:18px;
}	
	
UL LI	{	
	list-style-image: url(images/bulletpoint.gif);
	margin-left: 0px;
	margin-bottom: 10px;
}	

UL LI LI	{	
	list-style-image: url(images/bulletpoint.gif)
	}	

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;
	}	

IMG 	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.TBox
{
		font-size: 10pt;
}
.calendar
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	position: absolute;
	background-color: #d50000;
	border: 1px solid #cccccc;
}
.calheader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: #d50000;
}
.calday
{
	border: 1px solid;
	cursor: hand;
	color: #000000;
	background-color: #ffffff;
}

.caldayothermonth
{
	border: 1px solid;
	cursor: hand;
	color: #cccccc;
	background-color: #ffffff;
}

.caldayover
{
	border: 1px solid;
	cursor: hand;
	color: #d50000;
	background: #f0f0f0;
}

.weekday
{
	border: 1px solid;
	cursor:default;
	font-weight:bold;
	color: #000000;
	background-color: #f0f0f0;
}

.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: #ffffff;
	background-color: #d50000;
}

TABLE.questiontable {
	border-top-width:0px;
	border-bottom:none 0px;
	border-style: none;
	border-collapse:collapse;
	margin-top:0px;
	margin-bottom:0px;
}

TD.onespace {
	border-top: solid 1px #ffffff;

}