/* 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:20px;	
}
 TD, .MainContent
{
	font-size:10pt;
}

.fieldheader 
{
	font:bold 10pt arial;
	padding-top:10px;
}
.titleheader 
{
	font:bold 12pt arial;
}
.smalldisclaimer
{
	font:8pt Arial;
}
.disclaimer
{
	font:10pt Arial;
	color:Red;
}
.tableborder 
{
	border:solid 1px gray;
	padding: 10px 5px 10px 5px;
}
.TableGrid
{
	border:solid 1px gray;
	font-size:10px;
}
.TableGridCells
{
	font-size:12px;
	padding:2px,6px,2px,6px;
}
.ErrorMsg 
{
	font-family: Arial;font-size:10pt;color:Red;
}
.SmallMouse{position:absolute;Top:73px;Left:850px;}

.ErrorStatusWindow
{
	border:solid 1px gray;
	background-color: #FFFFDF; 
	width:420px;
	padding-left: 20px;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	background-image: url(../images/icoWarn.gif);
	background-repeat:no-repeat;
	background-position:2px 1px;
}

#FileListing, .FileListing
{
	padding-left:5px;font-size:12px;
}

INPUT {	font:10pt arial:}
SELECT { font:10pt arial:}
A:hover {color:#CB2622;}
.MainMenu 
{
	border-left:solid 1px #999999;background-color:#F1F1F1;	
	border-right:solid 1px #999999;background-color:#F1F1F1;	
	border-bottom:solid 1px #999999;background-color:#F1F1F1;
	
}

/*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 
{
}

.PopWin	{margin: 0px; padding: 0px; width: 100%; height: 1px; position: fixed; top: 100px; left: 80px; z-index: 9000; overflow: visible;}
.PopSur		{margin: 0px auto; padding: 0px; width: 590px;}
.PopCon		{margin: 0px; padding: 10px; width: 570px; height: auto; float: left; background: url(../images/border-Transparent.png) repeat;}
.PopObj		{margin: 0px; padding: 10px; background: #fff;}
.PopObj h1	{margin: 0px; padding: 5px 0px 2px 0px; border-bottom: 1px solid #cccccc; font-size: 22px;}
