@charset "utf-8";
html, body{
	height: 100%;
}
.selection{
	display: inline-block;
	width: 100px;
	height: 28px;
	margin-left: 5px;
	border: 1px solid #d5d5d5;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	z-index: 99;
}
.selection .selection-selected{
	position: relative;
	background: #eee;
	height: 28px;
}
.selection .selection-selected span{
	display: block;
	line-height: 28px;
	padding: 0 10px;
	white-space: nowrap;
	zoom:1;
	overflow: hidden;
}
.selection .dropdown{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/dropdown.gif) no-repeat;
	width: 28px;
	height: 28px;
	border-left: 1px solid #d2d2d2;
}
.selection .selection-options{
	position: absolute;
	top: 29px;
	left: -1px;
	right: -1px;
	border: 1px solid #d2d2d2;
	border-top: none;
	overflow: auto;
	max-height: 200px;
	width: 100%;
	display: none;
}
.selection .selection-options li{
	line-height: 28px;
	height: 28px;
	background: #eee;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
}

.selection .selection-options li.hover{
    background: #fff;
    color: #535353;
}
.selection .selection-options li.selected{
    background: #e9380e;
    color: #fff;
}

.selection select{
	display: none;
}
select{
	height: 30px;
	padding: 5px;
}
.text{
	border: 1px solid #d2d2d2;
	height: 30px;
	line-height: 30px;
	width: 229px;
	padding: 0 10px;
}
.input-prepend{
	border: 1px solid #d2d2d2;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
}
.input-prepend .add{
	float: left;
	width: 25px;
	height: 28px;
}
.input-prepend .magnifier{
	background: url(../images/magnifier.gif) no-repeat;
}
.input-prepend .text{
	float: left;
	border: none;
	height: 28px;
	line-height: 28px;
}
.btn{
	margin-left: 5px;
	background: url(../images/submit.gif) no-repeat;
	width: 80px;
	height: 30px;
	border: none;
	overflow: visible;
	vertical-align: middle;
}
.data-table{
	margin-top: 10px;
	border-top: 2px solid #d2d2d2;
}
.data-table .data-table-head{
	background: #ebebeb url(../images/data_table_head.gif) top repeat-x;
	height: 30px;
	padding-top: 15px;
}
.data-table table{
	width: 100%;
}
.data-table .data-table-head th{
	text-align: center;
	border-left: 1px solid #d2d2d2;
	line-height: 14px;
	font-weight: bold;
	color: #7d7d7d;
}
.data-table .data-table-head th.first{
	border: none;
}
.data-table .data-table-body td{
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
.data-table .data-table-body td.tl{
	text-align: left;
}
.data-table .data-table-body td div{
	padding: 0 10px;
}
.data-table table .odd td{
	background: #fafafa;
}
.data-table .data-table-foot{
	text-align: center;
	margin-top: 30px;
}

.data-table .data-table-foot-wrap{
	text-align: left;
}
.data-table .data-table-foot-wrap .check-all{
	float: left;
}
.data-table .data-table-foot-wrap .pager{
	float: left;
}
.data-table a{
	color: #535353;
}
.btn{
	margin-left: 5px;
	background: url(../images/submit.gif) no-repeat;
	width: 80px;
	height: 30px;
	border: none;
	overflow: visible;
	vertical-align: middle;
}
.data-table{
	margin-top: 10px;
	border-top: 2px solid #d2d2d2;
}
.data-table .data-table-head{
	background: #ebebeb url(../images/data_table_head.gif) top repeat-x;
	height: 30px;
	padding-top: 15px;
}
.data-table table{
	width: 100%;
}
.data-table .data-table-head th{
	text-align: center;
	border-left: 1px solid #d2d2d2;
	line-height: 14px;
	font-weight: bold;
	color: #7d7d7d;
}
.data-table .data-table-head th.first{
	border: none;
}
.data-table .data-table-body td{
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
}
.data-table .data-table-body td.tl{
	text-align: left;
}
.data-table .data-table-body td div{
	padding: 0 10px;
}
.data-table table .odd td{
	background: #fafafa;
}
.data-table .data-table-foot{
	text-align: center;
	margin-top: 30px;
}

.data-table .data-table-foot-wrap{
	text-align: left;
}
.data-table .data-table-foot-wrap .check-all{
	float: left;
}
.data-table .data-table-foot-wrap .pager{
	float: left;
}
.data-table a{
	color: #535353;
}
.pager a{
	display: inline-block;
	font-family:"微软雅黑";
	border: 1px solid #d2d2d2;
	background: url(../images/pager_number.gif) repeat-x;
	padding: 0 10px;
	line-height: 26px;
	text-decoration:none;
	margin-right:2px;
}
.pager a.current{
	/*background: #5185c4;
	border-color: #5185c4;*/
	font-weight: bold;
	color: #fff;
	background: #e26001;
	border-color: #e26001;
}

.pager a:link, .pager a:visited{
	color: #535353;
}
.pager a:hover, .pager a:active{
	color: #E26001;
}
.pager a.current:link, .pager a.current:visited, .pager a.current:hover, .pager a.current:active{
	color: #fff;
}
.pager a:hover{
	text-decoration: none;
}

.modal .tp, .modal .tp span, .modal .bt, .modal .bt span{
	font-size: 0;
	line-height: 0;
	height: 4px;
	background: url(../images/club/corner.gif) no-repeat;
	display: block;
}
.modal .tp span, .modal .bt span{
	float: right;
	width: 4px;
}
.modal .tp{
	position: relative;
	margin-bottom: -4px;
	background-position: -4px 0;
}
.modal .tp span{
	background-position: 0 0;
}
.modal .bt{
	position: relative;
	margin-top: -4px;
	background-position: -4px -4px;
}
.modal .bt span{
	float: right;
	width: 4px;
	background-position: 0 -4px;
}
.modal .bd{
	border: 1px solid #dcdcdc;
	background: #f4f4f4;
	padding: 15px;
	*zoom:1;
}