/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8.5 pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link
{
	color: #353E66;
	font-size:10pt;
	text-decoration: none;
}	
		
A:visited
{
	color: #353E66;
	font-size:10pt;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	font-size:10pt;
	color:	#353E66;
	}	
		
A:hover
{
	font-size: 10pt;
	color: #353e66;
	text-decoration: underline;
}

A:link.RDPLink
{
	color: #353E66;
	font-size:8pt;
	text-decoration: underline;
}	
A:hover.RDPLink
{
	color: #353E66;
	font-size:8pt;
	text-decoration: underline;
}	
A:active.RDPLink
{
	color: #353E66;
	font-size:8pt;
	text-decoration: underline;
}	
A:visited.RDPLink
{
	color: #353E66;
	font-size:8pt;
	text-decoration: underline;
}	
A:link.SettingsLink
{
	color: #353E66;
	font-size:10pt;
	text-decoration: none;
}	
		
A:visited.SettingsLink
{
	color: #353E66;
	font-size:10pt;
	text-decoration: none;
}	
		
A:active.SettingsLink
	{	
	text-decoration:	none;
	font-size:10pt;
	color:	#353E66;
	}	
		
A:hover.SettingsLink
{
	font-size: 10pt;
	color: #353e66;
	text-decoration: none;
}
	
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;
	}	

.DataInputText
{
	border:1px inset; font-size: 8.5pt;
	font-family: Verdana, Tahoma, Arial;
	background-image: url(../../images/inputbg.gif);
	width:150 px;
}
.DataInputBtn
{
	font-size: 70%;
	background-image: url(../../images/buttonbg_blu.gif);
	color: black;
	font-family: verdana;
}
.DataInputRDO
{
	font-size: 8.5pt;
	font-family: Verdana, Tahoma, Arial;
}
.Header
{
	background-image: url(../../images/headerbg_blu.gif);
}
.HeaderImgCell
{
	border-top: #b0c4de 1px solid;
	border-left: #b0c4de 1px solid;
	border-bottom: #b0c4de 1px solid;
}
.HeaderBlankCell
{
	border-right: #778899 1px solid;
	border-top: #b0c4de 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
	color: #000080;
	border-bottom: #b0c4de 1px solid;
	font-family: Verdana;
}
.MainContentCell
{
	border-left: 1px solid #b0c4de; 
	border-right: 1px solid #778899; 
	border-bottom: 1px solid #778899;
}
.SpacerStripCell
{
	background-image: url(../../images/stripbg.gif);
	border-bottom-width: 1px;
	border-bottom-color: #000080;
}
.InfoCenterMainCell
{
	background-color: #f8f8ff;
}
.InfoCenterHeaderCell
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../../images/headcellbg.gif);
	border-left: #e0ffff 1px solid;
	color: #000080;
	font-family: Verdana;
}
.InfoCenterCell
{
	padding-left: 5px;
	font-size: 10pt;
	border-left: #FFFFFF 1px solid;
	color: #000080;
	font-family: Verdana;
	background-color: #f8f8ff;
}
.DownloadCenterHeaderCell
{
	border-top: #c0c0c0 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	border-left: #e0ffff 1px solid;
	color: #000080;
	border-bottom: #778899 1px solid;
	font-family: Verdana;
	background-image: url(../../images/headcellbg.gif);
}
.FolderHeaderCell
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #708090;
	border-bottom: #b0c4de 1px solid;
	font-family: Verdana;
	background-color: #dee5f5;
}
.AppHeaderCell
{
	border-right: #708090 1px solid;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../../images/headcellbg.gif);
	color: #000080;
	border-bottom: #778899 1px solid;
	font-family: Verdana;
}
.AppHeaderCellEnd
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../../images/headcellbg.gif);
	color: #000080;
	border-bottom: #c0c0c0 1px solid;
	font-family: Verdana;
}
.AppContentCell
{
	border-right: #b0c4de 1px solid;
	font-size: 10pt;
	color: #000080;
	font-family: Verdana;
	background-color: #f3faff;
}
.AppContentCellIndent
{
	padding-left: 180px;
	font-size: 10pt;
	color: #353e66;
	font-family: Verdana;
}
.LoginField
{
	font-size: 8.5pt;
	color: #000000;
	font-family: Verdana;
	background-color: #f0f8ff;
}
.FormField
{
	font-size: 10pt;
	color: #353e66;
	font-family: Verdana;
	background-color: #f0f8ff;
}
.FormFieldIndent
{
	padding-left: 180px;
	font-size: 10pt;
	color: #353e66;
	font-family: Verdana;
	background-color: #f0f8ff;
}
.LoginMessage
{
	font-family: Verdana; 
	font-size: 10pt; 
	color: #353E66;
}
.ErrorMessage
{
	font-size: 10pt;
	color: #ff0000;
	font-family: Verdana;
}
.SettingsMainCell
{
	border-right: #778899 1px solid;
	font-size: 10pt;
	border-left: #b0c4de 1px solid;
	color: #353e66;
	font-family: Verdana;
	background-color: #f0f8ff;
}
.SettingsSectionHeadCell
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 8.5pt;
	color: #353e66;
	font-family: Verdana;
	position: relative;
}
.SettingsUpdCell
{
	border-right: #778899 1px solid;
	border-bottom: #778899 1px solid;
	border-left: #b0c4de 1px solid;
	background-color: #f0f8ff;
}
.SettingsTop
{
	font-size: 10pt;
	color: #000000;
	font-family: Verdana;
	background-color: #d3d3d3;
}
.UnselectedTab
{
	border-right: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #C0C0C0;
	background-color: #f0f8ff;
}
.ToolTip
{
	border-right: #b0c4de 1px solid;
	padding-right: 5px;
	border-top: #b0c4de 1px solid;
	padding-left: 5px;
	filter: progid: dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#EEEEEE, endcolorstr=#ffffff);
	left: 0px;
	padding-bottom: 5px;
	font: 10pt tahoma;
	border-left: #b0c4de 1px solid;
	width: 140px;
	padding-top: 5px;
	border-bottom: #b0c4de 1px solid;
	position: absolute;
	top: 0px;
	height: 100px;
}
.InputButton
{
	font-size: 70%;
	background-image: url(../../images/buttonbg.gif);
	color: black;
	font-family: verdana;
}
