﻿body {background-color: #659ACF; margin: 0; padding: 0}
body, p, td, br, table {font-family: Arial; font-size: 9pt}
h1 {font-family: Arial; font-size: 16px}
h2 {font-family: Arial; font-size: 10pt}
h3 {font-family: Arial; font-size: 12pt}

a:link{text-decoration: underline; color:#F7F7F7}
a:active {text-decoration: underline}
a:visited{text-decoration: underline; color:#F7F7F7}
a:hover{text-decoration: none; color:#F7F7F7}

li {color: #F7F7F7}

.h1_class {margin-top: 16px; margin-top: 0; margin-bottom: 0; color: #F7F7F7; text-align: center}
.h2_class {margin-top: 16px; margin-bottom: 0; word-spacing:7; letter-spacing: 6; color: #F7F7F7}

.window {border: 1px solid #F7F7F7}
.window2 {border: 1px solid #000}
.window3 {border: 1px solid #E3E3EA}
.window4 {border: 1px solid #F7F7F7}
.window5 {border: 1px solid #3D80C2}
.window6 {border: 1px solid #74A3D3}
.window7 {border: 1px solid #E3E3EA; border-bottom: #E3E3EA}
.chat_wnd {border: 1px solid #E3E3EA; background: #74a3d3}
.site_links {border: 1px solid #F7F7F7; font-size: 9pt; background: #D1E1F1;}

.serch_btn{color: #F7F7F7; border: 1px solid #F7F7F7; font-size: 9pt; background: #99C2EA; cursor: pointer}

.vk_window {border: 1px solid #D8DFEA}
.vk_comments {border: 1px solid #F7F7F7; font-size: 8pt; background: #D1E1F1;}
.tdcolor {color:#F7F7F7}
.gorline {font-family: Arial; font-weight: bold; font-size: 4pt; color: #F7F7F7; border-bottom: 1px solid #D8DFEA} 

.style1 {color: #F7F7F7;}
.style2 {text-align: center;}
.style3 {margin-top: 0;	margin-bottom: 0;}

#faq_bul {margin-left: 0px; font-size: 8pt; color: #F7F7F7; list-style-image: url(/images/fon/map_site_bullet.gif)}
#faq_ar {font-size: 8pt; color: #F7F7F7; list-style-image: url(/images/fon/map_site_arrov.gif)}

/*input[type="text"],
input[type="password"],
textarea,
select {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font: normal 12px Verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}*/

.subscribe {
	border: 1px solid #cccccc;
	background: #FFFFFF;
	font: normal 12px Verdana;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.do_action{
	border: 1px solid #486582 !important;

	background: #4687CE;
	background-image: -webkit-linear-gradient(top, #4687CE 0, #3068A2 100%) !important;
	background-image: -moz-linear-gradient(top, #4687CE 0, #3068A2 100%) !important;
	background-image: -ms-linear-gradient(top, #4687CE 0, #3068A2 100%) !important;
	background-image: -o-linear-gradient(top, #4687CE 0, #3068A2  100%) !important;
	background-image: linear-gradient(to bottom, #4687CE 0, #3068A2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

	height: 22px;
	color: #FFFFFF;
	font: bold 12px Verdana !important;
	border-radius: 3.01px;
	cursor: pointer;
}
.do_action:hover {
	border: 1px solid #486582;

	background: #4687CE;
	background-image: -webkit-linear-gradient(top, #3068A2 0, #4687CE 100%);
	background-image: -moz-linear-gradient(top, #3068A2 0, #4687CE 100%);
	background-image: -ms-linear-gradient(top, #3068A2 0, #4687CE 100%);
	background-image: -o-linear-gradient(top, #3068A2 0, #4687CE  100%);
	background-image: linear-gradient(to bottom, #3068A2 0, #4687CE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);

	color: #FFFFFF;
	font: bold 12px Verdana;
	height: 22px
}

.text-success {
    background-color: #EAFEF1;
    color: #1ba84e;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-error {
    background-color: #fef1f1;
    color: #d46d6d;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-warning {
    background-color: #fffae4;
    color: #c39d02;
	border-radius: 3.01px;
	padding: 2px 6px;
}
.text-info {
    border: 1px solid #bdc4c9;
    color: #aaa;
	border-radius: 3.01px;
	padding: 2px 6px;
}