/* DEFAULT STYLES OF DATALIFE ENGINE */

/* ==================== */

p {margin: 0; padding: 0;}

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: #e24e21;
	text-decoration: underline;
}
.stext a:hover {
	color: #e24e21;
	text-decoration: none;
}
.border {
	color: #534323;
	background-color: #eae0c9;
	border: 1px dotted #796743; 
	font-weight: bold;
	padding: 5px;
}
/* ==================== */

.ltitle {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

/* ==================== */

.ntitle {
color: #9f844d;
font-family: 'times new roman';
font-size: 14px;
}
.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: #555555;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	text-align: justify;
	line-height: 15px;
}
.news a {
	color: #e24e21;
	text-decoration: underline;
}
.news a:hover {
	color: #e24e21;
	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: #e24e21;
	text-decoration: underline;
}
.userstop a:hover {
	color: #e24e21;
	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: #eae0c9;
	border: 1px solid #d5c6a3;
	padding: 3px 6px;
	font-size: 11px
}

.navigation a:hover {
	background-color: #e24e21;
	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;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	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;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.f_select {
	color: #555555;			/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.backl {
	background-image: url(../images/dlet_backl.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.backr {
	background-image: url(../images/dlet_backr.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
.hder06 {
	background-image: url(../images/dlet_hder06.gif);
	background-repeat: repeat-x;
}
.hder07 {
	background-image: url(../images/dlet_hder07.gif);
	background-repeat: no-repeat;
	height: 57px;
}
.hder08 {
	background-image: url(../images/dlet_hder08.gif);
	background-repeat: no-repeat;
	height: 57px;
}
.hder10 {
	background-image: url(../images/dlet_hder10.gif);
	background-repeat: no-repeat;
}
.hder13 {
	background-image: url(../images/dlet_hder13.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.hder15 {
	background-image: url(../images/dlet_hder15.gif);
	background-repeat: no-repeat;
}
.hder17-1 {
	background-image: url(../images/dlet_hder17-1.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.hder17-2 {
	background-image: url(../images/dlet_hder17-2.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.hder18 {
	background-image: url(../images/dlet_hder18.gif);
	background-repeat: repeat-x;
	height: 154px;
}
.hder18-4 {
	background-image: url(../images/dlet_hder18-4.gif);
	background-repeat: repeat-x;
}
.fter03 {
	background-image: url(../images/dlet_fter03.gif);
	background-repeat: no-repeat;
	height: 44px;
}
.fter04 {
	background-image: url(../images/dlet_fter04.gif);
	background-repeat: no-repeat;
	height: 65px;
}
.fter07 {
	background-image: url(../images/dlet_fter07.gif);
	background-repeat: repeat-x;
}
.fter08 {
	background-image: url(../images/dlet_fter08.gif);
	background-repeat: no-repeat;
	height: 165px;
}
.bbkgr {
	background-image: url(../images/dlet_bbkgr.gif);
	background-repeat: no-repeat;
}
.bod01 {
	background-image: url(../images/dlet_bod01.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.adsc {
	background-image: url(../images/dlet_adsc.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
.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;
}
.blocksgn {
	background-image: url(../images/dlet_blocksgn.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bl01 {
	background-image: url(../images/dlet_bl01.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-indent: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.bltitl1 {
	color: #c4100f;
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.bltitl2 {
	color: #333333;
	font-family: tahoma;	/* ! */
	text-decoration: none;
}
.bl02 {
	background-image: url(../images/dlet_bl02.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-indent: 25px;
	color: #FFFFFF;
	font-size: 9px;
}
.bl04 {
	background-image: url(../images/dlet_bl04.gif);
	background-repeat: repeat-y;
}
.bl05 {
	background-image: url(../images/dlet_bl05.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-indent: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.abl02 {
	background-image: url(../images/dlet_abl02.gif);
	background-repeat: no-repeat;
}
.abl12 {
	background-image: url(../images/dlet_abl12.gif);
	background-repeat: no-repeat;
}
.abl121 {
	background-image: url(../images/dlet_abl121.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.abl22 {
	background-image: url(../images/dlet_abl22.gif);
	background-repeat: repeat-x;
	/*height: 42px;*/
}
.abl221 {
	background-image: url(../images/dlet_abl221.gif);
	background-repeat: no-repeat;
}
.abl222 {
	background-image: url(../images/dlet_abl222.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.abl31 {
	background-image: url(../images/dlet_abl31.gif);
	background-repeat: repeat-y;
}
.abl33 {
	background-image: url(../images/dlet_abl33.gif);
	background-repeat: repeat-y;
}
.abl42 {
	background-image: url(../images/dlet_abl42.gif);
	background-repeat: repeat-x;
}

/* DKarts Style */

html, body {margin:0;height:100%; color: #796743; font-family: Tahoma, Arial, Vernada; background: #48a8c4 url(../images/body_bg.png) center repeat-y; font-size: 11px;}
#wrapper {padding: 0px;  height:auto !important;width:1000px;  margin-left: auto; margin-right: auto;}
td, table, tr {margin: 0px; padding: 0px;}
a:link {color: #e24e21; text-decoration:underline;  }
a:visited {color: #e24e21; text-decoration: underline;}
a:hover {color: #ff9c7d; text-decoration: none;}

img {
border: 0px;
}

#body_top {
background: url(../images/body_top_bg.jpg) top center no-repeat;
height: 848px;
}

#header {
background: url(../images/header_bg.jpg) no-repeat;
height: 136px;
text-align: center;
padding-top: 164px;
}

#left_block {
width: 270px;
float: left;
}

#right_block {
width: 270px;
float: right;
}

#center_block {
min-height: 1200px;
margin-left: 270px;
margin-right: 270px;
}

#content_top {
color: #796743;
font-family: 'times new roman';
font-size: 18px;
height: 25px;
text-align: center;
padding-top: 46px;
background: url(../images/content_top_bg.jpg) no-repeat;
}

#content {
background: url(../images/center_block_bg.jpg) center 60px repeat-y;
}

#login_title {
background: url(../images/login_title_bg.gif) no-repeat;
height: 45px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-right: 38px;
text-shadow: 0px -1px #bb462c;
}

#login_bg {
background: url(../images/login_bg.gif) no-repeat;
height: 28px;
padding-left: 37px;
padding-top: 8px;
}

#pass_bg {
background: url(../images/pass_bg.gif) no-repeat;
height: 28px;
padding-left: 37px;
padding-top: 8px;
}

.field {
background: url(../images/field_bg.gif) no-repeat;
width: 140px;
height: 21px;
color: #ffb573;
font-family: Arial, Tahoma;
font-size: 12px;
font-style: italic;
border: 0px;
padding-left: 8px;
padding-right: 8px;
}

#log_panel {
height: 67px;
padding-top: 13px;
padding-left: 31px;
background: url(../images/log_panel_bg.gif) no-repeat;
}

#login_batton {
background: url(../images/login_batton.gif) no-repeat;
border:0;
float: left;
width: 90px;
height: 35px;
display: block;
}

#login_batton:hover {
background: url(../images/login_batton_sel.gif) no-repeat;
float: left;
width: 90px;
height: 35px;
display: block;
}

#logout_batton {
background: url(../images/logout_batton.gif) no-repeat;
float: left;
width: 90px;
height: 35px;
display: block;
}

#logout_batton:hover {
background: url(../images/logout_batton_sel.gif) no-repeat;
float: left;
width: 90px;
height: 35px;
display: block;
}

#rem_batton {
background: url(../images/rem_batton.gif) no-repeat;
float: left;
width: 43px;
height: 35px;
display: block;
}

#rem_batton:hover {
background: url(../images/rem_batton_sel.gif) no-repeat;
float: left;
width: 43px;
height: 35px;
display: block;
}

#reg_batton {
background: url(../images/reg_batton.gif) no-repeat;
float: left;
width: 43px;
height: 35px;
display: block;
}

#reg_batton:hover {
background: url(../images/reg_batton_sel.gif) no-repeat;
float: left;
width: 43px;
height: 35px;
display: block;
}

#menu_title {
background: url(../images/menu_title_bg.gif) no-repeat;
height: 36px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-right: 38px;
text-shadow: 0px -1px #bb462c;
}

#menu_p1 {
display: block;
background: url(../images/menu_p1.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc;
text-shadow: 1px 1px #370d06;
text-decoration: none;
font-family: 'times new roman';
font-size: 14px;
padding-top: 4px;
}

#menu_p1:hover {
display: block;
background: url(../images/menu_p1_sel.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc;
text-shadow: 1px 1px #370d06;
text-decoration: none;
font-family: 'times new roman';
font-size: 14px;
font-weight: bold;
padding-top: 4px;
}

#menu_p2 {
display: block;
background: url(../images/menu_p2.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc;
text-shadow: 1px 1px #370d06;
text-decoration: none;
font-family: 'times new roman';
font-size: 14px;
padding-top: 4px;
}

#menu_p2:hover {
display: block;
background: url(../images/menu_p2_sel.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc;
font-weight: bold;
text-shadow: 1px 1px #370d06;
text-decoration: none;
font-family: 'times new roman';
font-size: 14px;
padding-top: 4px;
}

.menu_p {
display: block;
background: url(../images/menu_p.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc !important;
text-shadow: 1px 1px #370d06;
text-decoration: none !important;
font-family: 'times new roman';
font-size: 14px;
padding-top: 4px;
}

.menu_p:hover {
display: block;
background: url(../images/menu_p_sel.gif) no-repeat;
height: 20px;
width: 242px;
text-align: center;
color: #fff0cc !important;
font-weight: bold;
text-shadow: 1px 1px #370d06;
text-decoration: none !important;
font-family: 'times new roman';
font-size: 14px;
padding-top: 4px;
}

#menu_end {
background: url(../images/menu_end.gif) no-repeat;
height: 13px;
}

#vote_title {
background: url(../images/vote_title_bg.gif) no-repeat;
height: 31px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-right: 38px;
text-shadow: 0px -1px #bb462c;
}

#start_title {
background: url(../images/start_title_bg.gif) no-repeat;
height: 31px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-right: 38px;
text-shadow: 0px -1px #bb462c;
}

.block_top {
background: url(../images/block_top.gif) no-repeat;
padding-top: 40px;
padding-bottom: 25px;
min-height: 150px;
}

.block_top2 {
background: url(../images/block_top2.gif) no-repeat;
padding-top: 15px;
padding-left: 32px;
min-height: 150px;
}

.block_center {
background: url(../images/block_center.jpg) 0 52px repeat-y;
}

#block_bottom {
background: url(../images/block_bottom.gif) bottom left no-repeat;
}

#block_bottom2 {
background: url(../images/block_bottom2.gif) bottom left no-repeat;
}

.counter {
background: url(../images/counter_bg.gif) no-repeat;
width: 92px;
height: 35px;
margin-left: 70px;
margin-bottom: 6px;
padding-left: 4px;
padding-top: 4px;
}

#download {
background: url(../images/download_bg.png) no-repeat;
width: 171px;
height: 78px;
text-align: center;
padding-top: 35px;
font-family: 'times new roman';
font-size: 18px;
text-shadow: 1px 1px #000;
}

#download a {
color: #fff !important;
}

.block_top2 a {
text-decoration: none;
}

#donate {
background: url(../images/donate_bg.png) no-repeat;
width: 171px;
height: 78px;
text-align: center;
padding-top: 35px;
color: #fff;
font-family: 'times new roman';
font-size: 18px;
text-shadow: 1px 1px #000;
}

#donate a {
color: #fff !important;
}

#stat_title {
background: url(../images/stat_title_bg.gif) right no-repeat;
height: 46px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-left: 38px;
text-shadow: 0px -1px #bb462c;
}

#serv1 {
background: url(../images/serv1_bg.gif) right no-repeat;
height: 28px;
padding-top: 7px;
}

#serv2 {
background: url(../images/serv2_bg.gif) right no-repeat;
height: 28px;
padding-top: 7px;
}

#serv3 {
background: url(../images/serv3_bg.gif) right no-repeat;
height: 28px;
padding-top: 7px;
}

.server {
background: url(../images/serv_bg.gif) no-repeat;
height: 21px;
width: 161px;
margin-left: 75px;
}

.server a {
color: #fff2a7;
padding-top: 3px;
display: block;
float: left;
margin-left: 5px;
font-size: 12px;
font-family: 'times new roman';
text-decoration: none;
}

.stat {
float: right;
}

#serv_end {
background: url(../images/serv_end.gif) right no-repeat;
height: 23px;
}

#donate_title {
background: url(../images/donate_title_bg.gif) right no-repeat;
height: 46px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-left: 38px;
text-shadow: 0px -1px #bb462c;
}

#progress {
background: url(../images/progress_bg.gif) right no-repeat;
height: 27px;
padding-top: 8px;
padding-left: 75px;
}

#donate_content {
background: url(../images/donate_cont_bg.gif) right no-repeat;
height: 66px;
font-family: Arial;
font-size: 12px;
color: #ffffd0;
text-shadow: 1px 1px #000;
padding-top: 13px;
padding-left: 65px;
}

#screen_title {
background: url(../images/screen_title_bg.gif) right no-repeat;
height: 31px;
font-family: 'times new roman';
font-size: 14px;
color: #fff2be;
text-align: center;
padding-top: 10px;
padding-left: 38px;
text-shadow: 0px -1px #bb462c;
}

#progress_bar {
background: url(../images/progress_bar_bg.gif) no-repeat;
width: 163px;
height: 15px;
padding-left: 5px;
padding-top: 5px;
}

#progress_table {
BORDER-COLLAPSE: collapse;
}

#prog_left {
width: 6px;
height: 10px;
background: url(../images/bar_left.png) no-repeat;
}

#prog_right {
width: 6px;
height: 10px;
background: url(../images/bar_right.png) no-repeat;
}

#prog_center {
height: 10px;
width: 100px;
background: url(../images/bar_center.png) repeat-x;
}

#block_centerr {
background: url(../images/block_centerr.jpg) right repeat-y;
}

#block_topr {
background: url(../images/block_topr.gif) top right no-repeat;
}

.scr_border {
background: url(../images/screen_border.png) no-repeat;
width: 171px;
height: 135px;
}

.scr_border1 {
background: url(../images/screen_border1.png) no-repeat;
width: 171px;
height: 561px;
}

#block_bottomr {
background: url(../images/block_bottomr.gif) right bottom no-repeat;
}

#content_bottom {
background: url(../images/content_bottom.jpg) no-repeat;
height: 45px;
text-align: center;
padding-top: 42px;
}

#bottom_menu {
background: url(../images/menu_border.png) bottom no-repeat;
color: #fff;
text-align: center;
padding-bottom: 15px;
padding-top: 10px;
text-shadow: 1px 1px #254270;
}

#bottom_menu a {
color: #fff;
text-decoration: none;
font-family: 'times new roman';
}

#bottom_menu span {
padding-left: 12px;
padding-right: 12px;
}

#copyright {
padding-top: 10px;
padding-bottom: 14px;
text-align: center;
color: #fff;
text-shadow: 1px 1px #254270;
}

#center_content {
padding-left: 10px;
padding-right: 10px;
}

.news_title {
background: url(../images/news_title_bg.gif) no-repeat;
width: 446px;
height: 20px;
padding-top: 4px;
}

.news_date {
width: 105px;
float: left;
color: #fff;
font-family: Arial;
font-style: italic;
padding-left: 8px;
font-size: 10px;
}

.news_t {
margin-left: 92px;
}

.news_t a {
color: #9f844d;
font-family: 'times new roman';
font-size: 14px;
text-decoration: none;
}

.news_content {
padding: 10px;
}

.more_info {
background: url(../images/more_info_bg.gif) no-repeat;
width: 446px;
height: 25px;
padding-bottom: 10px;
}

.more_info2 {
border-bottom:  3px solid #eae0c9;
width: 446px;
height: 25px;
}

.more_batton  a{
display: block;
float: right;
margin-top: 3px;
margin-right: 3px;
background: url(../images/more_batton.gif) no-repeat;
width: 94px;
height: 20px;
}

.more_batton a:hover {
display: block;
float: right;
margin-top: 3px;
margin-right: 3px;
background: url(../images/more_batton_sel.gif) no-repeat;
width: 94px;
height: 20px;
}

.news_author {
float: left;
padding-top: 5px;
color: #d0c2a2;
font-style: italic;
font-family: Arial;
}

.news_author span {
padding-left: 5px;
padding-right: 5px;
}

#comm_center {
width: 328px;
background: url(../images/comm_center.gif) repeat-y;
min-height: 52px;
}

#comm_top {
background: url(../images/comm_top.gif) top no-repeat;
min-height: 52px;
}

#comm_bottom {
background: url(../images/comm_bottom.gif) bottom no-repeat;
min-height: 52px;
padding-top: 12px;
padding-left: 30px;
padding-right: 15px;
padding-bottom: 15px;
}

#comm_title {
font-family: Arial;
font-size: 14px;
font-style: italic;
color: #e24e21;
}

#logged_in {
background: url(../images/logged_in.gif) no-repeat;
height: 62px;
padding-left: 41px;
padding-right: 70px;
padding-top: 10px;
}

#logged_in a {
font-size: 10px;
color: #fff2a7;
font-weight: bold;
}

/*---Userinfo---*/
.userinfo { padding-left: 125px; }
.ui-dialog-content .userinfo { padding: 10px 0 10px 125px; }
	.userinfo .lcol { margin-left: -125px; width: 110px; padding-right: 15px; }
		.userinfo .lcol .avatar { margin-bottom: 10px; padding: 4px; background-color: #fff; border: 1px solid #c0d4de; }
			.userinfo .lcol .avatar img { width: 100px; }
		.userinfo .lcol ul { font-size: 0.9em; }

	.userinfo .rcol { width: 100%; }
		.userinfo .rcol ul { list-style: none; margin-left: 0; }
		.userinfo .rcol ul li { margin-bottom: 0.2em; } 

		.ussep { padding-top: 12px; background: url("../images/ussep.png") no-repeat; }
.grey { color: #6c838e; }
.blue { color: #388bd4; }

.lcol, .rcol { display: inline; }
.lcol { float: left; } .rcol { float: right; }

.reset, .reset li { list-style: none; padding: 0; margin: 0; }
