html, body{
	height:100%;
}
body {
	margin:0;
	background-color: #f1f1f1;
	font-size: 14px;
	/*
	doesn't look good on old OS like NT*/
	font-family: 宋体,SimSun,细明体,MingLiU,Tahoma, verdana, sans-serif;
	/*font-family: Tahoma, verdana, sans-serif;*/
}

a { text-decoration: none }
a:link { color: #009; }
a:active { color: #009; }
a:visited { color: #930; }
a:hover { color: #dd6900; }
h1 {
	font-size:small;
	font-weight:bold;
	padding:4px 4px 4px 8px;
	color:#00007f;
}


#wrapall {
	position:absolute;
	z-index: 1;
	left: 5px;
	top: 5px;
	width:98%;
	min-width:900px;
	margin: 0 0 5px 0;
	padding: 1px;
	background: #fff;
	border: #415799 1px solid; 
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#nwt_logo {
	position:absolute;
	top:0;
	left:0;
}

#status_area {
	position:absolute;
	top:0;
	left:166px;
	display:none;
}

#header {
	float: left;
	width: 100%;
	margin:0;
	vertical-align:bottom;
	border-bottom: #415799 1px solid; 
	background-color:#e9f4f8;
}

#header ul {
	float: left;
	margin: 0;
	padding:55px 10px 0 150px;
	list-style: none;
}

#header li {
	float: left;
	background:transparent url("nav_tab.gif") 100% -600px no-repeat;
	margin: 0 2px 0 0;
	padding: 0 6px 0 0;
	font-weight: bold;
	display:inline;
	white-space:nowrap;
} 

#header ul a{
	float: left;
	display:block;
	background:transparent url("nav_tab.gif") 0% -600px no-repeat;
	padding: 6px 4px 6px 10px;
	color: #fff;
	text-decoration: none;
} 

#header ul li:hover a {
	color: #fc0;
	background-position:0% -400px;
}

#header ul li:hover { background-position:100% -400px; } 

#header ul li.curr {
	position: relative;
	float:left;
	top: 1px;
	background:transparent url("nav_tab.gif") 100% 0 no-repeat;
} 

#header ul li.curr a{
	position: relative;
	float:left;
	bottom: -1px;
	background:transparent url("nav_tab.gif") 0% 0 no-repeat;
	padding: 6px 4px 6px 10px;
	color: #000;
}

#header #control {
	position: relative;
	float: right;
	top: 50px;
	right: 5px;
	text-align:right;
}
#header #control #lrswap{
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	color:#00a;
	display:none;
}

#header form {
	position:absolute;
	top:0;
	right:0;
	margin: 0;
	padding: 4px 5px 0 0;
	font-size: x-small;
	text-align: right;
	white-space: nowrap;
	display:inline;
}

#header form a {
	margin: 0 5px 0 0;
	font-weight:bold;
	padding: 1px 8px;
	border: 1px solid #999;
}

#header form input.it {
	border:	1px solid #999;
	width:35px;
	font-size: 90%;
	background: #d9e4e8;
	padding: 2px;
}

#header form input.it:hover, #header form input.it:focus {
	background: #fff;
}

#header form #submit {
	font-size: 90%;
	background: #e9f4f8;
	padding: 1px 4px;
	border: 1px outset #777;
}

#home_body{
	float: left;
	width: 100%;
}

#leftside {
	float: left;
	width: 17%;
	min-width:150px;
}

#rightside_dot {
	background: url(dot_bg.gif);
	float: left;
	width: 81%;
}

#rightside {
	float: left;
	width: 82%;
}

#dignews {
	float: left;
	width:99%;
	padding: 5px 0 2px 2px;
}

#dig {
	float:left;
	width:55%;
	margin-right: 1px; 
}

.lineitem{
	/*background-color:#f1f1f7;*/
	background:#f9fdff;
	margin-top: 2px;
	margin-bottom: 1px;
}
.ding {
	cursor: pointer;
}

.chuai {
	cursor: pointer;
}

.dcp {
	float:left;
	font: 12px courier;
	width:24px;
	text-align:right;
	margin-right: 4px
}

#news {
	float:right;
	width:44%;
}

#forumtopics {
	float: left;
	width: 99%;
	padding: 10px 0 2px 2px;
	border-bottom: silver 1px solid; 
}

#forums {
	float:left;
	width:55%;
	margin-right: 1px; 
}

#posts {
	float:right;
	width:44%;
}

#blogs {
	float: left;
	width: 99%;
	padding: 10px 0 2px 2px;
	margin-right:1px;
}

.indblog {
	padding-top:8px; 
	padding-right:8px; 
	padding-left:8px;
	padding-bottom:8px; 
	overflow:hidden; 
	border-top:silver 1px dotted;
}

#footer {
	float: left;
	width:99%;
	text-align:center;
	border-top:silver 1px solid; 
}

form {
	display: inline;
	vertical-align:bottom;
}

fieldset{
	border: 0;
	vertical-align:bottom;
}

#cover {
	position: absolute;
	z-index:99;
	top:0;
	left:0px;
	width:100%;
	background-color: gray;
	opacity: .7;
	filter: alpha(opacity=70);
}

#loginpopup {
	position: absolute;
	z-index: 100;
	background-color:#fff;
	top: 70px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	padding: 10px;
}

label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
}

/* for news_index */
#ent_news {
	float:left;
	width:49%;
	margin-right: 4px; 
}

#soc_news {
	float:left;
	width:49%;
}

