.recRadioBox {
	height: 45px;
	padding:0 10px;
}
.recRadioInfo {
	padding-left: 5px;
    padding-top: 8px;
    line-height: 32px;
    display: block;
}
.recRadio {
	line-height: 30px;
    height: 30px;
    font-size: 12px;
    margin: 10px 7px 0 0;
}
.recRadio input {
	vertical-align:middle;
}
.recRadioR {
	margin-left:15px;
}
.RecUnfold {
	width: 12px;
	height: 12px;
	display: block;
	text-indent: 200em;
	overflow: hidden;
	float: right;
	margin-top: 7px;
	margin-right: 33px;
	background-color: #f00;
	background: url(/res/img/common/left_list.png) no-repeat;
	background-position: -115px -568px;
	
}

.RecPackup {
	width: 12px;
	height: 12px;
	display: block;
	text-indent: 200em;
	overflow: hidden;
	float: right;
	margin-top: 7px;
	margin-right: 33px;
	background-color: #f00;
	background: url(/res/img/common/left_list.png) no-repeat;
	background-position: -115px -579px;
}

div.receiveQueryList ul li span {
	padding: 12px 2% 12px 3%;
	display: block;
    float: left;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
}
.subRecQueryList .main-tab ul li span {
	float:none;
	padding:0;
	line-height: 70px;
 }
.recQueryBtn {
	height:40px;
	width:100px;
}
.subRecQueryList .recWdate {
	background-position: 200px;
}
.receiveQueryList .dateRemindLi {
	height:30px;
	line-height:30px;
}
.receiveQueryList table tr td {
	padding: 12px 1% 12px 1%;
	text-align: center;
}
.bd-rbnone {
	border-right: none;
	border-bottom: none;
}

.bd-bnone {
	border-bottom: none;
}
.bd-tnone {
	border-top: none;
}
.bd-rnone {
	border-right: none;
}
.bd-trnone {
	border-top: none;
	border-right: none;
}
.recPl {
	padding-left:32px;
}
.prompt .recPl {
	margin-top:0;
}




/*--pager-----------------------------*/
.tcdPageCode {
    padding: 20px 0 0px 0px;
    color: #ccc;
    float: right;
    width: 320px;
    overflow: hidden;
}
.tcdPageCode a {
    display: inline-block;
    color: #575757;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    border: 1px solid #ddd;
    margin: 0 2px;
    vertical-align: middle;
}
.tcdPageCode .current {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    margin: 0 2px;
    color: #fff;
    background-color: #005BAC;
    border: 1px solid #005BAC;
    vertical-align: middle;
}