﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button
{
    padding:0;
    margin:0;
}

ul
{
    list-style:none;
}

fieldset, img, button
{
    border:0;
}

input, label, select, option, textarea, button, fieldset, legend
{
    font:12px "宋体",Arial;
}

Table
{
    border-collapse:collapse;
    border-spacing:0;
    font:12px "宋体",Arial;
}


a{color:#325e7f;}
a:link, a:visited{text-decoration:none;}
a:hover, a:active{text-decoration:underline;}

p
{
    line-height:180%;
    text-indent:25px;
    letter-spacing:1px;
    margin:10px 0;
    font-family:"宋体",Arial;
}
/*通用样式--h1-h6*/
h2
{
    border-bottom:1px solid #82c2fd;
    padding-bottom:5px;
}

h3
{
    border-bottom:1px solid #82c2fd;
    padding-bottom:5px;
}

/*文字对齐方式*/
.textAlignRight
{
    text-align:right;
}

/*通用样式--字间距*/
/*字间距*/
.pHalfm
{
    padding-left:0.5em;
}
.p1m
{
    padding-left:1em;
}
.p2m
{
    padding-left:2em;
}

/*通用色*/
.font_gray
{
    color:#CCCCCC;
}

.font-red
{
    color:#E50822;
}

.font_keywordColor
{/*查询时 关键字颜色*/
    color:#C60A00;
}

/*用户是否在线状态图标定义*/
.userOnline
{
	background:transparent url('../Images/user/user_online.gif');
	width:16px;
	height:15px;
	float:left;
}

.userOffline
{
	background:transparent url('../Images/user/user_offline.gif');
	width:16px;
	height:16px;
	float:left;
}

/*男 女*/
.man
{
    background:transparent url('../Images/user/people.png') scroll 0 -17px;
	width:16px;
	height:15px;
	float:left;
}

.woman
{
    background:transparent url('../Images/user/people.png') scroll 0 0;
	width:16px;
	height:16px;
	float:left;
}

/*选项卡*/
.tabBox
{
    width:100%;
    clear:both;
    border-bottom:1px solid #BDD4E6;
    padding-bottom:5px;
    margin:10px 0;
    padding-top:10px;
}

.tabBox ul li
{
    display:inline;
    height:30px;
    margin:0 10px;
    padding:5px 10px 6px;
    background-color:#BDD4E6;
}

.tabBox ul li a
{
	color:White;
}

.tabBox ul li.curTab
{
    background-position:left bottom;
    border:1px solid #BDD4E6;
    border-bottom:1px solid white;
    background-color:white;
}

/*问题列表*/
.questList
{
    position:relative;
}

.questList table
{
    width:100%;
}

.questList table tr
{
    border-bottom:1px dashed #C2C2C2;
    line-height:280%;
}

.questList table tr td
{
    padding:0 5px;
    overflow:hidden;
}
.questList .answerCount
{
    text-align:right;
    width:10%;
}

.questList .quizName
{
    text-align:center;
    width:15%;
}

.questList .quizName span
{
    float:right;
}

.questList .quizeTime
{
    width:15%;
    text-align:right;
}

.questList .ImgStyle
{
    width:5%;
}

.questList .operCheck
{
    width:5%;
    text-align:center;
}

.questList .width10
{
    width:10%;
}

.questList .alignLeft
{
    text-align:left;
}

.questList .alignCenter
{
    text-align:center;
}

.questList .alignRight
{
    text-align:right;
}

/*分页*/
.pagination
{
    clear:both;
    padding:15px 0;
    text-align:center;
    width:100%;
}

.pagination a
{
    border:1px solid #BDD4E6;
    padding:2px 5px;
    margin:0 3px;
    background-color:#BDD4E6;
    color:White;
}

.pagination a:hover
{
    background-color:white;
    color:#313131;
    text-decoration:none;
}

.pagination span.curPageIndex
{
    border:1px solid #BDD4E6;
    padding:2px 5px;
    margin:0 3px;
}

/*不同问题状态--图标的定义*/
.questionTitle *
{
	vertical-align:middle;
}

.QWaite
{
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -160px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.QFalse
{
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -143px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.QFinish
{/*选出最优--问题图标*/
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -106px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.QClose
{/*问题已关闭*/
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -232px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.QDelete
{/*删除Img*/
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -250px;
	float:right;
	height:17px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
	cursor:pointer;
}

.mySolution
{/*我来回答*/
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -17px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.upFile
{
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -196px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.bestAnswer
{/*选出回答--图标*/
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -34px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.otherAnswer
{
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 0;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

.tipImg
{
	background:transparent url('../Images/BBS/Q_tip.png') no-repeat scroll 0 -215px;
	float:left;
	height:16px;
	margin-right:2px;
	overflow:hidden;
	width:16px;
}

/*通用样式--btn*/
.btnNextUse
{
    background:transparent url(../Images/Btn_next.gif) no-repeat scroll 0 0;
    font-weight:bold;
    cursor:pointer;
    display:inline-block;
    height:28px !important;
    height:30px;
    overflow:hidden;
    padding:0 10px 2px 0 !important;
    padding:5px 10px 2px 0;
    width:99px !important;
    width:100px;
}

.btnNextUnUse
{
    background:transparent url(../Images/Btn_next_unuse.gif) no-repeat scroll 0 0;
    color:#C2C2C2;
    display:inline-block;
    height:28px !important;
    overflow:hidden;
    padding:0 10px 2px 0 !important;
    width:99px !important;
    height:30px;
    width:100px;
    padding:5px 10px 2px 0;
}


.btnPreUse
{
    background:transparent url(../Images/Btn_pre.gif) no-repeat scroll 0 0;
    font-weight:bold;
    cursor:pointer;
    display:inline-block;
    height:28px !important;
    overflow:hidden;
    padding:0 0 2px 10px !important;
    width:99px !important;
    height:30px;
    width:100px;
    padding:5px 0 2px 10px;
}

.btnPreUnUse
{
    background:transparent url(../Images/Btn_pre_unuse.gif) no-repeat scroll 0 0;
    color:#C2C2C2;
    display:inline-block;
    height:28px !important;
    overflow:hidden;
    padding:0 0 2px 10px !important;
    width:99px !important;
    height:30px;
    width:100px;
    padding:5px 0 2px 10px;
}

.QBtn
{
    background:transparent url('../Images/BBS/bbs_btn.gif') no-repeat scroll 0 0;
    border:medium none;
    color:#FFF;
    cursor:pointer;
    height:24px;
    margin:0 0 0 9px;
    width:73px;
}

/*通用样式--div*/
.divList
{
    position:relative;
}

.divList .titleName
{
    background:transparent url('../Images/DivTitle.jpg');
    clear:both;
    font-size:9pt;
    font-weight:bold;
    height:27.5px;
    line-height:30px;
    overflow:hidden;
    text-align:left;
    text-indent:10px;
}

.divList .line_more
{
    position:absolute;
    right:10px;
    top:8px;
    z-index:20;
}

.divList .details
{
    border-right:1px solid #82c2fd;
    border-left:1px solid #82c2fd;
    padding:10px 20px 0;
}

.divList .details ul li,#mainFooterNav .footerNav ul li
{
    height:20px;
    float:none;
}

.divList .details ul li .list_left,#mainFooterNav .footerNav ul li .list_left,.float_left
{
    float:left;
}

.divList .details ul li .list_right,#mainFooterNav .footerNav ul li .list_right,.float_right
{
    float:right;
}

.bottom
{
    border-bottom:1px solid #82c2fd;
    border-left:1px solid #82c2fd;
    border-right:1px solid #82c2fd;
    clear:both;
    font-size:0;
    height:5px;
    line-height:0;
    margin-bottom:10px;
}

.divList .details p
{
    padding:10px 0;
    margin:0;
}

.divList .details .goDetails
{
    clear:both;
    text-align:right;
}


