@charset "utf-8";

body {
	background-color: #AACAEE;
	color: #333333;
}
.header {
	height: 72px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
	padding-top: 5px;
}
.leftVertLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.registerBox {
	background-color: #ECECFF;
}
.footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 0.9em;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	margin-bottom: 0px;

}
.footer img{
	margin:0;
	float:right;
	align: absmiddle;
}


input.text, input.title {
	width:105px;
	padding:2px;
	display: block;
}
.content {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
}

.spacer {
	background-image: url(../images/spacer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.spacer2 {
	background-image: url(../images/spacer2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.submenu {
	background-color:#5E9BDF;
	color: #FFFFFF;
	height: 30px;
	vertical-align: middle;
}
.menu {
	background-color:#FFFFFF;
	text-align: right;
}
.menu a, .menu a:visited {
	background-color:#FFFFFF;
	text-align: center;
	background-image: url(../images/inactiveTab-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 2px;
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	background-image: url(../images/activeTab-bg.jpg);
	color: #FFFFFF;
}
.activeTab {
	background-color:#FFFFFF;
	text-align: center;
	background-image: url(../images/activeTab-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a, .submenu a:visited {
	text-align: center;
	background-image: url(../images/inactiveSubmenu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 138px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 1px;
	color: #CCCCCC;
	text-decoration: none;
	height: 28px;
	padding-top: 5px;
}
.submenu a:hover {
	background-image: url(../images/activeSubmenu-bg.jpg);
	color: #FFFFFF;
}
.activeSubmenu {
	text-align: center;
	background-image: url(../images/activeSubmenu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 138px;
	display: inline-block;
	margin-left: 1px;
	margin-top: 1px;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	padding-top: 5px;
}
.searchBox {
	vertical-align:top; 
	background-color:#CCCCCC; 
	color:#49182D; 
	border:solid 1px #666666;
}
.grad th {
	background-image: url(../images/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.grad th a {
	text-decoration: none;
	color: #006991;
}
