@CHARSET "UTF-8";

body {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	background-color:#C2CDDF;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:10pt;
	width: 100%;
	border: 0px none;
	}

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

.mapUrl{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 12px;
}

.mapUrl:hover{
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.resultFalse{
	width:100%;
	color:red;
	font-size: 12px;
}

.request{
	width:100%;
	font-size: 12px;
}

.head_bg{
background: url("../images/bar_bg.gif");
background-repeat:repeat;
}

.head_bg_large{
background: url("../images/bg_top.jpg");
background-repeat:repeat-x;
background-position:center;
overflow: hidden;
height:25px;
width:100%;
position: relative;
top: 0px;
left: 0px;
border: 0px none;
background-color: #7396B5;
}

.menu_text{
	width: 20%;
 	color: black;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	height: 100%;
 	font-weight: bold;
 	border-bottom: 1px solid black;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
 	border-top: 0px none;
 	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menu_text_over{
	width: 20%;
 	color: white;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	height: 100%;
 	font-weight: bold;
 	border-bottom: 1px inset black;
 	border-left: 1px inset black;
 	border-right: 1px inset black;
 	border-top: 0px none;
 	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



.menu_path{
	width: 65%;
 	color: black;
 	position: absolute;
 	top: 0px;
 	left: 20%;
 	height: 100%;
 	font-weight: bold;
 	border-bottom: 1px solid black;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
 	border-top: 0px none;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.menu_path_over{
	width: 65%;
 	color: white;
 	position: absolute;
 	top: 0px;
 	left: 20%;
 	height: 100%;
 	font-weight: bold;
 	border-bottom: 1px inset black;
 	border-left: 1px inset black;
 	border-right: 1px inset black;
 	border-top: 0px none;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menu_other{
	width: 15%;
 	color: black;
 	position: absolute;
 	top: 0px;
 	left: 85%;
 	height: 100%;
 	font-weight: bold;
 	border-bottom: 1px solid black;
 	border-left: 1px solid black;
 	border-right: 1px solid black;
 	border-top: 0px none;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.new_mail{
	background-image: url(../modules/images/other/email2.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 100%;
	background-position:center;
	cursor: pointer;
	text-decoration: none;
}

.forum{
	padding-left:15px;
	background-image: url(../modules/images/other/online.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 100%;
	background-position:center;
	cursor: pointer;
	text-decoration: none;
}

.shield_owner{
	padding-left:10px;
	background-image: url(../modules/images/other/shield.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 100%;
	background-position:center;
	cursor: pointer;
	text-decoration: none;
}

.r_arrow {
	background-image: url(../images/r_menu.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:12px;
	font-size: 10pt;
}

.opros-question{
	color: #C10000;
}
