@CHARSET "UTF-8";
#header{
	
	background-color:#fff;
	float:none;
	padding:0px;
	height:20px;
	position:relative;
}
#content{
	width:730px;
	float:left;

}
#footer{
	clear:both;
	background:url(img/logo_gray.jpg) top right no-repeat;
	float:none;
	height:80px;
	margin-left:5px;
	padding-top:10px;
	text-align:right;
	float:none;
}
#traka_gore{
	background-color:#DCE1E7;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #225286;
	padding:3px;
	margin:0px;
}
	
#traka{
	background-color:#DCE1E7;
	color: #225286;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #225286;
	padding:3px;
	min-height:15px;
}
#error_msg{
	border-top:solid 2px red;
	border-bottom:solid 2px red;
	background-color:#FAF1F1;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	float:none;
	width:100%;
}
#info_msg{
	border-top:solid 2px blue;
	border-bottom:solid 2px blue;
	background-color:#F7F7F7;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	float:none;
	width:500px;
}
.button_blue{
	background-color:#225286;
	border:outset 1px #ccc;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	width:90px;
	margin:3px;
	text-align:center;
	font-size:12px;
}
#button_blue{
	background-color:#225286;
	border:outset 1px #ccc;
	color:#fff;
	font-weight:bold;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	text-align:center;
	font-size:12px;
}
#button_blue:hover{
	background-color:#225286;
	color:#fff;
	cursor:pointer;
	text-decoration:underline;
}
#button_blue:active{
	border:inset 1px #ccc;
}
#button_gray{
	background-color:#ccc;
	border:outset 1px #ccc;
	color:#333;
	font-weight:bold;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	margin:3px;
	font-size:12px;
	text-align:center;
}
#button_gray:hover{
	background-color:#ffffff;
	color:#333;
	text-decoration:underline;
}
#button_gray:active{
	border:inset 1px #ccc;
}

#border_top{
	border-top:solid 1px #ccc;
}
#menu{
	float:left;
	margin:-20px;
	margin-bottom:10px;
	position:relative;
	height:auto;
}
#menu_center{
	list-style:none;
	margin:0px;
	background:#06c;
	
}
#menu_center li{
	padding:5px;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #ddd;
	
	color:#fff;
}
#menu_center li:hover{
	background:#ccc;
	color:#fff;
	
}
#search_box{
	margin:0px;
	float:right;
	padding:5px;
}

