/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12pt;
	background: url(images/web_bg.jpg) #cccccc fixed;
	padding-bottom: 0px;
	margin: 0px;
	color: #333333;
	line-height: 1.166;
	padding-top: 0px;
	font-family: 宋体, Verdana,Arial,sans-serif;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #005fa9;
	text-decoration: underline;
}

.pagelink a:link
{
	text-decoration: underline;
}
.pagelink a:visited
{
	text-decoration: underline;
}


.table
{
	BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid; margin:0px; width:100%
	}
.tdLeft
{
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; background-color:#e3e3e3; 
	}
.tdRight
{
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid;
	}
/************** header tag styles **************/
h1
{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
h2
{
	font: bold 114% Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}
h3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 18px 宋体;
	color: #006699;
	padding-top: 0px;
}

h4
{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5
{
	font: 100% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}
/*input{
font-family: Arial,sans-serif;
border:1px solid #a3a3a3;
}*/

/*************** 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                                 */
/***********************************************/
#pagecell1
{
	position: absolute;
	top: 90px;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #ffffff;
}
#pagetd
{
	vertical-align: top;
	width: 100%;
	padding-top: 15px;
}
/*
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
*/
/*Heaser.ascx*/
#masthead
{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 95.6%;
}
#siteName
{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: bold;
}
#utility
{
	font-size: 12px;
	right: 0px;
	color: #919999;
	font-family: 宋体;
	position: absolute;
	top: 16px;
}
#utility a
{
	color: #ffffff;
}
#utility a:hover
{
	text-decoration: underline;
}
#globalNav
{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(images/glbnav_background.gif);
}

#globalNav img
{
	margin-bottom: -4px;
}
#gnl
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/gblnav_left.gif);
}

#gnr
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/glbnav_right.gif);
}

#globalLink
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
	z-index: 100;
	left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 4px;
	font-style: normal;
	font-family: 宋体;
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
}
a.glink, a.glink:visited
{
	border-right: #8fb8bc 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 4px;
	margin: 0px;
	color: #000000;
	padding-top: 2px;
	font-style: normal;
	font-family: 宋体;
	position: relative;
	text-align: center;
}
a.glink:hover
{
	font-size: 12px;
	background-image: url(images/glblnav_selected.gif);
	font-style: normal;
	font-family: 宋体;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.skipLinks
{
	display: none;
}

/*SideBar*/
#pageNav
{
	float: left;
	width: 178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: "宋体";
	font-size: 16px;
}
#pageNav h3
{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
}
#pageName
{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom: 1px solid #ccd2d2;
}

#pageName h2
{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#content
{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}
.lable
{
	font-weight: bold;
	font-size: 12px;
	color: #494949;
	font-family: 宋体;
	padding: 0px;
	margin: 0px;
}
.red
{
	font-size: 14px;
	color: red;
	font-family: 宋体;
}

/************ subglobalNav styles **************

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;	
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}


/*************** search styles *****************/

#search
{
	font-size: 12pt;
	font-family: 宋体, Arial;
}

#search input
{
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

#search a:link, #search a:visited
{
	font-weight: bold;
	font-size: 12px;
}

#search a:hover
{
	margin: 0px;
}

/************** feature styles *****************/

.feature
{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-size: 12px;
	font-family: 宋体;
	min-height: 200px;
	height: 200px;
}
html > body .feature
{
	height: auto;
}



.feature img
{
	float: left;
	padding: 0px 10px 0px 0px;
}

.feature ol
{
	font-size: 16px;
	font-family: "宋体";
}

/************** siteInfo styles ****************/

#siteInfo
{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-size: 13px;
}

/************ sectionLinks styles **************/

#sectionLinks
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#sectionLinks h3
{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited
{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/bg_nav.jpg);
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #21536A;
}
#sectionLinks a:hover
{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************ listing styles **************/

.listing
{
	margin: 0px 0px 0px 0px; /* 	padding-right: 0px; 	border-top: #bababa 1px; 	display: block; 	padding-left: 0px;	 	padding-bottom: 0px; 	 	width: 100%; 	padding-top: 0px; 	text-align: left; 	*/
}
.listing hr
{
	width: 100%;
	color: #eaede1;
	height: 1px;
}
.listing LI
{
	display: block;
	margin: 0px 0px 0px;
	width: 100%;
	list-style-type: none;
}
.listing LI A
{
	font-size: 15px;
	font-family: 宋体;
	font-weight: bold;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 21px;
	padding-top: 5px;
	display: block;
	background: url(images/listing_icon.gif) no-repeat 5px center;
	width: 100%;
	color: Blue;
}
.listing LI A:hover
{
	background: url(images/arrow.gif) #eaede1 no-repeat 5px center; /*color: orange;*/
}

/************ featured styles **************/

.featured_list
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 210px;
	padding-top: 0px;
	text-align: left;
}
.featured_list2 LI
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 5px;
	width: 210px;
	padding-top: 0px;
	list-style-type: none;
}
.featured_list LI A
{
	padding-right: 0px;
	padding-left: 8px;
	font-weight: normal;
	font-size: 13px;
	background: url(images/featured_listing_bullet.gif) no-repeat left center;
	padding-bottom: 2px;
	line-height: 18px;
	padding-top: 2px;
	font-family: arial, sans-serif;
}
.featured_list LI A:hover
{
	background: url(images/featured_listing_bullet.gif) no-repeat left center;
	color: #cc0000;
	text-decoration: none;
}
.featured_section
{
	border-right: #eaede1 1px solid;
	border-top: #eaede1 1px solid;
	border-left: #eaede1 1px solid;
	border-bottom: #eaede1 1px solid;
}
.featured_title
{
	padding-right: 0px;
	display: block;
	padding-left: 11px;
	font-weight: bold;
	font-size: 12px;
	background: #eaede1;
	padding-bottom: 4px;
	margin: 0px;
	color: #576039;
	padding-top: 4px;
	font-family: 宋体,;
}


/************ menu styles **************/

body.menu
{
	background: #383757;
	margin: 0px;
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
table.menu
{
	border: 0px;
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
td.menu
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px; ;}
img.menu
{
	vertical-align: bottom;
	border: 0px;
}
a.menu
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 9px;
	color: #215DC6;
	text-decoration: none;
}

a:hover.menu
{
	font-size: 8pt;
	color: #428EFF;
	font-family: "Arial" , "Helvetica" , "sans-serif";
}
.sec_menu
{
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	overflow: hidden;
	background: #f8f8f8;
}
.menu_title
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
.menu_title span
{
	position: relative;
	top: 2px;
	left: 8px;
	color: #494949;
	font-weight: bold;
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
.menu_title2
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}
.menu_title2 span
{
	position: relative;
	top: 2px;
	left: 8px;
	color: #428EFF;
	font-weight: bold;
	cursor: hand;
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
}

#menu
{
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	cellpadding: "0";
	cellspacing: "0";
	align: "center";
	width: 100%;
	text-align: center;
}

/************ button styles **************/


.bt
{
	background-color: #FFFFFF;
	border-right: 1pt outset;
	border-top: #000000 1pt outset;
	font-weight: normal;
	font-size: 9pt;
	margin: 1pt;
	border-left: #000000 1pt outset;
	border-bottom: 1pt outset;
	font-style: normal;
	font-family: "宋体";
	height: 16pt;
}

.bt3
{
	background-image: url(images/show_register_btn_only1.gif);
	border: none;
	margin: 2px;
	padding: 2px;
	font-weight: bold; /*color: #666666;*/
	font-family: "宋体";
	font-size: 12px;
	height: 23px;
	text-decoration: none;
}

.bt1
{
	background-image: url(images/show_register_btn_only1.gif);
	border: none;
	margin: 2px;
	padding: 2px;
	font-weight: bold; /*color: #666666;*/
	color: Black;
	font-family: "宋体";
	font-size: 12px;
	width: 40px;
	height: 23px;
}

.bt2
{
	background-image: url(images/bt2.jpg);
	font-weight: bold; /*color: #666666;*/
	font-family: "宋体";
	font-size: 12px;
	border: none;
	margin: 2px;
	padding: 2px;
	width: 110px;
	height: 23px;
}
HR
{
	width: 100%;
	color: #6595d6;
	height: 1px;
}
SELECT
{
	font-size: 12px;
	width: 180px;
	color: #000000;
	line-height: 15px;
	font-family: Tahoma,Verdana, "宋体";
}

table
{
	font-size: 12px;
}
