/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TH	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	


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;
}

.HeaderMain	
{	
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:	2.20em;
    font-weight: bold;
	font-style: italic;
	color: #808080;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.FrameTop 
{
	background-color:#f5f5f5;
}

.FrameLeft
{
	background-color:#f5f5f5;
}

.SubHeader	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.10em;
    font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #000080;
}	

.SmallHeader	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
    font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.SmallerHeader	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.9em;
    font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#0000ff;
}	

.Label01  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
}

.LabelInfo  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    color:#000080;
}

.Text01  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
}

.Text01_ReadOnly  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    background-color: #c0c0c0;
}

.TextBig  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.TextSmall  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
}

.FooterBig  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
}

.FooterSmall  
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .7em;
    font-weight: normal;
}

.btnInActive 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
    width: 137px;
    height: 25px;
    background-color: Gray;
    color:White;
    cursor:hand;
}	

.btnActive 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: bold;
    width: 137px;
    height: 25px;
    background-color: Gray;
    color:Yellow;
    cursor:hand;
}	

.Error01	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	color: #ff0000;
	text-decoration: underline;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.Error02	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	bold;
	font-style:	normal;
	color: #ff0000;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.Error03	
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	normal;
	font-style:	normal;
	color: #ff0000;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	

.SubHeaderRed
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.10em;
    font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #ff0000;
}	


/*
Started By Orient:
Comment by orient on 6-March-2009
*/

.ImgBtnSml
{
font-family: Verdana;
font-weight: bold;
font-size: 9pt;
padding: 4px 10px 0px 10px;
height: 27px;
width: 68px;
border: 0;
color: #fff;
background-image: url(../Images/BtnSml.gif);
background-position: left top;
background-repeat: no-repeat; margin:5px 0 5px 0;
text-align:center;
}
.ImgBtnMid
{
font-family: Verdana;
font-weight: bold;
font-size: 9pt;
margin: 5px 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
height: 28px;
width: 130px;
border: 0;
color: #000;
background-image: url(../Images/BtnMid.gif);
background-position: left center;
background-repeat: no-repeat; margin:5px 0 5px 0;
text-align:center;
}
.ImgBtnLrg
{
font-family: Verdana;
font-weight: bold;
font-size: 9pt;
margin: 5px 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
height: 27px;
width: 175px;
border: 0;
color: #fff;
background-image: url(../Images/BtnLrg.gif);
background-position: left center;
background-repeat: no-repeat;
text-align:center;
}
.ImgBtnExLrg
{
font-family: Verdana;
font-weight: bold;
font-size: 9pt;
padding: 6px 5px 0px 5px;
height: 28px;
width: 270px;
border: 0;
color: #fff;
background-image: url(../Images/BtnExLrg.gif);
background-position: left center;
background-repeat: no-repeat; margin:5px 0 5px 0;
text-align:center;
}
