﻿@import url(/App_Themes/Comm/Comm.css);
@import url(/App_Themes/yyjj/MasterPage.css);

body{ margin-left:140px;}

#bodyContent{width:670px;padding:0px;}

#QuestionSearch{ width:670px; background-color:#f6e4de; margin-bottom:3px; padding:2px 5px; border:solid 1px #dcbfb5;}

/*问题类表样式*/
#questionList{ width:670px; font-size:12px; border:solid 1px #dcbfb5;}
#questionList th{ text-align:center; background-color:#910800; padding:5px; color:white;}
#questionList td{ padding:5px; border:solid 1px #f6e4de; text-align:center;}
#questionList td.questionTitle{ text-align:left;}
#questionList td a{ color:Black; text-decoration:none;}
#questionList td a:hover{ color:Red; text-decoration:underline;}
#questionList tr.normal{ background-color:white;}
#questionList tr.active{ background-color:#fcfac6;}

/*分页工具条*/
#pagingToolBar{ width:670px; background-color:#f6e4de; margin:3px 0px; padding:2px 5px; border:solid 1px #dcbfb5; text-align:right;}

/*提问部分样式*/
#questionPanel{ border:solid 1px #888;}
#questionPanel .title{ background:#ccc; padding:8px 0px;}
#questionPanel .d_tip{ float:left; width:100px; height:15px; padding:5px;}
#questionPanel .d_body{ float:left; width:300px;height:19px; padding:3px;}
#questionPanel .d_body *{ float:left; margin:auto 5px;}
#questionPanel .textbox input{ border:solid 1px #444;}

#questionPanel .questionTxtBox{ width:300px; padding:5px; float:left;}
#questionPanel .questionTxtBox textarea{border:solid 1px #444;}
#questionPanel .item{ clear:both;}
#questionPanel .odd{ background-color:#eee; width:670px;}
#btnToolBar{ text-align:center; padding:8px;}

.checkCode{ display:block;}

.reg_d_default,.reg_d_on,.reg_d_ok,.reg_d_err{ width:250px;height:15px; padding:5px 0px 5px 25px;float:left;}
.reg_d_on{border:1px solid #FFCC00; background-color:#FFFFDD;}
.reg_d_ok{border:1px solid #00BE00;background:#E6FFE6 url(img/li_ok.gif) no-repeat 4px;}
.reg_d_err{border:1px solid #FF3300;background:#FFF1E4 url(img/li_err.gif) no-repeat 4px;}
