@charset "UTF-8";
/* CSS Document */

#login {
	border: 3px solid #003399;
}
#login td {
	
	background-color: #FFFFFF;
}
#login .title {
	color: #FFFFFF;
	background-color: #4B6EB3;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
body {
	background-color: #92A2C6;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
#layout {
	background-color: #FFFFFF;
	border: 3px solid #003399;
}
.top_menu {
	background-color: #4B6EB3;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
.main_menu {
	background-color: #dedede;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#adminmenu {
}
#adminmenu td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}
.adminmenu_header {
	font-weight: bold;
	font-variant: small-caps;
	background-color: #999999;
	color: #FFFFFF;
}
#adminmenu a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
#adminmenu a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#layout .top_menu a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#layout .top_menu a:hover {
	text-decoration: underline;
}
.content h2 {
	font-weight: bold;
	color: #333333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.content h3 {
	font-size: 12px;
	font-variant: small-caps;
	color: #666666;
}
.content a {
	color: #003399;
}
.content {
}
.content {
	padding: 10px;
	line-height: 130%;
}
textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
input {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
#layout td {
	vertical-align: top;
}
.header {
	background-image: url(logo_bg_admin.gif);
	background-repeat: repeat;
}
.rs_td {
}
.rs_td:hover {
	background-color: #CCCCFF;
	
}
.rs_border {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rs_row_title {
	padding-top: 25px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	padding: 15px 15px 45px 15px;
}
