﻿html, body {
	margin:0px;
	padding:0px;
	height:100%;	
}

body, input, select, textarea {
	background-color: #F1F5F3;
}
td, input, select, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000000; 
}

// выравнивание по вертикали
{
margin:0;
}
.wrapper {
height:auto  !important;
height:100%;
margin:0 auto -48;
}
.footer, .push {
height:48px;
}

.cont {
height:94%;
}


//
form {
	margin: 0px;
}

A {
	color: #000000;
}

a:Hover {
	color: #CC0000;
	text-decoration: none;
}

a.servicelinks {
	color: #fff;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

P.newsDate {
	text-align: left;
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12;
	margin-left: 10px;
}

P.newsText {
	color: #48355B;
	font-family: Arial;
	font-size: 12;
	text-align: justify;
	margin: 0px 15px 12px 10px;
	text-indent: 15px;
}

/* Вкладки */
p.bmTitles {
	color: #000000;
	font-weight: bold;
	text-align: left;
}

P.advText {
	color: #281C9D;
	font-family: Arial;
	font-size: 12;
	text-align: justify;
	margin: 3px 15px 12px 20px;
}

P.sitesText {
	color: #007900;
	font-family: Arial;
	font-size: 12;
	text-align: justify;
	margin: 5px 15px 12px 20px;
}

P.partnerText {
	color: #CC6600;
	font-family: Arial;
	font-size: 12;
	text-align: justify;
	margin: 5px 15px 12px 20px;
}

.topAlign {
	 vertical-align: top;
}

a.partner_links {
	color: #ADADAD;
}

/* --- Buttons --- */
.apply_btn {
	color: #008000; 
	border: thin #7CAA77 solid; 
	font-size: 16px;
	border-width: 1px;
	padding: 2px 18px 2px 18px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.apply_btn:hover {
	background: #EEFEE7;
}
.std_btn_red {
	border: 1px solid #FF0000; 
	padding: 4px 24px 4px 24px; 
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
}
.std_btn_red:hover {
	background: #FAEDED;
}
