html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;

	font-size: 80%;
	font-family: Tahoma, Verdana;
	color: #000;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;

}

/*Links*/
a {
	color: #e20202; 
	text-decoration:underline;
	border:0px;
}
a:hover{
	color:#DD0000;
	text-decoration:none;
	border:0px;
}


small
{
	font-size:75%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

/*Data table*/
table.data-table
{
	border:1px solid #CDBBBC;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CDBBBC;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#ECE0E0;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CDBBBC;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F7F3F3;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #ECE0E0; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #CDBBBC; border-bottom: 1px solid #CDBBBC; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #CDBBBC; border-bottom: 1px solid #CDBBBC; } 
.forumtoolseparator {border-left: 1px solid #CDBBBC;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #CDBBBC;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #ECE0E0; } 
table.forum-menu-popup-table td.forum-group{background-color:#ECE0E0; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F7F3F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #CDBBBC;} 
table.forum-main td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-main th {background-color:#ECE0E0;border: 1px solid #CDBBBC;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#CDBBBC}
div.filter-check-hover {background-color:#ECE0E0}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #ECE0E0;border: 1px solid #CDBBBC;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#ECE0E0; color:#333;} 
div.forum-title {border: 1px solid #CDBBBC; padding: 5px; background-color: #ECE0E0 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F7F3F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F7F3F3;border: 1px solid #CDBBBC;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #CDBBBC;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #CDBBBC;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #ECE0E0;
	border: 1px solid #CDBBBC;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#ECE0E0;border: 1px solid #CDBBBC;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #CDBBBC;} 
table.forum-post-form td {background-color:#F7F3F3;border: 1px solid #CDBBBC;} 
table.forum-post-form th {background-color:#ECE0E0;border: 1px solid #CDBBBC;} 
table.forum-smile {border: 1px solid #CDBBBC;} 
table.forum-smile th {background-color:#ECE0E0;border: 1px solid #CDBBBC;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#ECE0E0; border:1px solid #CDBBBC;} 
table.fuser-static td {background-color:#F7F3F3; border:1px solid #CDBBBC;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #CDBBBC;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #CDBBBC;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #CDBBBC;} 
table.tabs td.tab-container {border:1px solid #CDBBBC; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #CDBBBC; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #CDBBBC;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #CDBBBC;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #CDBBBC; border-top:none;} 
table.tab td {background-color:#F7F3F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#ECE0E0; /*th*/
	border:1px solid #CDBBBC;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F7F3F3; /*td*/
	border-color:#CDBBBC;
}

a.button-small
{
	background:#ECE0E0;
	border:1px solid #CDBBBC;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #CDBBBC;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F7F3F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #CDBBBC;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#CDBBBC;}
.blogtoolbar {background-color:#F7F3F3;border-color:#CDBBBC;border-top:none;}
.blogtoolsection {border-color:#CDBBBC}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #CDBBBC;border-right:1px solid #F7F3F3;}

/* social network*/
div#sonet_events_ms_message {width:150px;}


table.verst{
	border-collapse:collapse;
	margin:0px;
}

table.verst tr td{
	margin:0px;
	padding:0px;
	vertical-align:top;
}

td#mt1{
	height:44px;
	background:url(/images/tbg1.jpg) repeat-x left top #fd0000;
}

td#mt2{
	height:148px;
}

img{
	border:0px;
}

#slogan{
	margin-top:45px;
	width:250px;
	font-family:"Trebuchet MS";
	color:#b9b9b9;
	font-size:12px;
}

#phontit{
	width:300px;
	text-align:center; 
	vertical-align:middle;	
}
#phontit div{

	color:#cccccc;
	font-size:39px;
	font-family:"Trebuchet MS";
	
}

#leftcol{
	width:272px;
	background:url(/images/leftcol.jpg) repeat-y right top #eceaea;
}

.smalhead{
	background:#c5c5c5;
	color:white;
	font-size:24px;
	padding:7px 22px;
	margin-right:1px;
}

.hhh1{
	width:100%;
	background:url(/images/dott.jpg) repeat-x top;
	height:67px;
}

.hhh1_1{
	background:url(/images/dott2.jpg) repeat-x top;
	text-align:right;
}

.hhh1_2{
	background:url(/images/reddot.jpg) repeat-x top left;

}

.hhh1_2 h1, .hhh1_2 span{
	margin:5px 36px 0px 36px;
	color:white;
	font-size:24px;
	font-weight:normal;
	border:0px;
	white-space:nowrap;
}

.hhh1_2 h2{
	margin:5px 36px 0px 36px;
	color:white;
	font-size:24px;
	font-weight:normal;
	border:0px;
	white-space:nowrap;
}

.hhh1_3{
	width:80%;
}


table.verst tr td.textusl {
	width:150px;
	background:url(/images/ve.gif) no-repeat top left;
	
	height:272px;
	color:#666666;
}

table.verst tr td.textusl a{
	color:#666666;
	text-decoration:none;
	padding: 26px 0px 0px 15px;
}

table.verst tr td.textusl a:hover,
table.verst tr td.textusl  a.psevdoc{
	color:#2a2a2a;
}


table.verst tr td.textusl a h3, table.verst tr td.textusl a h2{
	font-family:verdana;
	font-size:15px;
	font-weight:normal;
	margin:0px 0px 24px 0px;
	color:#252525;
	
	border-bottom:none;
	padding-bottom:0px;
	padding-top:0px;
}

table.verst tr td.textusl a:hover h3,
table.verst tr td.textusl a.psevdoc h3{

	color:#000;
}



#u1{
	background:url(/images/u1.jpg) no-repeat top left
}

#u1:hover,
#u1.psevdoc{
	background:url(/images/u1_.jpg) no-repeat top left
}

#u2{
	background:url(/images/u2.jpg) no-repeat top left
}

#u2:hover,
#u2.psevdoc{
	background:url(/images/u2_.jpg) no-repeat top left
}

#u3{
	background:url(/images/u3.jpg) no-repeat top left
}

#u3:hover,
#u3.psevdoc{
	background:url(/images/u3_.jpg) no-repeat top left
}

.clt{
	background:url(/images/clt.jpg) no-repeat top right;
	text-align:right;
	padding-top:1px;
}

.kvadr{
	width:83px;
	height:81px;
	background:url(/images/fdsf.jpg) repeat-y top right;
	border-bottom:1px solid #ccc;
}

td.clla a{
	display:block;
	color:#737373;
	font-size:11px;
	text-decoration:none;
	padding:10px 15px 15px 10px;
}

td.clla a:hover, td.clla a.safasfs{
	color:#2a2a2a;
}

.mcontent{
	margin:36px 36px 36px 36px;
}

.divlogo{
	margin:30px 42px 0px 20px;
	height:88px;
	width:293px;
	position:absolute;
}

.ordbat{
	margin:10px 0px;
}

ul li{
	list-style-image:url(/images/forli.jpg);
}


div.news-item div.news-date-time{
	color:#CC0000;
}
