/* DEFAULT STYLES OF DATALIFE ENGINE RELEASE 8.2 */

/* ==================== */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;*
	font-size: 11px;
	font-family: verdana;
	color: #131f6b;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

p {margin: 0; padding: 0;}

input,
select,
textarea {
	outline:none;
}


/*=======main===================*/

.main_text {
	color: #555555;
	font-size: 11px;		/* ! */
	background-color: #efefef;
	}

.bot_text {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.bot_text a:active, .bot_text a:visited, .bot_text a:link {
	color: #0b3f60;
	text-decoration: underline;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.bot_text a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.main_top {
	color: #555555;
	font-size: 11px;
	font-weight: bold;		/* ! */
	background-image:url(images/main_top2.jpg);
	background-repeat:no-repeat;
	}

.main_top2 {
	color: #054167;
	margin: 50px;
	padding: 20px;
	font-size: 11px;
	font-family: verdana;		/* ! */
	background-image:url(images/main_center2.jpg);
	background-repeat:no-repeat;
	}

.main_top2 a:active, .main_top2 a:visited, .main_top2 a:link {
	color: #0b3f60;
	text-decoration: underline;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.main_top2 a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.main_left {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	margin: 0px;
	padding: 0px;
	background-image:url(images/main_left2.jpg);
	background-repeat:no-repeat;
	}

.main_right {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image:url(images/main_right2.jpg);
	background-repeat:no-repeat;
	}

.main a:active, .main a:visited, .main a:link {
	color: #7e8713;
	text-decoration: underline;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.main a:hover {
	color: #7e8713;
	text-decoration: none;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	}

.main_bot {
	background-image:url(images/main_bot.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 15px;
	margin: 15px;
	background-color: #efefef;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
	}

.main_bot a:hover {
	color: #155577;
	text-decoration: none;
}


/*====header=====*/

.main_hed {
	background-image:url(../images/header_bg_1.jpg);
	background-repeat:no-repeat;
	}


/*====footer=====*/

.futer {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	margin: 0px;
	padding: 0px;
	background-image:url(images/fut.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	}


/*-------------------------horo-------------------------*/

.imag_big {
	margin: 0;
	padding: 6px 11px 11px 6px;
	float: middle;
	background-image: url(images/avatar_bg3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

.imag {
	margin: 0;
	padding: 6px 11px 11px 6px;
	float: middle;
	background-image: url(images/avatar_bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

.imag a:active, .imag a:visited, .imag a:link {
	color: #7e8713;
	text-decoration: underline;
}

a.imag, span.imag {
	display: block;
	text-decoration: none;
}
.imag img {
	border: 0;
	vertical-align: top;
}







