input.text:focus,
textarea:focus {
	outline:0;
}
*{font-family:arial, sans-serif;}

.text{font:11px arial, sans-serif;color:gray;}
.text a{color:#000;}

#sub_button {
	position:relative;
	left:-15px;
}

.table_rating td{
	border-bottom:1px gray solid;
	margin:4px;
}

.user_menu {
	float:left;
	margin-right:5px;
	padding:7px;
	background-color:#27A0D5;
	color:#fff;
	font:11px arial, sans-serif;
}
.user_menu a{text-decoration: none; color:#fff;} 
.active{background-color:#B1D134;}

.button {
	font:13px arial, sans-serif;
	color:#FFF;
	padding:2px;
}
.btn_blue {
	background-color:#27A0D5;
	border-color:#27A0D5;
}

.reg_ok {
	margin-left:30px;
	padding:20px;
	width:70%;
	background-color:#fafafa;
}

.reg_form {
	padding-top:20px;
	padding-left:50px;
	width:70%;
}

input.text {
	background:transparent;
	font:100% arial, sans-serif;
	border:0px;
	font-size:150%!important;
	padding:2px 2px;
	color:#404040;
	width:100%;
}
.field_header{
	font:16px arial, sans-serif;
	color:#000;
	font-weight: bold;
	margin-left:5px;
}
.field_description{
	font:11px arial, sans-serif;
	color:red;
	margin-left:5px;
	margin-bottom:20px;
}

.field {
	padding:2px 35px 2px 4px;
	background:#ddebf1;
	background-position: 98% 52%;
	background-repeat:no-repeat;
}
.disabled_text {color:gray;}
.disabled {
	background-color:#e6e6e6;
	background-image:none;
	border-color:#acacac #ddd #ddd #acacac !important;
}
.loading {
	background-image:url(/images/default/loading.gif) !important;
}


#middle
{
	padding-right: 10px;
}
.personal {
	font-size:0.9em;
	margin-bottom:1em;
	width:94%;
	margin-right: 20px;
	margin-left: 20px;
}
.personal_bot {
	fo nt-size:0.9em;
	margin-bottom:20px;
	width:96%;
	margin-left: 20px;
	margin-right: 20px;
}

.round {
	border:1px solid #e3e4e5;
	border-width:1px;
	zoom:1;
	z-index:20;
	clear: both;
	position: relative;
}
.round .corners {
	clear:both;
	height:11px;
}
.round .corner {
	width:11px;
	height:11px;
	overflow:hidden;
	po sition:absolute;
	position: relative;
}
.round .tl {
	float:left;
	left:-1px;
	top:-1px;
	background:url(/images/default/tl.gif) no-repeat 0 0;
}
.round .tr {
	float:right;
	right:-1px;
	top:-1px;
	background:url(/images/default/tr.gif) no-repeat 0 0;
}
.round .bl {
	float:left;
	left:-1px;
	bottom:-1px;
	background:url(/images/default/bl.gif) no-repeat 0 0;
}
.round .br {
	float:right;
	right:-1px;
	bottom:-1px;
	background:url(/images/default/br.gif) no-repeat 0 0;
}
.round h3.round_title {
	color:#27A0CD;
	padding:0 20px;
	top:-1.3em;
	margin-bottom:-0.5em;
	font-family: arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: relative;
}
.round h3.round_title a {
	padding-right:10px;
	background:#fff;
	margin:0;
}

.title {
	color:#27A0CD;
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.title a {
	background:#fff;
	margin:0;
	color: #27A0CD;
}
.title a:link{color: #27A0CD;text-decoration: underline;}
.title a:hover{color: #27A0CD;text-decoration: underline;}
.title a:visited{color: #27A0CD;text-decoration: underline;}


.round h3.round_title a img {
	background:#fff;
}
.round h3.round_title span {
	background:#fff;
	padding:0 10px;
	margin:0;
}
.round h3.round_title span a {
	color:#27A0CD;
	padding-right:10px;
	background:#fff;
	margin:0;
	text-decoration: none;
}
.round .content {
	padding-top: 0;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	font-weight: normal;
}
.text_in{
	font-size: 14px;
	font-family: Tahoma, Arial;
	line-height: 22px;
}

.logo{
	font-size: 48px;
	float: left;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B1D134;
}
.top_menu{
	padding-left: 315px;
}
.top_menu ul{
	margin: 0px;
	padding: 0 0 0 20px;
}
.top_menu li{
	float: left;
	list-style-type: none;
	padding-bottom: 5px;
}
.top_menu a{
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.top_menu a:hover{
	text-decoration: underline;
}
.top{
	padding-top: 20px;
	padding-left: 340px;
	padding-bottom: 20px;
}
.top a{
	font-size: 26px;
	color: #27A0CD;
}
.out{
	min-width:980px;
	max-width:1300px;

	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 980 ? '980px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1300 ? '1300px' : 'auto');
	margin:0 auto;
	text-align:left;
}
.right{
	width: 250px;
	padding-top: 50px;
}
.center{
	width: 10px;
	float: right;
}
.menu_r ul{
	margin: 0px;
	padding: 0 0 0 20px;
}
.menu_r li{
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.menu_r a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #27A0D5;
	font-weight: bold;
}
.menu_r a:hover{
	background-color: #B1D134;
}
.menu_r_2 ul{
	margin: 0px;
	padding: 0 0 0 20px;
}
.menu_r_2 li{
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.menu_r_2 a{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: normal;
	background-color: #B1D134;
}
.menu_r_2 a:hover{
	background-color: #27A0D5;
	color: #FFFFFF;
}
.menu_r_3 ul{
	margin: 0px;
	padding: 0 0 0 20px;
}
.menu_r_3 li{
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.menu_r_3 a{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: normal;
}
.menu_r_3 a:hover{
	background-color: #27A0D5;
	color: #FFFFFF;
}
#no a{
	background-color: #CCCCCC;
}
.footer_links{
	padding: 20px;
	font-size: 13px;
}
.bot_menu ul{
	margin: 0px;
	padding: 0 0 0 20px;
}
.bot_menu li{
	float: left;
	list-style-type: none;
	padding-bottom: 5px;
}
.bot_menu a{
	font-size: 16px;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.bot_menu a:hover{

}

.navigation {
	font-family: Verdana;font-size: 11px;
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-family: Verdana;font-size: 11px;
}

.navigation a:hover {
	background:#fff;
	color:#CC6633;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#ccc;
	font-family: Verdana;font-size: 11px;
}

.page_top {
	font-family: Arial;
	font-size: 11px;
	font-weight : normal;
	color : #330000;
	text-decoration:none;
}
.page_top a:link{ color: #330000; text-decoration:none;}
.page_top a:visited{ color:#330000; text-decoration:none;}
.page_top a:hover{color: #CC6633;text-decoration:none;}

.page_top_selected {
	font-family: Arial;
	font-size: 11px;
	font-weight : normal;
	color : #cccccc;
	text-decoration:none;
}