/* By Me */ 
 .osninf {background:#222222;padding:8px;border-bottom:1px solid #555555;} 
 .inftitl b, .osninf b {color:#878787;} 
 .inftitl a:link, .inftitl a:visited, .inftitl a:active {text-decoration:underline;color:#555555;} 
 .inftitl a:hover {text-decoration:none;} 
 .infmes {border:1px dashed #666666;margin:5px 0 3px 0;padding:5px;background:#444444;font-size:7pt; 
 color:#FFFFFF;} 
/* ------------- */

/* menue3 */ 
#menu, #menu ul { 
 margin: 0; 
 padding: 0; 
 list-style: none; 
} 

#menu { 
 width: 100%; 
 margin: 0px auto; 
 border: 0px solid #222; 
 background-color: #111; 
 background-image: -moz-linear-gradient(#444, #111); 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111)); 
 background-image: -webkit-linear-gradient(#444, #111); 
 background-image: -o-linear-gradient(#444, #111); 
 background-image: -ms-linear-gradient(#444, #111); 
 background-image: linear-gradient(#444, #111); 
 -moz-border-radius: 6px; 
 -webkit-border-radius: 6px; 
 border-radius: 6px; 
 -moz-box-shadow: 0 1px 1px #777; 
 -webkit-box-shadow: 0 1px 1px #777; 
 box-shadow: 0 1px 1px #777; 
} 

#menu:before, 
#menu:after { 
 content: ""; 
 display: table; 
} 
#menu:after { 
 clear: both; 
} 
#menu { 
 zoom:1; 
} 

#menu li { 
 float: left; 
 border-right: 1px solid #222; 
 -moz-box-shadow: 1px 0 0 #444; 
 -webkit-box-shadow: 1px 0 0 #444; 
 box-shadow: 1px 0 0 #444; 
 position: relative; 
} 
#menu a { 
 float: left; 
 padding: 12px 30px; 
 color: #FFDA76; 
 text-transform: uppercase; 
 font: bold 12px Arial, Helvetica; 
 text-decoration: none; 
 text-shadow: 0 1px 0 #000; 
} 
#menu li:hover > a { 
 color: #fafafa; 
} 
*html #menu li a:hover { /* IE6 only */ 
 color: #fafafa; 
} 

#menu ul { 
 margin: 20px 0 0 0; 
 _margin: 0; /*IE6 only*/ 
 opacity: 0; 
 visibility: hidden; 
 position: absolute; 
 top: 38px; 
 left: 0; 
 z-index: 9999; 
 background: #444; 
 background: -moz-linear-gradient(#444, #111); 
 background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444)); 
 background: -webkit-linear-gradient(#444, #111); 
 background: -o-linear-gradient(#444, #111); 
 background: -ms-linear-gradient(#444, #111); 
 background: linear-gradient(#444, #111); 
 -moz-box-shadow: 0 -1px rgba(255,255,255,.3); 
 -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3); 
 box-shadow: 0 -1px 0 rgba(255,255,255,.3); 
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px; 
 border-radius: 3px; 
 -webkit-transition: all .2s ease-in-out; 
 -moz-transition: all .2s ease-in-out; 
 -ms-transition: all .2s ease-in-out; 
 -o-transition: all .2s ease-in-out; 
 transition: all .2s ease-in-out; 
} 
#menu li:hover > ul { 
 opacity: 1; 
 visibility: visible; 
 margin: 0; 
} 
#menu ul ul { 
 top: 0; 
 left: 150px; 
 margin: 0 0 0 20px; 
 _margin: 0; /*IE6 only*/ 
 -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3); 
 -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3); 
 box-shadow: -1px 0 0 rgba(255,255,255,.3); 
} 
#menu ul li { 
 float: none; 
 display: block; 
 border: 0; 
 _line-height: 0; /*IE6 only*/ 
 -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666; 
 -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666; 
 box-shadow: 0 1px 0 #111, 0 2px 0 #666; 
} 
#menu ul li:last-child { 
 -moz-box-shadow: none; 
 -webkit-box-shadow: none; 
 box-shadow: none; 
} 
#menu ul a { 
 padding: 10px; 
 width: 130px; 
 _height: 10px; /*IE6 only*/ 
 display: block; 
 white-space: nowrap; 
 float: none; 
 text-transform: none; 
} 
#menu ul a:hover { 
 background-color: #0186ba; 
 background-image: -moz-linear-gradient(#04acec, #0186ba); 
 background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)); 
 background-image: -webkit-linear-gradient(#04acec, #0186ba); 
 background-image: -o-linear-gradient(#04acec, #0186ba); 
 background-image: -ms-linear-gradient(#04acec, #0186ba); 
 background-image: linear-gradient(#04acec, #0186ba); 
} 

#menu ul li:first-child > a { 
 -moz-border-radius: 3px 3px 0 0; 
 -webkit-border-radius: 3px 3px 0 0; 
 border-radius: 3px 3px 0 0; 
} 
#menu ul li:first-child > a:after { 
 content: ''; 
 position: absolute; 
 left: 40px; 
 top: -6px; 
 border-left: 6px solid transparent; 
 border-right: 6px solid transparent; 
 border-bottom: 6px solid #444; 
} 
#menu ul ul li:first-child a:after { 
 left: -6px; 
 top: 50%; 
 margin-top: -6px; 
 border-left: 0; 
 border-bottom: 6px solid transparent; 
 border-top: 6px solid transparent; 
 border-right: 6px solid #3b3b3b; 
} 
#menu ul li:first-child a:hover:after { 
 border-bottom-color: #04acec; 
} 

#menu ul ul li:first-child a:hover:after { 
 border-right-color: #0299d3; 
 border-bottom-color: transparent; 
} 
#menu ul li:last-child > a { 
 -moz-border-radius: 0 0 3px 3px; 
 -webkit-border-radius: 0 0 3px 3px; 
 border-radius: 0 0 3px 3px; 
}
/* ------ */ 



/* General Style */
.blockmenu { 
 height:18px; 
 width: 100%; 
 font: normal 28px Verdana, Helvetica, sans-serif; 
 text-align: left; 
 } 
 .blockmenu a:link, 
 .blockmenu a:visited { 
 color:#ffffff; 
 text-decoration:none; 
 padding-left:16px; 
 line-height:35px; 
 display:block; 
 font-weight:normal; 
 background: url('/images/menu3321.gif'); 
 border: 1px solid #000000; 
 border-top: 1px solid #333333; 
 border-right: 1px solid #000000; 
 border-bottom: 1px solid #000000; 
 border-left: 1px solid #000000; 
 text-align: left; 
 } 
 .blockmenu a:hover { 
 color:#ffffff; 
 text-decoration:none; 
 padding-left:16px; 
 line-height:45px; 
 display:block; 
 font-weight:normal; 
 border: 1px solid #333333; 
 border-top: 1px solid #333333; 
 border-right: 1px solid #000000; 
 border-bottom: 1px solid #000000; 
 border-left: 1px solid #000000; 
 background: #333333 url('/images/menu3321.gif') no-repeat left center; 
 text-align: left; 
 }
a:link {text-decoration:underline; color:#FFFFFF;}
a:active {text-decoration:underline; color:#FFFFFF;}
a:visited {text-decoration:underline; color:#FFFFFF;}
a:hover {text-decoration:none; color:#D9E6EB;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#FFFFFF}
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:#8EA1AB}
a.noun:active {text-decoration:none; color:#8EA1AB}
a.noun:visited {text-decoration:none; color:#8EA1AB}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#464646;height:1px;}
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/961/12.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:underline; color:#D9E6EB}
a.menu1:active {text-decoration:underline; color:#D9E6EB}
a.menu1:visited {text-decoration:underline; color:#D9E6EB}
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/961/13.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:#8EA1AB}
.uMenuV li a:active {text-decoration:none; color:#8EA1AB}
.uMenuV li a:visited {text-decoration:none; color:#8EA1AB}
.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:underline; 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/961/13.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* --------- */

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

/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:25px;font-weight:bold;color:#D9E6EB; padding: 3px 0 3px 15px; background:url('/.s/t/961/8.gif') top left no-repeat #313E47;border:1px solid #191E20;}
.eTitle a:link {text-decoration:underline; color:#D9E6EB;}
.eTitle a:visited {text-decoration:underline; color:#D9E6EB;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#D9E6EB;}

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

.eDetails {border:1px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:7pt;background:#718189;}
.eDetails1 {border:1px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:8pt;background:#718189;}
.eDetails2 {border:1px solid #4B575E;color:#191E20;padding-bottom:3px;padding-top:3px;text-align:left;font-size:8pt;background:#718189;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/961/14.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 {color:#DCEEF8;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {border:1px solid #4B575E;background:url('/.s/t/961/10.gif') top left no-repeat #5F6C73;}
.cBlock2 {border:1px solid #4B575E;background:url('/.s/t/961/10.gif') top left no-repeat #5F6C73;}
/* -------------- */

/* Comments Form Style */
.commTable {background:url('/.s/t/961/8.gif') top left no-repeat #313E47;border:1px solid #191E20;}
.commTd1 {color:#DCEEF8;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#DCEEF8;border:1px solid #4B575E;background:#718189;}
.smiles {color:#DCEEF8;border:1px solid #4B575E;background:#718189;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#DCEEF8;border:1px solid #4B575E;background:#718189;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/961/15.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFFFFF;}
a.archLink:visited {text-decoration:underline; 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:#96AAB5;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/961/16.gif') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:2px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:visited {text-decoration:none; color:#FFFFFF}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#FFFFFF}
a.archiveDateTitleLink:active {text-decoration:underline; color:#FFFFFF}
.archiveNoEntry {text-align:center;color:#E2B4B4;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#889BA5; width:18px;}
.calWdaySe {color:#FFFFFF; background:#A4BAC6; width:18px;}
.calWdaySu {color:#FFFFFF; background:#A4BAC6; width:18px; font-weight:bold;}
.calMday {color:#D9E6EB;background:#191E20;}
.calMdayA {color:#000000;background:#D9E6EB;}
.calMdayIs {color:#C04141;background:#384146;font-weight:bold;border:1px solid #A4BAC6;}
.calMdayIsA {border:1px solid #A4BAC6; background:#889BA5;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:underline; color:#FFFFFF;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#FFFFFF;}
/* ------------------------ */

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

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

.pollNow {background:#FFFFFF}
.pollNowTd {background:#700000}

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

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:pink;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:url('/.s/t/961/8.gif') top left no-repeat #313E47;height:100px;width:300px;border:1px solid #4B575E;}
.replaceBody {background:#191E20;}

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

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

/* General forum Table View */
.gTable {background:#4B575E;width:98%;margin-left:1%;margin-right:1%;}
.gTableTop {padding:2px;height:29px; background:url('/.s/t/961/8.gif') top left no-repeat #313E47;color:#96AAB5;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:url('/.s/t/961/10.gif') top left no-repeat #5F6C73;color:#D9E6EB;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#191E20;}
.gTableBody1 {padding:2px;background:#191E20;}
.gTableBottom {padding:2px;background:#191E20;}
.gTableLeft {padding:2px;background:#191E20;font-weight:bold;color:#D9E6EB}
.gTableRight {padding:2px;background:#191E20;color:#191E20;}
.gTableError {padding:2px;background:#191E20;color:#FF0000;}
/* ------------------------ */

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

a.catLink:link {text-decoration:none; color:#96AAB5;}
a.catLink:visited {text-decoration:none; color:#96AAB5;}
a.catLink:hover {text-decoration:underline; color:#CDE8F7;}
a.catLink:active {text-decoration:underline; color:#96AAB5;}

.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:underline; color:#D9E6EB;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#D9E6EB;}
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:underline; color:#D9E6EB;}
/* -------------------- */

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

/* 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:#313E47;padding-right:10px;font-size:7pt;}
.switches {background:#4B575E;}
.switch {background:#313E47;width:15px;font-size:7pt;}
.switchActive {background:#454F54;font-weight:bold;color:#D9E6EB;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#D9E6EB;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#D9E6EB;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#D9E6EB;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#191E20}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#384146}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#191E20;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#2D3438;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#96AAB5;height:20px;color:#454F54;color:#FFFFFF;}
.forumOnlineBar {padding:2px;background:#384146;height:20px;color:#D9E6EB;}

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

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

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

/* Posts View */
.postTable {background:#454F54}
.postPoll {background:#384146;text-align:center;}
.postFirst {background:#384146;border-bottom:1px solid silver;}
.postRest1 {background:#384146;}
.postRest2 {background:#384146;}
.postSeparator {height:2px;background:#D9E6EB;}

.postTdTop {background:url('/.s/t/961/10.gif') top left no-repeat #5F6C73;color:#D9E6EB;}
.postBottom {background:#2D3438;height:20px;color:#454F54;}
.postUser {font-weight:bold;}
.postTdInfo {background:#384146;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:#D9E6EB;}
.posttdMessage {background:#191E20;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:#454F54;font-size:9px;}
.quoteMessage {background:#454F54;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:#454F54;}
.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/961/18.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/961/18.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;border:1px solid #4B575E;color:#191E20;background:#718189;}

.codeButtons {font-size:7pt;border:1px solid #4B575E;color:#191E20;background:#718189;}
.codeCloseAll {font-size:7pt;border:1px solid #4B575E;color:#191E20;background:#718189;font-weight:bold;}
.postNameFl,.postDescrFl {background:#191E20;border:1px solid #454F54;width:400px;color:#ADC4D1;}
.postPollFl,.postQuestionFl {background:#191E20;border:1px solid #454F54;width:400px;color:#ADC4D1;}
.postResultFl {background:#191E20;border:1px solid #454F54;width:50px;color:#ADC4D1;}
.postAnswerFl {background:#191E20;border:1px solid #454F54;width:300px;color:#ADC4D1;}
.postTextFl {background:#191E20;border:1px solid #454F54;width:550px;height:150px;color:#ADC4D1;}
.postUserFl {background:#191E20;border:1px solid #454F54;width:300px};color:#ADC4D1;

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

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

/* komments */
.osninf {padding:7px;border-bottom:0px solid #d2d2d2;} 
 .inftitl b, .osninf b {color:#828387;} 
 .inftitl a:link, .inftitl a:visited, .inftitl a:active {color: #000;font-family: arial;font-weight: bold;text-decoration: none;line-height: 14px;} 
 .inftitl a:hover {color: #000000;font-family: arial;font-weight: bold;text-decoration: none;line-height: 16px;border-bottom: 1px dotted #3e73b9;} 
 .infmes {border:1px dotted #b2b2b2;margin:5px 0 3px 0;padding:5px;background:#2F4F4F;font-size:7pt; 
 color:#828282;} 
/* --------- */