﻿body
{
	font-size: 9pt;
	margin: 0px;
	overflow: auto;
	color: #222222;
	line-height: 130%;
	font-family: Tahoma, Arial;
	text-align:center;
}
TD
{
	font-size: 9pt;
	line-height: 130%;
	font-family: Tahoma, Arial;
}
A:link
{
	color:Black;
	text-decoration: none;
}
A:active
{
	color: #000000;
	text-decoration: none;
}
A:visited
{
	color: #000000;
	text-decoration: none;
}
A:hover
{
	color:red;
	text-decoration: underline;
}
hr
{
    height:1px;
    width:100%;
}
.mainTable
{
    width:1000px;
}
.mainLeft
{
    text-align: center;
    vertical-align: top;
    width: 180px;
    background-position: right top;
    background-image: url(../../Images/leftBg.jpg);
    background-repeat: repeat-y;
}
.mainLeft .picLink
{
    border:solid 1px #EDEDED;
}
.mainRight
{
    text-align: center;
    vertical-align: top;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(../../Images/rightBg.jpg);
    background-repeat: repeat-x;
}
.textBox
{
	font-size: 9pt;
	line-height: 130%;
	font-family: Tahoma, Arial;
    border:solid 1px #3D3D3D;
    height:20px;
}
#ModuleList
{
    width:180px;
}
#ModuleList td.hlLink
{
    background-position: right bottom;
    background-attachment: fixed;
    background-image: url(../../Images/moduleListLine.jpg);
    background-repeat: no-repeat;
    text-align:left;
}
#InfoTable
{
	width: 96%;
}
#InfoTable td.title
{
    color: #333333;
    font-weight: bold;
    padding-left: 30px;
    background-position: left center;
    background-image: url(../../Images/titleBg.jpg);
    background-repeat: no-repeat;
    text-align: left;
    vertical-align: top;
    padding-top: 17px;
    height: 48px;
    font-size:10.5pt;
    border-bottom: solid 1px #EBEBEB;
}
#InfoTable td.time
{
	padding-left:40px;
	text-align:left;
	vertical-align:middle;
	height:25px;
}
#InfoTable td.content
{
	text-indent:30px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	text-align:left;
	vertical-align:top;
}
#QuestionTable
{
	border:solid 1px #B7E05B;
	width:100%;
	background-color:White;
}
#QuestionTable td.name
{
	color:#527700;
	font-weight:bold;
	background-color:#DEECCB;
	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 #BCDE6F;
	text-align:right;
	padding-right:30px;
	color:#4C4C4C;
	background-color:#EAF3E0;
}
#QuestionEditTable
{
	width:100%;
	border:solid 1px #B7E05B;
}
#QuestionEditTable td.lbl
{
	width:100px;
	text-align:right;
	background-color:#DEECCB;
}
#QuestionEditTable td.txt
{
	text-align:left;
	background-color:#EAF3E0;
}
#QuestionEditTable .textBox
{
	height:22px;
	border:solid 1px #B7E05B
}
