/*
//	Значения базовых элементов
//
//	23 декабря 2008 года
//	© Студия Ниазида, http://niazida.ru
*/
body {
	background: #7282b7;
	font-size: 12px;
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 135%;
}

a {
	color: #59acd3;
}
a.seo {color:#7D7D7D;
text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	color: #7282b7;
}

h2.seo {
	font-size: 101%;
	font-weight: normal;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: solid 1px #7282b7;
	clear: both;
}

input, textarea, select {
	/*border: solid 1px #7282b7;*/
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*
//	Значения для таблиц
*/

table {
	font-size: 100%;
}

table.data {
	border: solid 1px #7282b7;
	border-bottom-width: 5px;
	width: 100%;
}

table.data td, table.data th {
	padding: 7px;
	border-bottom: solid 1px #7282b7;
	text-align: left;
}

table.data th {
	color: #ffffff;
	background: #7282b7;
	text-align: center;
	font-weight: bold;
}

table.data td {
	background: #fff;
}

.png {
	filter: expression(fixPNG(this));
}
