﻿/********************************************************
CSS Document
WeiSite : http://www.qiloo.com 奇鹭国际
Useing : Public Style(公共样式)
Author : 雪松
Power By: http://www.woncent.com
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2008-10-24
********************************************************/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#fff;
	font:11px/1.5em Verdana, Arial, "宋体", Helvetica, sans-serif;
	color:#666;
}
body a {
	color:#333;
	text-decoration:none;
	outline:none;
}
body a:hover {
	color:#E2383A
}
table {
	border-collapse:collapse;
}
img, td, button {
	border:none;
}
button {
	cursor:pointer;
}
input {
	vertical-align:middle;
}
textarea {
	vertical-align:top
}
/*===== Body Style 主体框架样式 =====*/
#wrap, #header, #logo, #footer {
	width:100%;
	margin:0 auto;
}
#wrap {
	background:#E1E1E1;
}
#header {
	height:42px;
	background:#333;
	text-align:center;
}
#logo {
	background:#fff;
}
#logo p {
	width:963px;
	margin:0 auto;
	padding-left:40px;
	height:70px;
}
.login-form{
	background-color:#fff;
}
.login-form #userstate{
	width:963px;
	text-align:right;
	padding-right:20px;
	margin:auto;
	font-weight:bold;
}
#userstate span{
	color:#f00;
}
#main {
	width:1003px;
	height:auto !important;
	height:476px;
	min-height:476px;
	margin:0 auto;
}
#footer {
	clear:both;
	font-size:0.9em;
	text-align:center;
	background:#333;
	color:#858585;
}
#footer a {
	color:#858585;
}
#footer a:hover {
	color:#eee;
}
/*===== Other Style 其它样式 =====*/
.red {
	color:#E2383A;
}
.green {
	color:#17A259;
}
/*===== Pagelist Style 翻页样式 =====*/
#pagelist {
	width:540px;
	margin-top:20px;
	padding-top:2px;
	text-align:center;
}
#pagelist li {
	padding:0 2px;
	display:inline;
	color:#B3B3B9;
}
#pagelist li a {
	padding:0 3px;
	text-decoration:none;
	color:#728389;
}
#pagelist li a:hover {
	color:#FB5F01;
}
