﻿body {
	font-size: 9pt;
	margin: 0px;
	color: black;
	line-height: 130%;
	font-family: Tahoma, Arial;
	overflow:auto;
	background-image: url(../../Images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	text-align:center;
}
TD
{
	font-size: 9pt;
	color: black;
	line-height: 150%;
	font-family: Tahoma, Arial;
}
A:link
{
	color: navy;
	text-decoration: none;
}
A:active
{
	color: #ff0000;
	text-decoration: none;
}
A:visited
{
	color: navy;
	text-decoration: none;
}
A:hover
{
	color: navy;
	text-decoration: underline;
}
.mainTable
{
	background-color:#FFFFFF;
	width:778px;
	border-left-color:#cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#cccccc;
	border-right-style:solid;
	border-right-width:1px;
}
.left
{
	width:210px;
	text-align:center;
	vertical-align:top;
}
.right
{
	text-align:center;
	vertical-align:top;
}
#ModuleListTable
{
	width: 98%;
	background-position: left center;
	background-image: url(../../Images/menuBg.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
#ModuleListTable td
{
	vertical-align:middle;
}
#ModuleListTable td.left
{
	width:33px;
	text-align:left;
}
#HeaderTable
{
}
#HeaderTable td.pic
{
	height:136px;
}
#HeaderTable td.navigate
{
	background-position: left top;
	background-image: url(../../Images/dhtBg.jpg);
	background-repeat: repeat-x;
	text-align:right;
	height:22px;
}
#InfoTable
{
	width:94%;
	background-color:White;
}
#InfoTable td.title
{
	color: Maroon;
	font-weight: bold;
	background-position: 1% center;
	background-image: url(../../Images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left:25px;
	text-align:left;
	border-bottom:solid 2px #efefef;
}
#InfoTable td.content
{
	color: Black;
	text-indent: 30px;
	text-align:left;
}
.gg
{
	padding:10px;
	text-indent:30px;
	color:#383838;
}
#QuestionEditTable
{
	width:100%;
	border:solid 1px #CDCCD1;
}
#QuestionEditTable td.lbl
{
	width:100px;
	text-align:right;
	background-color:#E1E1E1;
}
#QuestionEditTable td.txt
{
	text-align:left;
	background-color:#F3F3F3;
}
#QuestionEditTable .textBox
{
	height:22px;
	border:solid 1px #CDCCD1
}

#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;
}
