/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Tahoma, Sans-Serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px; 
}
.bgHeader 
{
	background-image: url(../images/int_top_fill.gif);
	background-repeat:repeat-x;
}
.bgFooter 
{
	background-image: url(../images/int_bottom_fill1.gif);
	background-repeat:repeat-x;
}	
.navBorderTop
{
	border-top:solid 1 #999999
}
.navBorderBottom
{
	border-bottom:solid 1 #999999
}
.navBorderLeft
{
	border-left:solid 1 #999999
}
.navBorderRight
{
	border-right:solid 1 #999999
}
.headingtitle 
{
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	background-color:#F1F1F1;
	padding-left:4px
}
.MainCell
{
padding-left:10px;	
}
Td, .MainContent 
{
	font:10pt arial;
}
.MainContent {font:10pt arial;}
.fieldheader 
{
	font:bold 10pt arial;
}
.titleheader 
{
	font:bold 12pt arial;
}
.smalldisclaimer
{
	font:8pt Arial;
}
.disclaimer
{
	font:10pt Arial;
	color:Red;
}
.tableborder 
{
	border:solid 1 gray;
	padding: 5,5,5,5;
}
.ErrorMsg 
{
	font-family: Arial;font-size:10pt;color:Red;
}
.SmallMouse{position:absolute;Top:73px;Left:850px;}
.Ad{position:absolute;Top:260px;Left:850px;}

INPUT {	font:8pt arial:}
SELECT { font:8pt arial:}

/*BP: 6/29/2006 - Added as a container to group the navigational content in order to hide for printing.
 This CSS class is referenced in R90_print.css*/
.DoNotPrintNav 
{
}

.label {font-family:arial;font-size:8pt;color:black}
label {font-family:arial;font-size:8pt;color:black;font-weight:bold}

Td.TextBox {font-family:arial;font-size:8pt;color:black}
