﻿body {
    background-color: #3333cc;
    text-align: center;
}
body, td, th, input, select, textarea {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #cccccc;
	border-top: 1px solid #666666;
	padding: 1px 5px 1px 5px;
}
h3 {
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}
a img {
	border: 0px;
}

.TextTip {
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
	color: #666666;
}
.TextSmall {
	font-size: 10px;
}
.TextXSmall {
	font-size: 11px;
	color: #999999;
	position: relative;
	top: 4px;
}

.tableMain {
	width: 927px;
}

.tdMainTop {
	height: 124px;
	background-image: url(top.jpg);
}
.divMainTopLogo 
{
	background-position: 20px 20px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}
.divMainTopBanner {
	position: relative;
	left: 513px;
	top: 14px;
	width: 400px;
	height: 75px;
	overflow: hidden;
}

.tdMainMenu {
	height: 16px;
	background-image: url(btt_back.jpg);
}
.divMainMenuSx {
	background-image: url(btt_sx.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.divMainMenuDx {
	background-image: url(btt_dx.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.tdMainMenu a {
	background-color: #cc0000;
	border: 2px solid #cc0000;
	color: #ffffff;	
	text-decoration: none;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
.tdMainMenu a:hover {
	background-color: #996666;
	border: 2px solid #996666;
}

.tdMainMiddle {
	height: 16px;
	background-image: url(mid_top.jpg);
}

.divMainContentSx {
	background-image: url(sx_back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
.divMainContentDx {
	background-image: url(dx_back.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}
.divMainContentSxUp {
	background-image: url(sx_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.divMainContentDxUp {
	background-image: url(dx_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.divMainContent 
{
	padding: 10px 60px 10px 60px;
	text-align: justify;
}
.tdMainContent 
{
	background-color: #ffffff;
}

.tdMainBottom {
	height: 63px;
	background-image: url(bottom.jpg);
}
.tdMainCopyright {
	color: #dddddd;
	font-size: 10px;
}


.HighlightBox {
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	border: 1px dashed #999999;
	margin: 0px 0px 10px 0px;
}

.ResultBox {
	padding: 5px 5px 5px 25px;
	border-bottom: solid 1px #cccccc;
	text-align: left;
}	
.ResultDiv {
	border-top: 1px solid #999999;
	margin: 2px 0px 2px 0px;
}	

.ResultBoxToggle {
	width: 16px;
	height: 16px;
	position: relative;
	float: right;
	left: -780px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: hand;
}

.ClassInfoLinks {
	float: right;
	padding: 1px 15px 1px 17px;
	font-size: 10px;	
	color: #999999;
	position: relative;
	bottom: 10px;
	text-align: right;
}
.ClassInfoLinks a {
	color: #999999;
}

.ClassInfoStop {
	height: 10px; 
	overflow: hidden;
}
