@charset "utf-8";

html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}
body {
 font: 13px Georgia, Arial, sans-serif;
 line-height: 22px;
 background: url('/img/body_bg.jpg') repeat;
 color: #323232;
}
textarea, input {
 outline: none;
 resize: none;
}
a, a:link, a:visited, a:active, a:hover {
 color: #bd0000;
 text-decoration: none;
}
a img, img {
 border: none;
 outline: none;
}
ul, ol, li {
 margin: 0;
 padding: 0;
}
hr {
 height: 1px;
 border: none;
 background: url('/img/line.png') repeat-x;
}

/* ------------------------ */

#layer1 {
 background: url('/img/layer1.jpg') top center no-repeat;
 overflow: hidden;
}
#layer2 {
 background: url('/img/layer2.png') top repeat-x;
 overflow: hidden;
}

/* ------------------------ */

#wrap {
 width: 1000px;
 margin: 0 auto;
 background: url('/img/wrap_bg.png') top no-repeat;
}

#header {
 height: 145px;
}

#logo {
 float: left;
 height: 90px;
 padding-top: 55px;
 padding-left: 90px;
 background: url('/img/bels.png') left center no-repeat;
}
#logo a {
 color: #fff;
 font-size: 36px;
 font-style: italic;
 text-shadow: 1px 1px 1px #7f0000;
}
#logo a:hover {
 color: #ffd1d2;
}
#logo span {
 color: #fcd66a;
}

#header ul {
 float: right;
 list-style: none;
}
#header ul li {
 float: left;
 margin: 0 2px;
}
#header ul li a {
 display: block;
 height: 42px;
 padding: 60px 20px 0 20px;
 line-height: 40px;
 color: #fff;
 position: relative;
 zoom: 1;
 behavior: url(/ie/pie.htc);
}
#header ul li a:hover, #header ul li a.uMenuItemA {
 background: url('/img/menu_a.png') repeat-x;
 color: #bd0000;
 box-shadow: 1px 1px 3px #730000;
 -moz-box-shadow: 1px 1px 3px #730000;
 -webkit-box-shadow: 1px 1px 3px #730000;
}

#photo {
 width: 984px;
 height: 400px;
 background: #fff url('/img/photo.jpg') center no-repeat;
 padding: 8px;
 position: relative;
 border-radius: 5px;
 behavior: url('/ie/pie.htc');
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
#photo_info {
 float: right;
 width: 468px;
 height: 64px;
 background: url('/img/photo_info.png') no-repeat;
 text-align: right;
 margin-top: 280px;
 padding: 15px 30px;
 color: #7c0008;
 font-style: italic;
 font-size: 12px;
 line-height: 14px;
}
#photo_info span {
 font-size: 24px;
 line-height: 34px;
}

/* -------------------------------- */

#panel {
 height: 45px;
 padding-top: 25px;
}
#welcome {
 float: left;
 color: #fff172;
 font-size: 30px;
 font-style: italic;
}
#links {
 float: right;
}
#links a {
 display: block;
 float: left;
 margin-left: 10px;
 padding: 0 10px;
 line-height: 28px;
 background: url('/img/panel_a.png') repeat-x;
 color: #86630f;
 position: relative;
 border-radius: 5px;
 behavior: url('/ie/pie.htc');
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
#links a:hover {
 color: #bd0000;
}

/* ------------------------------- */

#middle {
 overflow: hidden;
}
#content {
 float: left;
 width: 720px;
 color: #fff;
}
#content a {
 color: #fff;
}
.post {
 background: #fff;
 padding: 15px 25px;
 position: relative;
 margin-bottom: 35px;
 color: #323232;
 border-radius: 5px;
 behavior: url('/ie/pie.htc');
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px; 
}
.post a {
 color: #bd0000 !important;
}
.post_title {
 height: 34px;
 background: url('/img/post_title.png') left no-repeat;
 line-height: 34px;
 font-size: 24px;
 color: #bd0000;
 padding-left: 35px;
 margin-bottom: 10px;
}
.post_title a:hover, .post_info a:hover {
 color: #e80000 !important;
}
.post_content {
 padding: 15px 0;
 background: url('/img/line.png') top repeat-x;
}
.post_info {
 padding-top: 15px;
 background: url('/img/line.png') top repeat-x;
}
.post_info a, .post_info span {
 font-weight: bold;
 color: #bd0000;
}
.rate {
 float: right;
}

#sidebar {
 margin-left: 746px;
 margin-bottom: 35px;
}
#sb_t {
 height: 12px;
 background: url('/img/sb_tb.png') top no-repeat;
}
#sb_b {
 height: 12px;
 background: url('/img/sb_tb.png') bottom no-repeat;
}
#sb_c {
 background: url('/img/sb_c.png') repeat-y;
 overflow: hidden;
}
#search {
 overflow: hidden;
}
#search form {
 float: right;
 margin-right: 15px;
 width: 219px;
 height: 27px;
 background: url('/img/search.png');
}
#search input[type="image"] {
 float: right;
 margin: 2px 3px 0 0;
}
#search input[type="text"] {
 float: left;
 font-size: 12px;
 height: 27px; 
 line-height: 27px;
 border: none;
 background: none;
 padding: 0 10px;
 width: 170px;
}
#follow {
 padding: 15px 15px 15px 20px;
 font-size: 20px;
 line-height: 24px;
 vertical-align: middle;
 color: #bd0000;
 font-style: italic;
}
#follow img {
 position: relative;
 margin-bottom: -5px;
}
#follow img:hover {
 opacity: 0.7;
}

/* ------------------------------ */

.block_title {
 width: 234px;
 height: 40px;
 background: url('/img/block_title.png') right no-repeat;
 color: #fff;
 font-size: 20px;
 font-style: italic;
 padding-top: 8px;
 padding-left: 20px;
}
.block_content {
 padding: 5px 15px 20px 20px;
}
.block_content li {
 list-style-type: none;
}
.block_content li a:hover {
 color: #e80000;
}

/* ------------------------------ */

#footer {
 height: 70px;
 background: #fcd66a;
}
#f_content {
 width: 1000px;
 margin: 0 auto;
 background: url('/img/f_content.jpg') no-repeat;
 height: 45px;
 padding-top: 25px;
}
span.mycopy {
 float: left;
}
span.powered {
 float: right;
}

/* -----------------
/* ------------------------------ */
------------- */

#pop_up {
 padding: 25px;
}
#pop_up_content {
 background: #fff;
 padding: 25px;
 border-radius: 5px;
 behavior: url('/ie/pie.htc');
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
.pp_t {
 padding-bottom: 20px;
 font-size: 24px;
 text-align: center;
 color: #bd0000;
}
.pp_c {
 padding-top: 25px;
}

/* ----------------------------------- */

.commFl {
 width: 100%;
}
input[type="button"], input[type="submit"], input[type="file"], input[type="reset"] {
 height: 25px;
 line-heght: 25px;
 vertical-align: middle;
 text-align: center;
 padding: 5px 10px;
 background: url('/img/but.png') repeat-x;
 color: #fff;
 border: none;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px; 
 behavior: url('/ie/pie.htc');
 margin: 5px 0;
 position: relative;
}
td.calMdayIs, .calMdayIsA {
 height: 25px;
 line-heght: 25px;
 vertical-algn: middle;
 text-align: center;
 background: url('/img/but.png') repeat-x;
 color: #fff;
 border: none;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px; 
 behavior: url('/ie/pie.htc');
 position: relative;
}
td.calMdayIs a, .calMdayIsA a {
 color: #fff;
}
.calTable {
 width: 100%;
 height: 200px;
}
.calMonth {
 font-size: 18px;
}
.answer {
 background: url('/img/poll_answ.png') bottom center no-repeat;
 padding-bottom: 2px;
}
.answer:last-child {
 background: none;
}

/* ---------------------------------------- */

.forumContent {
 background: #fff;
 padding: 15px 25px;
 position: relative;
 margin-bottom: 35px;
 color: #323232;
 border-radius: 5px;
 behavior: url('/ie/pie.htc');
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px; 
}
.gTable {background:#E3E3E3; border-bottom: 1px solid #bd0000;}
.gTableTop {padding:2px;background:#bd0000;border:1px solid #FFFFFF;color:#FFFFFF;font-weight:bold;height:24px;padding-left:17px;font-size:10pt;}
.gTableTop a {color: #fff;}
.gTableSubTop {padding:2px;background:#ddd;border:1px solid #FFFFFF;color:#000000;height:20px;font-size:10pt;}
.gTableBody {padding:2px;background: #efefef;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FEF6FA; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;color:#bd0000}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#FEF6FA; border:1px solid #FFFFFF;;color:#FF0000;}

.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FEF6FA; border:1px solid #FFFFFF;}
.forumLastPostTd,.forumArchive {padding:2px;font-size:8pt;}

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

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

.forum {font-weight:bold;font-size:10pt;}
.forumDescr,.forumModer {color:#858585;font-size:8pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#bd0000;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#bd0000;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#B3B3B3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#bd0000;}

.forumNamesBar {font-weight:bold;font-size:8pt;}
.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:#bd0000;}
a.forumBarA:active {text-decoration:underline; color:#bd0000;}

.fastNav,.fastSearch,.fastLoginForm {font-size:8pt;}

.fastNavMain {background:#C7D7EF;}
.fastNavCat {background:#E7EEF8;}
.fastNavCatA {background:#E7EEF8;color:#0000FF}
.fastNavForumA {color:#0000FF}

.switches {background:#ddd;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:8pt;}
.switch {background:#FFFFFF;width:15px;font-size:8pt;}
.switchActive {background:#bd0000;font-weight:bold;color:#000000;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}

.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#FEF6FA; border:1px solid #FFFFFF;}
.threadLastPostTd {padding:2px;font-size:8pt;}
.threadDescr {color:#858585;font-size:8pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background: repeat-y #eee;border:1px solid #FFFFFF;color:#9E005D;height:20px;font-size:10pt;font-weight:bold;padding-left:30px;}
.threadsDetails {padding:2px;background:#eee;color:#000000;height:20px;font-size:10pt;border:1px solid #FFFFFF;}
.forumOnlineBar {padding:2px;background:#bbb;border:1px solid #FFFFFF;color:#FFFFFF;height:20px;font-size:10pt;}

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:#bd0000;}
a.threadLink:visited {text-decoration:none; color:#bd0000;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

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

.postTable {}
.postPoll {background:#efefef;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #aaa;}
.postRest1 {background: #efefef;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#999999;}

.postTdTop {background:#ddd;color:#000000;height:20px;font-size:10pt;}
.postBottom {background:#eee;color:#000000;height:20px;border:1px solid #eee;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#efefef;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#2D435B;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:8pt;}
.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:8pt;} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:10pt;}

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

.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
#frM55, #frM55 a, div.gTopCornerRight, div.gTopCornerRight a {color: #fffff !important;}


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

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

a.fNavLink:link, a.forumBar:link, a.funcLink:link, a.topSortLink:link, a.postUser:link, a.postNumberLink:link {text-decoration:underline; color:#AFDAFF;}
a.fNavLink:active, a.forumBar:active, a.funcLink:active, a.topSortLink:active, a.postUser:active, a.postNumberLink:active {text-decoration:underline; color:#AFDAFF;}
a.fNavLink:visited, a.forumBar:visited, a.funcLink:visited, a.topSortLink:visited, a.postUser:visited, a.postNumberLink:visited {text-decoration:underline; color:#AFDAFF;}
a.fNavLink:hover, a.forumBar:hover, a.funcLink:hover, a.topSortLink:hover, a.postUser:hover, a.postNumberLink:hover {text-decoration:none; color:#000000;}

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

a.noun:link {text-decoration:none; color:#247BC5}
a.noun:active {text-decoration:none; color:#247BC5}
a.noun:visited {text-decoration:none; color:#247BC5}
a.noun:hover {text-decoration:none; color:#000000}

hr {color:#8EA8C4;height:1px;}
label {cursor:pointer;cursor:hand}

.blockTitle {padding-left:19px; font-weight:bold; color:#FFFFFF; font-size:12px; background: url('/.s/t/661/28.gif') no-repeat 7px 6px;text-transform:capitalize;}

a.menu1:link {text-decoration:underline; color:#DDEEF7}
a.menu1:visited {text-decoration:underline; color:#DDEEF7}
a.menu1:hover {text-decoration:underline; color:#FFFFFF}
a.menu1:active {text-decoration:underline; color:#FFFFFF}
.menuTd {font-family:verdana,Tahoma,Arial,Helvetica; padding-left:15px;padding-right:12px; background: url('/.s/t/661/29.gif') no-repeat 0px 3px;}

.mTd {padding-left:12px;padding-top:5px;padding-right:1px;}
.pageTitle {font-family:verdana,Tahoma,Arial,Helvetica; font-size:8pt; font-weight:bold; color:#FFFFFF; padding-left:10px; padding-right:10px;}
.mframe {padding-left:15px; padding-bottom:20px; padding-right:3px;}

.blockT1 {border-left:1px solid #5694B5;}
.blockT2 {padding:5px;}
/* ------------- */

/* 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/661/30.gif') no-repeat 0 2px; margin-bottom: .6em;}
/* ----- */

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


.uMenuV .uMenuItem {font-family:verdana,Tahoma,Arial,Helvetica;}
.uMenuV li a:link {text-decoration:none; color:#247BC5}
.uMenuV li a:visited {text-decoration:none; color:#247BC5}
.uMenuV li a:hover {text-decoration:none; color:#000000;}
.uMenuV li a:active {text-decoration:none; color:#247BC5;}

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

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/661/31.gif') no-repeat 0 2px;}
.catName {font-family:verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:verdana,Tahoma,Arial,Sans-Serif;font-size:11px;font-weight:bold;}
.catNumData {font-size:7pt;color:#247BC5;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#247BC5;}
a.catName:visited {text-decoration:none; color:#247BC5;}
a.catName:hover {text-decoration:none; color:#000000;}
a.catName:active {text-decoration:none; color:#247BC5;}
a.catNameActive:link {text-decoration:none; color:#247BC5;}
a.catNameActive:visited {text-decoration:none; color:#247BC5;}
a.catNameActive:hover {text-decoration:underline; color:#247BC5;}
a.catNameActive:active {text-decoration:none; color:#247BC5;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:verdana,Arial,Sans-Serif;font-size:15px;font-weight:bold;color:#247BC5; padding: 0 0 0 17px; background: url('/.s/t/661/32.gif') no-repeat 0 2px;}
.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px dashed #DDDDDD;}
.textHr {color:#DDDDDD;height:1px;border:1px dashed #DDDDDD;}

.eDetails {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;font-family:verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #DDDDDD;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;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/661/33.gif') no-repeat 0px 0px;}
/* ------------- */

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

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

.cBlock1 {border:1px solid #8EA8C4;background:#FFFFFF;}
.cBlock2 {border:1px solid #8EA8C4;background:#FFFFFF;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #8EA8C4;}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {width:100%;}
.smiles {border:1px inset;background:#FAFCFE;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/661/42.gif') no-repeat 0px 4px;}
.archActive {text-decoration:underline;}
.archLi {font-family:Tahoma,Arial,Sans-Serif;font-size:11px;}
a.archLink:link {text-decoration:none; color:#247BC5;}
a.archLink:visited {text-decoration:none; color:#247BC5;}
a.archLink:hover {text-decoration:underline; color:#247BC5;}
a.archLink:active {text-decoration:underline; color:#247BC5;}
/* ---------------------- */

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

/* News/Blog Calendar Style */
.calMonth {text-align:right; }
.calWday {border:1px outset #4896D8; background:#AFDAFF; width:17px;}
.calWdaySe {border:1px outset #4896D8; background:#AFDAFF; width:17px; font-weight:bold;}
.calWdaySu {border:1px outset #4896D8; background:#AFDAFF; width:17px; font-weight:bold; color:#FF0000;}
.calMday {border:1px inset #4896D8; background:#FFFFFF;}
.calMdayA {border:1px inset #4896D8; background:#FFFFFF; font-weight:bold;}
.calMdayIs {border:1px outset #4896D8; background:#C4E4FF;}
.calMdayIsA {border:1px outset #4896D8; background:#C4E4FF;font-weight:bold;}
a.calMonthLink:link {text-decoration:none; color:#247BC5;}
a.calMonthLink:visited {text-decoration:none; color:#247BC5;}
a.calMonthLink:hover {text-decoration:underline; color:#247BC5;}
a.calMonthLink:active {text-decoration:underline; color:#000000;}
a.calMdayLink:link {text-decoration:underline; color:#247BC5;}
a.calMdayLink:visited {text-decoration:underline; color:#247BC5;}
a.calMdayLink:hover {text-decoration:underline; color:#000000;}
a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ------------------------ */

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

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

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

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

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

/* Other Styles */
.replaceTable {background:#DBEFFF;height:100px;width:300px;border:1px solid #597798;}

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

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

/* General forum Table View */
.gTable {background:#4896D8}
.gTableTop {padding:2px;background:#75B2E5;color:#FFFFFF;font-weight:bold;height:30px;padding-left:10px;font-size:10pt;background-image: url('/.s/t/661/27.gif');}
.gTableSubTop {padding:2px;color:#000000;height:20px;background: url('/.s/t/661/27.gif') bottom #75B2E5;}
.gTableBody {padding:2px;background:#DBEFFF;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#DBEFFF;}
.gTableLeft {padding:2px;background:#DBEFFF;font-weight:bold;color:#247BC5}
.gTableRight {padding:2px;background:#DBEFFF}
.gTableError {padding:2px;background:#DBEFFF;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#DBEFFF}
.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:#E2EBF5;}
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:#247BC5;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#247BC5;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#6F8EB3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#247BC5;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;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:#247BC5;}
a.forumBarA:active {text-decoration:underline; color:#247BC5;}
/* -------------------- */

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

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

/* forum Page switches */
.switches {background:#4896D8;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#DBEFFF;font-weight:bold;color:#247BC5;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:#DBEFFF}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#DBEFFF;height:20px;font-weight:bold;font-size:7pt;color:#247BC5;padding-left:40px;}
.threadsDetails {padding:2px;background:#DBEFFF;height:20px;color:#247BC5;}
.forumOnlineBar {padding:2px;background:#DBEFFF;height:20px;color:#247BC5;}

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:#247BC5;}
a.threadLink:visited {text-decoration:none; color:#247BC5;}
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;}
/* ------------------- */

/* Posts View */
.postTable {}
.postPoll {background:#DBEFFF;text-align:center;}
.postFirst {background:#DBEFFF;border-bottom:3px solid #597798;}
.postRest1 {background:#DBEFFF;}
.postRest2 {background:#DBEFFF;}
.postSeparator {height:3px;background:#8394B2;}

.postTdTop {background: url('/.s/t/661/27.gif') bottom #75B2E5;}
.postBottom {background:#D1DCEB;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#DBEFFF;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#597798;}
.posttdMessage {padding:5px;background:#FFFFFF}

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

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

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

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

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