/*	Author: Túân Nguyêñ
	SRSLabs.com
	Date: December 7, 2001
*/	

BODY {    
    scrollbar-3dlight-color:0066CC;
	scrollbar-shadow-color:0066CC;
	scrollbar-darkshadow-color:0066CC;
	scrollbar-highlight-color:white;
    scrollbar-arrow-color:white;
	scrollbar-base-color:0066CC;
	scrollbar-face-color:0066CC;
    margin:0px;
    background-color:white;
	/*	
    background-attachment:fixed;
    background-repeat:no-repeat;
	*/

}

BODY, TD, UL, LI, P, TEXTAREA{
	font-family: Verdana, Helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : normal;    
}

.time    
{	
	behavior: url(#default#TIME2); 
}

.titleBar
{
	WIDTH:610px; 
	BORDER-BOTTOM:#3a6f47 3px solid;
}
.title{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 16px;
	font-weight:bolder;
	color:00247E;
}
.Heading{
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-weight:bold;
	color:00247E;
}

.blueText{
	color:00247E;
	font-weight:bold;	
}

A {
	background: transparent;
}

A:hover
{
	color:red;
}

A:link{
	/*text-decoration:underline*/
}
A:visited{
}
A:active{
}

/****************************** Menu Style Begin ****************************************/
.menu
{
	
	position:relative;
	background-color:#0066CC;
	color:white;
	border-top:1px solid darkblue;
	border-bottom:1px solid darkblue;
	width:132;
	font-size:11px;
	font-family:verdana;
	font:bold;
	position:absolute;	
	cursor:hand;
}
.item_panel
{
	width:132;
	border-left:1px solid darkblue;
	border-right:1px solid darkblue;
	clip:rect(0,132,0,0);
	position:absolute;

}
.item_panel a
{
	text-decoration:none;
	color:black;
	cursor:hand;
}
.item
{
	background-color:lightyellow;
	width:130;
	font-size:10px;
	font-family:verdana;				   
}

/****************************** Menu Style End ****************************************/

.leftAlign{
	margin-left:10px;

}

.bodyMargin
{
	padding-left: 10px;
	padding-right: 10px;
	width:618px;
}

.leftColumn{
	width: 132px; /*160px;*/
	background-color:White;
	/*border-right: 1px dashed black;*/
}
.rightColumn{
	width:618px;
    color:black;
	background-color:White;
}

.horizontalBar{
	color:darkGray;
	border:1px solid dotted;
}

/***************** TECH/DEMO STYLE BEGIN ************************/
.demoHeadLine{
	font-family: Helvetica;
	color:00247E;
	font-size:15px;
	font-weight:bold;			
}
.techText{
	color:00247E;
	font-weight:bold;
}
/***************** TECH/DEMO STYLE END ************************/		

.TopRightBottomBar{ 
	position:relative; 
	width:490px; 
	border-top:2px solid #9495B8; 
	border-right:2px solid #9495B8; 
	border-bottom:2px solid #9495B8; 				
}
.LeftBottomBar{ 
	position:relative; 
	width:490px; 
	border-left:2px solid #9495B8; 
	border-bottom:2px solid #9495B8; 
	
}

.RightBottomBar{ 
	position:relative; 
	width:490px; 
	border-right:2px solid #9495B8; 
	border-bottom:2px solid #9495B8; 
	
}

.TopBar{ 
	position:relative; 
	width:490px; 
	border-top:2px solid #9495B8; 	
}
.NoneBar{ 
	position:relative; 
	width:490px; 
}

.LRMargin{
	text-align:justify;
	/*
	margin-left:20px; 
	margin-right:20px;
	*/
	padding-left:10px;
	
}

.Box3D{			
	position:relative;
	width:150px;			
	border:1px solid; 
	border-style:outset;
	background-color:#FAFFFF;		
	filter:	progid:DXImageTransform.Microsoft.Shadow(color=#4562A7,direction=135,Strength=3);
	/*progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=20, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
}		


.ULBox3D{			
	position:relative;
	width:150px;			
	border:1px solid; 
	border-style:outset;
	background-color:EAEAEA;			
	filter:	progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=5);
	/*progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=20, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	text-indent:-5px;	
}

.ULBox3D_blueArrow 
{
	/*line-height:13px; */
	list-style-image:URL(images/arrow.gif);
}

/*--------------------------------------------------- New Nav Style-------------------------------------------------------*/

/***************** SRSMenu Ends **********************/	

@media print {
	BODY {    
	    background-position:142px 97px; 
	    scrollbar-3dlight-color:00247E;
		scrollbar-shadow-color:00247E;
		scrollbar-darkshadow-color:00247E;
		scrollbar-highlight-color:white;
	    scrollbar-arrow-color:white;
		scrollbar-base-color:00247E;
		scrollbar-face-color:00247E;	
	    margin:0px;
	}
	.leftColumn{
		display:none;
	}

	}
	.rightColumn{
		align:center;
		width:600px;
		color:black;
	}  
}


