/* Default CSS Stylesheet for a new Web Application project */

BODY

{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: 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: 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;
	COLOR: #003366;
}	
		
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;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


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;
	}

.CmdButton
{
    BACKGROUND-COLOR: #d4e5e6;
    BORDER-BOTTOM: #ded0c4 1px solid;
    BORDER-LEFT: #ded0c4 1px solid;
    BORDER-RIGHT: #ded0c4 1px solid;
    BORDER-TOP: #ded0c4 1px solid;
    COLOR: black;
    FONT-FAMILY: Tahoma, Helvetica, Sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bolder;
    width: 100px;
    height: 20px;
}

.RadioListButton
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color:Black;
	text-decoration: none 	
}

.TxtBox_Format
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color:Black;
	text-decoration: none 
}

.TxtBox_Format_Marathi
{
	font-family:  MG Shree; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color:Black;
	text-decoration: none 
}

.Verd_20 
{
	font-family: verdana; 
	font-size: 20px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #5E5E5D; 
	text-decoration: none;
	text-align:center
}
.Verdana10 { font-family: verdana; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #5E5E5D; text-decoration: none }
.Verdana10Bold { font-family: verdana; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #5E5E5D; text-decoration: none;  }
.Verdana10RedBold { font-family: verdana; font-size: 10px; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000; text-decoration: none }
.Verdana12Red { font-family: verdana; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; color: #FF0000; text-decoration: none }
.Verdana12RedBold { font-family: verdana; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; color: #ff0000; text-decoration: none }
.Verdana11 { font-family: verdana; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: #5E5E5D; text-decoration: none }
.verdana11Blue {  font-family: verdana; font-size: 11px; font-style: normal; font-weight: normal; color: #0000FF; text-decoration: none}
.verdana11BlueBold { font-family: verdana; font-size: 11px; font-style: normal; font-weight: bold; color: #0000FF; text-decoration: none }

.Pg_Hdr
{
	font-family: Century; 
	font-size: 20px; 
	font-style: normal; 
	font-weight:bold;
	color: SteelBlue; 
	text-align:center
}

.Pg_Hdr_Dt
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight:bold;
	color: SteelBlue; 
	text-align:right
}

.Verd_10 
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:steelblue;
	text-decoration: none;
	text-align:left
}

.MGShree_16
{
	font-family: MG Shree; 
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:steelblue;
	text-decoration: none;
	text-align:left
}

.Sml_Lbls
{
	font-family: verdana; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:steelblue;
	text-decoration: none;
	text-align:left
}

.Verd_10_rght
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:darkblue;
	text-decoration: none;
	text-align:right
}

.Verd_10_blk
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight:normal; 
	color:black;
	text-decoration: none;
	text-align:left;
	border-style:inset;
	border-width:thin
}

.Verd_12
{
	font-family: verdana; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:Maroon;
	text-decoration: none;
	text-align:left;
	background-color:#d4e5e6
}

.Grd_Hdr
{
	font-family: verdana; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:Maroon;
	text-decoration: none;
	text-align:left;
	background-color:#cccccc
}

.Pg_Hdr_Linkdata
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight:bold;
	color: SteelBlue; 
	text-align:left
}

.Tbl_Hdr
{
	border-color:Black;
	font-weight:bold;
	color:Black;
	background-color:#bfd4d2;
	font-size: 14px; 
}

.Tbl_Hdr_sml
{
	border-color:Black;
	font-weight:bold;
	color:Black;
	background-color:#d4e5e6;
	font-size: 12px; 
}

.Tbl_data
{
	background-color:#EEEEEE;
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:darkblue;
	text-decoration: none;
	text-align:left;
	border-color:Black
	
}

.Ftl_error
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:#C00000;
	text-align:left
}

.Wrn_error
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:Olive;
	text-align:left
}

.Info_error
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:Purple;
	text-align:left
}

.Num_Lbl
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:black;
	text-align:center;	
	text-decoration: none
}

.Num_Lbl_rgt
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color:black;
	text-align:right;
	text-decoration: none
}

.Combo_Format
{
	font-family: Courier New;
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color:Black;
	text-decoration: none 
}

.Combo_Format_Marathi
{
	font-family: MG Shree;
	font-size: 16px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color:Black;
	text-decoration: none 
}

.Verd_9
{
	font-family: verdana; 
	font-size: 9px; 
	font-style: normal; 
	line-height: normal; 
	font-weight:normal; 
	color:black;
	text-decoration: none;
	text-align:left;
	border-style:inset;
	border-width:thin
}

.Verd_10_ftr
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight:normal; 
	color:black;
	text-decoration: none;
	text-align:left;
	border-style:inset;
	border-width:thin;
	background-color:White
}

.Verd_hdr
{
	font-family: verdana; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight:bold; 
	color:black;
	text-decoration: none;
	text-align:left;
	border-style:inset;
	border-width:thin;
	background-color:#bfd4d2
}
