/*-- question_table --*/
.question_table{font-size:10pt; width:100%;}
.question_table tr{}
.question_table tr th{vertical-align:top; text-align:left; padding:0px 15px 12px 0px; line-height:1.1em;}
.question_table tr td{vertical-align:top; text-align:left; padding:0px 15px 12px 0px; line-height:1.1em;}
.question_table tr:hover td{ color:#0000ff; text-decoration:underline; cursor:pointer; }
.question_table tr .w1{width:100px; padding-left:20px;}
.question_table tr .w2{width:64px;}
.question_table tr .w3{}
.question_table tr .info1{position:relative; top:-3px; width:60px; font-size:7pt; padding:1px 5px; text-align:center; background:#0E4674; color:#ffffff; }
.question_table tr .info2{position:relative; top:-3px; width:60px; font-size:7pt; padding:1px 5px; text-align:center; background:#ffffff; color:#0E4674; border:1px solid #0E4674;}
.question_table tr .info3{position:relative; top:-3px; width:60px; font-size:7pt; padding:1px 5px; text-align:center; background:#ffffff; color:#0E4674; border:3px double #0E4674;}
.question_table tr .info4{position:relative; top:-3px; width:60px; font-size:7pt; padding:1px 5px; text-align:center; background:#ffffff; color:#0E4674; border:1px solid #0E4674;  border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.question_table tr .info5{position:relative; top:-3px; width:60px; font-size:7pt; padding:1px 5px; text-align:center; background:#ffffff; color:#0E4674; border:3px double #0E4674; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}

.HitQ {width:300px; margin:20px 0px;}
/*.HitQ h3{margin-bottom:10px; font-size:14pt; font-weight:800; color:#B4A98E;}*/
.nrh2{ width:100%; padding:5px 5px; border-top:3px solid #082944; border-bottom:1px solid #082944; font-weight:800; }
.nrh2 div{color:#666666; padding-top:5px; font-size:9pt;}
.HitQ div{margin-bottom:10px; width:300px; border-bottom:1px dotted #666666; background:#ffffff; padding:5px 0px;}
.HitQ div a{color:#0E4674; cursor: pointer; text-decoration:none; }
.HitQ div a:hover{color:#8AAEF9;}
/*.HitQ div:hover{ background:#f0f0ff; cursor: pointer;} */
.HitQ div p {margin-bottom:4px; font-size:9pt; color:#666666;}
.HitQ div span{font-size:7pt; color:#999999;color:#ff0000;}

/*-- question_content --*/
.question_type{
	border:1px solid #0E4674; 
	color:#0E4674; 
	background:#ffffff; 
	font-size:9pt; 
	width:200px; 
	text-align:center; 
	height:24px; 
	line-height:24px; 
}
.question_title{
	/*background:#66CC00; */
	background:#F5F5F5; 
	width:710px; 
	/*color:#ffffff; */
	color:#000000;
	font-size:18pt;
	font-weight:800;
	/*height:32px; */
	line-height:32px; 
	text-indent:1em;
	margin-top:10px;
}

.question_date{margin-top:5px;}
.question_cont{margin-top:20px;}
.question_cont p{margin-bottom:20px; line-height:1.4em; /*text-indent:1em;*/}
.question_link {margin-top:40px; line-height:1.2em;}
.question_link a{color:#113366; text-decoration:none;}
.question_link a:hover{color:#458CDD; text-decoration:underline;}