@import "tempstyle.css";
@import "header_form.css";
@import "calendar.css";
@import "autosuggest.css";
/* default */
body, form, input, h1, h3, h4, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}

h2{
	margin: 0 0 14px;
	font-weight: normal;
	color: #00a2ea;
	font-size: 18px;
}
h3{
	font-size: 14px;
	margin-top: 25px;
	color: #00539A;
}
h4{
	font-size: 12px;
}

a{
	color: #00A2EA;
	text-decoration: none;
}
a:hover{
	color: #004890;
}
p{
	margin: 10px 0;
}
ul{
	margin: 10px;
	padding-left: 16px;
	list-style-type: square;
}
ul li{
	padding: 8px 0;
}
ol{
	margin: 10px;
	padding-left: 16px;
}
ol li{
	padding: 8px 0;
}
body{
	text-align: left;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
div{
	padding: 0;
	margin: 0;
}

/* frame */
#container {
	margin: 0 auto;
	width: 900px;
	background: #fff;
	text-align: left;
}

/* header */
#header{
	position: relative;
	width: 900px;
	height: 317px;
	color: #fff;
	background: url("../frame/header_bg.jpg") left top no-repeat;
}
ul#menu{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 62px;
	list-style-type: none;
}
ul#menu li{
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
	height: 62px;
	background: url("../frame/menu_li.gif") left top no-repeat;
}
ul#menu li a{
	float: left;
	padding: 24px 17px;
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #00468a;
	font-weight: bold;
}
ul#menu li a:hover{
	color: #00A2EA;
}
ul#menu li a.active{
	background: url("../frame/menu_li_a.gif") left top repeat-x;
	color: #00A2EA;
}
#header a#logo{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 90px;
}
#header a#logo span{
	display: none;
}

#header #domain{
	position: absolute;
	top: 115px;
	left: 20px;
	width: 115px;
}
#header #domain h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #fff;
}
#header #domain a{
	font-size: 12px;
	color: #fff;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#header #domain a:hover{
	color: #d9d9d9;
}
#header #lang{
	position: absolute;
	top: 288px;
	left: 20px;
	width: 115px;
	color: #66bdf4;
}
#header #lang a{
	color: #66bdf4;
	font-size: 9px;
	font-weight: bold;
}
#header #lang a:hover{
	color: #fff;
}
#header #lang a.active{
	color: #fff;
}

/* footer */
#footer{
	position: relative;
	margin-top: 5px;
	width: 900px;
	height: 120px;
	color: #fff;
	background: url("../frame/footer_bg.gif") left top repeat-x;
}
#footer p{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 900px;
	text-align: center;
}
#footer p a{
	color: #fff;
}
#footer p a:hover{
	text-decoration: underline;
}
#footer a#fps{
	position: absolute;
	top: 60px;
	right: 10px;
	width: 130px;
	text-align: right;
	color: #999b9e;
	font-size: 9px;
}
#footer a#fps:hover{
	text-decoration: underline;
}

#footer #partners{
	position: absolute;
	top: 60px;
	left: 10px;
	width: 330px;
	text-align: left;
	color: #555555;
	font-size: 11px;  
}
#footer #partners span{
	display: block;
	margin: 0 0 6px 0;
}

/* content */
.box{
	float: left;
	width: 221px;
	height: 111px;
	margin: 5px 5px 0px 0;
}
.box h3{
	display: block;
	margin: 77px 0 0 0;
	width: 221px;
	height: 34px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.box h3 a{
	display: block;
	color: #fff;
	padding: 8px 12px;
	width: 197px;
	height: 18px;
}
.box h3 a:hover{
	color: #d9d9d9;
}
.content{
	margin-top: 5px;
	padding: 12px 18px;
	background: url("../frame/content_bg.gif") left top repeat-x;
}
.content p{
	margin: 10px 0;
}
/* window */
.fps_window{
	background: #fff;
	position: absolute;
	width: 500px;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px 0px 0px;
	padding: 10px 45px 5px 15px;
	width: 440px;
	font-size: 18px;
	cursor: move;
	background: #007fc6;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.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;
	width: 480px;
	background: #fff;
	background:transparent url(../frame/content_bg.gif) repeat-x scroll left top;
}
.fps_window .win_error, .fps_window .win_success{
	color: #007fc6;
	font-weight: bold;
	padding: 0 7px;
}
.fps_window .button{
	background: #999a9e;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 71px;
}
.fps_window .button:hover{
	background: #007fc6;
}
.fps_window .layer_bottom_white{
	width: 500px;
	height: 5px;
	font-size: 1px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}


.fps_tooltip {
		display: none;
		position: absolute;
		z-index: 121;
		width: 200px;
		border: 2px solid #b2ceed;
		background: #f5f5f5 url('../admin/image/bulb.gif') no-repeat 3px 5px;
		text-align: left;
		padding: 5px 5px 14px 32px;
		z-index: 2000;

		color: #4a4a4a;
		font-size: 12px;
		font-family: Verdana, Arial, Sans-serif
}

.fps_tooltip b {
		padding: 5px;
		display: block;
		background: #f5f5f5;
		color: #808080;
}

.fps_tooltip i {
		padding: 5px;
		display: block;
		background: #e7e7e7;
		color: #0085DE;
}

.fps_tooltip ul {
		list-style-type: square;
		color: #0085DE;
		padding: 5px;
		padding-left: 20px;
}
