/* General Style */
/* ***
----------------------------------------------------------- */
* { margin: 0; padding: 0; }
body {
 background:#ffffff no-repeat center top;
 margin:0;
 padding:10px;
 text-align:center;
}

strong {color: #666;}
ul li {list-style:none;}
ol li {list-style-position: inside}

a {
 text-decoration: none;
 color: #007F0E;
 border: 0px;
}
a:hover {
 text-decoration: underline;
 color : #4779ac;
 border: 0px;
}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

#all {
 width:1000px;
 margin:auto;
 background: #ffffff;
}
.clear {clear:both;}
.number {
 width: 70px;
 font-size: 13px;
}
.series {
 width: 100%;
 font-size: 14px;
}
.series a {

 font-size: 14px;
}
.series a:hover {

 font-size: 14px;
}
.series td {
 background: #efefef;
 padding: 5px;
 margin: 3px;
}

.loginBlock {
 width:220px;
 margin: auto;
 padding: auto;
}

.loginDiv span {
 float:left;
 width: 80px;
}

.passwordDiv span {
 float:left;
 width: 80px;
}

.loginDiv input {
 float: left;
}
passwordDiv input {
 float: left;
}
.buttonDiv {clear: left;}
.rememberDiv {clear: left;}
.loginLinks {clear:left;}
/* content
----------------------------------------------------------- */
#content {
 width: 730px;
 padding: 5px;
 float: left;
 padding-right: 13px;
}

#note {
 font-size:10pt;
 text-align: justify;
}

#navigation {
 padding: 3px;
 color: #ffffff;
 background: #5388BA;
}
#navigation a {
 padding: 3px;
 color: #fff;
 text-decoration: none;
 display: inline-block;
 background: #5388BA;
}
#navigation a:hover {
 padding: 3px;
 color: #000;
 text-decoration: inline-block;
 background: #ffffff;
}

.related_news {width: 350px; float: right;}
.related_news ul {list-style-type:none;}
.related_news ul li { line-height: 20px; border-bottom: 1px dotted #ccc; list-style-type:none;}
.related_news ul li a { line-height: 20px; color: #009900; text-decoration:none; }
.related_news ul li a:hover {display:block; line-height: 20px; color: #000; text-decoration: none;}

.ads_above_comments {border-top: 1px solid #ccc; border-bottom:1px solid #ccc; padding: 5px; margin-top: 3px;}

.gallery_categories {
 width: 700px;
 margin-bottom: 5px;
 border-bottom: 2px solid #ccc;
 padding-bottom: 5px;
}
.gallery_categories ul {}
.gallery_categories ul li {
 font-size: 12px;
 color: #000;
 line-height: 20px;
 border-bottom: 1px dotted #ccc;
 list-style-type:none;
}
.gallery_categories ul li a {
 line-height: 20px;
 text-decoration:none;
}
.gallery_categories ul li a:hover {
 line-height: 20px;
 text-decoration: none;
}

.hero {}
.hero ul {
list-style-type:none;
}
.hero ul li {
 display:block;
 padding-top: 3px;
 padding-bottom: 3px;
 margin-bottom: 3px;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 height: 65px;
}
.hero ul a{}
.hero ul a:hover{
 text-decoration: none;
}

 .widget_forum {}
 
 .widget_forum h3 {
 padding: 5px;
 padding-right: 0px;
 color: #ffffff;
 background: #5388BA;
}
 
 
.widget_forum ul {
 list-style-type:none;
 }
.widget_forum ul li {
 line-height: 20px;
 border-bottom: 1px dotted #ccc;
 list-style-type:none;}
.widget_forum ul li a {
 line-height: 20px; 
 color: #990000;
 text-decoration:none; 
}
.widget_forum ul li a:hover {
 line-height: 20px;
 color: #999; 
 text-decoration: none;
}


.informer {
 padding: 5px;
 border: 3px dashed #cccccc;
 margin-bottom: 5px;
 font-size: 15px;
}
.informer ul {list-type-style: none;}
.informer ul li {}
.informer ul li a {}
.informer ul li a:hover {}
/* sidebar
----------------------------------------------------------- */
#sidebar {
 width: 250px; float: left; 
}


 .special {
 width: 200px;
 float: left;
 padding: 0 5 0 5;
}
.special h3 {
 padding: 5px;
 padding-right: 0px;
 color: #ffffff;
 background: #5388BA;
 }
 
 .special ul {
 list-style-type:none;
 }
 .special ul li {
 display:block; 
 line-height: 20px;
 border-bottom: 1px dotted #ccc; 
 list-style-type:none;
}
 .special ul li a {
 display:block; 
 line-height: 20px;
 color: #990000;
 text-decoration:none; 
}
 .special ul li a:hover {
 display:block; 
 line-height: 20px; 
 color: #fff; 
 text-decoration: none; 
 background: #5388BA;
 }
 .widget {
 background:#ebebeb;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin: 0 0 10px 0;
 }
 .blank {
 background:#fff;

 }
 
 .blank h3 {
 padding: 5px;
 padding-right: 0px;
 color: #ffffff;
 background:#5388BA;
}
 
 .widget h3 {
 padding: 5px;
 padding-right: 0px;
 color: #000000;
 }
 
 
 .widget ul {
 list-style-type:none;
 padding-bottom: 3px;
 }
 .widget ul li {
 display:block; 
 line-height: 20px;
 border-bottom: 1px dotted #ccc; 
 list-style-type:none;
}
 .widget ul li a {
 display:block; 
 line-height: 20px;
 color: #990000;
 text-decoration:none; 
}
 .widget ul li a:hover {
 display:block; 
 line-height: 20px; 
 color: #fff; 
 text-decoration: none; 
 background: #5388BA;
 }

.advertise {
 text-align: left; 
 border: 1px solid #cccccc;
 padding: 5px;
 margin-bottom: 5px;
}

 .advertise ul {list-style-type:none;}
 .advertise ul li {padding-left: 10px; color: #424242; list-style-type:none; margin-bottom: 10px;}
 .advertise ul li a { color: #424242; text-decoration:none; padding-bottom: 2px; }
 .advertise ul li a:hover { color: #999999; text-decoration: none; padding-bottom: 2px;}

/* footer
----------------------------------------------------------- */
#footer {padding: 3px; border-top: 1px solid #cccccc;}
 #counter {width: 100px; border-right: 1px #cccccc; float: left;}
 #copyright {width: 850px;float: left;}


/*----Heroes----*/
.images { border-top: 3px solid #636363; border-left: 3px solid #303030; border-right: 3px solid #303030; width:156px;}
.images_title {background:#303030; line-height:10px; text-align:center; padding:3px; color:#909090;}
.img1 img {}
a.img1 img {border: 3px solid #009900;}
a.no img {border: 3px solid red;}
a.img1:hover img {border: 3px solid #FF6600;}
heroes_table.td {width:194; text-align:center;}
/*-----------*/

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

hr {color:#6A6A6A;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#C24747;font-size:12px;}

a.menu1:link {text-decoration:underline; color:#C66D00}
a.menu1:active {text-decoration:underline; color:#C66D00}
a.menu1:visited {text-decoration:underline; color:#C66D00}
a.menu1:hover {text-decoration:underline; color:#000000}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/884/15.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */

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

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


a.m, a.uMenuV .uMenuItemA {font-weight:bold;display:block;padding:7px 10px 3px 10px;background:url('/.s/t/884/17.gif') no-repeat;border-top:1px solid #ACACAC;border-bottom:1px solid #FFFFFF;width:200px;height:20px;margin:0;}
*html a.m, a.uMenuV .uMenuItemA {width:220px !important;height:30px !important;}
.uMenuV li a:link {text-decoration:none; color:#000000;}
.uMenuV li a:active {text-decoration:none; color:#000000;}
.uMenuV li a:visited {text-decoration:none; color:#000000;}
.uMenuV li a:hover {text-decoration:underline; color:#000000;}

.uMenuV a.uMenuItemA:link {text-decoration:none; color:#ED135A}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#ED135A}
.uMenuV a.uMenuItemA:hover {text-decoration:underline; color:#ED135A}
.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;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 13px; background: url('/.s/t/884/16.gif') no-repeat 0px 3px;}
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif; font-size:13px;}
.catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:14px;}
.catNumData {font-size:7pt;color:#6A6A6A;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName {text-decoration:none; color:#FF6600;}
a.catName:hover {text-decoration:underline; color:#000000;}
a.catNameActive:link {text-decoration:none; color:#ED135A;}
a.catNameActive:visited {text-decoration:none; color:#ED135A;}
a.catNameActive:hover {text-decoration:underline; color:#ED135A;}
a.catNameActive:active {text-decoration:none; color:#ED135A;}
/* ----------------- */

/* Entries Style */
.eBlock {background:#FAFAFA;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:11px;font-weight:bold;color:#E6193D; padding: 5px 0 5px 20px; background:url('/.s/t/884/18.gif') center left no-repeat #EEEEEE;}

.eTitle a:link {text-decoration:none; color:#E6193D;}
.eTitle a:visited {text-decoration:none; color:#E6193D;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:none; color:#E6193D;}

.eMessage {text-align:justify;padding-bottom:5px; font-size: 12px;}
.eMessage img {display: block; margin-left: auto; margin-right: auto;padding:2px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #6A6A6A; font-size: 12px;}
.eText img {display: block; margin-left: auto; margin-right: auto; padding:2px;}

.video {
 margin: auto;

 margin-bottom: 5px;
 text-align: center;
 width: 250px;
 height: 120px;
}

.video a {
 margin: auto;
 
 width: 250px;
 height: 120px;
 display: block;
 padding: 13px 0 0 0px;
 background: url('http://univer-fan.ru/images/video.gif') no-repeat;
 text-decoration: none;
 color: #ffffff;
}
.video a:hover {
 text-decoration: none;
 color: #ffffff;
}


.eDetails {border-top:1px solid #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px; text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px solid #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;}
.eDetails2 {font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#636363;padding-bottom:5px;padding-top:3px; text-align:left;font-size:8pt;}

.eDetails a{ text-decoration: none;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/884/19.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 {background:#EEEEEE;}
.cBlock2 {background:#EEEEEE;}
/* -------------- */

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


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

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/884/20.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#6A6A6A;}
a.archLink:visited {text-decoration:underline; color:#6A6A6A;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

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

/* Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#9B9B9B; width:18px;}
.calWdaySe {color:#FFFFFF; background:#6A6A6A; width:18px;}
.calWdaySu {color:#FFFFFF; background:#6A6A6A; width:18px; font-weight:bold;}
.calMday {}
.calMdayA {background:#CECECE;font-weight:bold;}
.calMdayIs {font-weight:bold; border: 1px solid #CECECE;color:#555555;}
.calMdayIsA {border:1px solid #FFFFFF; background:#CECECE;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#565656;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#565656;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#565656;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

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

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

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

.totalVotesTable {border-bottom:1px solid #EBE0E0; border-left:1px solid #EBE0E0; border-right:1px solid #EBE0E0;}
.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:#EBEBEB;height:100px;width:300px;border:1px solid #ED135A;}
.replaceBody {background:#898989;}

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




.downloads a{ color:#009900; border-bottom:dashed 1px; text-decoration:none;}
.downloads a:hover{ color: #FF6600; border-bottom:solid 1px; text-decoration: blink;}

.forum_head {padding:10px; background: #2E2E2E; color:#009900; height: 100px; border:5px solid #575757;}
.top_mid {vertical-align:middle;}
.top_mid a{ font-size:13px; font-weight:bold;}
.top_mid a:hover{ font-size:14px;}
.log_forum {width:160px; float:left; color:ccc;}
.forum_logo {width:180px; float:right; vertical-align:top;}


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

/* General forum Table View */
.gTable {background:#DAE5F2;}
.gTableTop {padding:2px;font-size:11px;font-weight:bold;color:#FFFFFF; height:23px;background: url('/.s/t/932/9.gif') #5F89BE;padding-left:20px;}
.gTableSubTop {padding:2px;background:#B0CAE4;color:#000000;height:16px;font-size:10px;}
.gTableBody {padding:2px;background:#EBF1F8;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#EBF1F8;}
.gTableLeft {padding:2px;background:#EBF1F8;font-weight:bold;color:#385A99}
.gTableRight {padding:2px;background:#EBF1F8;}
.gTableError {padding:2px;background:#EBF1F8;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#EBF1F8;}
.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:#1B4C7F;}
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:#385A99;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#385A99;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#8ABCEB;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#385A99;}
/* -------------------- */

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

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

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

/* forum Page switches */
.switches {background:#B0CAE4;}
.pagesInfo {background:#E8F5FE;padding-right:10px;font-size:7pt;}
.switch {background:#E8F5FE;width:15px;font-size:7pt;}
.switchActive {background:#8ABCEB;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;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#EBF1F8;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#DAE5F2;height:20px;font-weight:bold;font-size:7pt;color:#385A99;padding-left:40px;}
.threadsDetails {padding:2px;background:#385A99;color:#FFFFFF;height:21px;font-size:10px;}
.forumOnlineBar {padding:2px;background: #709CCB;color:#FFFFFF;height:16px;font-size:10px;}

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:#385A99;}
a.threadLink:visited {text-decoration:none; color:#385A99;}
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:#EBF1F8;text-align:center;}
.postFirst {background:#EBF1F8;border-bottom:3px solid #709CCB;}
.postRest1 {background:#EBF1F8;}
.postRest2 {background:#EBF1F8;}
.postSeparator {height:3px;background:#8ABCEB;}

.postTdTop {background:#B0CAE4;color:#000000;height:16px;font-size:10px;}
.postBottom {background: #DAE5F2;color:#000000;height:20px;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px; background:#EBF1F8;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#FFAE00;}
.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/932/18.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/932/18.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background:#BCD4EB;color:#000000;}

.codeButtons {font-size:7pt;background:#BCD4EB;color:#000000;}
.codeCloseAll {font-size:7pt;background:#BCD4EB;color:#000000;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}
.searchQueryFl {width:200px !important;}
/* ----------------- */

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