/* Цвет групп*/
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#03ff14 !important;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:#ff0000 !important;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#2974f5 !important;}

/* Размер шрифта в добавлении сообщения в чате*/
#mchatMsgF {font-size:12px !important}

.udtb {
 font-size:11px;
 background:#000;
} 

/* фикс для всех элементов*/
* {
margin:0;
padding:0;
outline:none;
}
/* сам боди */
body {
padding:0;
margin:0;
font-family:tahoma;
font-size:11px;
color:#ccc;
background:#000 url('/designs_03/bg.png') top center no-repeat;
}
/* Стиль кнопки спойлера */
.uSpoilerButton {
width:100%;
text-align:left;
padding:3px;
margin:3px 0;
}
.uSpoilerText {
text-align:left;
border:1px solid #000;
background:#cecece;
color:#000 !important;
padding:3px;
}
/* фикс текстовых полей */
textarea {
border:1px solid #393939;
background:#0d0d0d;
color:#ccc;
padding:2px;
font-size:10px;
width:100%;
}
/* ссылка */
a {
color:#00d8fd;
text-decoration:none;
}
/* ссылка при наведении */
a:hover {
color:#dedede;
}
/* стили текстовых полей */
input[type="button"], input[type="reset"], input[type="submit"], input[type="password"], input[type="file"], input[type="text"] { 
border:1px solid #393939;
background:#0d0d0d;
color:#ccc;
padding:3px;
font-size:10px;
}
/* выравнивание дивов */
.clear {
clear:both;
}
/* фон футера */
#wrap {
background: url('/designs_03/wrap.gif') bottom center no-repeat;
}
/* фото актеров в шапке */
#peoples {
float:right;
margin: 20px 10px 0 0;
width:516px;
height:236px;
background: transparent url('/designs_03/peoples.png') no-repeat;
}
/* слой над логотипом для назначения ссылки например */
#logo {
margin:90px 0 80px 70px;
width:359px;
height:98px;
}
/* шапка (меню с кнопочками) */
#top {
width:1000px;
height:40px;
background:url('/designs_03/top.gif');
}
/* иконки в шапке */
#icons {
float:right;
margin-top:8px;
margin-right:8px;
width:120px;
}
/* иконка твиттера */
#twitter {
float:left;
margin-right:10px;
width:20px;
height:20px;
background:url('/designs_03/i1.gif');
}
/* иконка твиттера при наведении */
#twitter:hover {
background:url('/designs_03/i1h.gif');
}
/* иконка ютуба */
#youtube {
float:left;
margin-right:10px;
width:20px;
height:20px;
background:url('/designs_03/i2.gif');
}
/* иконка ютуба при наведении */
#youtube:hover {
background:url('/designs_03/i2h.gif');
}
/* иконка рсс */
#rss {
float:left;
margin-right:10px;
width:20px;
height:20px;
background:url('/designs_03/i3.gif');
}
/* иконка рсс при наведении */
#rss:hover {
background:url('/designs_03/i3h.gif');
}
/* иконка карты сайта */
#sitemap {
float:left;
width:20px;
height:20px;
background:url('/designs_03/i4.gif');
}
/* иконка карта сайта при наведение */
#sitemap:hover {
background:url('/designs_03/i4h.gif');
}
/* ну мини профиль и поиск */
#panel {
width:1000px;
height:30px;
background:url('/designs_03/panel.gif');
margin-bottom:10px;
}
/* поиск */
#search {
float:right;
margin-top:5px;
margin-right:6px;
}
/* мини-профиль */
#profile {
padding-top:5px;
padding-left: 6px;
}
/* ссылки в мини-профиле */
#profile a {
color:#ccc;
font-size:10px;
}
/* маленький текст в мини-профиле */
#mini {
padding:3px;
font-size:11px;
}
/* маленькие ссылки */
#mini a{
font-size:11px;
}
/* иконка выхода */
#exit {
margin-left:5px;
vertical-align:-6px;
margin-top:-4px;
}
/* иконка входа */
#enter {
vertical-align:-6px;
}
/* цвет ссылок в профиле при наведении */
#profile a:hover{
color:#00d8fd;
}
/* кнопка поиска */
#s-button {
vertical-align:-7px;
}
/* двухцветный пунктир в 2 пикселя */
.x2 {
width:81px;
height:2px;
background:url('/designs_03/x2.gif') no-repeat;
margin:3px 0;
}
/* первый вариант фона для центральных блоков */
.c-title1 {
margin:7px 4px 0;
background:url('/designs_03/content-title1.gif') no-repeat;
border-bottom:1px solid #000;
width:758px;
height:30px;
-moz-box-shadow:1px 0 6px #000; /* тень для Firefox */
-webkit-box-shadow:1px 0 6px #000; /* для Chrome и Safari */
box-shadow:1px 0 6px #000; /* для всех */
}
/* второй вариант фона для центральных блоков */
.c-title2 {
margin:10px 4px 0;
background:url('/designs_03/content-title2.gif') no-repeat;
border-bottom:1px solid #000;
width:758px;
height:30px;
-moz-box-shadow:1px 0 6px #000; /* тень для Firefox */
-webkit-box-shadow:1px 0 6px #000; /* для Chrome и Safari */
box-shadow:1px 0 6px #000; /* для всех */
}
/* третий вариант фона для центральных блоков */
.c-title3 {
margin:10px 4px 0;
background:url('/designs_03/content-title3.gif') no-repeat;
border-bottom:1px solid #000;
width:758px;
height:30px;
-moz-box-shadow:1px 0 6px #000; /* тень для Firefox */
-webkit-box-shadow:1px 0 6px #000; /* для Chrome и Safari */
box-shadow:1px 0 6px #000; /* для всех */
}
/* выравнивание рейтинга в новостях */
.rats {
float:right;
margin-top:3px;
margin-right:10px;
}
/* выравнивание названия центральных блоков */
.titlefix {
text-shadow: #000 1px 1px 2px;
text-align:center;
padding-top:7px;
font-size:12px;
font-weight:bold;
}
/* выравнивание названия новостей */
.newstitle {
text-shadow: #000 1px 1px 2px;
padding-top:7px;
padding-left:10px;
font-size:12px;
font-weight:bold;
}
/* стиль для информера */
.inf {
margin:0 4px 7px;
width:758px;
background:#212121;
-moz-box-shadow:1px 0 6px #000; /* тень для Firefox */
-webkit-box-shadow:1px 0 6px #000; /* для Chrome и Safari */
box-shadow:1px 0 6px #000; /* для всех */
}
/* контент центральных блоков (не новостей) */
.c-block {
margin:0 4px;
width:758px;
background:#212121;
-moz-box-shadow:1px 0 6px #000; /* тень для Firefox */
-webkit-box-shadow:1px 0 6px #000; /* для Chrome и Safari */
box-shadow:1px 0 6px #000; /* для всех */
}
/* выравнивание контента новостей */
.news-fix {
border:1px solid #363636;
border-bottom:1px solid #000;
padding:10px;
}
/* выравнивание центральных блоков */
.c-fix {
border:1px solid #363636;
padding:3px;
text-align:center;
}
/* информация в новостях */
.news-info {
border:1px solid #363636;
padding:3px;
}
/* заголовки информеров */
.inf_top {
background:#2a2a2a;
}
/* вид заголовков информера */
.inf_top td {
border-top:1px solid #363636;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #393939;
padding:3px;
text-align:center;
}
/* вид ячеек информера */
.inf_content td {
border-top:1px solid #363636;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #393939;
padding:5px;
}
/* выравнивание баннеров 88х31 */
#banners {
text-align:center;
margin:5px;
}
/* фикс рамки снизу в информере */
.fix1 {
border-bottom:1px solid #363636 !important;
}
/* фикс рамки справа в информере */
.fix2 {
border-right:1px solid #363636 !important;
}
/* ну понятно, что это контент) */
#content {
width:776px;
background:url('/designs_03/content-bg.gif');
margin-left:10px;
border:1px solid #343434;
margin-bottom:15px;
padding-bottom:5px;
}
/* большой двухцветный пунктир в 2 пикселя) */
.x2_big {
width:100%;
height:2px;
background:url('/designs_03/x2_big.gif') repeat-x;
margin-top:5px;
}
/* горизонтальное выпадающее меню */
.horizontalcssmenu {
padding-top:7px;
padding-left:10px;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}
.horizontalcssmenu ul li a{
display: block;
text-decoration: none;
color: #ccc;
font: bold 13px;
height:20px;
padding-top:5px !important;
}
.horizontalcssmenu ul li a b{
padding: 3px 8px;
margin:1px;
}
.horizontalcssmenu ul li a:hover b{
border:1px solid #000;
margin:0;
border-bottom:1px solid #101010;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px
color: #00d8fd;
background:#212121;
}

.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
.horizontalcssmenu ul li ul li a{
min-width: 130px;
font-weight: normal;
font-size:11px;
padding:3px 8px 1px;
color:#ccc;
border:1px solid #343434;
border-bottom:1px solid #000;
background:#212121;
}
.horizontalcssmenu ul li a:hover{
color: #00d8fd;
}
.horizontalcssmenu ul li a.v:hover b{
color: #00d8fd;
}
.horizontalcssmenu ul li ul li a:hover{
background: #343434;
color:#00d8fd;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}
* html p#iepara{
padding-top: 1em;
}
/* Вертикальное меню, взял с внешки и изменил тока цвета, поэтому подробно не расписывал (не знаю что к чему) */
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 212px;
}
.glossymenu li{
position: relative;
}
.glossymenu li ul{
position: absolute;
width: 212px;
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
}
.glossymenu li a{
width: auto;
text-decoration: none;
display:block;
padding:5px 8px;
color:#ccc;
border:1px solid #343434;
border-bottom:1px solid #000;
background:#212121;
text-decoration:none;
}
.glossymenu li a:hover{
color:#00d8fd;
background:#343434;
}
.glossymenu li a.hover:hover {
background: #343434 url('/designs_03/menu-s.gif') no-repeat 96% 50%;
}
.glossymenu li ul li a:hover {
background: #343434 url('/designs_03/menu-ss.gif') no-repeat 96% 50%;
}
* html .glossymenu li, * html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .glossymenu li a, * html .horizontalcssmenu ul li a { height: 1%; }
/* Последний пункт с правильной рамочкой снизу */
.last {
border-bottom:1px solid #343434 !important;
}
 /* место для часиков */
#clock {
float:right;
margin-top:-2px;
width:90px;
height:16px;
background:#0d0d0d;
border:1px solid #393939;
}
/* фикс отступов в часах */
#cf {
padding:1px 0 0 3px;
}
/* кроссбраузерное отображение названия блоков */
.b-fix {
padding-top:7px;
padding-left:14px;
font-size:13px;
color:#ccc;
font-weight:bold;
text-shadow: #000 1px 1px 2px;
}
/* первый блок с цитатами */
#b-quotes {
margin-bottom:10px;
border:1px solid #393939;
width:210px;
background:#212121 url('/designs_03/b-quotes.gif') no-repeat;
min-height:85px;
}
/* отступ в блоке с цитатами */
#p-quotes {
padding:10px;
}
/* отступ в блоке с сериями */
#p-tv {
padding:10px;
}
/* четвертый блок с сериями */
#b-tv {
margin-bottom:10px;
border:1px solid #393939;
width:210px;
background:#212121 url('/designs_03/b-tv.gif') right bottom no-repeat;
min-height:81px;
text-align:center;
}
/* отступы блоков */
.b {
margin-bottom:10px;
}
/* отступы в блоках */
.b-padding {
padding:5px;
}
/* контент блоков */
.b-content {
border:1px solid #393939;
background:#212121;
}
/* титл блока меню */
#t-menu {
width:212px;
height:30px;
background:url('/designs_03/b-menu.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока категорий */
#t-cat {
width:212px;
height:30px;
background:url('/designs_03/b-cat.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока чата */
#t-chat {
width:212px;
height:30px;
background:url('/designs_03/b-chat.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока парнеров */
#t-sites {
width:212px;
height:30px;
background:url('/designs_03/b-sites.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока опроса */
#t-poll {
width:212px;
height:30px;
background:url('/designs_03/b-poll.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока статистики */
#t-stats {
width:212px;
height:30px;
background:url('/designs_03/b-stats.gif') no-repeat;
border-bottom:1px solid #000;
}
/* титл блока нашей кнопки */
#t-button {
width:212px;
height:30px;
background:url('/designs_03/b-button.gif') no-repeat;
border-bottom:1px solid #000;
}
/* размер текста в описании категорий */
.catDescr {
font-size:10px;
}
/* стиль ссылок категорий */
.catName {
background: url('/designs_03/cats.gif') no-repeat left center;
padding-left:8px;
}
/* ну сам футер */
#footer {
width:1000px;
height:107px;
border:1px solid #343434;
border-bottom:0;
background:url('/designs_03/footer-bg.gif');
}
/* текст в футере */
.f-info {
margin: 10px;
max-width:620px;
}
/* баннеры в футере */
#f-banners {
float:right;
margin:15px 5px 0 0;
}

/* Стиль тега P */
p {margin: 10px 0;}
/* ----------------------- */

/* DMhope new spoiler style */
.uSpoilerButton {width: 100%; color: #000000; background: #c4c4c4; padding: 3px; text-align: left; border: 1px solid #000000;}
.uSpoilerText {color: #000000; background: #fafafa; padding: 3px; text-align: left; border: 1px solid #000000; border-top: 0px;}
/* ----------------------- */

/* Коментарии чат гостевая стили */
.cBlock1 {border:1px solid #464646;background:#1b1b1b;}
.cBlock2 {border:1px solid #464646;background:#2C3033;}
.commAdm {border:1px solid #464646;background:#336699;}
/* -------------- */


/* Цвета рамок для форума */
#red {border: 1px solid #E89B88;background-color: #FFEFE8;padding: 8px 11px;font-size: 10pt;margin: 0px;color:#000;}
#green {border: 1px solid #00CC00;background-color: #E1FFD7;padding: 8px 11px; font-size: 10pt; margin: 0px; color:#000;}
#photo {border: 1px solid #6f6868;background-color: #2a2a2a;padding: 8px 11px; font-size: 10pt; margin: 0px; color:#ffffff;}
/* ----------------------- */

/* Каталог сайтов */

.darkbg {
 background-color: #3C3B3B;
 
}
.mediumbg {
 background-color: #3C3B3B;

}
.lightbg {
 background-color: #303030;
}
.img {
border:0px;
}
.lightbg :link {

 }
.lightbg :hover {
 background-color: #363636;
}
.lightbgalt {
 background-color: #303030;
 color: #C4DF56;
}
.lightbgalt :hover {
 background-color: #363636;
 color: #C4DF56;
}
.highlight {
 background-color: yellow;
 color: #000;
}
/* Конец каталога */

/* Квота и Цитата */
.bbCodeBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.bbCodeName {display:none;}
.codeMessage {color:#f8f8f8; background:#8b332f; font-size:12px; font-family:Courier new; border:1px solid #c54d47 !important; padding:5px; margin-top:1px; text-shadow:1px 1px 0px #4f0e0c !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

.bbQuoteBlock {border:2px solid #080808; margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.bbQuoteName {display:none;}
.quoteMessage {color:#f8f8f8; font-size:11px; font-family:tahoma; background:#4d8633; border:1px solid #71bf4d !important; padding:5px; text-shadow:1px 1px 0px #2d5a18 !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
/* Конец квота и цитата */


/* Стиль мини профиля */
.miniprofile {font-family:verdana,arial,helvetica; font-size:8pt; color:#FFFFFF}
/* ------------- */

/* General forum Table View */
.gTable {background:#666666;}
.gTableTop {padding:2px;height:22px; background: url() no-repeat 0px 0px #2e2e2e;font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px;}
.gTableSubTop {padding:2px;background:#1d1d1d;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#464646;}
.gTableBody1 {padding:2px;background:#464646;}
.gTableBottom {padding:2px;background:#AA5A18;}
.gTableLeft {padding:2px;background:#292929;font-weight:bold;color:#FFFFFF}
.gTableRight {padding:2px;background:#292929;color:#FFFFFF;}
.gTableError {padding:2px;background:#292929;color:#FF0000;}
/* ------------------------ */

/* Other Styles */
.replaceTable {background:#464646;height:100px;width:300px;border:1px solid #292929;}
.replaceBody {background:#1B1B1B;}
.legendTd {font-size:5pt;}
/* ------------ */

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

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
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:#585858;color:#FFFFFF;}
.fastNavCat {background:#EEEEF0;}
.fastNavCatA {background:#EEEEF0;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#868686;padding-right:10px;font-size:7pt;}
.switches {background:#1B1B1B;}
.switch {background:#808080;width:15px;font-size:7pt;}
.switchActive {background:#F17C1C;font-weight:bold;color:#FBEAB2;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#292929;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#292929;}
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:#464646}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#292929}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#CCCCCC;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#868686;height:25px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;}
.threadsDetails {padding:2px;background:#AA5A18;height:25px;color:#FEFEFE;}
.forumOnlineBar {padding:2px;background:#292929;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:#FFFFFF;}
a.threadLink:visited {text-decoration:underline; color:#FFFFFF;}
a.threadLink:hover {text-decoration:underline; color:#E1E1E1;}
a.threadLink:active {text-decoration:underline; color:#E1E1E1;}

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

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

.postTdTop,.postBottom {background:#292929;height:20px;}
.postUser {font-weight:bold;}
.postTdInfo {background:#464646;text-align:center;padding:5px;border-top:1px solid #F17C1C;border-bottom:1px solid #F17C1C;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#CCCCCC;}
.posttdMessage {background:#666666;padding:5px;border-top:1px solid #F17C1C;border-bottom:1px solid #F17C1C;}

.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;}

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

/* Post Form */
.codeCloseAll {font-size:7pt;color:#292929;background:#CACED2;border:1px solid #808080;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;color:gray;font-size:9pt}
.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 ====== */

/* ну понятно, что это контент) */
#content_forum {
width:1000px;
background:url('/designs_03/content-bg.gif');
margin-left:0px;
border:1px solid #343434;
margin-bottom:15px;
padding-bottom:5px;
}

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

/* Текста в форме добавления комментариев и на форуме для формы добавления сообщения и для формы добавления новостей */
.commFl {font-size:9pt}

.avatara img { width: 100px;}
