﻿body {
	background-color: #075e88;
	margin: 0px;
}

#container {
	width: 933px;
	margin: 10px auto;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	height: 100%;
}

img {
	border: 0px;
}

ul#menu {list-style: none; width: 100%; padding: 0px 0px 29px 0px; text-align: center; font-family: Tahoma; font-weight: bold; font-size: 16px; display: block; clear: both; cursor: pointer;}
ul#menu > li { width: 150px; height: 62px; float: left; list-style: none; padding-top: 12px; color: #FFF;}
ul#menu > li.active {background: url('images/menu_button.jpg') no-repeat; width: 150px; height: 62px; float:left; list-style: none; color: #085175;}
ul#menu > li:hover {background: url('images/menu_button_hover.jpg') no-repeat; width: 150px; height: 62px; float:left; list-style: none; color: #085175; cursor: hand;}


#top {
	background-image: url('images/body_up.jpg');
	width: 933px;
	height: 31px;
}

.contain {
	background-color: #e2ecf2;
	width: 933px;
	height: 100%;
	overflow:auto;
	height:auto;
}


#bottom {
	background-image: url('images/body_down.jpg');
	width: 933px;
	height: 28px;
}

.warp {
	float: left;
	clear: left;
	padding: 0px 20px;
	width: 600px;
	text-align: left;
}

.warp p {
	padding-left: 20px;
}

.warp div#form {
	width: 100%;
	padding: 10px 40px 0px 10px;
	text-align: left;
}

.warp div#text_form {
	width: 300px;
	float: left;
	text-align: right;
	padding-right: 10px;
}

#pole {
	background-color: #ccdde5;
	width: 250px;
	border: 0px;
	color: #60686c;
	font-size: 12px;
	font-family: Arial;
	padding: 4px;
}

a {color: #ccc; text-decoration: none;}
a:hover {color: #aaa; text-decoration: none;}

.contain  a {color: #444; text-decoration: none;}
.contain a:hover {color: #222; text-decoration: none;}

h1 {
	font-family: Arial, Tahoma, sans serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	color: #085175;
}

h2 {
	font-family: Arial, Tahoma, sans serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
	color: #085175;
}

#sidebar {
	background-color: #ccdde5;
	color: #767b7e;
	font-size: 10px;
	width: 231px;
	margin: 0 20px;
	float: right;
	clear: right;
	height: 100%;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sidebar hr {
	width: 98%;
	border: 1px #e1e9ed solid;
	margin: 15px 0px 15px 0px;
}

#sidebar input.text {
	margin: 15px 0px 5px 0px;
	width: 150px;
	color: #60686c;
	font-size: 12px;
	border: 1px #e2ecf1 solid;
	text-decoration: none;
	background-color: #e2ecf1;
	padding: 8px;
}

#sidebar input.button {
	cursor: pointer;
	margin: 15px 0px 5px 0px;
	width: 50px;
	font-weight: bold;
	color: #e2ecf1;
	text-decoration: none;
	border: 3px #e2ecf1 solid;
	background-color: #c6d8e1;
	padding: 5px;
	font-size: 12px;
}

#sel {
	background-color: #ccdde5;
	width: 550px;
	margin: 0px 20px 20px;
	baseline: middle; 
	padding: 10px;
	overflow:auto;
	height:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#foot {
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	margin: 5px 5px 20px;
}

