/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: inactiveborder;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

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:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.table_level2
{ 	background-color: lightgrey;
	border-left: 2px #EEEEEE solid;
	border-right: 2px gray solid;
	border-bottom: 2px gray solid;
	border-top: 2px #EEEEEE solid;
	font: menu;
	margin: 0pt;
	padding-left: 2px;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align: middle;
}

.table_inner
{ 	background-color: lightgrey;
	font: menu;
	margin: 0pt;
	padding-left: 2pt;
	padding-bottom: 0;
	padding-top:0;
	vertical-align: middle;
}


.tdheader
{
background-color: graytext ;
padding-bottom: 1px;
padding-top: 1px;
font-weight: bold;

}

.tdexcelheader
{
font-family: 'arial';
background-color: white;
padding-bottom: 1px;
padding-top: 1px;
font-weight: bold;
border-bottom: 2px gray solid;

}

.labelheader
{
background-color: Graytext;
padding-bottom: 1px;
padding-top: 1px;
font-weight: bold;

}
.labelexcelheader
{
background-color: white;
padding-bottom: 1px;
padding-top: 1px;
font-weight: bold;

}

.td
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: 'arial';
	background-color: inactiveborder;
	text-decoration: none;
	padding-bottom:0;
	padding-top:0px;
	height:15px;
}
.tdexcel
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: 'arial';
	background-color: white;
	text-decoration: none;
	padding-bottom:0;
	padding-top:0px;
	height:15px;
}

.tdexceltitle
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: 'arial';
	background-color: white;
	text-decoration: none;
	padding-bottom:0;
	padding-top:0px;
	height:15px;
}

.tdblank
{
	background-color: white;
	text-decoration: none;
	padding-bottom:0;
	padding-top:0px;
	height:15px;
}

.tdImage
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: 'arial';
	background-color: inactiveborder;
	text-decoration: none;
	padding-bottom:0;
	padding-top:0px;
	height:117px;
	width:93px;
}


.formlabel
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: 'arial';
	background-color: inactiveborder;
	text-decoration: none;
	white-space:nowrap;      /* nowrap feature for a label that is not in a table cell */ 
}
.excellabel
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: 'arial';
	background-color: white;
	text-decoration: none;
	white-space:nowrap;      /* nowrap feature for a label that is not in a table cell */ 
}
.labeltitle
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: 'arial';
	background-color: inactiveborder;
	text-decoration: none;
}

.button
{
	COLOR: black;
    CURSOR: hand;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
    HEIGHT: 15pt;
    TEXT-ALIGN: center;
    vertical-align:middle;
}

.captionbutton
{
	COLOR: black;
    CURSOR: hand;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
    HEIGHT: 15pt;
    TEXT-ALIGN: center;
    vertical-align:middle;
}
.imagebutton
{
	COLOR: black;
    CURSOR: hand;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
    HEIGHT: 117px;
    WIDTH:93px;
    TEXT-ALIGN: center;
    vertical-align:middle;
}

.textbox
{
	COLOR: black;
    CURSOR:auto;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-SIZE: 8pt;
    HEIGHT: 15pt;
    TEXT-ALIGN: left;
    vertical-align: middle;
}

.selectdropdown
{
   FONT-FAMILY: 'Arial';
    FONT-SIZE: 8pt;
    TEXT-ALIGN: left;
}

.radiobutton
{
	font-size: 8pt;
	font-family: 'MS Sans Serif';
	background-color: inactiveborder;
	text-align: left;
	vertical-align:text-top;
 
}

.postitdata
{
    COLOR: black;
    FONT-FAMILY: 'Arial';
    FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
    TEXT-ALIGN: left;
	vertical-align: top;
}

.postittitle
{
    COLOR: darkblue;
    FONT-FAMILY: 'MS Sans Serif';
    FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
    FONT-SIZE: 8pt;
}

.tips {
	position:absolute;
	height:		10;
	width:		10;
	left:		550;
	top:		50;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	visibility:hidden;


	/*filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);*/
}
