/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/
/* CSS Document */
.content {
	font-family: Verdana,Times New Roman, Arial, Courier New;
	font-size: 14px;
	color: #333333;
	font-weight: normal; }
.big-content {
	font-family: Verdana,Times New Roman, Arial, Courier New;
	font-size: 18px;
	color: #888888; 
	font-weight: normal;}
.model{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 24px;
	color: #cc6600;
	font-weight: bold; }
.title{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 22px;
	color: #DD7700;
	font-weight: bold; }
.ver1{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal; }
.stle1 {color: #0066CC;
	font-weight: bold;
	font-size: 24px;}
.stle2 {
	color: #110000;
	font-weight: Normal;}
.stle3 { font-weight: bold; }

.stle4 {color: #110000; font-weight: bold; font-size: 12px; }
.stle5 {color: #FFFFFF; font-weight: bold; }

.stle6 {color: #FFFFFF; font-weight: bold; }
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana,sans-serif;
	color: #2A78C3;
	line-height: 0.966;	
	margin: 0px;
	padding: 0px;
	background: #bbcccc url(../gnet3/gnet/test/asset/bg_grad.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}





/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #55ddff;
	border-bottom: 1px solid #aaccff;
	background-color: #6699ee;
	background-image:  none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffdd;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	color: #21563a;
	font-weight: bold;
	text-decoration: none;
}

/********************* end **********************/








