html, body {
 height: 100%;
}

body {
 margin: 0 auto;
 padding: 0;
 /*font-family: Georgia, "Times New Roman", Times, serif;*/
 font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
 font-size: 62.5%;
 color: #555555;
 background: #464646;
}

img {
 border: 0;
}

a {
 color: #000;
 text-decoration: none;
}

a:hover {
 color: #000;
 text-decoration: underline;
}

code, pre {
 font: 'Courier New', Courier, Fixed;
 font-size: 100%;
 border: 1px solid #DDD;
 overflow: auto;
 padding: 5px;
 display: block;
 width: 100%; /* Important for IE6 */
}

hr {
 color: #FFF;
 height: 0px;
 border-top: 1px solid #AAA;
 border-left: 0px none #FFF;
 margin: 5px 0;
}

#wrapper {
 margin: 0 auto;
 width: 960px;
 background: #b1b1b1 url(/img/back.png) top center repeat-y;
}

#header {
 background-image: url(/img/header.png);
 width: 960px;
 height: 135px;
 clear: both;
 margin: 0 auto;
 padding: 0;
 border-top: 1px solid #464646; /* don't touch it! */
 font-size: 130%;
 color: #747474;
}

#header a, #header a:hover, #header a:visited {
 color: #606060;
 text-decoration: none;
}

#header h2 {
 font-size: 100%;
 font-weight: normal;
 margin: 0;
 /*font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;*/
}

#header h1 {
 font-family: "Myriad Pro", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
 font-size: 320%;
 font-weight: normal;
 margin: 0;
}

#header_siteheader {
 clear: both;
 float: left;
 width: 600px;
 height: 83px;
 margin: 0 0 0 40px;
 line-height: 83px;
 display: inline;
}

#header_sidebar {
 float: right;
 width: 250px;
 height: 49px;
 margin: 0 25px 0 0;
 display: inline;
 vertical-align: top;
 padding-top: 32px;
}

#header img {
 float: left;
 margin: 15px 25px 14px 0;
}

/* Drop-down menus */
#dropmenu, #dropmenu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 list-style-position:outside;
 position:relative;
 z-index:300;
 width:100%;
}

#dropmenu a {
 display:block;
 /*padding:0.25em 1em;*/
 text-decoration:none;
}

#dropmenu a:hover {
 color:#fff;
}

#dropmenu li {
 float:right;
 position:relative;
}

#dropmenu ul {
 position:absolute;
 display:none;
 width:10em; /*auto*/
 top:1.9em;
 border:1px solid #747474;
}

#dropmenu ul a {
}

#dropmenu li ul {
 width:10em;
 top:auto;
 background:#464646;
}

#dropmenu li ul a {
 width: 8.9em;
 /*height: auto;*/
 float: left;
 text-align: left;
}

/* Sub-menu */
#dropmenu ul ul {
 top:auto;
}

#dropmenu li ul ul {
 left: 10em;
 margin: 0;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
/* Drop-down menus */


#content {
 font-size: 130%;
 line-height: 140%;
 float: left;
 width: 600px;
 min-width: 600px;
 margin: 0px 0px 0px 40px;
 display: inline;
}

#content img {
 
}

#content a {
 /*border-bottom: 1px dotted;*/
 text-decoration: underline;
}

#content blockquote {
 border-left: 3px #DDD solid;
 background: #F5F5F5;
 padding: 5px 0 2px 10px;
 margin: 0 0 10px 15px;
}

#content code {
 font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
 display: block;
}

#content a:hover {
 text-decoration: none;
 /*border-bottom: #000 1px solid;*/
}

.eTitle, #content h1 {
 font-size: 190%;
 line-height: 120%;
 color: #747474;
 font-weight: normal;
 margin: 20px 0 15px 0;
}

#content h2 {
 font-size: 160%;
 line-height: 150%;
 font-weight: normal;
}

#content h3 {
 font-size: 130%;
 line-height: 130%;
 font-weight: normal;
 margin: 5px 0 5px 0;
}

.eTitle a, #content a h1, #content h1 a {
 color: #606060;
 text-decoration: none !important;
 border: 0 none;
}

.eTitle a:hover, #content a:hover h1, #content h1 a:hover {
 color: #444;
 text-decoration: none;
 border-bottom: 1px dotted;
}

#content p {
 margin: 0 0 10px 0;
}

#content ul, #content ol {
 padding: 0 0 0 30px;
}

#content ul li, #content ol li {
 margin: 3px 0 3px 0;
 padding: 0;
}

#counters {
 width: 0px;
 height: 0px;
 display: none;
 float: left;
}

#comments {
 clear: both;
 float: none;
 margin-top: 30px;
 font-size: 90%;
 line-height: 140%;
}

.commenter {
 color: #808080;
 font-size: 90%
}

#comments h1 {
 font-size: 150%;
 line-height: 120%;
 color: #606060;
 font-weight: normal;
 margin: 30px 0 10px 0;
}

#comments img {
 float: none;
 margin: 0 5px 0 0;
}

#comments ul, #comments ol {
 padding: 0 0 0 25px;
}

#comments ul {
 list-style: square;
}

#comments ul li, #comments ol li {
 margin: 0 0 30px 0;
 padding: 0;
}

#sidebar {
 clear: both;
 font-size: 120%;
 line-height: 130%;
 float: right;
 width: 250px;
 min-width: 250px;
 margin: 0px 25px 0px 0px;
 display: inline;
}

#tag_cloud {
 line-height: 200%;
}

#sidebar img {
 float: none;
}

#sidebar p {
 margin: 0 0 5px 0;
}

#sidebar h2 {
 font-size: 100%;
 font-weight: normal;
 color: #DDD;
 background-color: #747474;
 padding: 0px 8px;
 line-height: 180%;
 margin: 0 0 10px 0;
}

#sidebar ul {
 list-style: none;
 /*margin: 0 0 25px 0;*/
 padding: 0;
 margin: 0;
}

#sidebar ul li {
 margin: 0 0 25px 0;
}

#sidebar ul ul {
 padding: 0 0 0 8px;
}

#sidebar ul ul li {
 margin: 0 0 5px 0;
}

#sidebar ul li div h4 {
 margin: 5px 5px 5px 2px;
}

.eBlock {margin:0 !important; padding:0 !important;}

a.sshot img {width:133px !important; height:100px !important;}

div.comm, div.rating0, div.rating1, div.rating2, div.rating3, div.rating4, div.rating5 {display:none !important;}

.eDetails, .postmeta {
 font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
 font-size: 85%;
 border-top: 1px solid #CCC;
 clear: both;
 color: #747474;
 margin: 10px 0 20px 0;
 background: #F5F5F5;
 line-height: 120%; /*check it*/
 padding: 4px 0; /*check it*/
}

.postmeta a {
 color: #444;
 border: 0 none;
}

.postmeta a:hover {
 color: #000;
 border: 0 none;
 text-decoration: underline;
}

.postmeta img {
 vertical-align: middle;
 margin: 0 4px 0 0;
}

.postnav {
 width: 600px;
 float: left;
 list-style: none;
 line-height: 100%;
 margin: 0 -30px 0 -30px;
 padding: 0;
}

.postnav li.left {
 display: block;
 float: left;
}

.postnav li.right {
 display: block;
 float: right;
}

.pagenav {
 width: 600px;
 float: left;
 list-style: none;
 line-height: 100%;
 margin: 20px -30px 0 -30px;
 padding: 0;
}


.pagenav li.left {
 display: block;
 float: left;
}

.pagenav li.right {
 display: block;
 float: right;
}

#footer {
 font-size: 130%;
 clear: both;
 width: 960px;
 margin: 0 auto;
 height: 64px;
 background: #b1b1b1 url(/img/footer.png) center no-repeat;
 border: 0;
}

/*#footer_content {
 line-height: 150%;
 text-align: center;
 height: 58px;
 width: 600px;
 margin: 0px 0px 0px 40px;
}*/

#footer_content p {
 padding: 10px 0 0 0;
}

#blackband_top_left, #blackband_top_right {
 width: 440px;
 height: 30px;
 color: #CCC;
 line-height: 30px;
}

#blackband_bottom_left, #blackband_bottom_right {
 width: 440px;
 color: #CCC;
 line-height: 62px;
}

#blackband_top_left, #blackband_top_right {
 margin-top: 19px;
 line-height: 32px;
}

#blackband_bottom_left, #blackband_top_left {
 margin-left: 40px;
 float: left;
 display: inline;
}

#blackband_bottom_right, #blackband_top_right {
 margin-right: 40px;
 float: right;
 text-align: right;
 display: inline;
}

#blackband_top_right {
 margin-right: 34px;
}

#blackband_top_right ul {
 margin: 1px 0 0 0;
 float: right;
 width: auto;
}

#blackband_top_right ul ul {
 padding: 0;
 margin: 0;
}

#blackband_top_right ul li, #blackband_top_right ul ul li {
 line-height: 30px;
 float: left;
 list-style: none;
}

#blackband_top_right h2 {
 text-align: right;
 float: right;
}

#blackband_top_right ul li a {
 padding: 0 7px 0 7px;
}

#blackband_bottom_right a:hover, #blackband_bottom_left a:hover {
 color: #FFF;
 text-decoration: underline;
}

#blackband_top_right a, #blackband_top_right a:active, #blackband_top_right a:visited {
 color: #FFF;
 text-decoration: none;
 display: block;
}

#blackband_bottom_right a, #blackband_bottom_right a:active, #blackband_bottom_left a, #blackband_bottom_left a:active {
 color: #FFF;
 text-decoration: none;
}

#blackband_top_right ul li a:hover {
 background: url(/img/back_menu.png) repeat-x;
 color: #747474;
}

#blackband_top_right ul ul li a:hover {
 background: #e1ddd2;
 color: #747474;
}

.hasFloat:after {
 content: "";
 display: block;
 clear: both;
}

#searchform input {
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:12px;
 background-color:#747474;
 margin: 0;
 padding: 2px 4px 2px 4px;
 border:#747474 1px solid;
 color:#DDD;
 width: 55px;
}

#searchform input:hover {
 cursor:pointer;
 background-color:#606060;
 border:#222 1px solid;
 color:#fff;
}

#blackband_top_left input[type="text"], #searchform #s {
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:12px;
 margin: 0 5px 0 0;
 background-color:#DDD;
 padding: 3px 4px 3px 4px;
 border:#747474 1px solid;
 color:#606060;
 width: 175px;
}

#content .pagetitle {
 margin-bottom: 20px;
 font-size: 220%;
 font-weight: normal;
}

.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.alignleft {
 float: left;
}

.alignright {
 float: right;
}

.myWinCont, .u-tabc-content {overflow-x: hidden !important;}

/* 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;}

a.postuser6:link,a.postuser6:visited,a.postuser6:hover {color:gold;}
a.postuser5:link,a.postuser5:visited,a.postuser5:hover {text-decoration: line-through; font-style: italic;}
a.postuser4:link,a.postuser4:visited,a.postuser4:hover {color:red;}
a.postuser3:link,a.postuser3:visited,a.postuser3:hover {color:blue;}
a.postuser2:link,a.postuser2:visited,a.postuser2:hover {color:green;}
a.postuser1:link,a.postuser1:visited,a.postuser1:hover {}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {text-decoration: line-through; font-style: italic;}
a.groupOther2:link,a.groupOther2:visited,a.groupOther2:hover {color:gold;}
/* ---------------- */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}
.mchat {font-size:90%}
.cBlock1 {background:#FFFFFF; border:1px solid #CCCCCC;}
.cBlock2 {background:#f5f5f5; border:1px solid #CCCCCC;}
/* -------------- */

/* Other Styles */
.replaceTable {background:#F8F9FA;height:100px;width:300px;border:1px solid #787878; font-size:8pt;}
.replaceBody {background:#FFF;}
.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */
/* General forum Table View */
.gTable {background:#CCCCCC;}
.gTableTop {padding:2px;background:#7D7D7D;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; height:28px;font-size:10pt; }
.gTableSubTop {padding:2px;background:#D9D9D9;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FAFAFA;}
.gTableLeft {padding:2px;background:#F2F2F2;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}
/* ------------------------ */

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

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

.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:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* 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:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

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

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

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;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:#F2F2F2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}

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:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
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:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;border-bottom:3px solid #787878;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {height:3px;background:#000000;}

.postTdTop {background:#D9D9D9;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.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/867/11.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/867/11.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

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

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

/* Quote, Code */
.codeMessage {background:url(/images/code.gif) no-repeat #BEBFC0;font-size:7pt;padding:10px 10px 20px 50px;margin:5px 0px;color:#333333;lineHeight:1.8em;}
.quoteMessage {background:url(/images/quote.gif) no-repeat #BEBFC0;font-size:7pt;padding:10px 10px 20px 50px;margin:5px 0px;color:#333333;lineHeight:1.8em;}
/* ---------------- */

#cats, #usw {display:none}

/* PageSelector */
.catPages1 {color:#fefefe;border:0px;margin-bottom:10px;margin-top:10px;}
.catPages1 a:link,
.catPages1 a:visited,
.catPages1 a:hover,
.catPages1 a:active {text-decoration:none;color: #fefefe;background:#dddddd;padding:3px 10px;font-size:11px;font-weight:bold;}
.catPages1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;}
.catPages1 b {text-decoration:none;background:#5b5b5b;padding:3px 10px;color:#fefefe;font-size:15px;}

.pagesBlockuz1 {color:#fefefe;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlockuz1 a:link,
.pagesBlockuz1 a:visited,
.pagesBlockuz1 a:hover,
.pagesBlockuz1 a:active {text-decoration:none;color: #fefefe;background:#dddddd;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlockuz1 a:hover {background:#5b5b5b;color:#fefefe;font-weight:bold;}
.pagesBlockuz1 b {text-decoration:none;background:#5b5b5b;padding:3px 10px;color:#fefefe;font-size:15px;}


.pagesBlock1 {color:#fefefe;border:0px;margin-bottom:10px;margin-top:10px;}
.pagesBlock1 a:link,
.pagesBlock1 a:visited,
.pagesBlock1 a:hover,
.pagesBlock1 a:active {text-decoration:none;color: #fefefe;background:#dddddd;padding:3px 10px;font-size:11px;font-weight:bold;}
.pagesBlock1 a:hover {background:#5b5b5b;color:#fefefe;font-weight:bold;}
.pagesBlock1 b {text-decoration:none;background:#5b5b5b;padding:3px 10px;color:#fefefe;font-size:15px;}
/* ---------------- */

div#allEntries object {width:580px !important; height:354px !important;}
div#allEntries embed {width:580px !important; height:354px !important;}
