/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    margin-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
	scrollbar-face-color:#333399;
	scrollbar-arrow-color:#ffe8a2;
	scrollbar-track-color:#EEEEEE;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}

A:link	{	
	text-decoration:	none;
	color:	#0000ff;
	}	


A:visited	{	
	text-decoration:	none;
	color:	#0000ff;
	}	
	
A:active	{	
	text-decoration:	none;
	color:	#0000ff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0000ff;
	}

.Register
{
	background-color:#F29200; /*"#FFB13F"*/
	font-size:13px;
	font-weight:bold;
	color:#333399;
	font-family:"Verdana";
	border:0;
}

.RegisterTrial
{
	background-color:#FFB13F; /*"#FF84FF"*/
	font-size:13px;
	font-weight:bold;
	color:#333399;
	font-family:"Verdana";
	border:0;
}

.CopyRight
{
	font-family: "verdana";
	font-size : 9px;
	color:Gray;
}

.SerrText 
{  
	font-family: Verdana; 
	font-size: 11px; 
	font-weight : normal;
	text-decoration: none;
	color:Red;
}

.SMandatory
{  
	font-family: Verdana; 
	font-size: 11px; 
	font-weight : bolder;
	text-decoration: none;
	color:Red;
}

.hrefLogin
{  
	background-color:Transparent;
	color:#0000ff;
	text-decoration:none;
	cursor:pointer;
	border:0;
	font-weight:bold;
	font-family:"Verdana";
	font-size:small;
}

.SNormal
{
	color: #333399;
	font-size: 11px;
	font-family: Verdana;
}

.SNormalBold
{
	color: #333399;
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold;
}

.NormalBoldLink
{
	color: #0000ff;
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
}

.NormalBoldHeading
{
	background-color: #ffe8a2;
	color: #333399;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;
}

.NormalBoldLinkHeading
{
	/*background-color: #ffe8a2;*/
	color: #0000ff;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;
}
 
.Buttons
{
	background-color: White; /*"#ffe8a2"; /* "#ebe9ed";*/
	color: #0000ff; /*"#333399";*/
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
}

.ButtonsGrey
{
	background-color: #ebe9ed;
	color: #0000ff; /*"#333399";*/
	font-size: 12px;
	font-family: Verdana;
	font-weight:bold;
}

.VerticalLine
{
 border-left-color: #333399; 
 border-right: 2px solid #333399; 
 border-top-color: #333399; 
 border-bottom-color: #333399;
}

