.inf{margin-top:5px;background:#d55c5c;border: 1px solid #a65656;font:11px 'Tahoma', 'Arial' ;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;text-shadow: 1px 1px 1px #547788;color:#ffffff;padding:5px;}
.info{text-align:justify;margin-top:5px;background: url("/images/bgg.png") repeat-x #5c84cb;border: 1px solid #83b6d0;font:100%/1.5 Verdana,Arial,Helvetica, sans-serif;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;text-shadow: 1px 1px 1px #547788;color:#ffffff;padding:5px;}
/*Скрол*/
#scrollbar1 .viewport { width:180px; height: 300px; overflow: hidden; position: absolute;}
#scrollbar1 .overview{ list-style: none;position:absolute;height: 100%;}
#scrollbar1 .scrollbar{ position: relative; float: right; width: 10px; }
#scrollbar1 .track{z-index: 3;height: 100%;width:8px; position: absolute; }
#scrollbar1 .thumb{z-index: 4;margin:2px 0;box-shadow: rgba(0,0,0,0.5) 0 1px 1px;border-radius:3px;background:rgba(0,0,0,0.5); width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0;left:1px; }
#scrollbar1 .thumb:hover{background:rgba(0,0,0,0.6);}
#scrollbar1 .thumb:active{width: 8px;left:0px;box-shadow: rgba(0,0,0,0.5) 0 1px 2px;background:rgba(0,0,0,0.7);}
#scrollbar1 .disable{ display: none; }
/*end скрол*/
#background-image{
 position:fixed;
 top:0;
 left:0;
 z-index:-10;
 overflow: hidden;
 width: 100%;
 display:none;
 }
/*------------------------------------*\
,Блоки
\*------------------------------------*/
.chatblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/chat.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
.Parntersblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/partners.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
.Linkblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/perehod.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
.Statsblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/stats.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
.Comentsblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/coments.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
.Forumblock {width:200px; height:31px; color:#666; background:url('/images/Blocks/forum.png') no-repeat; font-weight:bold; text-shadow:0px 1px 0px #fff; padding:3px 0 0 15px;}
/*------------------------------------*\
Конец
\*------------------------------------*/

/*------------------------------------*\
 НАВИГАЦИЯ
\*------------------------------------*/
#nav {padding:0px;}
#nav li{
 float:left;
 position:relative;
 display:block;
 text-decoration:none; color:#fff;font: bold 11px 'Tahoma', 'Arial';text-shadow: 1px 1px 1px #547788;
}
#nav li a{
 display:block;
text-decoration:none; color:#fff;font: bold 11px 'Tahoma', 'Arial';padding: 5 17px;
}
#nav li a:hover{
 text-decoration:none; color:#ffffff;font: 11px 'Tahoma', 'Arial';text-shadow: 1px 1px 0px #000000;
-moz-border-radius: 4px;
border-radius: 4px;background:url('/images/menuh.png');padding: 5 20px;
}

/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
 list-style:none;
 position:absolute;
 left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
 opacity:0; /* Устанавливаем начальное состояние прозрачности */
 -webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li{
 padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
 float:none;
}
#nav ul a{
 white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
 display:block;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
 left:0; /* Приносим его обратно на экран, когда нужно */
 opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
text-decoration:none; color:#ffffff;font: bold 11px 'Tahoma', 'Arial';text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;background:url('/images/menuh.png');padding: 5 17px;
}
#nav li:hover ul a{ /* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
 text-decoration:none;
 -webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
text-decoration:none; color:#d8ff00;font: bold 11px 'Tahoma', 'Arial';text-shadow: 1px 1px 0px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;background:url('/images/menuh.png');padding: 5 17px;
}
.searchh{margin-top:8px;padding-bottom:2px;width:100%;font: 12px 'Tahoma', 'Arial';height:30px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.searchh:hover{margin-top:8px;font: 12px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.manFlRst{margin-top:8px;padding-bottom:2px;width:100%;font: 12px 'Tahoma', 'Arial';height:30px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.manFlRst:hover{margin-top:8px;font: 12px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.manFlSbm{margin-top:8px;padding-bottom:2px;width:100%;font: 12px 'Tahoma', 'Arial';height:30px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.manFlSbm:hover{margin-top:8px;font: 12px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

.pushcode{margin-top:8px;padding-bottom:2px;width:100%;font: 12px 'Tahoma', 'Arial';height:30px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;width:95%;}
.pushcode:hover{width:95%;margin-top:8px;font: 12px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

.swchItemA, .swchItemA1 {
 border: 1px dashed #ccc;
 padding: 2px 3px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.swchItem, .swchItem1 {
 border: 1px solid #ccc;
 padding: 3px 5px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 text-decoration: none !important;
 margin: 1px 0;
}

.swchItem:hover, .swchItem1:hover {
 background: #eee;
}

#pagesBlock1 {
 padding: 2px;
}

input.codeButtons,select.codeButtons,input.codeCloseAll {font: 11px 'Tahoma', 'Arial';padding: 1px 4px; background: #f2f2f3; border-top: 1px solid #aeaeaf; border-left: 1px solid #aeaeaf;border-right: 1px solid #aeaeaf;border-bottom: 1px solid #7f8080;}
input.codeButtons:hover,select.codeButtons:hover,input.codeCloseAll:hover{font: 11px 'Tahoma', 'Arial';background: #fcfcfd; cursor: pointer;}

#ppsh{font: 12px 'Tahoma', 'Arial';color:#ffffff;font-weight:bold;text-shadow: 1px 1px 1px #547788;text-decoration:none;} 
#ppsh:hover{color:#ffffff;font-weight:bold;text-shadow: 1px 1px 1px #547788;text-decoration:none;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;background:url('/images/menuh.png');padding: 2 5px;} 
#ppsh2{font: 11px 'Tahoma', 'Arial';color:#ffffff;font-weight:bold;text-shadow: 1px 1px 1px #547788;text-decoration:none;} 
#ppsh2:hover{color:#e7e7e7;font-weight:bold;text-shadow: 1px 1px 1px #547788;text-decoration:none;} 

td.news_title_v2{overflow:hidden;background:url('/images/bgg.png');border:1px solid #83b6d0;border-bottom:1px solid #83b6d0 !important;padding:5px;padding-left:2px;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;} 
.news_content_v2{border-top:0 !important;border:1px solid #83b6d0;border-bottom:1px solid #83b6d0 !important;margin-top:2px;margin-bottom:2px;background:#ffffff;} 
.news_screen{border-right:1px dotted #83b6d0;} 
.news_screen img{height:125px;width:200px;} 
.news_padding_v2{text-align:justify;font:100%/1.5 Verdana,Arial,Helvetica, sans-serif;padding-left:7px;padding-bottom:4px;padding-top:4px;padding-right:7px;} 
.detals_v2{color:#fff;height:20px;padding:4px;background:url('/images/bgg.png');border:1px solid #83b6d0;border-top:0px;text-shadow: 1px 1px 1px #547788;} 
.mchat{font: 11px 'Tahoma', 'Arial';border:1px solid #cfcfcf;padding:4px;}
.okchat{margin-top:8px;padding-bottom:2px;width:100%;font: 12px 'Tahoma', 'Arial';height:30px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.okchat:hover{margin-top:8px;font: 12px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.cBlock{border:1px solid #cfcfcf;background:#ffffff;}

.cross1 {padding-top:1px; display:inline-block; padding-bottom:1px; color:#fff; text-align:center; margin:0px -1px; text-shadow:0px 1px 0px rgba(0,0,0,0.30); border:1px solid #757B7F; background:#7d7d7d url('/images/hfstats.png') repeat-x top; text-align:left;}
 .cross2 {padding-top:1px; display:inline-block; padding-bottom:1px; color:#fff; text-align:center; margin:0px -1px; text-shadow:0px 1px 0px rgba(0,0,0,0.30); border:1px solid #757B7F; border-left:1px solid #64696d; background:#5c84cb url('/images/hfstats.png') repeat-x top; text-align:right;}
 #icon-border {margin:0px; padding:1px; display:inline-block; border:1px solid #ccc; background:#fff;}
 #icon-blue {display:inline-block; height:6px; width:6px; border:1px solid #757B7F; background:#5c84cb url('/images/hfstats.png') repeat-x top;}
 #icon-gray {display:inline-block; height:6px; width:6px; border:1px solid #757B7F; background:#999999 url('/images/hfstats.png') repeat-x top;}

.loginButton{margin-right:8px;margin-top:8px;padding-bottom:2px;width:50px;font: 11px 'Tahoma', 'Arial';height:20px; border: 1px solid #83b6d0;
background:url('/images/bgg.png'); color: #fff; text-shadow: 1px 1px 1px #547788; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.loginButton:hover{margin-top:8px;font: 11px 'Tahoma', 'Arial';background:url('/images/bgg2.png');color: #ffffff; cursor: pointer;text-shadow: 1px 1px 1px #547788;
-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}

.block {width:250px; text-align:left; margin-left:10px;margin-bottom:5px;}
.block_top {font: 12px 'Tahoma', 'Arial';-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;width:250px; height:25px; color:#fff; background:url('/images/bgg.png');border:1px solid #83b6d0; font-weight:bold; text-shadow: 1px 1px 1px #547788; padding:0px 0 0 5px;}
.block_middle {width:250px; background:#ffffff; padding:5px;border:1px solid #83b6d0;border-top:0px;-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;font: 12px 'Tahoma', 'Arial';}
.block_bottom {width:250px; height:10px; background:url('/images/block_bottom.png') no-repeat;}

hr{color:#cfcfcf;height:1px;border:none;background:#cfcfcf;}

.lavalamp {padding-top: 0px;padding-bottom: 0px;padding-right: 15px;padding-left:15px;
 position: relative;
 border: 1px solid #83b6d0;
background:url('/images/bgg.png');
 border-radius : 3px;
 -moz-border-radius : 3px;
 -webkit-border-radius : 3px;
 height: 45px;width:890px;
}

hr{color:#cfcfcf;height:1px;border:none;background:#cfcfcf;}
a:link, a:visited {text-decoration:none; color:#2B59B3;}
a:hover, a:active {text-decoration:none; color:#4685C6;}
body {margin: 0px;font: 11px 'Tahoma', 'Arial';color: #000000;background:url('/nami.png');}
td {margin: 0px;font: 11px 'Tahoma', 'Arial';color: #000000;}
.mid {background:#ffffff;width:940px;}

.codeMessage {border-left:1px solid #cfcfcf !important;border-top:1px solid #cfcfcf !important;border-right:1px solid #cfcfcf !important;border-bottom:1px solid #cfcfcf !important;overflow: hidden !important;max-height:150px !important;word-wrap: normal !important;max-width:300px !important;min-width:100%;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
 .quoteMessage {border-left:1px solid #cfcfcf !important;border-top:1px solid #cfcfcf !important;border-right:1px solid #cfcfcf !important;border-bottom:1px solid #cfcfcf !important;overflow: hidden !important;max-height:150px !important;word-wrap: normal !important;max-width:300px !important;min-width:100%;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
 .codeMessage2 {border-left:1px solid #cfcfcf !important;border-top:1px solid #cfcfcf !important;border-right:1px solid #cfcfcf !important;border-bottom:1px solid #cfcfcf !important;overflow-x: hidden !important;max-height:2000px !important;word-wrap: normal !important;max-width:300px !important;min-width:100%;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
/* General forum Table View */
.forumContent {padding:5px;width:920px;}
.gTable {-webkit-box-shadow: 0 0px 2px rgba(0,0,0,.25);
 -moz-box-shadow: 0 0px 2px rgba(0,0,0,.25);background:#cfcfcf;-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;;}
.gTableTop {-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;height:20px;font-size:11px;padding-left:25px;background: url("/images/wg.png") 0% 0% repeat-x #f5f5f5; font-family:tahoma; color:#8e8e8e;padding:5px 7px 5px 7px; text-shadow:#fff 0px 1px 0px;}
.gTableSubTop {padding:2px;background:#fff;color:#8e8e8e;height:20px;font-size:11px;}
.gTableSubTop a:link,.gTableSubTop a:visited,.gTableSubTop a:active {text-decoration:none;color:#8e8e8e;}
.gTableSubTop a:hover {text-decoration:none;color:#8e8e8e;}
.gTableBody,.gTableBody1,.gTableBottom,.gTableRight {padding:2px;background:#ffffff;}
.gTableLeft {padding:2px;background:#ffffff;color:#202020;}
.gTableError {padding:2px;background:#ffffff;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
table.gTable tr:hover td.forumLastPostTd,table.gTable tr:hover td.forumIcoTd,table.gTable tr:hover td.threadIcoTd,table.gTable tr:hover td.forumNameTd,table.gTable tr:hover td.threadNametd,table.gTable tr:hover td.forumPostTd,table.gTable tr:hover td.threadPostTd,table.gTable tr:hover td.threadViewTd,table.gTable tr:hover td.threadAuthTd,table.gTable tr:hover td.forumThreadTd,table.gTable tr:hover td.threadLastPostTd,table.gTable tr:hover td.forumLastPostTd {background:#f8f8f8;}
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#ffffff;}
.forumLastPostTd,.forumArchive {padding:2px;font-size:11px;}

a.catLink:link {text-decoration:none; color:#525252;}
a.catLink:visited {text-decoration:none; color:#525252;}
a.catLink:hover {text-decoration:none; color:#525252;}
a.catLink:active {text-decoration:none; color:#525252;}

.archivedForum{font-size:7pt;color:#FF0000;
/* ------------- */

/* forum Titles & other */
.forum {font-size:12px;}
.forumDescr,.forumModer {color:#858585;font-size:11px;}
.forumViewed {font-size:9px;}

a.lastPostUserLink:link, a.forumLastPostLink:link {text-decoration:none; color:#767676;}
a.lastPostUserLink:visited, a.forumLastPostLink:visited {text-decoration:none; color:#767676;}
a.lastPostUserLink:hover, a.forumLastPostLink:hover {text-decoration:none; color:#202020;}
a.lastPostUserLink:active, a.forumLastPostLink:active {text-decoration:none; color:#767676;}

a.forum:link, a.threadAuthorLink:link {text-decoration:none; color:#3e3c3c;}
a.forum:visited, a.threadAuthorLink:visited {text-decoration:none; color:#3e3c3c;}
a.forum:hover, a.threadAuthorLink:hover {text-decoration:none; color:#202020;}
a.forum:active, a.threadAuthorLink:active {text-decoration:none; color:#202020;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-size:11px;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#3e3c3c;}
a.forumBarA:visited {text-decoration:none; color:#3e3c3c;}
a.forumBarA:hover {text-decoration:none; color:#202020;}
a.forumBarA:active {text-decoration:none; color:#202020;}
/* -------------------- */

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

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

/* forum Page switches */
.switches {background:#cfcfcf;}
.pagesInfo {background:#ffffff;padding:4px;font-size:11px;color:#8e8e8e;}
.switch {background:#ffffff;width:20px;font-size:11px;color:#8e8e8e;}
.switchActive {background: url("/images/wg.png") 0% 0% repeat-x #f5f5f5;color:#8e8e8e;width:20px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#8e8e8e;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#8e8e8e;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none;color:#000000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#000000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#fff;}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#ffffff;}
.threadLastPostTd {padding:2px;font-size:11px;}
.threadDescr {color:#858585;font-size:10px;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#ffffff;color:#8e8e8e;font-weight:bold;height:20px;font-size:11px;padding-left:40px;}
.threadsDetails {padding:2px;background:#ffffff;color:#8e8e8e;height:20px;font-size:11px;;}
.forumOnlineBar {padding:2px;background:#ffffff;color:#8e8e8e;height:20px;font-size:11px;}

a.threadPinnedLink:link {text-decoration:none; color:#3e3c3c;}
a.threadPinnedLink:visited {text-decoration:none; color:#3e3c3c;}
a.threadPinnedLink:hover {text-decoration:none; color:#202020;}
a.threadPinnedLink:active {text-decoration:underline; color:#202020;}

a.threadLink:link {text-decoration:none; color:#3e3c3c;}
a.threadLink:visited {text-decoration:none; color:#3e3c3c;}
a.threadLink:hover {text-decoration:underline; color:#202020;}
a.threadLink:active {text-decoration:none; color:#3e3c3c;}

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

/* forum Posts View */
.postTable {background:#ffffff;}
.postPoll {background:#ffffff;text-align:center;}
.postFirst {background:#ffffff;border-bottom:1px solid #ffffff;}
.postRest1 {background:#f7f7f7;}
.postRest2 {background:#f7f7f7;}
.postSeparator {height:2px;background:#ffffff;}

.postTdTop {background:#f7f7f7;color:#767676;height:20px;font-size:11px;border:1px solid #ffffff;}
.postBottom {background:#e2e2e2;height:20px;color:#555555;}
.postUser {font-weight:bold;}
.postTdInfo {background:#f7f7f7;text-align:center;padding:5px;}
.postRankName {margin:0px;}
.postRankIco {margin:4px 0 3px 0;}
.reputation {margin-top:2px;}
.signatureHr {margin-top:20px;color:#5d5d5d;}
.posttdMessage {background:#f7f7f7;padding:5px;}

.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;}




/* 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/994/14.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/994/14.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut,{padding:2px 3px;font-size:11px;font-family:Tahoma;background:#146db0;border:1px solid #124685;color:#fff;}
.allUsersBtn,.fastNav,.fastLoginForm,.fastSearch,.moderOptions,.postPreview,.postSubmit,.postReset {background:#fff;border:1px solid #c3c3c3;padding:2px 2px 2px 2px;font-size:11px;font-family:Tahoma;color:#000000;}
.queryField {background:#fff;border:1px solid #c3c3c3;padding:2px 2px 2px 2px;font-size:11px;font-family:Tahoma;color:#aaa;width:180px;}
.aSchBrc1,.aSchBrc2 {display:none;}
.codeCloseAll {background:#FFFFFF; border:1px solid #a1a1a1; color:#8f8c8f; font-family: Verdana,Tahoma; font-size: 1.0em; vertical-align: middle; height: px; margin: px; padding: px; vertical-align: middle; text-align: center;-moz-border-radius:1px;}
.postNameFl,.postDescrFl {background:#EBEBEB;border:1px solid #5388BA;width:100%;}
.postPollFl,.postQuestionFl {background:#EBEBEB;border:1px solid #5388BA;width:100%;}
.postResultFl {background:#EBEBEB;border:1px solid #5388BA;width:50px}
.postAnswerFl {background:#EBEBEB;border:1px solid #5388BA;width:300px}
.postTextFl {background:#fff;border:1px solid #eee;width:550px;height:150px}
.postUserFl {background:#EBEBEB;border:1px solid #5388BA;width:300px}

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

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

/* Other Styles */ 
 .replaceTable {background:#ffffff;);height:120px;width:341px;-webkit-border-radius: 7px;
border-radius: 7px;} 
 /* ------------ */