BODY, HTML {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #333;
	padding: 5px;
	color: #000000;
}

input, .input
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #BBBBBB;
}

.submit
{
	width: 100px;
	border: 1px solid #BBBBBB;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #F3F3F3;
	padding: 2px;
}

BODY {
	text-align: center; /* to correct the centering IE bug*/
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

a,
a:link,
a:visited,
a:active
{
	color: #4F5D61;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul#top{
	clear: both;
	list-style: none;
	float: left;
	margin: 5px 0 0 0;
	padding-left: 10px;
}

ul#top li{
	list-style: none;
	display: inline;
	background: none;
	padding: 0px;
}

ul#top li a{
	text-decoration: none;
	display: block;
	float: left;
	background: #A1A1A1;
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
	color: #fff;
	padding: 7px 15px 7px 15px;
	margin-top: 5px;
	margin-right: 1px;
}

ul#top li a:hover{
	text-decoration: underline;
}

ul#top li#top-active a{
	padding: 10px 15px;
	margin-top: 0px;
	background: #4ad275;
	font-weight: bold;
}

ul#left{
    list-style-type: none;
	margin: 0 0 0 0;
	padding-left: 10px;
	text-align: left;
}

ul#left li{
    display: block;
	background: none;
	padding: 0px;
}

ul#left li a{
	text-decoration: none;
	display: block;
	background: #A1A1A1;
	font: 11px Tahoma,Arial,Helvetica,sans-serif;
	color: #fff;
	padding: 7px 15px 7px 15px;
	margin-top: 1px;
}

ul#left li a:hover{
	text-decoration: underline;
}

ul#left li#left-active a{
	padding: 7px 15px 7px 15px;
	margin-top: 0px;
	background: #4ad275;
	font-weight: bold;
	margin-top: 1px;
}

.rez_img
{
	border: 1px solid #000000;
}

.bottom
{
	border-top: 3px solid #A1A1A1;
}

.bottom-text
{
	float: left;
	text-align: left;
	padding-top: 3px;
}

.top_menu
{
	border-bottom: 5px #4ad275 solid;
	padding: 0;
	margin: 0;
}

.content 
{
	border: 1px solid #EEE;
	background: #F8F8FF;
	color: #000000;
	text-align: left;
	padding: 15px;
}

.login
{
	width: 100%;
	background: #F8F8FF;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 5px solid #4ad275;
}


table.rez
{	
	width: 780px;
	text-align: center;
	border-collapse: collapse;
	padding: 7px;
	margin-top: 15px;
}

table.rez td
{	
	padding: 3px;
}

table.contacts
{	
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.contacts td
{	
	padding: 7px;
	border-bottom: 1px solid #e1e1e1;
}

.page {
	padding: 6px;
	margin: 1px;
	background: #EEE;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	font-weight: bold;
}

.page_sel {
	text-decoration: underline;
	padding: 6px;
	margin: 1px;
	background: #FFFFFF;
	color: #CC0000;
	font-weight: bold;
	border: 1px solid #e1e1e1;
}

.page:hover, .page_sel:hover {
	text-decoration: underline;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #CA0000;
}
