/* frame */
#container {
	margin: 0 auto;
	width: 904px;
	padding: 28px;
	background: #fff;
}
#content{
	position: relative;
	width: 904px;
	background: #f5f5f5;
}

/* header */
#header {
	width: 904px;
	height: 263px;
	background: url(../frame/header.gif) no-repeat;
	background-position: top right;
	margin-bottom: 5px;
	text-align: left;
}
#header .header_left{
	width: 351px;
	height: 263px;
	background: #aaaaaa;
}
#header .header_left .toprow{
	height: 54px;
	background: #0682cf;
	width: 351px;
}
#header #logo{
	width: 68px;
	height: 54px;
	display: block;
	background: url(../frame/logo.gif) no-repeat;
	float: left;
}
#header #logo span{
	display: none;
}
#header h1{
	color: #fff;
	padding: 6px 0px 0px 81px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif; 
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h2{
	color: #fff;
	padding: 0px 0px 0px 81px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif; 
	font-size: 11px;
	font-weight: normal;
}
#header ul{
	list-style-type: none;
	margin: 5px 0px 0px 70px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif;
}
#header ul li{
	margin: 2px 0px 0px;
	padding: 0px;
}
#header ul li.submenu{
	background: url(../frame/menu_arrow_white.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}
#header ul li.submenu_active{
	background: url(../frame/menu_arrow_blue.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	color: #0682cf;
}
#header ul li.submenu_inactive{
	background: url(../frame/menu_arrow_white.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}
#header ul li a{
	display: block;
	height: 18px;
	background: url(../frame/menu_arrow_white.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover{
	background: url(../frame/menu_arrow_grey.gif) no-repeat;
	background-position: 0px 2px;
	color: #656565;
}
#header ul li a.active{
	background: url(../frame/menu_arrow_blue.gif) no-repeat;
	background-position: 0px 2px;
	color: #0682cf;
}
#header ul ul a{
	display: block;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
	background: none;
}
#header ul ul a:hover{
	color: #656565;
	background: none;
}
#header ul ul a.active{
	color: #0682cf;
	background: none;
}
#header ul ul{
	list-style-type: none;
	margin: 0px 0px 0px 1px;
}
/*footer*/
.small_line1,.small_line2,.small_line3,.small_line4{
	width: 133px;
	height: 9px;
	margin: 4px 0px 0px 5px;
	float: right;
	background: #0039a4;
}
.small_line2{
	background: #7db7f8;
}
.small_line3{
	background: #518225;
}
.small_line4{
	background: #89da39;
}
.long_line{
	width: 351px;
	height: 9px;
	float: left;
	background: #656565;
	margin: 4px 0px 0px 0px;
}
/*a.fps*/
a#fps {
	display: block;
	text-align:left;
	font-weight: normal;
	color: #aaaaaa;
	width: 200px;
	height: 20px;
	margin: 5px auto 0px;
	text-decoration: none;
}
a#fps:hover {
	color: #0682cf;
}
/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background: #f5f5f5;
	text-align: center;
	font-family: Verdana, "Terbuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #656565;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif; 
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif; 
	color: #0682cf;
	font-size: 20px;
	margin: 10px 0px 15px;
}
h2 a {

}
h2 a:hover {

}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-sherif;
	font-size: 16px;
	margin: 10px 0px;
	color: #518225;
}
h4 {
	font-size: 12px;
	margin: 10px 0px 0px;
}
p {
	margin: 15px 0 15px;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: square;
}
li {
	margin: 10px 0px 10px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
a {
	color: #0682cf;
	text-decoration: underline;
}
a:hover{
	color: #0039a4;
}
input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
	border: none;
	border-bottom: solid 2px #aaa;
	height: 2px;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
/* window */
.fps_window{
	background: #f5f5f5;
	border: 1px solid #0682cf;
	position: absolute;
	width: 500px;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 5px 0px 0px;
	padding: 10px 45px 5px 15px;
	width: 435px;
	font-size: 18px;
	cursor: move;
}
.fps_window .fps_windrag b{
	color: #0682cf;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px 10px 10px 0px;
	width: 480px;
	background: #f5f5f5;
}
.fps_window .win_error, .fps_window .win_success{
	color: #518225;
	font-weight: bold;
	padding: 0 20px;
}
.fps_window .button{
	background: #0682cf;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 71px;
}
.fps_window .button:hover{
	background: #7db7f8;
}
.fps_window .layer_bottom_white{
	width: 500px;
	height: 5px;
	font-size: 1px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}