body
{
	margin: 0px;
	background:#ffffff;/*url(/Skins/newyear/bg.jpg)   #6699ff #ffffff; #390707;#DFE7EA*/
	color: #333333;
	font-size: 12px;
	text-align: center;
	background-image: url(/Skins/newyear/bg3.gif);
}

table
{
	text-align: left;
}

td
{
	font-size: 12px;
}

input, textarea
{
	font-size: 12px;
	border-width: 1px;
}

select
{
	font-size: 12px;
	border-width: 1px;
}

/******************************/
ul.nl
{
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.nl li /* 定义class="nl"下的li 与上一个共用*/
{
	height: 14px;/*一行的高度*/
	padding-top: 10px;
	padding-left: 15px;/*图与字的距力*/
	background: url(bullet.gif) no-repeat 0px;/*0px好象没有意义，可以不要*/	
	background-position: left 11px;/*定义背景图的纵坐标*/
	 

}
/******************************/

ul li.fixed
{
	height: 20px;
	padding-top: 3px;
	padding-left: 15px;
	background: url(top.gif) no-repeat 0px;
	background-position: left 1px;
}

ul li.nav
{
	height: 20px;
	padding-top: 3px;
	padding-left: 20px;
	background: url(class_nav.gif) no-repeat 0px;
	background-position: left 1px;
}


table.thumbnail
{
	border: solid 1px #f7f7f7;
	background: #e5e5e5;
}
table.thumbnail td
{
	padding: 3px;
	background: #ffffff;
	border: solid 1px #b2b2b2;
}
table.thumbnail img 
{
	border: solid 1px #999999;/*#ff0000*/
}

img
{
	border-style: none;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

a.highlight:link, a.highlight:visited
{
	color: Red;
	text-decoration: none;
}

a.highlight:hover
{
	color: Red;
	text-decoration: underline;
}

.highlight
{
	color: Red;
}


.twidth
{
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	text-align: center;
	vertical-align: text-top;
}

.twidth1
{
	margin-left: auto;
	margin-right: auto;
	border-left: solid 2px #dddddd;
	border-right: solid 2px #dddddd;
	text-align:left;
	vertical-align: text-top;
}

.content
{
	margin: 0px;
	font-size: 14px;
	font-family: 宋体, arial;
	line-height: 140%;
	padding: 10px;
	display: block;
}
.content a:visited, .content a:link
{
	color: blue;
	text-decoration: underline;
}
.content a:hover
{
	color: red;
}

/* sitehead的作用？ */
#sitehead
{
	width: 100%;
}
#sitehead td.m
{
	width: 100%;
}
#sitehead td.l
{
	width: 1px;
}
#sitehead td.r
{
	width: 1px;
}


#middle
{
	width: 100%;
}

#footer
{
	width: 100%;
	line-height: 120%;
	border-top: solid 1px #eeeeee;
	border-bottom:solid 1px #eeeeee;/*自己加*/
}

/******************* 菜单 *********************/
#navbar
{
	width: 100%;
}
#navbar td.m img
{
	vertical-align: middle;
}
#navbar td.l
{
	width: 4px;
	background: url(navbar_l.gif);
}

#navbar td.m
{
	height: 34px;
	color: #ffffff;
	background: url(navbar.gif);
	text-align: center;
}

#navbar td.r
{
	width: 4px;
	background: url(navbar_r.gif);
}
#navbar td a:link, #navbar td a:visited
{
	color: #ffffff;
	text-decoration: none;
}
#navbar td a:hover
{
	color: #ffffff;
	text-decoration: none;
}
#navbar td a
{
	color: #ffffff;
	text-decoration: none;
}
/***********************************/
#navsub
{
	width: 100%;
}
#navsub td.m
{
	width: 100%;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(navsub.gif);
}

#navsub td.l
{
	display: none;
	width: 0px;
}
#navsub td.r
{
	display: none;
	width: 0px;
}

/*********************************/
.bulletin a:link, .bulletin a:visited
{
	color: #606060;
	text-decoration: none;
}
.bulletin a:hover
{
	color: #333333;
	text-decoration: none;
}
.bulletin
{
	width: 96%;
}

/***********************************/
.lframe
{
	width: 246px;
	text-align: left;
}
.lframe table
{
	table-layout: fixed;
	
}
.lframe td table
{
	table-layout: auto;
}

.lframe td.tl
{
	width: 20px;
	background: url(lframe_t_l.gif);
}
.lframe td.tm
{
	height: 34px;
	background: url(lframe_t.gif);
}
.lframe td.tr
{
	width: 4px;
	background: url(lframe_t_r.gif);
}

.lframe span.tt
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}

.lframe td.mm
{
	background: #ffffff;
	padding: 3px;
}
.lframe td.ml
{
	width: 0px;
	background: #dddddd;
}
.lframe td.mr
{
	width: 1px;
	background: #dddddd;
}
.lframe td.bm
{
	height: 12px;
	border-top: solid 1px #e6e6e6;
	background: url(shadow.gif) no-repeat;
}
.lframe td.bl
{
	display: none;
	width: 18px;
}
.lframe td.br
{
	display: none;
	width: 22px;
}


/*******************************/
.mframe
{
	width: 100%;
	text-align: left;
}
.mframe table
{
	table-layout: fixed;
}
.mframe td table
{
	table-layout: auto;
}

.mframe td.tm
{
	height: 35px;
	background: url(mframe_t.gif);
}
.mframe td.tl
{
	width: 20px;
	background: url(arrow.gif) no-repeat;
}
.mframe td.tr
{
	width: 0px;
	background: url(mframe_t.gif);
}
.mframe span.tt
{
	color: #5a92e6;
	font-weight: bold;
	padding-left: 10px;
}
.mframe td.mm
{
	background: #fcfcfc;
	text-align: center;
}
.mframe td.ml
{
	width: 0px;
	background: #e1e0e0;
}
.mframe td.mr
{
	width: 0px;
	background: #e1e0e0;
}
.mframe td.bm
{
	display: none;
	height: 0px;
	font-size: 1px;
	background: #e1e0e0;
}
.mframe td.bl
{
	display: none;
	width: 18px;
}
.mframe td.br
{
	display: none;
	width: 22px;
}


/***************************************/
.rframe
{
	width: 246px;
	text-align: left;
}
.rframe table
{
	table-layout: fixed;
}
.rframe td table
{
	table-layout: auto;
}
.rframe td.tm
{
	height: 34px;
	background: url(lframe_t.gif);
}
.rframe td.tl
{
	width: 20px;
	background: url(lframe_t_l.gif);
}
.rframe td.tr
{
	width: 4px;
	background: url(lframe_t_r.gif);
}
.rframe span.tt
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}
.rframe td.mm
{
	background: #ffffff;
	padding: 3px;
}
.rframe td.ml
{
	width: 0px;
	background: #dddddd;
}
.rframe td.mr
{
	width: 1px;
	background: #dddddd;
}
.rframe td.bm
{
	height: 12px;
	border-top: solid 1px #e6e6e6;
	background: url(shadow.gif) no-repeat;
}
.rframe td.bl
{
	display: none;
	width: 18px;
}
.rframe td.br
{
	display: none;
	width: 22px;
}

/********************************/
.summary-title
{
	height: 25px;
	font-weight: bold;
	background: #f9f9f9;
}

.gray
{
	color: gray;
	text-decoration: none;
}
.time
{
	color: #ff6600;
}
.hit
{
	color: green;
}

.tdbg
{
	background: #ffffff;
	line-height: 120%;
}
.tdbg-dark
{
	background: #f8f8f8;
	line-height: 120%;
}

.hr
{
	background: url(hr.gif);
	height: 2px;
}

.quote
{
	background: #ffffff;
	margin: 10px;
	padding: 5px;
	border: solid 1px #cccccc;
	font-family: verdana, arial, 宋体;
}

.menuskin
{
	border: solid 1px #5a92e6;
	visibility: hidden;
	font: verdana 12px;
	position: absolute;
	background-color: #f2f1f6;
	text-align: left;
}
.menuskin a
{
	padding-right: 8px;
	padding-left: 10px;
	color: black !important;
	text-decoration: none;
}
.menuskin a:hover
{
	text-decoration: none;	
}

#mouseoverstyle
{
	padding: 0px;
	margin: 2px;
	border: solid 1px #ececf4;
	background-color: #5a92e6;
}

#mouseoverstyle a
{
	color: black;
}
.menuitems
{
	padding: 1px;
	margin: 2px;		
}









/************宽度不同的lframe1*******************/
.lframe1
{
	width:226px;
	text-align: left;
}
.lframe1 table
{
	table-layout: fixed;
}
.lframe1 td table
{
	table-layout: auto;
}
.lframe1 td.tm
{
	height: 34px;
	background: url(lframe_t.gif);
}
.lframe1 td.tl
{
	width: 20px;
	background: url(lframe_t_l.gif);
}
.lframe1 td.tr
{
	width: 4px;
	background: url(lframe_t_r.gif);
}
.lframe1 span.tt
{
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}
.lframe1 td.mm
{
	background: #ffffff;
	padding: 3px;
}
.lframe1 td.ml
{
	width: 0px;
	background: #dddddd;
}
.lframe1 td.mr
{
	width: 1px;
	background: #dddddd;
}
.lframe1 td.bm
{
	height: 12px;
	border-top: solid 1px #e6e6e6;
	background: url(shadow.gif) no-repeat;
}
.lframe1 td.bl
{
	display: none;
	width: 18px;
}
.lframe1 td.br
{
	display: none;
	width: 22px;
}


.bai12 
{
	COLOR: #fff
}
.lan12b 
{
	FONT-WEIGHT: bold; COLOR: #3a4f6c
}
.borderlan 
{
	BORDER-RIGHT: #698cc3 1px solid; BORDER-TOP: #698cc3 1px solid; BORDER-LEFT: #698cc3 1px solid; BORDER-BOTTOM: #698cc3 1px solid
}

.STYLE2 {color: #006699}
#regSubTitle { color: #FFFFFF; font-weight: bold; text-align: justify; background-color: #AA0000; padding: 5px; }

hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}


