﻿body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
}
body, td, th, input, select, textarea {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000000;
}

h2 {
	color: #0066cc;
	font-size: 17px;
	font-weight: bold;
}

a img {
	border: 0px;
}
a, a:hover, a:visited, a:active {
	color: #0066cc;
}	

.themeTop {
	width: 100%;
	height: 167px;
	overflow: hidden;
	background-image: url(top_bk.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.themeTopBox {
	width: 960px;
	height: 167px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}
.themeTopBanner {
	margin: 0px 0px 0px 529px;
	padding: 10px 0px 0px 0px;
	width: 400px;
	height: 75px;
	overflow: hidden;
}
.themeTopMiddle {
	height: 61px;
}
.themeTopMenu {
	text-align: center;
	padding-left: 40px;
}
.themeTopMenu a, .themeTopMenu .current, .themeButton {
	display: block;
	float: left;
	width: auto;
	background-image: url(top_btt.jpg);
	border: 1px solid #000000;
	padding: 3px 10px 3px 10px;
	margin: 0px 1px 0px 0px;
	text-decoration: none;
	color: #000000;
}
.themeTopMenu a:hover, .themeButton:hover {
	background-image: none;
	background-color: #99ccff;
}
.themeTopMenu .current { 
	background-image: none;
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.themeTopMenu .current:hover { 
	background-color: #ffffff;
}
.themeTopMenu .spacer {
	width: 20px;
	float: left;
}
.themeTopMenu .text {
	float: left;
	padding: 4px 10px 0px 0px; 
	font-weight: bold;
}

.themeMain {
	width: 100%;
}
.themeMainSx {
	width: 170px;
	background-image: url(left_bk.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	text-align: center;
}
.themeMainSx .banner {
	width: 150px;
	border: 1px solid #cccccc;
	margin-left: 8px;
}
.themeMainSx .links a {
	text-align: left;
	display: block;
	width: 150px;
	margin-bottom: 3px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.themeMainSx .links a:hover {
	background-color: #0066cc;
	color: #ffffff;
}

.themeMainDx {
	text-align: left;
	padding: 20px 10px 20px 10px;
	vertical-align: top; 
}

.themeFooter {
	border-top: 1px solid #000000;
	font-size: 10px;
	text-align: center;
	background-color: #ffcc66;
	padding: 3px 3px 3px 3px;
	color: #996600;
}

.themeEditor {
	background-color: #dddddd;
	padding: 3px 3px 3px 3px;
	margin: 0px 5px 0px 0px;
	border: solid 1px #999999;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: "Courier New", Verdana;
	text-decoration: none;
	float: right;
	position: relative;
	top: 0px;

}
.themeEditor:hover {
	background-color: #ddddff;
	text-decoration: underline;
}

.themeMsgInfo {
	background-image: url(info.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #666666;
	font-size: 10px;
	font-style: italic;
	padding: 5px 5px 5px 25px;
	text-align: left;
}

.themeMsgError {
	background-image: url(error.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffcccc;
	border: solid 1px #cc9999;
	color: #990000;
	padding: 5px 5px 5px 55px;
	text-align: left;
	height: 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}
.themeMsgOk {
	background-image: url(ok.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ccffcc;
	border: solid 1px #99cc99;
	color: #009900;
	padding: 5px 5px 5px 65px;
	text-align: left;
	height: 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}

.themeMsgComing {
	background-color: #cc0000;
	color: #ffffff;
	font-style: italic;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ffffff;
	text-align: center;
}

.themeLoading {
	background-color: rgb(0, 0, 0);
	z-index: 20;
	height: 100%;
	width: 100%;
	background: url(loading.png) repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
}
.themeLoading .themeWait {
	border: 2px solid #cccccc;
	background: url(box_wait.gif) no-repeat left center;
	padding: 20px 10px 10px 60px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	vertical-align: middle;
	text-align: center;

}
