.glossymenu{
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_bg.gif) repeat-x; /*путь к картинке заднего фона*/
height: 46px;
list-style: none;
}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer; 
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 3px; /*Расстояние между элементами меню*/
}

.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_hover_left.gif) no-repeat; /*путь к левой картинке*/
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
color: #fff;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_hover_right.gif) no-repeat right top; /*путь к правой картинке*/
}
.
/*  
 Author: center-dm.ru@yandex.ru  
 */  

 body {margin: 0 auto; padding: 0; width: 100%; height: 100%; background: url('http://ucozon.ru/_dr/55/75760125.png') no-repeat top center #E8ECED;}  
 body,  
 td {font:11px Verdana,Arial,Helvetica, sans-serif; color:#555;}  

   
 a {text-decoration:none; outline: none;}  
 a:link {text-decoration:none; color:#2C68A6;}  
 a:visited {text-decoration:none; color:#2C68A6;}  
 a:hover {text-decoration:none; color:#60a62c;}  
 /* =================================*/  

 /* ОСНОВНОЙ КАРКАС  
 = =================================*/  
 #container {margin: 0px auto; width:500px; height:100%;}  
 #container_os {margin: 0px 0px 0px 0px; background: #f6f6f6; border:1px solid #D2D1D3;}  

 /* Закруглённые углы  
 ----------------------------------------------*/  
 .knopka_reg,  
 .man_reg,  
 #fCode,  
 #container_os {  
  border-radius:6px;  
  -webkit-border-radius:6px;  
  -moz-border-radius:5px;  
  -khtml-border-radius:10px;  
 }  
 /* -------------------------------------------*/  

 /* Внутренний каркас  
 ----------------------------------------------*/  
 #container_reg {  
  margin: 80px 5px 0px 0px;  
  text-align:right;  
  font: 145%/1.5 Verdana,Arial,Helvetica, sans-serif; color:#888;  
  font-weight: bold;  
  text-shadow: 1px 1px 1px #fff;  
 }  
   
 .reg_error {  
  text-align:center;  
  font:12px Verdana,Arial,Helvetica, sans-serif; color:#cf0607; font-weight: bold;  
  padding: 10px 0px 0px 0px;  
  }  

 .reg_title {  
  width:150px;  
  padding: 16px 0px 10px 0px;  
 }  
   
 .reg_input {  
  width:328px;  
  padding: 10px 20px 10px 0px;  
 }  

 .reg_title_2 {  
  width:150px;  
  padding: 10px 0px 10px 0px;  
 }  

 .reg_title_2,  
 .reg_title,  
 .reg_input {  
  float:left;  
  text-align:right;  
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  color:#888;  
  font-weight: bold;  
  text-shadow: 1px 1px 1px #fff;  
 }  

 .man_reg {  
  font:12px Verdana,Arial,Helvetica, sans-serif; color:#555;  
  width:290px;  
  background: #fff;  
  border:1px solid #b3b3b3;  
  padding: 6px 10px 6px 10px;  
 }  

 .reg_otstup {  
  width:100%;  
  height:0px;  
  border-top: 1px solid #D2D1D3;  
  border-bottom: 1px solid #fff;  
  clear:left;  
 }  
   
 #fCode {  
  font:12px Verdana,Arial,Helvetica, sans-serif; color:#555;  
  width:105px;  
  background: #fff;  
  border:1px solid #b3b3b3;  
  padding: 7px 10px 11px 10px;  
  margin-right: 5px;  
 }  
   
 #container_by {  
  text-align:right;  
  padding: 5px 0px 5px 0px;  
 }  
 /* -------------------------------------------*/  
   
  /* Кнопка регистрации  
 ----------------------------------------------*/  
  .reg_knopka {  
  text-align:right;  
  width:475px;  
  clear:left;  
  padding: 10px 20px 30px 0px;  
 }  
   
 .knopka_reg {  
  background: #F6F6F6;  
  background: -moz-linear-gradient(top, #fff, #F6F6F6);  
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#F6F6F6));  
 }  
   
 .knopka_reg:hover {  
  background: #fff;  
  border:1px solid #D2D1D3;  
 }  
   
 .knopka_reg,  
 .knopka_reg:hover {  
  text-align:center;  
  font:12px Verdana,Arial,Helvetica, sans-serif; color:#777; font-weight: bold;  
  width:310px;  
  padding: 5px 0px 5px 0px;  
  border:1px solid #D2D1D3;  
 }  
 /* -------------------------------------------*/  
   
 /* Прозрачность  
 ----------------------------------------------*/  
 .transparency a img {  
  opacity:0.3;  
  -moz-opacity:0.3;  
  filter:alpha(opacity=40);  
 }  

 .transparency a:hover img {  
  opacity:1.0;  
  -moz-opacity:1.0;  
  filter:alpha(opacity=100);  
 }  
 /* -------------------------------------------*/  
 /* =================================*/



.glossymenu{
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_bg.gif) repeat-x; /*путь к картинке заднего фона*/
height: 46px;
list-style: none;
}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer; 
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 3px; /*Расстояние между элементами меню*/
}

.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_hover_left.gif) no-repeat; /*путь к левой картинке*/
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
color: #fff;
background: url(http://wallaby.ucoz.ru/menu_templates/green_menu_hover_right.gif) no-repeat right top; /*путь к правой картинке*/
}

/* General Style */
a:link {text-decoration:underline; color:#3D80B0;}
a:active {text-decoration:underline; color:#3D80B0;}
a:visited {text-decoration:underline; color:#3D80B0;}
a:hover {text-decoration:none; color:#000000;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#4B4D5C}
a.noun:active {text-decoration:none; color:#4B4D5C}
a.noun:visited {text-decoration:none; color:#4B4D5C}
a.noun:hover {text-decoration:underline; color:#000000}

hr {color:#4B4D5C;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#C24747;font-size:12px;}

a.menu1:link {text-decoration:underline; color:#C66D00}
a.menu1:active {text-decoration:underline; color:#C66D00}
a.menu1:visited {text-decoration:underline; color:#C66D00}
a.menu1:hover {text-decoration:underline; color:#000000}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/771/25.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/771/26.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}


.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#4B4D5C}
.uMenuV li a:active {text-decoration:none; color:#4B4D5C}
.uMenuV li a:visited {text-decoration:none; color:#4B4D5C}
.uMenuV li a:hover {text-decoration:underline; color:#000000}

.uMenuV a.uMenuItemA:link {text-decoration:none; color:#1154CA}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#1154CA}
.uMenuV a.uMenuItemA:hover {text-decoration:underline; color:#1154CA}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/771/26.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/771/26.gif') no-repeat 0px 3px;}
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#4B4D5C;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#4B4D5C;}
a.catName:visited {text-decoration:none; color:#4B4D5C;}
a.catName:hover {text-decoration:underline; color:#000000;}
a.catName:active {text-decoration:none; color:#4B4D5C;}
a.catNameActive:link {text-decoration:none; color:#1154CA;}
a.catNameActive:visited {text-decoration:none; color:#1154CA;}
a.catNameActive:hover {text-decoration:underline; color:#1154CA;}
a.catNameActive:active {text-decoration:none; color:#1154CA;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#C66D00; padding: 5px 0 6px 27px; background: url('/.s/t/771/27.gif') no-repeat;}

.eTitle a:link {text-decoration:underline; color:#C66D00;}
.eTitle a:visited {text-decoration:underline; color:#C66D00;}
.eTitle a:hover {text-decoration:underline; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#C66D00;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #4B4D5C}
.eDetails {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/771/28.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#F1F2F3; border:1px solid #DDDDDD;}
.cBlock2 {background:#F1F2F3; border:1px solid #DDDDDD;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #CECECE;background:url('/.s/t/771/24.gif');}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#4B4D5C;width:100%;background:#FEFAFA;border:1px solid #4B4D5C;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#4B4D5C;background:#FEFAFA;border:1px solid #4B4D5C;}
/* ------------------- */

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/771/29.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#4B4D5C;}
a.archLink:visited {text-decoration:underline; color:#4B4D5C;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#4B4D5C;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/771/30.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#4B4D5C}
a.archiveDateTitleLink:visited {text-decoration:none; color:#4B4D5C}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#4B4D5C}
a.archiveDateTitleLink:active {text-decoration:underline; color:#4B4D5C}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------- */

/* Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#3D80B0; width:18px;}
.calWdaySe {color:#FFFFFF; background:#4B4D5C; width:18px;}
.calWdaySu {color:#FFFFFF; background:#4B4D5C; width:18px; font-weight:bold;}
.calMday {background:#FFFFFF; border: 1px solid #CECECE;}
.calMdayA {background:#FFAF00;font-weight:bold;}
.calMdayIs {background:#CECECE;font-weight:bold; border: 1px solid #CECECE;color:#555555;}
.calMdayIsA {border:1px solid #FFAF00; background:#CECECE;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#4B4D5C;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#4B4D5C;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#4B4D5C;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#EBE0E0}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #EBE0E0; border-left:1px solid #EBE0E0; border-right:1px solid #EBE0E0;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #EBE0E0; border-left:1px solid #EBE0E0; border-right:1px solid #EBE0E0;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:url('/.s/t/771/24.gif');height:100px;width:300px;border:1px solid #4B4D5C;}

.legendTd {font-size:7pt;}
/* ------------ */





/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#57627F;}
.gTableTop {padding:2px;background:url('/.s/t/771/33.gif') #E4E4E4;color:#57627F;font-weight:bold;height:46px;padding-left:17px;font-size:10pt;padding-bottom:15px;}
.gTableSubTop {padding:2px;background:url('/.s/t/771/6.gif') #C66D00;color:#000000;height:21px;font-size:10px;}
.gTableBody {padding:2px;background:url('/.s/t/771/24.gif');}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:url('/.s/t/771/24.gif');}
.gTableLeft {padding:2px;background:url('/.s/t/771/24.gif');font-weight:bold;color:#4B4D5C}
.gTableRight {padding:2px;background:url('/.s/t/771/24.gif');}
.gTableError {padding:2px;background:url('/.s/t/771/24.gif');color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:url('/.s/t/771/24.gif');}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#57627F;}
a.catLink:visited {text-decoration:none; color:#57627F;}
a.catLink:hover {text-decoration:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#57627F;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#4B4D5C;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#4B4D5C;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#59B9FF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#4B4D5C;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#4B4D5C;}
a.forumBarA:active {text-decoration:underline; color:#4B4D5C;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#F0C6C6;}
.fastNavCat {background:#F9E6E6;}
.fastNavCatA {background:#F9E6E6;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#4B4D5C;}
.pagesInfo {background:#E4E4E4;padding-right:10px;font-size:7pt;}
.switch {background:#E4E4E4;width:15px;font-size:7pt;}
.switchActive {background:#FFC300;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:url('/.s/t/771/24.gif');}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#ECECEC;height:20px;font-weight:bold;font-size:7pt;color:#4B4D5C;padding-left:40px;}
.threadsDetails {padding:2px;background:url('/.s/t/771/6.gif') #C66D00;color:#000000;height:21px;font-size:10px;}
.forumOnlineBar {padding:2px;background:url('/.s/t/771/23.gif');height:21px;color:#57627F;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#4B4D5C;}
a.threadLink:visited {text-decoration:none; color:#4B4D5C;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:url('/.s/t/771/24.gif');text-align:center;}
.postFirst {background:url('/.s/t/771/24.gif');border-bottom:3px solid #FFAE00;}
.postRest1 {background:url('/.s/t/771/24.gif');}
.postRest2 {background:url('/.s/t/771/24.gif');}
.postSeparator {height:3px;background:#59B9FF;}

.postTdTop {background:url('/.s/t/771/34.gif') bottom #FFB800;color:#000000;height:20px;}
.postBottom {background: #ECECEC;color:#000000;height:20px;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px; background:url('/.s/t/771/24.gif');}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#FFAE00;}
.posttdMessage {padding:5px; background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/771/35.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/771/35.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: url('/.s/t/771/6.gif') #C66D00;color:#000000;border:1px outset #C66D00;}

.codeButtons {font-size:7pt;background: url('/.s/t/771/6.gif') #C66D00;color:#000000;border:1px outset #C66D00;}
.codeCloseAll {font-size:7pt;background: url('/.s/t/771/6.gif') #C66D00;color:#000000;border:1px outset #C66D00;font-weight:bold;}
.postNameFl,.postDescrFl {background:#FEFAFA;border:1px solid #4B4D5C;width:400px}
.postPollFl,.postQuestionFl {background:#FEFAFA;border:1px solid #4B4D5C;width:400px}
.postResultFl {background:#FEFAFA;border:1px solid #4B4D5C;width:50px}
.postAnswerFl {background:#FEFAFA;border:1px solid #4B4D5C;width:300px}
.postTextFl {background:#FEFAFA;border:1px solid #4B4D5C;width:550px;height:150px}
.postUserFl {background:#FEFAFA;border:1px solid #4B4D5C;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

/* Left Block*/ 
.lbox {width:192px;margin:8px 0 8px 8px;} 
.lbox_t {background:#fbfbfb;border-radius:3px;padding:3px 8px;text-transform:uppercase;text-align:center;font-style:italic;color:#6f6f6f;} 
.lbox_t span {color:#f48669;} 
.lbox_c {border:2px solid #f1f1f1;border-radius:3px;padding:5px 5px;margin-top:5px;overflow:hidden;} 
.layer {margin-top:5px;} 
.layer img {position:relative;width:170px;height:96px;border:2px solid #93abbb;padding:3px 3px;} 
.layer_t {background:url('/img/block_p_bg.png');width:170px;text-align:center;padding:2px 0;position:absolute;left:5px;top:82px;color:#ececec;} 
.toc {background:#fff;padding:1px 5px 0 5px!important;} 
.lbox_tags {margin-top:5px;overflow:hidden;} 
.lbox_tags a {-webkit-transition:background 0.1s ease;background:#fbfbfb;border-radius:3px;padding:7px 9px;margin:3px 3px;display:block;float:left;color:#7c7c7c;} 
.lbox_tags a:hover {background:#93abbb;color:#fff;} 
/* --- */ 
.g_dotted_white_two {background:url('/img/g_dotted_white.png')no-repeat;width:192px;height:5px;margin:9px 0 9px 8px;} 
.opacity_all {border:0;padding:0;outline:none;opacity:0.5;}