.uPanel{background:rgba(0,0,0,0.8);color:#fff;float:left;box-shadow:0 2px 7px rgba(0, 0, 0, 0.7);-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.7);padding: 4px 5px 4px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;position:fixed;bottom:7px;right:7px;} 
.uPanel a.url,.uPanel a.url:visited {display:block;float:left;color:#fff;font-weight:bold;height:26px;line-height:26px;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;opacity:0.4;padding:0px 7px 0px 7px;position:relative;} 
.uPanel a.url img{vertical-align:-8px;} 
.uPanel a.url:hover{text-shadow:0px 0px 5px #fff;color:#fff;opacity:1.0;} 
.uPanel a.url.highlighted{opacity:1.0;} 
.uPanel a.url span {display:block;position:absolute;bottom:0px;left:20px;color:#fff;background:red;padding:0px 3px 0px 3px;height:14px;line-height:14px;font-size:7pt;font-weight:bold;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;} 
 
.gcw_main{width:400px;font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:11px;border:#666666 1px solid;text-align:center;color:#fff;background-color:#1E1E1E;margin:0 auto;}
.gcw_header{margin:4px;padding:5px;text-align:center;border:#333333 1px solid;background-color:#333333;}
.gcw_header a{text-decoration:none;color:#FFFFFF;font-size:13px;font-weight:bold;}
.gcw_input{color:#ffffff;font-weight:bold;background-color:#555555;border:#666666 1px solid;text-align:right;padding:2px 0;margin:1px 0;display:inline;font-size:11px;}
.gcw_select{color:#000;display:inline;}
#gcw_date{font-size:10px;color:#ffffff;}

.normal-img {-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);-moz-box-shadow:0 1px 5px rgba(0, 0, 0, .4);box-shadow:0 1px 5px rgba(0, 0, 0, .4);} 

#puzadpn {display:none}
#lean_overlay {
 position: fixed;
 z-index:100;
 top: 0px;
 left: 0px;
 height:100%;
 width:100%;
 background: #000;
 display: none;
}

/* Опрос
 ------------------------------------------*/ 
 .cell_poll { 
 float:center; 
 color:#d5d5d5;text-shadow: 0px 0px 0px #fff; 
 width:175px; 
 padding: 0px 0px 0px 0px; 
 } 

 .poll_title { 
 text-align:left; 
 font: 80%/1.5 Verdana,Arial,Helvetica, sans-serif; 
 padding: 0px 0px; 
 } 

 .poll_variant { 
 float:left; 
 width:175px; 
 padding: 0px 0px; 
 } 

 .poll_niz { 
 float:left; 
 font: 9px Verdana,Arial,Helvetica, sans-serif; 
 width:175px; 
 padding: 0px 0px; 
 } 

 .poll_left {float:left;} 
 .procent, 
 .poll_right {float:right;} 

 .answer { 
 padding: 2px 0px 2px 0px; 
 margin: 2px 0px 2px 0px; 
 } 

 .answer input, 
 .answer label{ 
 margin:0; 
 } 
 .answer div div { 
 height: 10px !important; 
 margin: 0px; 
 } 

 .answer div { 
 display: block; 
 position: relative; 
 padding: 0 !important; 
 margin: 0px; 
 } 
 .procent { 
 background: #DCEDF0; 
 padding: 3px 5px; 
 } 

 .pollBut { 
 font: 11px Verdana,Arial,Helvetica, sans-serif!important; font-weight: bold; 
 color:#b17902!important; text-shadow:1px 1px 1px #fff!important; 
 background:#fed66c!important; 
 padding: 4px 8px; 
 margin: 5px 0px 5px 0px; 
 } 

 .pollBut:hover { 
 background:#ffe49c!important; 
 } 
 /*------------------------------------------*/

.cpojer-links a {
 display: inline-block;
 padding-bottom: 2px;
 padding-top: 2px;
 outline: 0;
 color: #fff;
 -webkit-transition-duration: 0.25s;
 -moz-transition-duration: 0.25s;
 -o-transition-duration: 0.25s;
 transition-duration: 0.25s;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 transition-property: transform;
 -webkit-transform: scale(1) rotate(0);
 -moz-transform: scale(1) rotate(0);
 -o-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
.cpojer-links a:hover {
 background: #fff;
 text-decoration: none;
 color: #000;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;
 -webkit-transform: scale(1.05) rotate(-1deg);
 -moz-transform: scale(1.05) rotate(-1deg);
 -o-transform: scale(1.05) rotate(-1deg);
 transform: scale(1.05) rotate(-1deg);
}
.cpojer-links a:nth-child(2n):hover {
 -webkit-transform: scale(1.05) rotate(1deg);
 -moz-transform: scale(1.05) rotate(1deg);
 -o-transform: scale(1.05) rotate(1deg);
 transform: scale(1.05) rotate(1deg);
}

/* Спец. сообщения для форума */ 
 .alert{margin:3px 0;background:#ff2400;border:2px solid #ff2400;} 
 .alert_left{height:48px;width:48px;background:#ff2400 url(/alert.png) no-repeat 0px 0px;} 
 .alert_right,.inform_right{text-align:justify;vertical-align:top;color:#fff !important;padding:8px 12px 8px 12px;} 
 .alert a:link,.alert a:active,.alert a:visited,.inform a:link,.inform a:active,.inform a:visited{color:#fff !important;text-decoration:underline !important;} 
 .alert a:hover,.inform a:hover{color:#fff !important;text-decoration:none !important;} 
 .inform{margin:3px 0;background:#fff;border:2px solid #f4c430;} 
 .inform_left{height:48px;margin:0;padding:0;width:48px;background:#f4c430 url(/info.png) no-repeat 0px 0px;}
/* ---- */

/* General Style */
a:link {text-decoration:none; color:#CCCCCC;}
a:active {text-decoration:none; color:#CCCCCC;}
a:visited {text-decoration:none; color:#CCCCCC;}
a:hover {text-decoration:none; color:#FFFFFF;}

body, td {font-family:verdana,arial,helvetica; font-size:8pt; color:#D8D8D8}
.body {background: #242424;}

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:#CCCCCC}
a.noun:active {text-decoration:none; color:#CCCCCC}
a.noun:visited {text-decoration:none; color:#CCCCCC}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {border: 0;
 height: 1px;
 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/984/7.gif') no-repeat 5px 2px;}

.menut0 {}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:none; color:#CCCCCC}
a.menu1:active {text-decoration:none; color:#CCCCCC}
a.menu1:visited {text-decoration:none; color:#CCCCCC}
a.menu1:hover {text-decoration:none; color:#FFFFFF}
/* ------------- */

/* 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/984/8.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:#CCCCCC}
.uMenuV li a:active {text-decoration:none; color:#CCCCCC}
.uMenuV li a:visited {text-decoration:none; color:#CCCCCC}
.uMenuV li a:hover {text-decoration:none; color:#FFFFFF}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#FFFFFF;}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#FFFFFF}
.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/984/8.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/984/9.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:#696969;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#CCCCCC;}
a.catName:visited {text-decoration:none; color:#CCCCCC;}
a.catName:hover {text-decoration:none; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#CCCCCC;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#FFFFFF;}
a.catNameActive:hover {text-decoration:none; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* ----------------- */

/* Entries Style */
.eBlock {border-radius: 10px;border-top:1px solid #505050;border-bottom:1px solid #505050;background:#393939;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#CCCCCC; padding: 0 0 0 18px; background: url('/.s/t/984/10.gif') no-repeat 0 1px;}
.eTitle a:link {text-decoration:none; color:#CCCCCC;}
.eTitle a:visited {text-decoration:none; color:#CCCCCC;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#CCCCCC;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #555555;}

.eDetails {background:#353535;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {background:#353535;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {background:#353535;color:#666666;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/984/11.gif') no-repeat 0px 0px;}
/* --------------- */

/* Entry Manage Table */
.manTable {border:1px solid #555555;background:#2C2C2C;}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

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

.cBlock1 {background:#2C2C2C;border:1px solid #555555;}
.cBlock2 {background:#2C2C2C;border:1px solid #555555;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #555555;background:#2C2C2C;}
.commTd1 {color:#FFCA42;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#636363;background:#222222;border:1px solid #555555;}
.smiles {border:1px solid #555555;background:#222222;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#636363;background:#222222;border:1px solid #555555;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/984/12.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:none; color:#FFFFFF;}
a.archLink:visited {text-decoration:none; color:#FFFFFF;}
a.archLink:hover {text-decoration:none; color:#D8D5D5;}
a.archLink:active {text-decoration:none; color:#D8D5D5;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#E2B4B4;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#333333;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/984/13.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:none; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#444444; width:18px;}
.calWdaySe {color:#FFFFFF; background:#555555; width:18px;}
.calWdaySu {color:#FFFFFF; background:#555555; width:18px; font-weight:bold;}
.calMday {color:#CCCCCC;background:#202020;}
.calMdayA {color:#000000;background:#CCCCCC;}
.calMdayIs {color:#C04141;background:#222222;font-weight:bold;border:1px solid #555555;}
.calMdayIsA {border:1px solid #555555; background:#333333;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:none; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:none; color:#FFFFFF;}
/* ------------------------ */

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

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

.pollNow {background:#FFFFFF}
.pollNowTd {background:#5F5F5F}

.totalVotesTable {background:#FFFFFF}
.totalVotesTd {background:#5F5F5F}
/* ---------- */

/* User Group Marks */
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:#ccff00;}
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#ff4d00;}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:#2a52be;} 
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:#d53e07;}
a.groupOther3:link,a.groupOther3:visited,a.groupOther3:hover {color:#4b0082;}
a.groupOther4:link,a.groupOther4:visited,a.groupOther4:hover {color:#ffae39;}
a.groupOther5:link,a.groupOther5:visited,a.groupOther5:hover {color:#ff00c5;}
a.groupOther6:link,a.groupOther6:visited,a.groupOther6:hover {color:#24E0FB;}
a.groupOther7:link,a.groupOther7:visited,a.groupOther7:hover {color:#0000FF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#2C2C2C;height:100px;width:300px;border:1px solid #555555;}
.replaceBody {background:url('/.s/t/984/1.gif') #191919;}

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

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

/* General forum Table View */
.gTable {background:#000000;border-bottom:0px solid #fff;}
.gTableTop {padding:2px;height:25px; background:url('/.s/t/984/1.gif') #191919;border:1px solid #494949; color:#CCCCCC;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:url('/.s/t/984/15.gif') #000000;color:#767676;height:21px;font-size:10px;border:1px solid #494949;}
.gTableBody {padding:2px;background:#202020;}
.gTableBody1 {padding:2px;background:#202020;}
.gTableBottom {padding:2px;background:#202020;}
.gTableLeft {padding:2px;background:#202020;font-weight:bold;color:#CCCCCC}
.gTableRight {padding:2px;background:#202020;color:#666666;}
.gTableError {padding:2px;background:#202020;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#202020}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#222222}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

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

.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:#888888;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#CCCCCC;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#CCCCCC;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#FFFFFF;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#CCCCCC;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#CCCCCC;}
a.forumBarA:visited {text-decoration:none; color:#CCCCCC;}
a.forumBarA:hover {text-decoration:none; color:#FFFFFF;}
a.forumBarA:active {text-decoration:none; color:#CCCCCC;}
/* -------------------- */

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

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

/* forum Page switches */
.pagesInfo {background:#202020;padding-right:10px;font-size:7pt;}
.switches {background:#2B2B2B;}
.switch {background:#202020;width:15px;font-size:7pt;}
.switchActive {background:#555555;font-weight:bold;color:#CCCCCC;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#CCCCCC;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#CCCCCC;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:none; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:none; color:#CCCCCC;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#202020}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#222222}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#666666;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#222222;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;border:1px solid #494949;}
.threadsDetails {padding:2px;background:#373737;height:20px;color:#555555;color:#FFFFFF;border:1px solid #494949;}
.forumOnlineBar {padding:2px;background:#161616;height:20px;color:#CCCCCC;border:1px solid #494949;}

a.threadPinnedLink:link {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:visited {text-decoration:none; color:#CCCCCC;}
a.threadPinnedLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadPinnedLink:active {text-decoration:none; color:#CCCCCC;}

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:none; color:#CCCCCC;}
a.threadLink:visited {text-decoration:none; color:#CCCCCC;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:none; color:#CCCCCC;}

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

/* Posts View */
.postTablef {background:#555555}
.postPoll {background:#222222;text-align:center;}
.postFirst {background:#222222;border-bottom:1px solid silver;}
.postRest1 {background:#222222;}
.postRest2 {background:#222222;}
.postSeparator {height:2px;background:#CCCCCC;}

.postTdTop {background:url('/.s/t/984/15.gif') #000000;color:#767676;height:21px;font-size:10px;border:1px solid #494949;}
.postBottom {background:#202020;height:20px;color:#555555;}
.postUser {font-weight:bold;}
.postTdInfo {background:#222222;text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#CCCCCC;}
.posttdMessagef {background:#202020;padding:5px;}

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

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

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

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFF00;}
.statusOffline {color:#FFFFFF;}
/* ---------- */

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

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #333333;color:#FFFFFF;border:1px outset #333333;}

.codeButtons {font-size:7pt;background: #333333;color:#FFFFFF;border:1px outset #333333;}
.codeCloseAll {font-size:7pt;background: #333333;color:#FFFFFF;border:1px outset #333333;font-weight:bold;}
.postNameFl,.postDescrFl {background:#2C2C2C;border:1px solid #555555;width:400px}
.postPollFl,.postQuestionFl {background:#2C2C2C;border:1px solid #555555;width:400px}
.postResultFl {background:#2C2C2C;border:1px solid #555555;width:50px}
.postAnswerFl {background:#2C2C2C;border:1px solid #555555;width:300px}
.postTextFl {background:#2C2C2C;border:1px solid #555555;width:550px;height:150px;color:#666666;}
.postUserFl {background:#2C2C2C;border:1px solid #555555;width:300px}

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

table.map1 {padding: 0 0 0 0px; background: url('http://sangta.ru/gtamap1.jpg') no-repeat 0px 0px;}
table.map2 {padding: 0 0 0 0px; background: url('/gtamap2.jpg') no-repeat 0px 0px;}

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

/* ====== Other syles ====== */
.cross {padding-top:2px;display:inline-block;padding-bottom:3px;color:#ffffff;text-align:center;text-shadow:0px 0px 0px rgba(0,0,0,0.25);border:0px;}
/* ====== Other syles ====== */

/*--Main Container--*/
.main_view {
 float: left;
 position: relative;
}
/*--Window/Masking Styles--*/
.window {
 height:153px; width: 598px;
 overflow: hidden; /*--Hides anything outside of the set width/height--*/
 position: relative;
}
.image_reel {
 position: absolute;
 top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
 position: absolute;
 top: 123px; left:480px;
 width: 178px; height:47px;
 z-index: 100; /*--Assures the paging stays on the top layer--*/
 text-align: center;
 line-height: 5px;
 background: url(paging_bg2.png) no-repeat;
 display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
 padding: 5px;
 text-decoration: none;
 background: #393939;
 border: 1px solid #131313;
}
.paging a.active {
 background: #737373;
 border: 1px solid #131313;
}
.paging a:hover {
 background: #737373;
 border: 1px solid #131313;
}
/* Кнопки для форума */
.button
{
 margin: 2px;
 text-decoration: none;
 font: bold 1em 'Trebuchet MS',Arial, Helvetica; 
 display: inline-block;
 text-align: center;
 color: #fff;
 
 border: 1px solid #9c9c9c; 
 border: 1px solid rgba(0, 0, 0, 0.3); 
 
 text-shadow: 0 1px 0 rgba(0,0,0,0.4);
 
 box-shadow: 0 0 .05em rgba(0,0,0,0.4);
 -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
 -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
 
}
 
.button, .button span
{
 -moz-border-radius: .3em;
 border-radius: .3em;
}
 
.button span
{
 border-top: 1px solid #fff;
 border-top: 1px solid rgba(255, 255, 255, 0.5);
 display: block;
 padding: 0.5em 2.5em;
 
 
 
 background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
 -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
 -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
 -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
 background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
 -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
 -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
 -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 
 
 
 -moz-background-size: 3px 3px;
 -webkit-background-size: 3px 3px;
}
 
.button:hover
{
 box-shadow: 0 0 .1em rgba(0,0,0,0.4);
 -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
 -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
 
.button:active
{
 position: relative;
 top: 1px;
}

/* stats форума */
.gTableS {background:#000000;border-bottom:0px solid #fff;}
.gTableTopS {padding:2px;height:25px; background:url('/.s/t/984/1.gif') #191919;border:1px solid #494949; color:#CCCCCC;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTopS {padding:2px;background:url('/.s/t/984/15.gif') #000000;color:#767676;height:21px;font-size:10px;border:1px solid #494949;}
.gTableBodyS {padding:2px;background:#202020;}
.gTableBottomS {padding:2px;background:#202020;}
.gTableLeftS {padding:2px;background:#202020;font-weight:bold;color:#CCCCCC}
.gTableRightS {padding:2px;background:#202020;color:#666666;}
.gTableErrorS {padding:2px;background:#202020;color:#FF0000;}
/* ------------------------ */

.okrugl {
 border-radius: 10px;
 border-top:1px solid #505050;
 border-bottom:1px solid #282828;
 border-left:1px solid #505050;
 border-right:1px solid #505050;
 display: block;
 height: 103px;
 margin-bottom: 0px;
 overflow: hidden;
 width: 150px;
 float: right; 
 margin: 4px 4px 4px 4px;
 box-shadow: 2px 3px 4px #000
} 

.zvezda {
 margin-bottom: 0px;
 overflow: hidden;
 float: right; 
 margin: 4px 4px 4px 4px;
} 

.video {font-family:Verdana,Arial,Sans-Serif;font-size:12px;font-weight:bold;color:#CCCCCC; padding: 0 0 0 18px; background: url('http://static.iconsearch.ru/uploads/icons/lynx/16x16/video-display.png') no-repeat 0 1px;}

.blink {
color: #000000;
font-weight:bold;
padding:2px;
text-decoration:blink;
}

body { scrollbar-face-color:#878787; 

 scrollbar-shadow-color: #E5E5E5; 

 scrollbar-highlight-color: #E5E5E5; 

 scrollbar-3dlight-color: #3D3D3D; 

 scrollbar-darkshadow-color: #3D3D3D; 

 scrollbar-track-color: #3D3D3D; 

 scrollbar-arrow-color: #F6F6F6; }

.dablock {
 background: #1E1E1E; 
 border: 1px solid #565656; 
 border-radius: 10px;
 -moz-border-radius: 10px; 
 -webkit-border-radius: 10px; 
 margin-bottom:3px;
 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
 box-shadow: 0 0 10px rgba(0,0,0,0.5);
 margin-bottom: 5px;
 
}

.userAvatar {
 border: 2px solid #fff;
 border-radius: 6px; 
 -moz-border-radius: 6px; 
 -webkit-border-radius: 6px; 
 margin-bottom: 10px;
 }

.buttonda {
 -moz-box-shadow:inset 0px 0px 0px 0px #525252;
 -webkit-box-shadow:inset 0px 0px 0px 0px #525252;
 box-shadow:inset 0px 0px 0px 0px #525252;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #363636) );
 background:-moz-linear-gradient( center top, #424242 5%, #363636 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#363636');
 background-color:#424242;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
 border:1px solid #adadad;
 display:inline-block;
 color:#ffffff;
 font-family:Arial;
 font-size:9px;
 font-weight:bold;
 padding:3px 7px;
 text-decoration:none;
}.buttonda:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #363636), color-stop(1, #424242) );
 background:-moz-linear-gradient( center top, #363636 5%, #424242 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#424242');
 background-color:#363636;
}.buttonda:active {
 position:relative;
 top:1px;
}

.find {
 -moz-box-shadow:inset 0px 0px 0px 0px #525252;
 -webkit-box-shadow:inset 0px 0px 0px 0px #525252;
 box-shadow:inset 0px 0px 0px 0px #525252;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #363636) );
 background:-moz-linear-gradient( center top, #424242 5%, #363636 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#363636');
 background-color:#424242;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 border:2px solid #adadad;
 display:inline-block;
 color:#ffffff;
 font-family:Arial;
 font-size:9px;
 font-weight:bold;
 padding:2px 21px;
 text-decoration:none;
}.find:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #363636), color-stop(1, #424242) );
 background:-moz-linear-gradient( center top, #363636 5%, #424242 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#424242');
 background-color:#363636;
}.find:active {
 position:relative;
 top:1px;
}

a.RepUsee:link, a.RepMidd:active, a.RepMidd:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepUsee:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
 a.RepUsee div.RepUse {border:1px solid #525252; background:#252525; padding:1px 3px 2px 3px; text- 
 align:center; text-shadow:1px 1px 0px #151515; -webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;} 
 a.RepUsee div.RepUse:hover {background:#181818; text-shadow:1px 1px 0px #000000;} 

 a.RepViss:link, a.RepViss:active, a.RepViss:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepViss:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

 a.RepNizz:link, a.RepNizz:active, a.RepNizz:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepNizz:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

 a.RepMidd:link, a.RepMidd:active, a.RepMidd:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepMidd:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

 a.RepViss div.RepVis {border:1px solid #525252; border-left:0px; background:#252525; padding:1px 4px 
 2px 3px; text-align:center; text-shadow:1px 1px 0px #151515; -webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;} 
 a.RepViss div.RepVis:hover {background:#206502; text-shadow:1px 1px 0px #174901;} 

 a.RepNizz div.RepNiz {border:1px solid #525252; border-right:0px; background:#252525; padding:1px 2px 
 2px 4px; text-align:center; text-shadow:1px 1px 0px #151515; -webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;} 
 a.RepNizz div.RepNiz:hover {background:#8a0404; text-shadow:1px 1px 0px #6c0202;} 

 a.RepMidd div.RepMid {border:1px solid #525252; border-right:0px; border-left:0px; background:#252525; 
 padding:1px 3px 2px 3px; text-align:center; text-shadow:1px 1px 0px #151515;} 
 a.RepMidd div.RepMid:hover {background:#181818; text-shadow:1px 1px 0px #000000;} 

 .postTable {border:1px solid #5d5d5d; background:#363636; margin-top:2px; -webkit-border-radius:3px;- 
 moz-border-radius:3px;border-radius:3px;} 
 a.postUser:hover {text-decoration:none; font-weight:normal; font-size:11px; font-family:tahoma; 
 color:#ffffff; text-shadow:1px 1px 0px #000000;} 
 a.postUser div {border:1px solid #4d4d4d; background:#272727; padding:1px 4px 2px 4px; text- 
 align:center; text-shadow:1px 1px 0px #000000; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} 
 a.postUser div:hover {background:#232323;} 

 .postFirst, .postRest1, .postRest2 {background:transparent;} 
 .postSeparator {height:1px;background:transparent;} 

 .posttdMessage {padding:5px 5px 5px 2px; font-size:11px; font-family:tahoma; color:#e0e0e0; text- 
 shadow:1px 1px 0px #1d1d1d;} 
 .posttdMessage img {max-width:680px;} 

 .WrapInfo {border:1px solid #525252; -webkit-border-radius:3px;-moz-border-radius:3px;border- 
 radius:3px;} 
 .WrapInfo2 {border:1px solid #1a1a1a; -webkit-border-radius:3px;-moz-border-radius:3px;border- 
 radius:3px;} 

 .postTdTop {border-bottom:1px solid #525252; border-left:1px solid #525252; border-right:1px solid 
 #525252; -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;} 
 .postTdTop2 {border-bottom:1px solid #1a1a1a; border-left:1px solid #1a1a1a; border-right:1px solid 
 #1a1a1a; padding:5px 5px 5px 5px; font-size:11px; font-family:tahoma; color:#7d7d7d; -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;} 
 .postTdTop2 a {font-weight:bold; text-decoration:none; font-size:10px; font-family:verdana;} 


a.RepPll:link, a.RepPll:active, a.RepPll:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepPll:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

a.RepPll div.RepPl {border:1px solid #525252; border-right:0px; background:#252525; padding:1px 2px 
 2px 4px; text-align:center; text-shadow:1px 1px 0px #151515; -webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;} 
 a.RepPll div.RepPl:hover {background:#206502; text-shadow:1px 1px 0px #174901;} 



a.RepUseem:link, a.RepMiddm:active, a.RepMiddm:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepUseem:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 
 a.RepUseem div.RepUsem {border:1px solid #525252; background:#252525; padding:1px 3px 2px 3px; text- 
 align:center; text-shadow:1px 1px 0px #151515; -webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;} 
 a.RepUseem div.RepUsem:hover {background:#181818; text-shadow:1px 1px 0px #000000;} 

 a.RepVissm:link, a.RepVissm:active, a.RepVissm:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepVissm:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

 a.RepNizzm:link, a.RepNizzm:active, a.RepNizzm:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 a.RepNizzmm:hover {text-decoration:none; color:#e0e0e0; font-size:11px; font-family:tahoma;} 

 a.RepMiddm:link, a.RepMiddm:active, a.RepMiddm:visited {text-decoration:none; color:#e0e0e0; font- 
 size:11px; font-family:tahoma;} 
 

 a.RepVissm div.RepVism {border:1px solid #525252; border-left:0px; background:#252525; padding:1px 4px 
 2px 3px; text-align:center; text-shadow:1px 1px 0px #151515; -webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;} 
 

 a.RepNizzm div.RepNizm {border:1px solid #525252; border-right:0px; background:#252525; padding:1px 2px 
 2px 4px; text-align:center; text-shadow:1px 1px 0px #151515; -webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;} 
 

 a.RepMiddm div.RepMidm {border:1px solid #525252; border-right:0px; border-left:0px; background:#252525; 
 padding:1px 3px 2px 3px; text-align:center; text-shadow:1px 1px 0px #151515;}

.bbCodeBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} 
 .bbCodeName {display:none;} 
 .codeMessage {color:#f8f8f8; background:#8b332f; font-size:12px; font-family:Courier new; border:1px solid #c54d47 !important; padding:5px; margin-top:1px; text-shadow:1px 1px 0px #4f0e0c !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} 
 
 .bbQuoteBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} 
 .bbQuoteName {display:none;} 
 .quoteMessage {color:#f8f8f8; font-size:11px; font-family:tahoma; background:#4d8633; border:1px solid #71bf4d !important; padding:5px; text-shadow:1px 1px 0px #2d5a18 !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}