@charset "utf-8";
/* CSS Document */

/*--------------
		 Global
---------------*/
html {
	padding-bottom:19px;
}

body {
	font-size:12px;
	color: #010101;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background:#e6e8b8;
	margin:3px 0 0px 0;
	text-align:center;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#0177be;
}

a:hover {
	color:#0177be;
	text-decoration:none;
}

a:visited{
	color:#0177be;
}


h1{
	font-size:18px;
	font-weight:bold;
}

h2{
	font-weight:bold;
	font-size:16px;

}
h3{
	font-weight:bold;
	font-size:14px;
}

p{
	padding-bottom:10px;
	line-height:17px;
}

/*--------------
		 Global EOF
---------------*/

/*--------------
		 Container
---------------*/
#mainWrap{
	width:1004px;
	margin:0 auto;
	text-align:left;
}

#mainContainer {
	background:#ffffff url(../images/bg-main-top.gif) no-repeat left top;
	width:978px;
	padding:26px 0 0 26px;
	float:left;
	margin-top:4px;
}

/*--------------
		 Container EOF
---------------*/

/*--------------
		 header
---------------*/
#header{
	width:965px;
	float:left;
	color:#9a9a9a;
	font-family:Arial, Helvetica, sans-serif;
}

#header #logo{
	width:187px;
	height:82px;
	float:left;
	background:url(../images/logo.gif) no-repeat;
	margin:0 13px 0 0;
}

#header #logo a{
	width:187px;
	height:82px;
	float:left;
	display:block;
	text-indent:-9999px;
}

#header #topInfo{
	float:left;
	height:19px;
	padding-top:19px;
	border-bottom:1px solid #dbdbdb;
	width:765px;
}

#header #topInfo #aboutInfo{
	font-size:11px;
	float:left;
}

#header #topInfo #reg{
	float:right;
}

#header #reg{
	margin-top:-19px;
	height:15px;
	padding-top:19px;
}

#header #reg #avatar{
    float:left;
    margin:-4px 7px 0px 0px;
}

#header #topInfo #reg a{
	margin:0 18px 0 0;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#header #topInfo #reg a.about{
	margin:0 10px 0 25px;
}

#header #botInfo{
	float:left;
	width:765px;
}

#header #botInfo ul{
	margin:14px 0 0 0;
	float:left;
}

#header #botInfo li{
	float:left;
}

#header #botInfo li a{
	font-size:15px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin:0 16px 0 0;
}

#header #login_form{
float:left;
margin-right:10px;
display:none;
}

#header .inputL{
	width:70px;
	font-size:11px;
	border:1px solid #DBDBDB;
	margin:0px;
}

/* login + logout */
/*
#loginForm {
	font-size:11px;
	width:190px;
	float:right;
}
#loginForm a{
	color:#1d95f1;
	text-decoration:none;
}
#loginForm dt{
	float:left;
	width:42px;
	padding:4px 0 0 0;
}
#loginForm dd{
	float:left;
	width:148px;
	margin:0 0 5px 0;
}
#loginForm .inputC{
	border:none;
	width:87px;
	background:url(../images/bg-input.gif) #e8f4fe repeat-x bottom;
	float:left;
	color:#0087ef;
}
#loginForm .submit{
	float:right;
}

#logoutForm {
	font-size:12px;
	width:190px;
	float:right;
}
#logoutForm a.loguot {
	margin:20px 0 0 0;
	background:url(../images/button-logout.gif) no-repeat;
	display:block;
	width:52px;
	height:19px;
}
#logoutForm a.loguot span{
	display:none;
}
#logoutForm a:link, #logoutForm a:visited{
	color:#0087ef;
	font-weight:bold;
}
*/

#mainNav{
	margin:0px 0 0 0;
	float:left;
	height:28px;
	background:url(../images/bg-main-nav.gif) repeat-x left bottom;
	width:965px;
	border-top:1px solid #e8e8e8;
}
#mainNav li{
	float:left;
}
#mainNav a{
	font-family:Arial, Helvetica, sans-serif;
}

#popular{
	float:left;
	width:200px;
	border-bottom:2px solid #c2c2c2;
	padding:0px 0 0px 0;
}

#popular li{
	float:left;
	height:26px;
	margin:0;
	padding:0;
}
#popular a{
	padding:11px 0 0 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:9px;
	display:block;
	float:left;
	/*letter-spacing:1px;*/
}

#popular .main{
	padding:0 10px 0 0px;
}

#popular .main a{
	color:#0177be;
}

#popular .popular{
	padding:0 10px 0 0;
}

#popular .popular a{
	color:#0177be;
}

#popular .new{
	padding:0 10px 0 0;
}

#popular .new a{
	color:#53902a;
}

#catNav{
	float:left;
	font-size:9px;
	padding:0 0 0px 0;
	margin:0px 0 0 0;
}
#catNav a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	padding:11px 5px 0px 0;
	display:block;
	float:left;
	color:#3b3b3b;
}

#catNav span{
	padding:11px 0 0 0;
	display:block;
	float:left;
	color:#9a9a9a;
	font-size:10px;
}

#catNav li{
	height:26px;
	margin:0;
	padding:0px 5px 0 0;
}
#catNav li.act{
	background:#0177be;
	border-bottom:2px solid #015b91;
	padding:0 10px;
	margin:0 10px 0 0;
	text-transform:uppercase;
}
#catNav li.act span{
	color:#FFFFFF;
}

#addNews {
	float:right;
}

#addNews a{
	display:block;
	color:#9a9a9a;
	font-size:11px;
	text-decoration:none;
	padding:10px 0px 0px 0;
}

#sort{
	margin:0px 0 0 0;
	float:left;
	height:29px;
	/*width:965px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#sort ul{
	margin:0 0 0 200px;
}
#sort li{
	margin:9px 10px 0 0;
	float:left;
	height:16px;
	padding:4px 0 0 0;
	color:#777777;
}
#sort li a{
	color:#777777;
	text-decoration:none;
}
#sort li.act {
	height:20px;
	background:url(../images/bg-sort-r.gif) no-repeat right;
	padding:0 4px 0 0;
}
#sort li.act .actWrap{
	height:20px;
	float:left;
	background:url(../images/bg-sort-l.gif) no-repeat left;
	padding:0 0 0 5px;
}

#sort li.act .actWrap span{
	height:16px;
	padding:4px 0 0 0;
	float:left;
	background:url(../images/bg-sort.gif) repeat-x;
}

#sort li.rss {
	height:18px;
	padding:0;
}
#sort li.rss a{
	color:#e57d32;
	text-decoration:underline;
	background:url(../images/ico-rss.gif) no-repeat 0 1px;
	padding:4px 0 0 20px;
	display:block;
	width:16px;
	height:14px;
	margin:0 0 0 15px;
}
/*--------------
		 header EOF
---------------*/


/*--------------
 center Content
---------------*/
#center{
	float:left;
	width:675px;
	padding-bottom:50px;
	margin:25px 0 0 0;
}

.themesItem{
	float:left;
	width:675px;
	margin:0 0 18px 0;
}
.themesItem .img{
	float:left;
	width:200px;
}
.themesItem .img img{
	border:1px solid #e7e7e7;
}
.themesItem .content{
	float:left;
	width:475px;
}

.themesItem .header{
	padding:2px 0 5px 0;
}
.themesItem .header a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	color:#030303;
}

.themesItem .content{
	font-size:14px;
}

/*.themesItem .date{
	margin:5px 0 0 0;
	color:#6f6f6f;
	font-size:11px;
}*/

.adv_600_90{
	width:600px;
	height:90px;
	float:left;
	padding:40px 0 40px 40px;
}

.newsItem{
	float:left;
	width:675px;
	margin:0 0 18px 0;
}

.newsItem .img{
	float:left;
	width:200px;
}
.newsItem .img img{
	border:1px solid #e7e7e7;
}
.newsItem .content{
	float:left;
	width:475px;
}

.newsItem .header{
	padding:2px 0 5px 0;
}
.newsItem .header a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	color:#030303;
}


.newsItem .content{
	font-size:13px;
	line-height:15px;
}

.newsItem .info{
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.newsItem .info li{
	float:left;
	color:#595959;
	font-size:10px;
	padding:2px 0 6px 15px;
	margin:0 10px 0 0;
}

.newsItem .info li a{
	color:#595959;
	text-decoration:none;
}

.newsItem .info li.comments{
	background:url(../images/ico-num-comments.gif) no-repeat 0 4px;
	padding:2px 0 5px 12px;
}

.newsItem .info li.date{
	background:url(../images/ico-date.gif) no-repeat 0 4px;
	padding:2px 0 5px 13px;
}

.newsItem .info li.vote{
	background:url(../images/ico-num-votes.gif) no-repeat 0 1px;
	padding:2px 0 5px 12px;
}

.newsItem .info li.approve{
	background:url(../images/ico-approve.gif) no-repeat 0 4px;
	padding:2px 0 5px 12px;
}

.newsItem .info li.down{
	background:url(../images/ico-down.gif) no-repeat 0 5px;
	padding:2px 0 5px 12px;
}


/*search */
#header #botInfo #search{
	float:right;
	padding:10px 10px 0 0;


}

#search #searchContent{
	float:left;
	padding:0 8px 0 0;
}

#searchContent  #searchW{
	float:left;
	border:1px solid #0177be;
	padding:2px 0 0 0;
	margin:2px 8px 0 0;
}


#errBlock {
float:left;
border: 1px solid #C2C2C2;
margin:15px 0px 0px 0px;
width:955px;
padding:5px;
}



#search #getForm{

	width:16px;
}

#header #botInfo #search #getForm{
	padding:4px 0 0 0;
	float:left;
}
#header #botInfo #search #getForm a{
	display:block;
	background:url(../images/ico-search.gif) no-repeat;
	width:16px;
	height:15px;
}


/*add news */
#addNewsForm {
	margin:10px 0 0 0;
	width:675px;
	font-size:14px;
	line-height:30px;
}

#addNewsForm .header{
	color:#000000;
	font-size:24px;
	font-weight:bold;
	margin:0 0 20px 0;
}
#addNewsForm #enter{
	margin:0 0 0 5px;
}

#addNewsForm dt, #addNewsForm dd{
	padding:0;
	line-height:22px;
}
#addNewsForm dd{
	margin:0 0 10px 0;
}

#addNewsForm dt label{
	font-weight:bold;
}

#addNewsForm dt span.right label, #addNewsForm dd span.right {
	float:right;
	width:50%;
	text-align:left;
	border:1px solid #f00;
}

#addNewsForm #saveBg{
	padding:20px 0 20px 15px;
	margin:20px 0 0 0;
	background:#dfeef7;
}



#addNewsForm dd input{
	width:470px;

	border:1px solid #0a7cc0;
}


#addNewsForm #newsAnnouncement{
	width:470px;
	height:260px;
	overflow:auto;
	border:1px solid #707070;
}

#addNewsForm #articletext{
	width:470px;
	height:260px;
	overflow:auto;
	border:1px solid #707070;
}

#addNewsForm #pretext{
	width:470px;
	height:260px;
	overflow:auto;
	border:1px solid #707070;
}


/*single article */
#singleArticle .header{
	color:#030303;
	font-size:27px;
	font-weight:bold;
}

#singleArticle .header h1{
	color:#030303;
	font-size:27px;
	font-weight:bold;
}

#singleArticle .header a h1{
	color:#030303;
	font-size:27px;
	font-weight:bold;
	text-decoration:underline;
}

#singleArticle .info{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	padding:5px 0 0 0;
	float:left;
	width:675px;
}
#singleArticle .info .about{
	float:left;
	padding:2px 0 0 0;
}

#singleArticle .info span{
	color:#706f6f;
}
#singleArticle .info span.author{
	padding:0 0 0 10px;
}

#singleArticle .info a{
	color:#0177be;
	text-decoration:none;
}

#singleArticle .info .options{
	float:right;
}

#singleArticle .info .options li{
	float:left;
	padding:1px 0 5px 15px;
	margin:0 0 0 15px;
}

#singleArticle .info .options li a{
	color:#595959;
	text-decoration:none;
}

#singleArticle .info .options li.discuss{
	background:url(../images/ico-num-comments.gif) no-repeat 0 2px;
/*	padding:0 0 0 15px;*/
}

#singleArticle .info .options li.send{
	background:url(../images/ico-send.gif) no-repeat 0 3px;
}

#singleArticle .info .options li.print{
	background:url(../images/ico-print.gif) no-repeat 0 0px;
}

#singleArticle .info .theme{
	margin:0 0 0 20px;
}

#singleArticle .themes{
	border:1px solid #dadada;
	border-left:none;
	border-right:none;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	padding:7px 0;
	margin:5px 0 0 0;
	float:left;
	width:675px;
}
#singleArticle .themes span{
	color:#3b3b3b;
	font-weight:bold;
	padding:0 2px 0 0;
}

#singleArticle .preview{
	float:left;
	width:675px;
	padding:20px 0 10px 0;

	color:#313127;
	font-weight:bold;
	font-size:14px;
	line-height:19px;
}

#singleArticle .preview .img_prev{
height: 126px;
width: 184px;
float:left;
border:1px solid #c2c2c2;
margin:0 15px 15px 0;
}

#singleArticle .preview .img {
	float:left;
	width:200px;
}
#singleArticle .preview .img img{
	border:1px solid #c2c2c2;
}

#singleArticle .preview .content{
	float:left;
	width:475px;
	color:#313127;
	font-weight:bold;
	font-size:14px;
	line-height:19px;
	padding:0 0 0 0;
}

#singleArticle .read_original{
	color:#0177be;
	font-size:12px;
	font-weight:normal;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}

#singleArticle .mainContent{
	font-size:14px;
	line-height:16px;
}

#singleArticle .mainContent p{
	padding:0 0 15px 0;
}


.rounded_box {
   background: #e6e8b8;
	 float:left;
   width: 45%;
 	 margin:0 25px 10px 0;
}
.rounded_top div {
   background: url(../images/rounded_tl.gif) no-repeat top left;
}
.rounded_top {
   background: url(../images/rounded_tr.gif) no-repeat top right;
}
.rounded_bottom div {
   background: url(../images/rounded_bl.gif) no-repeat bottom left;
}
.rounded_bottom {
   background: url(../images/rounded_br.gif) no-repeat bottom right;
}
.rounded_top div, .rounded_top, .rounded_bottom div, .rounded_bottom {
   width: 100%;
   height: 6px;
   font-size: 1px;
}
.rounded_content {
	margin: 2px 15px 5px 15px;
	color:#010101;
	font-size:17px;
	line-height:22px;
}

.rounded_box_bl {
   background: #dfeef7;
	 float:left;
   width: 630px;
 	 margin:20px 25px 10px 0;
}
.rounded_top_bl div {
   background: url(../images/rounded_tl_bl.gif) no-repeat top left;
}
.rounded_top_bl {
   background: url(../images/rounded_tr_bl.gif) no-repeat top right;
}
.rounded_bottom_bl div {
   background: url(../images/rounded_bl_bl.gif) no-repeat bottom left;
}
.rounded_bottom_bl {
   background: url(../images/rounded_br_bl.gif) no-repeat bottom right;
}
.rounded_top_bl div, .rounded_top_bl, .rounded_bottom_bl div, .rounded_bottom_bl {
   width: 100%;
   height: 6px;
   font-size: 1px;
}
.rounded_content_bl {
	margin: 15px 15px 15px 15px;
	color:#010101;
	font-size:17px;
	line-height:22px;
}

.rounded_box_1_right {
   background: #e6e8b8;
	 float:right;
	 width:274px;
 	 margin:0 0px 10px 10px;
}

.rounded_box_1_left {
   background: #e6e8b8;
	 float:left;
	 width:273px;
 	 margin:0 10px 10px 0px;
}
.rounded_top_1 div {
   background: url(../images/rounded_tl_1.gif) no-repeat top left;
}
.rounded_top_1 {
   background: url(../images/rounded_tr_1.gif) no-repeat top right;
}
.rounded_bottom_1 div {
   background: url(../images/rounded_bl_1.gif) no-repeat bottom left;
}
.rounded_bottom_1 {
   background: url(../images/rounded_br_1.gif) no-repeat bottom right;
}
.rounded_top_1 div, .rounded_top_1, .rounded_bottom_1 div, .rounded_bottom_1 {
   width: 100%;
   height: 2px;
   font-size: 1px;
}
.rounded_content_1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#373636;
	font-size:11px;
	margin: 2px 5px 5px 5px;
	line-height:12px;
}
.rounded_content_1 img{
	padding:0 0 3px 0;
}

#singleArticle .info{
	margin:0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
#singleArticle .info li{
	float:left;
	color:#595959;
	font-size:10px;
	padding:2px 0 6px 15px;
	margin:0 15px 0 0;
}

#singleArticle .info li a{
	color:#595959;
	text-decoration:none;
}
#singleArticle .info li.vote{
	background:url(../images/ico-num-votes.gif) no-repeat 0 0px;
	padding:2px 0 5px 12px;
}
#singleArticle .info li.approve{
	background:url(../images/ico-approve.gif) no-repeat 0 2px;
	padding:2px 0 5px 12px;
}
#singleArticle .info li.down{
	background:url(../images/ico-down.gif) no-repeat 0 3px;
	padding:2px 0 5px 12px;
}

.admin{
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:10px;
	display: block;
	float:none;
	position:relative;
	border:1px solid #ffffff;
}

.admin a{
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	text-decoration:none;
}


.info{
	font-family:Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:10px;
	float:none;
	display:block;
	position:relative;
	height:15px;
	border:1px solid #ffffff;
}

.info li{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	color:#595959;
	font-size:10px;
	margin:0 10px 0 0;
}

.info li a{
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}


.info li.date{
	background:url(../images/ico-date.gif) no-repeat 0 0px;
	padding:2px 0 5px 12px;
}

.info li.vote{
	background:url(../images/ico-num-votes.gif) no-repeat 0 0px;
	padding:2px 0 5px 12px;
}
.info li.approve{
	background:url(../images/ico-approve.gif) no-repeat 0 2px;
	padding:2px 0 5px 12px;
}
.info li.down{
	background:url(../images/ico-down.gif) no-repeat 0 3px;
	padding:2px 0 5px 12px;
}

.info li.comments{
	background:url(../images/ico-num-comments.gif) no-repeat 0 4px;
	padding:2px 0 5px 12px;
}


/*related articles */
#relatedArticles, #singleArticle{
	margin:20px 0 0 0;
	float:left;
	width:675px;
}

#relatedArticles .header{
	color:#000000;
	font-weight:bold;
	font-size:18px;
	margin:0 0 10px 0;
}

#editArticle{
	float:left;
}

.relatedItem{
	float:left;
	width:675px;
	margin:0 0 18px 0;
}
.relatedItem .img{
	float:left;
	width:107px;
}
.relatedItem .img img{
	border:1px solid #e7e7e7;
}
.relatedItem .content{
	float:left;
	width:563px;
}

#relatedArticles .relatedItem .header{
	margin:0px 0 3px 0;
	font-size:14px;
}
.relatedItem .header a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.relatedItem .content{
	font-size:14px;
}
#comments{
	width:675px;
/*	float:left;*/
}
#comments .header{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:0 0 14px 0;
}

#comments .commentItem{
	margin-bottom:20px;
}

#comments .commentItem .commentInfo{
	background:#e8eabd;
	padding:5px 5px 3px 5px;
	position:relative;
}

#comments .commentItem .commentInfo .post{
/*	float:left;
	position:relative;*/
}

#comments .commentItem .commentInfo .post .avatar{
	display:block;
	float:left;
	position:relative;
	padding:0 5px 0 0;
}

#comments .commentItem .commentInfo .post .author a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#0177be;
	text-decoration:none;
}
#comments .commentItem .commentInfo .post .author{
	color:#7b7b7b;
}

#comments .author_1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#0177be;
	text-decoration:none;
}

#comments .commentItem .commentInfo .post .date{
	color:#7b7b7b;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#comments .commentItem .commentInfo .post .spam a{
	color:#9b4e5b;
	padding:0 0 0 5px;
}

#comments .commentItem .commentInfo .options{
	position:absolute;
	right:10px;
	top:9px;
}
#comments .commentItem .commentInfo .options span{
	padding:0 5px 0 0;
}
#comments .commentItem .commentsContent{
	font-size:13px;
	padding:5px;
	line-height:15px;
}
#comments .commentItem .reply a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 5px;
}

#comments{
	width:675px;
/*	float:left;*/
}
#comments .header{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:0 0 14px 0;
}

#commentForm .header{
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
}

#commentForm .info , #commentForm .form{
	width:675px;
	float:left;
}
#commentForm .img img{
	border:1px solid #e7e9bd;
	margin:0 10px 0 0;
	float:left;
}
#commentForm .info .options {
	padding:4px 0 0 0;
	color:#7b7b7b;
	font-family:Arial, Helvetica, sans-serif;
}

#commentForm a {
	color:#0177be;
	font-size:11px;
}
#commentForm a.author{
	font-weight:bold;
	text-decoration:none;
	padding:0 2px 0 0;
}

#commentForm .form{
	padding:10px 0 0 0;
}
#commentForm .form textarea{
	border:1px solid #010101;
	overflow:auto;
	width:675px;
	height:215px;
}
#commentForm .form input{
	margin:5px 5px 0 0;
}


/*--------------
 center Content EOF
---------------*/


/*--------------
 righ Content
---------------*/
#columnRight{
	width:240px;
	float:right;
	margin:45px 0px 0 0;
	padding:0 14px 0 0;
}

#columnRight .adv_240_400{
	float:left;
}

#discussedNews{
	width:240px;
	margin:40px 0 0 0;
	float:left;
}
.rightBoxHeader{
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
}

.rightBoxHeader a{
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}

.rightBoxItem{
	float:left;
	width:240px;
	font-size:11px;
	line-height:16px;
	padding:0 0 20px 0;
}
* html .rightBoxItem{
	float:none;
}
.rightBoxItem a{
	color:#0177be;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}
.rightBoxItem .img{
	float:left;
	width:58px;
}
.rightBoxItem .content{
	float:left;
	width:180px;
}
.rightBoxItem .comments{
	font-family:Arial, Helvetica, sans-serif;
	color:#2e2e2e;
	background:url(../images/ico-num-comments-r.gif) no-repeat 0 4px;
	padding:2px 0 2px 13px;
	margin:0 0 0 7px;
}
.rightBoxItem .img img{
	border:1px solid #e6e6e6;
}


#themeWeek{
	margin:20px 0 0 0;
	float:left;
	width:240px;
}

#themeWeek .rightBoxHeader{
	margin:0 0 7px 0;
}

.themeHeader{
	color:#0177be;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 5px 0;
	text-transform:uppercase;
}

.partnerBox{
	float:left;
	width:235px;
	border:2px solid #c9d6de;
	border-left:none;
	border-right:none;
	padding:7px 0;
	margin:0 0 15px 0;
}

.partnerBox .img{
	width:60px;
	float:left;
}

.partnerBox .img img{
	padding:0 0 0 12px;
}
.partnerBox .content{
	width:175px;
	float:left;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0 0 0;
}

#columnRight .adv_sm{
	margin:10px 0 0 0;
	float:left;
}

#conference{
	float:left;
	width:240px;
	margin:20px 0 0 0;
}

* html #conference{
	float:none;
}

#release{
	float:left;
	width:232px;
	border:2px solid #c9d6de;
	border-left:none;
	border-right:none;
	padding:20px 0;
}

* html #release{
	float:none;
}


#release .rightBoxHeader{
	margin:0 0 7px 0;
}
#release .img{
	text-align:center;
	padding:7px 0 0 0;
	margin:0 15px 0 0;
	width:45px;
}

#release .rightBoxItem{
	float:left;
	font-size:11px;
	line-height:16px;
	padding:0 0 10px 0;
	width:235px;
}

* html #release .rightBoxItem{
	float:none;
}

#release .rightBoxItem .content{
	width:175px;
}

#counters{
	width:240px;
	margin:20px 0 0 0;
	float:left;
}
* html #counters{
	float:none;
}

#columnRight #counters .counter{
	float:left;
	padding:0 0 0 18px;
}
/*--------------
 righ Content EOF
---------------*/


#footer {
	background:#ffffff url(../images/bg-main-bot.gif) no-repeat left bottom;
	width:996px;
	padding:26px 0 0 8px;
	position:relative;
	float:left;
	height:100px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}

#partners{
	margin:0 0 0 8px;
	width:970px;
	height:42px;
	border:1px solid #c2c2c2;
	border-left:none;
	border-right:none;
}
#partnersWrap{
	height:40px;
	border:1px solid #ffffff;
	border-left:none;
	border-right:none;
	background:#f0f0f0;
}
#partners .header{
	float:left;
	font-size:15px;
	font-weight:bold;
	padding:15px 0 0 17px;
}

#partnersList{
	float:left;
}


#copyright{
	width:970px;
	float:left;
	padding:14px 0 0 8px;

}

#copyright .year{
	font-size:13px;
	height:17px;
	float:left;
	width:82px;
	padding:2px 0 0 5px;
	color:#595959;
}

#copyright .copy a{
 font-size:13px;
 color:#2188c6;
 text-decoration:none;
 font-weight:bold;
 background:url(../images/logo-sm.gif) no-repeat 0 0px;
 padding:2px 0 0px 20px;
 height:17px;
 display:block;
 float:left;
}

#copyright .egen{
	float:left;
	width:405px;
	padding:0 0 0 176px;
	font-size:13px;
	color:#000000;
	margin:0px 0 0 0;
}

#copyright .egen a{
	font-size:13px;
	color:#1f7eac;
}

#copyright .egen a span{
	font-size:13px;
	color:#f4020d;
}


#print_copyright{
    width:100%;
	float:left;
	margin: 0 0 0 5px;
}

#print_copyright .year{
	font-size:13px;
	height:17px;
	float:left;
	padding:2px 0 0 5px;
	color:#595959;
}

#print_copyright .copy{
	height:17px;
	float:left;
	padding:2px 0 0px 20px;
	width:120px;
}

#print_copyright .copy a{
 font-size:13px;
 color:#2188c6;
 text-decoration:none;
 font-weight:bold;
 background:url(../images/logo-sm.gif) no-repeat 0 0px;
 padding:2px 0 0px 20px;
 height:17px;
 display:block;
 float:left;
}

#print_copyright .egen{
	float:left;
	padding:2px 0 0 20px;
	font-size:13px;
	color:#000000;
}

#print_copyright .egen a{
	font-size:13px;
	color:#1f7eac;
}

#cprint_copyright .egen a span{
	font-size:13px;
	color:#f4020d;
}

#copyright .bottomNav {
	float:right;
	margin:0px 5px 0 0;
}
#copyright .bottomNav li{
	float:left;
	margin:0 0 0 10px;
}
#copyright .bottomNav li a{
	color:#0177be;
	font-size:13px;
}

.themeTitle{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:22px;
	font-weight:bold;
	color:#030303;
}

#navigationNews{
    float:left;
}

#img_empty{
	border:none;
}

#pageNav{
FONT-SIZE: 14pt;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
}

#pageNav #pages{
FONT-SIZE: 14pt;
text-decoration: none;
font-family:Georgia, Arial, Helvetica, sans-serif;
}

#pageNav a{
FONT-SIZE: 9pt;
font-family:Arial, Helvetica, sans-serif;
}

#pageNav .big{
FONT-SIZE: 14pt;
font-family:Arial, Helvetica, sans-serif;
}

#tableCategorySponsors{
FONT-SIZE: 12pt;
text-decoration: none;
font-family:Georgia, Arial, Helvetica, sans-serif;
line-height:160%;
}

#tableCategorySponsors td{
padding:3px;
vertical-align:middle;
}

#tableCategorySponsors td a{
FONT-SIZE: 11pt;
text-decoration: underline;
font-family:Georgia, Arial, Helvetica, sans-serif;
}

#tableCategorySponsors td input{
	width:470px;
	border:1px solid #0a7cc0;
}

#relatedArticlesWrap{
    width:206px;
    float:right;
    margin: 10px 0px 20px 20px;
}

#relatedArticles{
    width:204px;
    background-image: url(/profiles/telnews/images/other_inerested_center.gif);
}

#relatedArticles #div_top{
font-size:3px;
background-image: url(/profiles/telnews/images/other_inerested_top.gif);
width:204px;
height:6px;
}

#relatedArticles #div_bottom{
font-size:3px;
background-image: url(/profiles/telnews/images/other_inerested_bottom.gif);
width:204px;
height:6px;
}

#relatedArticles #div_center{
padding:5px;
}

#relatedArticles #div_center .title{
margin-bottom:5px;
font-size:12pt;
}

#relatedArticles #div_center .content{
margin-bottom:7px;
}

#relatedArticles #div_center .content a{
margin-bottom:3px;
font-family:Georgia, Arial, Helvetica, sans-serif;
color:#4466A4;
font-size:9pt;
}

#relatedArticles #div_center .content a:visited{
color:#343334;
}

#center .level1{
font-size:9pt;
}

#center .level2{
font-size:11pt;
font-weight:bold;
}

#center .level3{
font-size:13pt;
font-weight:bold;
}

#center .level4{
font-size:15pt;
font-weight:bold;
}

#center .level5{
font-size:17pt;
font-weight:bold;
}

#another_news_in_group{
float:left;
text-align:left;
margin:20px 0 0 0;

}

#another_news_in_group .title{
text-align:left;
FONT-SIZE: 13pt;
font-family:Georgia, Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0 0 15px 0;
}

#another_news_in_group li{
line-height:180%;
}

#another_news_in_group li a{
FONT-SIZE: 11pt;
font-family:Georgia, Arial, Helvetica, sans-serif;
font-weight:normal;
}

div#map{
 display: none;
}

#spe, #spe a{
    color:#555555;
    font-family:Georgia, Arial, Helvetica, sans-serif;
}