/* DEFAULT STYLES OF DATALIFE ENGINE */

/* ==================== */

html, body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;	/* цвет текста задается для загрузчика, чтобы не вносить изменений в главный index.php */
}

img {
	border: 0;
}

p {margin: 0; padding: 0; text-indent: 15px;}

input,
select,
textarea {
	outline:none;
}

/* ==================== Рамка расширенной формы поиска по сайту */

fieldset {
	border: 1px solid #e0e0e0;
	padding: 5px;
	text-align: left;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
}
	

/* ==================== */

.category {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.category a {
	color: #ffd200;
	text-decoration: underline;
}
.category a:hover {
	color: #fff600;
	text-decoration: none;
}

/* ==================== */

.speedbar {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.speedbar a {
	color: #ff0000;
	text-decoration: underline;
}
.speedbar a:hover {
	color: #ff0000;
	text-decoration: none;
}

/* ==================== */

.slink {
	color: #ffffff;
	font-size: 9px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.slink a:active, .slink a:visited, .slink a:link {
	color: #ffffff;
	text-decoration: underline;
}
.slink a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.copy {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.copy a:active, .copy a:visited, .copy a:link {
	color: #555555;
	text-decoration: underline;
}
.copy a:hover {
	color: #06bab4;
	text-decoration: underline;
}

/* ==================== */

.stext {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.stext a:active, .stext a:visited, .stext a:link {
	color: #5078d5;
	text-decoration: underline;
}
.stext a:hover {
	color: #5078d5;
	text-decoration: none;
}
.border {
	color: #555555;
	background-color: #e0e7f8;
	border: 1px dotted #afc2ec; 
	font-weight: bold;
	padding: 5px;
}
/* ==================== */

.ltitle {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

/* ==================== */

.ntitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.ntitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ntitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.ctitle {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
.ctitle a {
	color: #ffffff;
	text-decoration: underline;
}
.ctitle a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ==================== */

.news {
	color: #333333;
	font-size: 12px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
	line-height: 15px;
}
.news a {
	color: #5078d5;
}
.news a:hover {
	color: #5078d5;
	text-decoration: none;
}
.news img {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: none;
}

/* ==================== */

.userstop {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.userstop a {
	color: #5078d5;
	text-decoration: underline;
}
.userstop a:hover {
	color: #5078d5;
	text-decoration: none;
}
.userstop td {
	padding: 3px;
}
.userstop thead {
	color: #555555;
	font-weight: bold;
}

/* ==================== */

.skin {
	padding-left: 10px;
}
select {
	font-size: 11px;
	font-family: tahoma;
}

.navigation {
	color: #555555; 
	border: 0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #555555;
	background-color: #ededed;
	border: 1px solid #e1e1e3;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #194370;
	color: #ffffff;
	border-color: #e1e1e3;
}

.navigation span {
	text-decoration: none;
	background-color: #ffffff;
	padding: 3px 6px;
	border: 1px solid #e1e1e3;
	color: #555555;
	font-size: 11px;
}

.navigation span.nav_ext {
        border: none;
        background: transparent;
}

/* CUSTOM STYLES FOR DLETEMPLATES.COM SKIN */

/* ==================== Поле малой формы поиска */

.s_field {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_s.gif);
	background-repeat: repeat-x;*/
	height: 16px;
	padding-left: 3px;
	border: 0px;
	background-color: transparent;
}

/* ==================== Поле формы авторизации */

.a_field {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
/*	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;*/
	height: 16px;
	padding-left: 3px;
	border: 0px;
	background-color: transparent;
}
.f_textarea {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	margin: 0px 1px 0px 0px;
	padding: 0px;
	width: 459px;
	height: 156px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.f_input {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.p_input {
	font-family : tahoma;
	font-size : 12px;
	color : #686868;
	border: 1px solid #DBDBDB;
	padding-left: 3px;
	width : 290px;
	height: 21px;
}
.f_select {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.setas {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.setas a:active, .setas a:visited, .setas a:link {
	color: #ffffff;
	text-decoration: underline;
}
.setas a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.smm01 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.smm01 a:active, .smm01 a:visited, .smm01 a:link {
	color: #f9d16e;
	text-decoration: underline;
}
.smm01 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.smm02 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.smm02 a:active, .smm02 a:visited, .smm02 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.smm02 a:hover {
	color: #f9d16e;
	text-decoration: none;
}
.smm03 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.smm03 a:active, .smm03 a:visited, .smm03 a:link {
	color: #bbd3ff;
	text-decoration: underline;
}
.smm03 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.smm04 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.smm04 a:active, .smm04 a:visited, .smm04 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.smm04 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.cop01 {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.cop01 a:active, .cop01 a:visited, .cop01 a:link {
	color: #4d75d5;
	text-decoration: underline;
}
.cop01 a:hover {
	color: #06bab4;
	text-decoration: none;
}
.cop02 {
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.cop02 a:active, .cop02 a:visited, .cop02 a:link {
	color: #f9d16e;
	text-decoration: underline;
}
.cop02 a:hover {
	color: #dfe9ff;
	text-decoration: none;
}
.mmenus {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.mmenus a:active, .mmenus a:visited, .mmenus a:link {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
.mmenus a:hover {
	color: #06bab4;
	text-decoration: underline;
	font-weight: bold;
}
.nmenus {
	color: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.nmenus a:active, .nmenus a:visited, .nmenus a:link {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
.nmenus a:hover {
	color: #06bab4;
	text-decoration: underline;
	font-weight: bold;
}
.dateitm {
	color: #ff0000;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}

.dateitm a:active, .dateitm a:visited, .dateitm a:link {
	color: #ff0000;
	text-decoration: none;
}
.dateitm a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.serv {
	color: #555555;
	font-size: 9px;		/* ! */
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.serv a:active, .serv a:visited, .serv a:link {
	color: #06bab4;
	text-decoration: underline;
}
.serv a:hover {
	color: #06bab4;
	text-decoration: none;
}
.bltitl1 {
	color: #c4100f;
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.bltitl2 {
	color: #333333;
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.i_01
{
	background-image : url(../img/logo.gif);
}
.bg{
	background-color : #F0F0F0;
}
.bg02 {
	background-color : #194370;
}
A {
	font-size : 11px;
	color : #4E4E4E;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.sr {
   border-bottom : 1px solid #DBDBDB;
   border-right : 1px solid #DBDBDB;
   border-top : 1px solid #DBDBDB;
   border-left : none;
   width : 224px;
   height : 27px;
   font-size : 16px;
}
.tb {
  border : 1px solid #DBDBDB;
}
.th {
	background-image : url(../img/bgs.gif);
	padding-left : 7px;
	color: #333333; 
}
.ts {
	border-bottom : 1px solid #DBDBDB;
}
.ts:hover {
	background-color: #EFEFEF;
}
.tt {
	border: 1px solid #E8E8E8;
}
H2 {
	font-size: 12px;
	color: #4E4E4E;
	font-weight : bold;
}
span {
	font-size: 11px;
	color : #FFFFFF;
	font-weight : bold;
}
.post {
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding: 10px;
}
.alltalks {
	background: url(../img/stl.gif) no-repeat;
	background-position: 28% 50%;
	padding-right: 7px;
	margin-top: 5px;
}
.alltalks a {
	color: #194370;
	font-weight: bold;
	font-size: 11px;
}
.alltalks a:hover {
	text-decoration: underline;
}
.menu {
	font-size: 13px;
	color: #333333;
}
.com_input {
	font-family : tahoma;
	font-size : 13px;
	color : #686868;
	border: 1px solid #DBDBDB;
	padding-left: 3px;
	width : 150px;
	height: 19px;
}
.com_add {
	font-size: 12px;
	color: #333333;
}
.edit_user {
	font-size : 12px;
	color: #3E3E3E;
}
.login_n {
	font-size: 12px;
	color: #194370;
}
.calc_rasch {
	font-size: 13px;
	padding: 5px;
	color: #333333;
}
.pad {
	padding: 5px;
}
.lost_user {
	font-size : 12px;
	color: #194370;
}
/*link shema */
.news_lk {
	font-size:13px;
	color: #333333;
	text-decoration: underline;
}
/*link shema */

.sv_link {color:#194370; font-size:12px;}
.sv_line {border-bottom:1px solid #DBDBDB; width:95%;}