@charset "gb2312";
/*icon*/
.icon,
.btn{
	display: inline-block;
}
.i-num{
	height: 20px;
	width: 20px;
	line-height: 20px;
	background: red;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	text-align: center;
}
.i-gray-num{
	background: gray;
}
.i-org-num{
	background: #f1a666;
}
.i-time{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #797979;
	padding:0 10px 0 20px;
	background: url(../images/time_icon.png) no-repeat left 2px;
}
.i-select{
	cursor: pointer;
	padding-right: 24px;
	margin-right: 20px;
	background: url(../images/select_icon.png) no-repeat right 0;
}
.i-selected{
	background: url(../images/select_on_icon.png) no-repeat right 0;
}
.i-up,
.i-down,
.i-hold{
	height: 20px;
	width: 20px;
}

.i-down{
	background: url(../images/state_down_icon.png) no-repeat;
}
.i-hold{
	background: url(../images/state_hold_icon.png) no-repeat;
}
.i-up{
	background: url(../images/status_up_icon.png) no-repeat;
}
/*buttons*/
span.b-redbtn,
a.b-redbtn,
span.i-redbtn,
a.i-redbtn{

	height: 38px;
	line-height: 38px;
	padding: 0 25px;
	color: #fff;
	background: #ED1B23;
	font:normal 16px/38px "Microsoft YaHei","Î¢ÈíÑÅºÚ";
}
span.b-redbtn:hover,
a.b-redbtn:hover,
span.i-redbtn:hover,
a.i-redbtn:hover{
	text-decoration:none; 
	background: #ED1B23;
}
span.b-orgbtn,
a.b-orgbtn{
	height: 40px;
	padding:0 25px;
	border-radius: 2px;
	background: #e49960;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
span.b-orgbtn:hover,
a.b-orgbtn:hover{
	text-decoration:none; 
	background: #f69043;
}
.bdr{
	border-right: 1px solid #b3b3b3;
}
.pdr-10{
	padding-right: 10px;
}
.pdl-10{
	padding-left: 10px;
}
.pdr-15{
	padding-right: 15px;
}
.pdl-15{
	padding-left: 15px;
}
