/************************************************************************
 * File Name       :UserHome.css
 * Description     :用户中心样式
 * Publisher       :Xiao Jing
 * Date            :2009.05.18
************************************************************************/
/*user_userinfo*/

button {
	padding: 0;
	height: 23px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	margin: 0 4px;
}
input,
select,
textarea {
	vertical-align: middle;
	font-size: 12px;
	margin: 0;
}
input.btn {
	background: #0099FF;
	text-align: center;
	line-height: 23px;
	height: 23px;
	padding: 0px 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border: #0066CC solid 1px;
	border-left: #66CCFF solid 1px;
	border-top: #66CCFF solid 1px;
}
h1,
h2,
h3,
h4,
h5 {
	font-size: 12px
}
.marginb10 {
	margin-bottom: 10px;
}
.align_Center {
	text-align: center;
}
.align_Left {
	text-align: left;
}
.underline {
	width: 25px;
	height: 11px;
	position: relative;
	top: -16px;
	left: 50px
}
/*left*/

.left {
	width: 165px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	background: url(../images/center-btm.gif) no-repeat 0 100%;
	padding-bottom: 5px;
}
.left h2 {
	background: #fff url(../images/userhome.gif) no-repeat;
	height: 29px;
	line-height: 300px;
	overflow: hidden
}
/*user_sidebar*/

.user_sidebar {
	border-left: 1px solid #aacbee;
	border-right: 1px solid #aacbee
}
.user_sidebar h3 {
	background: #F0F8FF;
	height: 24px;
	border-top: 1px solid #C4E1FF;
	height: 24px;
	line-height: 24px;
	color: #003366;
	text-align: center;
}
.user_sidebar ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.user_sidebar ul li {
	background: url(/images/button/btn-200.gif) no-repeat 20px 1px;
	padding-left: 28px;
	height: 20px;
	line-height: 20px;
	overflow: hidden
}
/*right*/

.right {
	width: 805px;
	line-height: 1.5em;
	overflow: hidden;
	float: right;
	padding-bottom: 50px;
}
.right .f_red {
	color: red;
}
.right textarea {
	width: 440px;
	border: 1px solid #aacbee;
}
.right input {
	border: 1px solid #aacbee;
}
.right input.w130 {
	width: 130px;
}
.right input.w230 {
	width: 230px;
}
.right .marginl100 {
	margin-left: 20px;
}
.right .cate input {
	border: 0;
}
.right .cate label {
	margin-right: 10px;
}
/*table*/

table {
	*border-collapse: collapse;
	border-spacing: 0;
}
table th {
	font-weight: 400;
	letter-spacing: 1px;
}
table th,
table td {
	font-size: 12px;
}
.table_a {
	width: 100%;
	border-left: 1px solid #aacbee;
	border-bottom: 1px solid #aacbee;
}
.table_a th,
.table_c th {
	background: #DFEFFF;
}
.table_a td,
.table_a th {
	border-top: 1px solid #aacbee;
	border-right: 1px solid #aacbee;
	padding: 4px 5px;
}
.table_a td {
	height: 21px;
}
/*pagenum*/

.pagenum {
	padding: 5px 0;
	margin: 0px 0 0;
	cursor: pointer;
}
.pagenum span {
	padding-top: 2px;
}
.pagenum span a:hover,
.pagenum span a:active,
.pagenum span a.current:link,
.pagenum span a.current:visited {
	border: 1px solid #4398CE;
	background: #4398CE;
	color: #fff;
}
.pagenum span a:link,
.pagenum span a:visited {
	border: 1px solid #CCC;
	text-decoration: none;
	color: #666;
}
.pagenum span a {
	padding: 3px 7px 0px;
	margin-left: 2px;
}
.note {
	color: #cc0000;
}
.btn-ok{
	display: block;
	width: 76px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	color: #fff;
	background: #0099ff;
	border: 1px solid #aacbee;
	box-sizing: border-box;
	margin: 0px auto;
}
a.btn-ok{
	color: #fff;
}
