﻿body
{
	font-size: 12px;
	line-height:130%;
	text-align: center;
	background-color:#7e0200;
	color:#333333;
	margin:0px;
	font-family: Tahoma, Arial;
	overflow:auto;
}
div{}
a{ color:#333333; text-decoration:none;}
a:hover{ color:Red; text-decoration:underline;}
.wrap
{
	width: 800px;
	background-position: center top;
	background-image: url(../../Images/pic.gif);
	background-repeat: no-repeat;
}
#logo
{
	height: 55px;
	background-image: url(../../Images/logo_bg2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#logo #cqit{width:253px; float:left;}
#logo #ql
{
	width: 544px;
	float: right;
	background-image: url(../../Images/logo_bg.gif);
	background-repeat: no-repeat;
	height:40px;
	text-align:right;
}
#logo ul{ list-style-type:none; display:inline; }
#logo li{ float:right; padding:5px; padding-top:10px;}
#logo a{ color:#ffe06c; }


hr{ color:#dfdfdf; height:1px; width:86%;}

#header{ height:94px;}

#nav{ text-align:left; width:779px; background-color:#c00d09;}
#nav a{	color:#fff;text-decoration:none; }
#nav a:hover{color:#fff;text-decoration:underline;}
#nav div{ float:left;}
#nav #pic_l{ width:8px;}
#nav #hp{ padding:5px;}
#nav #pic_r{ width:9px; float:right;}


#mider{padding-bottom:20px; border-top:solid 1px white; 
	background-color:#7e0200; width:779px; }
#mider #left{ float:left; width:540px; text-align:left;}
#mider #right{ float:right; width:210px;text-align:left;}

.blockTitle{ background-color:#f00000; color:#fff; width:100%; font-weight:bold; padding:5px; text-align:left; font-size:14px; margin-top:5px;}
.blockList{ background-color:White; width:100%;padding:5px;}

#footer{ background-color:#c00d09; color:#fff; text-align:center; width:779px; }
#footer div{ padding:20px;}


#navSub{ background-color:#cecece; color:Black;}
#navSub div{ padding:6px;}
#navSub .time{ padding-left:20px; float:left;}
#navSub .ql{ padding-right:20px; float:right;}
#navSub .ql ul{ list-style:block;}

#subTitle
{
	font-weight: bold;
	color: #f80326;
	float: left;
	border-bottom: solid 2px #7e0200;
	height: 25px;
	background-position: left top;
	background-image: url(../../Images/pic_title.gif);
	background-repeat: no-repeat;
	padding-left:18px;
	vertical-align:middle;
	padding-right:5px;
}
#blank
{
	border-bottom:solid 2px #b2b2b2;
	height:25px;
}





#ItemRow
{
	border-bottom:dashed 1px #efefef;
	font-size:12px;
}
#ItemRow .arrow{ width:20px; text-align:center;}
#ItemRow .tilte{ text-align:left;}
#ItemRow .time{ text-align:left; width:100px;}


#ulBlock
{
	list-style-type: none;
	display: block;
	height:53px;
	font-size:14px;
	padding:0px;
	margin:0px;
	background-image: url(../../Images/li_bg.gif);
	background-repeat: repeat-x;
	width:400px;
}
#ulBlock li
{
	float:left;
	height:53px;
	display:block;
}
#ulBlock a
{
	color:#81726b;
	display:block;
}
#ulBlock #li_2
{
	background-image: url(../../Images/li_2.gif);
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top:20px;
	padding-right:20px;
}
#ulBlock #li_3
{
	background-image: url(../../Images/li_3.gif);
	background-repeat: no-repeat;
	padding-left:60px;
	padding-top:20px;
	padding-right:10px;
}
#ulBlock #li_5
{
	background-color:White;
	padding-left:13px;
}



#itemInfo
{
	text-align: left;
	margin: 10px;
	padding:20px;
	width:670px;
	border: solid 3px #efefef;
	background-color:White;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=5);
}

#anpPager{ letter-spacing:5px; text-align:center; padding:5px;}
#anpPager a:hover{ text-decoration:none;}



.textBox
{
	border:dashed 1px gray;
	color:#515151;
	font-family: Tahoma, Arial;
	font-size:12px;
}
.error
{
	color:Red;
}

#QuestionEditTable
{
	border:solid 1px #b2b2b2;
	width:90%;
}
#QuestionEditTable .lbl
{
	background-color:#dfdfdf;
	width:100px;
	text-align:right;
}
#QuestionEditTable .txt
{
	background-color:#f8f8f8;
	text-align:left;
}
#warn
{
	color:Red;
	background-color:#ffffe1;
	padding:4px;
	margin:2px;
	float:left;
}
#warn .light
{
	color:Blue;
}

#QuestionTable
{
	border:solid 1px #CDCCD1;
	width:100%;
	background-color:White;
}
#QuestionTable td.name
{
	color:Black;
	font-weight:bold;
	background-color:#E1E1E1;
	padding-left:30px;
	text-align:left;
}
#QuestionTable td.name .time
{
	color:Gray;
	font-weight:normal;
}
#QuestionTable td.info
{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}
#QuestionTable td.memo
{
	border-top:dashed 1px #E1E1E1;
	text-align:right;
	padding-right:30px;
	color:#4C4C4C;
	background-color:#F3F3F3;
}
