html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

hr {
 border: 0 solid #ccc;
 border-top-width: 1px;
 clear: both;
 height: 0;
}

li {
 margin: 0.5em 0;
}

ol {
 list-style: decimal;
 padding-left: 1.5em; /* LTR */
 margin-left: 0.5em; /* LTR */
}

ul {
 list-style: circle;
 padding-left: 1.5em; /* LTR */
}

ol ol,
ul ol {
 list-style: upper-alpha;
}

ul ol,
ul ul {
 list-style: square;
}

ol ol ol,
ol ul ol,
ul ol ol,
ul ul ol {
 list-style: lower-roman;
}

ol ol ul
ol ul ul
ul ol ul,
ul ul ul {
 list-style: disc;
}

li ol,
li ul {
 margin-bottom: 0;
}

dd {
 margin-left: 3em;
 margin-bottom: 1.5em;
}

fieldset {
 margin-bottom: 1em;
 padding: 0.25em 1.5em 0.5em 1.5em;
 border: 1px dotted #ccc;
}

fieldset .action {
 padding: 1em 0;
}

legend {
 padding: 0.25em 0.5em;
}

h1, h2, h3, h4, h5, h6 {
 margin-bottom: 0.25em;
}

/* Heading */
h1 {
 font-size: 2em;
}

h2 {
 font-size: 1.5em;
}

h3 {
 font-size: 1.2em;
}

h4, h5, h6 {
 font-size: 1em;
}

/* Generic Elements */
input, select {
 font-size: 1em;
}

code, pre {
 font-family: Ayuthaya, Monaco, Courier, "Courier New", "Andale Mono", monospace;
}

html {
 background: #012;
}

body {
 color: #333;
 background: #7bd;
 font: 0.625em/1.5 "Fertigo Pro", Georgia, "Helvetica Neue", Helvetica, FreeSans, "Nimbus Sans L", "Microsoft Sans Serif", "Arial Unicode MS", Arial, "Liberation Sans", Thonburi, Kinnari, Garuda, Loma, Waree, "Lucida Grande", Tahoma, sans-serif;
 line-height: 1;
}

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

a:visited {
 color: #b30;
 text-decoration: none;
}

a:hover {
 color: #000;
}

a:focus {
 color: #e63;
 outline: 1px dotted invert;
}

a:active {
 color: #e63;
}
ol, ul {
 list-style: none;
}

#top-wrapper {
 background: #7bd url('/images/landscape.gif') 60% 100% repeat-x;
 min-height: 100px;
 padding-bottom: 40px;
}

.clear-block:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clear-block {
 display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
 height: 1%;
}
.clear-block {
 display: block;
}

.container-inline div, .container-inline label {
 display: inline;
}

.section {
 font-size: 1.2em;
 margin: 0 auto;
}

.super-wide {
 width: 1020px;
}

#site-name-logo a {
 display: block;
 /*max-width: 180px;*/
 padding: 10px 20px;
 float:left;
 font-size: 25px;
 line-height: 30px;
 color: #fff;
 background: transparent url('/images/orange-trans-75.png') 0 0 repeat;
}

#site-name-logo a:hover {
 background: transparent url('/images/blue-trans-50.png') 0 0 repeat;
}

#site-name-logo h1 {
 display:none
}

#middle-wrapper {
 background: #157 url('/images/sea-sand.gif') 90% 0 repeat-x;
}

#middle-inner {
 min-height: 330px;
 background: transparent url('/images/ocean-floor.gif') 90% 100% repeat-x;
 padding: 0 0 40px 0;
}

#menu-bar {
 clear: both;
 margin: 0 0 10px 0;
 padding: 5px 20px;
 background: transparent url('/images/menu-bar-bg.png') 0 0 repeat-x;
 -moz-border-radius-topleft: 1.5em;
 -webkit-border-top-left-radius: 1.5em;
 border-top-left-radius: 1.5em;
 -moz-border-radius-topright: 1.5em;
 -webkit-border-top-right-radius: 1.5em;
 border-top-right-radius: 1.5em;
}

#menu-bar ul {
 display: inline;
 margin: 0;
 padding: 0;
 list-style: none;
 float: left;
}

#menu-bar ul li {
 display: inline;
 margin: 0 0 0 0;
 list-style: none;
}

#menu-bar a {
 font-size: 1.2em;
 padding: 2px 10px;
 color: #e63;
 background: transparent url('/images/white-trans-50.png') 0 0 repeat;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
#menu-bar a:hover {
 color: #49b;
 background: transparent url('/images/white-trans-90.png') 0 0 repeat;
}
#menu-bar a.active {
 color: #000;
 background: transparent url('/images/white-trans-90.png') 0 0 repeat;
}

#menu-bar a.feed-icon {
 width: 16px;
 height: 16px;
 padding-right: 20px;
 background: transparent url('/images/icons/feed.png') 100% 50% no-repeat;
}

.searchForm form {
 float: right;
}
.schQuery {
 display:inline;
 margin-right:5px;
}
.schQuery .queryField {
 padding: 3px;
 border: 1px solid #ddd;
 background: transparent url('/images/white-trans-50.png') 0 0 repeat;
}

.schBtn {
 display:inline;
 text-align:left;
}
.loginField {
 padding: 3px;
 border: 1px solid #143242;
 color:#FFF;
 background: transparent url('/images/white-trans-25.png') 0 0 repeat;
}
#main-content {
 width:100%;
 margin-right:-100%;
}

.content-inner {
 margin-left: 230px;
 margin-right: 230px;
 padding: 20px;
 background: transparent url('/images/white-trans-50.png') 0 0 repeat;
}

.sidebar {
 width: 220px;
}

.column {
 float:left;
}

.block a {
 color: #ffe;
}
.block a:hover {
 color: #ddc;
}

.block a.active {
 color: #6bd;
}

.block .content {
 padding: 10px;
}

.sidebar .block {
 margin: 0 0 10px 0;
 padding: 10px;
 color: #6bd;
 background: transparent url('/images/white-trans-10.png') 0 0 repeat;
}

.sidebar .block .content {
 background: transparent url('/images/black-trans-25.png') 0 0 repeat;
}

.sidebar h2.block-title {
 margin: 0;
 padding: 2px 10px;
 font-size: 1.3em;
 color: #eed;
 background: transparent url('/images/black-trans-50.png') 0 0 repeat;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-top-right-radius: 3px;
 border-bottom-left-radius: 3px;
 border-bottom-right-radius: 3px;
}

#sidebar-right {
 float:right;
}

#bottom-wrapper {
 color: #6bd;
 background: #012;
}

#bottom-wrapper a {
 color: #cca;
}
#bottom-wrapper a:hover {
 color: #ffe;
}
#bottom-wrapper a.active {
 color: #ffe;
}

#footer {
 padding: 1em 0 0 0;
}

#credit-wrap {
 padding: 20px 10px 0 10px;
 border-top: 1px solid #253647;
}

#site-info {
 margin: 0;
}

#theme-credit {
 float: left;
 margin-bottom: 10px;
 font-size: 0.9em;
}

#to-top {
 float: right;
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* General Style */

.mframe1 {padding:2 10 30 10px;}

.menut0 {background:#435381;border-top:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

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

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {padding-left:15px; padding-top: 2px; height: 20px; border: 1px solid #052954; margin: 1px;}
/* ----- */

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


.uMenuV .uMenuItem {font-weight:normal;}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV li {padding-top: 2px; height: 20px; border-bottom: 1px dotted #143242; margin: 1px;}
/* --------- */

/* Module Part Menu */
.catsTd {padding-left:15px; padding-top: 2px; height: 20px; border: 1px solid #052954; margin: 2px;}
.catNumData {font-size:7pt;color:#7D7D7D;}
.catDescr {font-size:7pt; padding-left:10px;}
/* ----------------- */

/* Entries Style */
.eBlock {
 margin-bottom: 0px;
 padding: 20px;
 background: transparent url('/images/white-trans-90.png') 0 0 repeat;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.eTitle {
 font-size: 1.8em;
 line-height: 1.5;
 margin-bottom: 20px;
}

.eTitle a:link,
.eTitle a:visited {
 color: #000;
 text-decoration:none;
 font-weight:bold;
}

.eTitle a:hover {
 color: #777;
}

.eText,.eMessage {
 line-height:1.5;
}
.eText a,.eMessage a {
 color: #e63;
 text-decoration: none;
}
.eText a:hover,.eMessage a:hover {
 color: #000;
 text-decoration: none;
}
.eDetails {border-top:1px dashed #415C7F;border-bottom:1px dashed #415C7F;color:#415C7F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:9pt;}
.eDetails1 {border-top:1px dashed #415C7F;border-bottom:1px dashed #415C7F;color:#415C7F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:9pt;}
.eDetails2 {border-top:1px dashed #415C7F;border-bottom:1px dashed #415C7F;color:#415C7F;padding-bottom:5px;padding-top:3px;text-align:left;font-size:9pt;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/images/icons/23.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:#F4F5F7;padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#FFFFFF;border:1px solid #F7C69A;color: #072E5D;}
.cBlock2 {background:#FFFFFF;border:1px solid #F7C69A;color: #072E5D;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #F7C69A;}
.commTd1 {color:#072E5D;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#000000;background:#CACED2;border:1px solid #8E9AAB;}
.smiles {border:1px inset;background:#E6E8EA;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#000000;background:#CACED2;border:1px solid #8E9AAB;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/images/icons/21.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
/* ---------------------- */

/* News/Blog Archive Style */
.archiveCalendars {text-align:center;color:#B5C4E1;}
.archiveDateTitle {font-weight:bold;color:#FFFFFF;padding-top:15px;}
.archEntryHr {width:250px;color:#415C7F;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/images/icons/indented.png') no-repeat 0px 2px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#7D7D7D;}
.archiveNoEntry {text-align:center;color:#B5C4E1;}
/* ------------------------ */

/* News/Blog Calendar Style */
.calMonth {padding-bottom:10px;}
.calWday {color:#FFFFFF; background:#5995bb;padding:4px;}
.calWdaySe {color:#FFFFFF; background:#143242;padding:4px;}
.calWdaySu {color:#FFFFFF; background:#143242; font-weight:bold;padding:4px;}
.calMday {color:#fff;background:#7fb6dd;padding:4px;}
.calMdayA {color:#fff;background:#F7AC69;padding:4px;}
.calMdayIs {color:#fff;background:#39566a;font-weight:bold;padding:4px;}
.calMdayIsA {border:1px solid #5995bb; background:#39566a;font-weight:bold;padding:4px;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#fff;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#fff;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#fff;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#e63;}
/* ------------------------ */

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

.pollBody {padding:7px; margin:0px; background:#143C71}
.textResults {background:#143C71}
.textResultsTd {background:#E2E2E2;}

.pollNow {background:#143C71}
.pollNowTd {background:#E2E2E2}

.totalVotesTable {background:#143C71}
.totalVotesTd {background:#E2E2E2}
/* ---------- */

/* 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:#FFFFFF;height:100px;width:300px;border:1px solid #8E9AAB;}
.replaceBody {background:#143C71;}

.legendTd {font-size:7pt; color: #A3B7D6;}
.userRights {font-size:7pt; color: #A3B7D6;}
.fFastSearchTd {font-size:7pt; color: #A3B7D6;}
/* ------------ */

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

/* General forum Table View */
.gTable {background:#072E5D;}
.gTableTop {padding:2px;height:25px; background: url('/images/icons/25.gif') #405c70;font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background: url('/images/icons/6.gif') #4f7c9a; height: 20px;font-size:10px;color:#FFFFFF;}
.gTableBody {padding:2px;background:#F8F7F7;}
.gTableBody1 {padding:2px;background:#F8F7F7;}
.gTableBottom {padding:2px;background:#F8F7F7;}
.gTableLeft {padding:2px;background:#F8F7F7;font-weight:bold;color: #072E5D}
.gTableRight {padding:2px;background:#FFFFFF;color: #072E5D;}
.gTableError {padding:2px;background:#F8F7F7;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF; color:#666666;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#E2E2E2}
.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:#FFFFFF;}
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:#666666;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:underline; color:#385577;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:underline; color:#385577;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#BA5A05;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#385577;}

a.postPSwithcesLink:link {text-decoration:underline; color:#385577;}
a.postPSwithcesLink:visited {text-decoration:underline; color:#385577;}
a.postPSwithcesLink:hover {text-decoration:underline; color:#BA5A05;}
a.postPSwithcesLink:active {text-decoration:underline; color:#385577;}
/* -------------------- */

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

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

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

/* forum Page switches */
.pagesInfo {background:#415C7F;padding-right:10px;font-size:7pt; color: white;}
.switches {background:#143C71;}
.switch {background:#415C7F;width:15px;font-size:7pt;}
.switchActive {background:#F48D31;font-weight:bold;color:#FFFFFF;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#D8D5D5;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#D8D5D5;}
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:#FFFFFF;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#E2E2E2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#666666;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#415C7F;height:25px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#415C7F;height:25px;color:#FEFEFE;}
.forumOnlineBar {padding:2px;background:#415C7F;height:25px;color:#FEFEFE;}

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

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

a.link:link {text-decoration:none; color:#e63;}
a.link:visited {text-decoration:none; color:#e63;}
a.link:hover {text-decoration:none; color:#000;}
a.link:active {text-decoration:none; color:#000;}

a.postUser:link,a.repHistory:link {text-decoration:underline; color:#385577;}
a.postUser:visited,a.repHistory:visited {text-decoration:underline; color:#385577;}
a.postUser:hover,a.repHistory:hover {text-decoration:underline; color:#BA5A05;}
a.postUser:active,a.repHistory:active {text-decoration:underline; color:#385577;}

a.postNumberLink:link,a.postIpLink:link {text-decoration:underline; color:#385577;}
a.postNumberLink:visited,a.postIpLink:visited {text-decoration:underline; color:#385577;}
a.postNumberLink:hover,a.postIpLink:hover {text-decoration:underline; color:#BA5A05;}
a.postNumberLink:active,a.postIpLink:active {text-decoration:underline; color:#385577;}

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

/* Posts View */
.postTable {background:#8B8B8B}
.postPoll {background:#415C7F;text-align:center;}
.postFirst {background:#415C7F;border-bottom:1px solid silver;}
.postRest1 {background:#415C7F;}
.postRest2 {background:#415C7F;}
.postSeparator {height:2px;background:#FFFFFF;}

.postTdTop,.postBottom {background:#E2E2E2;height:20px;}
.postUser {font-weight:bold;}
.postTdInfo {background:#FCFCFC;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:#666666;}
.posttdMessage {background:#FFFFFF;padding:5px;}

.postPoll {padding:5px; background: white;}
.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:#8D8D8D;font-size:9px;}
.quoteMessage {background:#8D8D8D;font-size:9px;}

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

.statusBlock {padding-top:3px;}
.statusOnline {color:#009933;}
.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('/images/icons/26.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/images/icons/26.gif') no-repeat 0px 4px;}
/* ----------------------- */

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

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

/* ====== forum End ====== */
.noforum hr {
 margin-bottom:0;
}