/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
	background-color:Silver;
}

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;
	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;
	}

.CURRENCYTEXTBOX
{
	text-align: right;
} 
.pageheadingtable
{
	
}
.pageheading
{
	font-family  :Arial ;
	color:White;
	font-weight:bolder ;
	font-size:medium ;
	background-image:url(Images/bar.jpg);
	height:22px;
	width:100%;
	text-align:center;
}
.maintable
{
	background-color :White;
	height:100%;
	width:100%;
	border:0;
	padding:0;
}
.menuheading
{
	font-family :Arial  ;
	color:White;
	font-weight:bold ;
	font-size:smaller ;
	height:18px;
	background-image:url(Images/bar.jpg);
	vertical-align:middle;
}
.menuimage
{
	border:"0";
	height:15px;
	width:15px;
}
.menulinkbutton
{
	font-family:Arial;
	font-size:xx-small ;
	font-weight:bold;
	text-decoration:none;
	background-color:Transparent ;
	color:White;
	}
.linkbutton
{
	font-family:Verdana;
	background-color:White;
	font-size:xx-small ;
	font-weight:bold;
	text-decoration:none;
	background-color:Transparent ;
	width:100%;
	}
.headinglabel
{
	color:Black;
	background-color:White
	font-family:Verdana;
	font-size:smaller  ;
	font-weight:bold;
	height:24px;
	width:100%;
	}
.datalabel
{
	 font-family:Verdana;
	 color:#000000;
	 font-size:xx-small ;
	 }
.bodytext
{
	 font-family:Verdana, Arial, sans-serif;
	 color:#000000;
	 font-size:x-small ;
	 }
.textbox
{
	border-width:1px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
	width:100%;
	
}
.hiddentextbox
{
	border-width:0px;
	width:0px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
	visibility:hidden
}
.textboxnoborder
{
	border-width:0px;
	border-color:White;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
}
.smallbutton
{
    border-width:1px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
}
.errorlabel
{
	color:red;
	background-color:White
	font-family:Verdana;
	font-size:smaller  ;
	font-weight:bold;
	height:24px;
	width:100%;
	}
.vmhome
{
	color:white;
	font-family:Arial;
	font-size:20;
	font-weight:bold;
	}
.checkbox
{
	background-color:White;
}

TR.datagridheader td {
	font-size:xx-small;
}
TR.datagriddata td {
	font-size:xx-small;
}
TR.datagridpager td {
	font-size:xx-small;
}
.featureheaderlinkbutton
{
	background-color:White;
	font-family:Arial;
	font-size:medium ;
	font-weight:bold;
	text-decoration:none;
	background-color:Transparent ;
	color:White;
	}
	
.featureheader
{
	color:#000080;
	font-family:Arial;
	font-size:medium ;
}
