@charset "utf-8";
/* CSS Document */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
}
H1{
	font-size:12px;
	font-weight:bold;
	color:#990000;
	padding: 0px 15px 0px 15px;
}
H2{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
H3{
	font-size:11px;
	font-weight:bold;
	color:#990000;
}
H3.BottomMargin{
	margin: 0px 0px -10px 0px;
}
UL{
	margin:-10px 0px 0px 20px;
	padding:0px;
}
LI{
	list-style-type:none;
	background:top left url(../image/common/bullet_grey.jpg) no-repeat !important;
	padding:6px 0px 0px 18px;
	line-height:14px;
	margin: 0px;
}
A{
	text-decoration:none;
	color:#990000;
}
A:hover{
	text-decoration:underline;
}
.RequiredFields{
	width:5px;
	height:100%;
	background-color:#CC0000;
}
.FieldTable {
	margin-bottom: 6px;
}
.FieldInputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	border: 1px solid #999999;
}
.FieldInputTextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
}
.FieldInputSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	border: 1px solid #999999;
}
.FieldInputButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
	padding: 3px 5px 3px 5px;
	background-color:#e3e3e3;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#e3e3e3', startColorstr='#ffffff', gradientType='0');
}
.MenuSearchBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	width:120px;
	border: 1px solid #999999;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#e3e3e3', gradientType='0');*/
}
.PagePath{
	font-size:10px;
	color:#666666;
	padding: 3px 15px 3px 15px;
}
.PagePath A{
	font-size:10px;
	color:#666666;
}
.PagePath A:hover{
	font-size:10px;
	color:#333333;
}
.PageContent{
	font-size:11px;
	color:#333333;
	padding: 0px 15px 3px 15px;
	line-height:16px;
}
.PageContent td{
	font-size:11px;
	color:#333333;
	line-height:16px;
}
TD.SideTableMenuOff{
	color: #333333;
	padding:4px 8px 4px 8px;
	text-decoration: none;
	background-color: #cccccc;
	border: 1px solid #cccccc;
}

TD.SideTableMenuOn{
	color: #ffffff;
	padding:4px 8px 4px 8px;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #999999;
}

TD.SideTableMenuSel{
	color: #ffffff;
	padding:4px 8px 4px 8px;
	text-decoration: none;
	background-color: #cc0000;
	border: 1px solid #990000;
}

.SideSectionTopic{
	font-size:12px;
	font-weight:bold;
	color:#990000;
	padding: 15px 15px 5px 15px;
}
.SideSubSection UL{
	margin:0px 0px 0px 15px;
	padding:0px;
}
.SideSubSection LI{
	font-size:11px;
	color: #990000;
	list-style-type:none;
	background:top left url(../image/common/bullet_red.jpg) no-repeat !important;
	padding:6px 0px 0px 18px;
	line-height:14px;
	margin: 0px;
}
.SideIcon{
	font-size:10px;
	color: #666666;
	padding:8px 0px 0px 15px;
}
.SideIcon A{
	color: #666666;
}
.SideIcon A:hover{
	text-decoration: underline;
}
.Footer{
	font-size:10px;
	color:#666666;
	padding: 0px 15px 3px 15px;
}
.Footer A{
	font-size:10px;
	color:#666666;
}
.Notes {
	font-size:10px;
	color:#666666;
}
#SiteClock{
	font-size:10px;
	color:#666666;
	padding: 0px 10px 0px 0px;
}
#MainTable{
	width: 740px;
	height:100%;
}
#LeftShadow{
/*	background:url(../image/common/border_left.jpg) repeat-y;*/
	width:0px;
}
#RightShadow{
/*	background:url(../image/common/border_right.jpg) repeat-y;*/
	width:0px;
}
#SideColumn{
	height:100%;
}
#Footer{
}
#NumberList{
	margin:-16px 0px 0px 24px;
	padding:0px;
}
#NumberList LI{
	list-style-type:decimal;
	list-style-position: outside;
	background:top left none no-repeat !important;
	padding:16px 0px 0px 0px;
	line-height:14px;
}
#NumberList LI LI{
	list-style-type: upper-alpha;
	margin:0px 0px 0px -14px;
}
#NumberList LI LI LI{
	list-style-type: upper-roman;
}
#NumberList LI LI LI LI{
	list-style-type: lower-roman;
}
.TableRow{
	border-bottom: 1px solid #dedede;
}