@import "Screen.css";

* { 
	margin:0; 
	padding:0; 
} 

body {
	background: #F4F7FB; 
	margin: 27px 0px 10px 0px; 
	color: #333; 
	line-height: 1.7em; 
	text-align: center;
	padding: 0px;
}

body, td {
	font-size: 12px; 
	font-family: 宋体, tahoma, sans-serif;

}

/*a 		{behavior:url("no.htc")}*/
a:link {
	color: #369; 
	text-decoration: none;
	padding: 2px;
}

a:visited {
	color: #4272B5;
	text-decoration: none
}

a:hover	{
	color: #FFF;
	background: #6699ff;
}
a:active {
	COLOR: #004a9c; TEXT-DECORATION: none
}

img {
	border: 0;
}

h1 {
	font-size: 14px;
	font-weight: bolder;
}

h3 {
	font-size: 13px;
	color: #000;
	font-weight: bolder;
}

textarea, input, select {
	font: 9pt Tahoma, Verdana;
	font-weight: normal;
	background: #ECF1F7;
}

ul {
	list-style-type: none;
}

#TopMain {
	width: 97%;
	height: 80px;
	border: 0px solid #A53E16;
	margin: 0px auto;
	background: #F4F7FB;
}

#TopLogo {
	width: 288px;
	text-align: left;
	float: left;
/*	margin-top:16px;中文*/
}
#TopTop {
	margin-top:10px;
	PADDING-right:2px;
	float: right;
	text-align: right;
}

#TopTop a {
	color: #FFF;
}

#TopAD {
	width: 468px;
	height: 60px;
	float: right;
	margin-top:10px;
	padding-right:8px;
}


#TopMenu {
	width:97%;
	background:#F4F7FB;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
}

#TopSubmenu {
	float: left;
	padding:10px 10px 0 20px;
}

#TopMenu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	float: right;
}

#TopMenu li {
	display:inline;
	margin:0;
	padding:0;
}

#TopMenu ul a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-weight: bolder;
}

#TopMenu ul a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#TopMenu ul a span {float:none;}
/* End IE5-Mac hack */
#TopMenu ul a:hover span {
	color:#627EB7;
}

#TopMenu ul a:hover {
	background-position:0% -42px;
}

#TopMenu a:hover span {
	background-position:100% -42px;
}

#TopMenu #current a {
	background-position:0% -42px;
}

#TopMenu #current a span {
	background-position:100% -42px;
}
	
#contain {
	margin-right: auto;
	margin-left: auto;
	width: 97%;
	overflow:hidden;
} 

.mainbox {
	padding: 0px;
	text-align: left;
}


#nav {
	margin: 0 0 15px 0px;
	padding-left: 15px;
	font-weight: bolder;
	text-align:left;
	background: url(images/nav.gif) no-repeat scroll 0px 0px;
}

#itemList {
	overflow:hidden;
}

#itemList ul {
	background: #CEE5FF; 
	margin: 5px 0;
	padding: 10px;
	border: 1px dashed #6699ff;
}

#itemList .bg2 {
	background: #DEEDFF;
}

#itemList .bg2 .info {
	border-bottom:1px solid #BCD2E6;

}

#itemList .title {
	line-height: 18px;
	padding: 2px;
	/*font-weight: bold;*/
}


#itemList .date {
	float: right;
	font:10px Georgia, Sans-Serif;
}

#itemList .title .r {
	float: right;
}

#itemList .info {
	border-bottom:1px solid #FFF;
}

#itemList .ico {
	float: left;
	margin-right: 3px;
}

#itemList .ico img {
	width: 16px;
	height: 16px;
}

#itemList .message {
	padding: 5px;
	margin: 0px;
	width: 99%;
}

#itemList .fun {
	text-align: right;
}

.multi {
	float: right;
	padding: 5px;
	width: 100%;
	margin: 0px;
	background: #369;
}

.multipage {
	margin: 1px 0px
}

.multipage .total {
	color: #FFF;
	float: left; 
	border: 1px solid #000;
	margin: 1px;
	padding: 1px 4px;
	font-weight: bold;
	background: #6699ff;
}

.multipage .pages {
	float: left; 
	border: 1px solid #7F9FCD;
	margin: 1px;
	padding: 1px 4px;
	font-weight: bold;
}

.multipage a {
	margin: 1px;
	padding: 1px 5px;
	float: left; 
	color: #666;	
	background: #ECF1F7;
	border: 1px solid #7F9FCD;
}

.multipage .current {
	color: #000;
	background: #FFF;
	font-weight: bold;
}

.multipage a:hover{
	color: #000;
	background: #F7F7F7;
}

#newFeed {
	padding: 50px 0;
}


#newFeed form ul {
	margin: 10px 100px;
	padding: 10px 0;
	border:1px solid #2763A5;
	text-align: left; 
}

#newFeed label {
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}
#newFeed ul input, #newFeed ul textarea {
	width:300px;
	margin:5px 0 0 10px;
}

#userLogin {
	padding: 10px 0;
}

#userLogin form ul {
	width: 260px;
	margin: 10px;
	padding: 10px 0;
	border:1px solid #2763A5;
	text-align: left; 
}

#userLogin label {
	display: block;
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
}

#userLogin ul input, #userLogin ul textarea, #userLogin ul select {
	width:150px;
	margin:5px 0 0 10px;
}

#feedList {
	text-align: left;
	
}
/*脚部*/
#footer {
	width: 97%;
	background: #CEE5FF;
	vertical-align: bottom;
	padding: 5px;
}

#footer a {
	color: #333;
}

#footer img {
	vertical-align : middle;
}

#info {
	float: right;
}