/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;
	color: #333399;
    SCROLLBAR-FACE-COLOR: #dee3e7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #dee3e7;
    SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
    SCROLLBAR-ARROW-COLOR: #006699;
    SCROLLBAR-TRACK-COLOR: #efefef;
    SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
	text-align: center;
}

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;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


	
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
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}



A
{
text-decoration: none;
}
A:hover
{
   text-decoration : underline;
}

.SR_ASPLNK_SLCT
{
	font-weight: bolder;
	font-size: 11px;
	color: navy;
	font-family: Verdana;
}

.SR_ASPLNK
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
}
.SR_CBO_FACE
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: navy;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}

.SR_CMD_FACE
{
	border-right: #6699cc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 14px;
	border-left: #dcdcdc 1px solid;
	cursor: hand;
	color: #333399;
	border-bottom: #6699cc 1px solid;
	background-color: #f0f0e0;
}

.SR_HL_MENU
{
	font-weight: bold;
	font-size: 11px;
	color: navy;
	font-family: Arial;
	text-decoration: none;
}
.SR_RBL_STANDAR
{
	font-size: 12px;
	color: navy;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	color: #333399;
}

.SR_LBL_STANDAR
{
	font-size: 12px;
	color: navy;
}
.SR_LBL_SMALL
{
	font-size: 10px;
}

.SR_TD_LIGHT
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	color: #336699;
	border-bottom: darkgray 1px solid;
	background-color: gold;
}
.SR_TD_NORMAL
{
	border-right: #eff7ff 1px solid;
	border-top: #eff7ff 1px solid;
	border-left: #eff7ff 1px solid;
	border-bottom: #eff7ff 1px solid;
	background-color: #eff7ff;
}

.SR_TD_FRM
{
	font-weight: bolder;
	color: white;
	background-color: #90acd0;
	border-bottom: navy 1px solid;

}
.SR_TXT_FACE
{
	border-right:  white 1px solid;
	border-top: gray 2px solid;
	border-bottom:   white 1px solid;
	border-left: gray  2px solid;
	font-size: 13px;
	background:  #EEEEEE ;  
	color: #333399;
}
.SR_TXT_DISABLED
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-weight: bolder;
	font-size: 13px;
	border-left: #6699cc 1px solid;
	color: white;
	border-bottom: #6699cc 1px solid;
	background-color: lightsteelblue;
}






