/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )

	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x

	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}
a{
outline:none;
}
html {
    font-size: 70%;
}
.wrap_top{
background: url('./images/background.jpg');
}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
    background: url('./images/background00.jpg');
    /* background: url('./images/birthday_background4.jpg'); */
    font-size: 95%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	padding: 0;
    height: 154px;
    /* background: url(/images/vetki-center.png) center 0 no-repeat; */
    /* background: url(./images/birthday_head_bubbles.jpg) center 0 no-repeat; */
}

#wrapcentre {
    position: relative;
    z-index: 2;
	margin: 15px 25px 0 25px;
    clear: both;
}

#wrapfooter {
position:relative;
z-index: 2;
border-top:1px solid rgb(113,4,86);
    width:1000px;
	margin:65px auto 0;
	clear: both;
	height:280px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

.logo {
    margin: 60px 0 0 185px;
    display: block;
}

.top_menu {
    width: 100%;
    height: 38px;
    background: #710456;
    font-family: Georgia;
}

.girls {
    background: url(./images/girls.png);
    /* background: url(/images/christmassGirls.png); */
    width: 154px;
    height: 168px;
    position: absolute;
    top: 42px;
    left: 33px;
}

.top_menu ul {
    list-style-type: none;
    margin: 0;
    height: 100%;
}

.first_top_li {
    margin-left: 175px;
}


.top_menu ul li {
    display: block;
    float: left;
    height: 100%;
}

.top_menu ul li a {
    display: block;
    height: 26px;
    padding: 12px 10px 0 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.top_menu li,.top_menu li ul {
background:rgb(113,4,86);
}

.top_menu ul li:hover {
    background: #9D0388;
    box-shadow: inset 0 0 10px #710456;
}

.top_menu .sub_mnu {
    position: absolute;
    display: none;
    width: 260px;
    background: #710456;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 30px #63034B inset;
	z-index:100;
}


.top_menu .row1 {
    padding: 0;
    background: none;
}

.top_menu .sub_mnu ul li {
    width: 100%;
}

ul li:hover .sub_mnu{
 display:block;
}

ul li .sub_mnu:hover li:parent {
    background: #9D0388;
}

#logodesc {
    background-image: url('./images/h_bg_l.png');
	/* background: url(/images/vetki-left.png) 0 0 no-repeat; */
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
}

#logodesc2 {
    background-image: url('./images/h_bg_r.png');
	/* background: url(/images/vetki-right.png) 0 0 no-repeat; */
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top right;
}

#menubar {
	margin: 0 25px;
    margin: 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

.mod_name_title {
    margin-top: 5px;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
}

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}
a {
color:#710456;
}
p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
	padding:3px 0;
}
.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.online {
	color: green;
}

.offline, .error, .inactive {
	color: red;
}


/* Tables
 ------------ */
th {
    font-family:Georgia;
    color: #fff;
    font-size: 18px;
    font-style: italic;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	 border-right: 5px solid #D1D7DC;
}

.tablebg th {
    background-color: rgb(113,4,86);
}
#pagecontent.tablebg tr{
border-bottom: 1px solid #D1D7DC;
}
.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
    background: url('./images/background.jpg');
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 4px;
}

.row1 {
	padding: 4px;
}

.row2 {
    background: url('./images/background00.jpg');
	padding: 4px;
}

.row3 {
    background: url('./images/background00.jpg');
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

.current {
	background-color: lightblue;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
}
.legend img{
width:42px;
height:40px;
}

/* Links
 ------------ */
a:link {
    color: #710456;
	text-decoration: none;
}
.username-coloured{

}
a:active,
a:visited {
    color: #330033;
	text-decoration: none;
}

a:hover {
    color: #330033;
	text-decoration: none;
}

a.forumlink {
    color: rgb(113,4,86);
	font-weight: bold;
    font-family: Georgia;
    font-size: 16px;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
    color: #663399;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}

input:focus, select:focus, textarea:focus {
	outline-style: none;
}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
    background-color: #DDA0DD;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}


@import url("medals.css");
.copyright_od{
font-weight:bold;
font-size:18px;
font-family:Georgia;
font-style:italic;
position:relative;
 top: 28px;
 left:10px;
}
.liveinternet{
text-align:center;
position:relative;
 top: 10px;
 width:200px;
 margin:0 auto;
}
.gensmall2{
position:absolute;
top: 50px;
left:0;
z-index:9999;
}
.bug{
position:absolute;
right:0;
margin: -22px 6px;
z-index:9999;
}
.imgod{
background: url('./images/od_logo.png');
width:24px;
height:24px;
float:left;
}
.textod{
color:rgb(157,157,157);
margin:-2px 0 0 5px;
line-height:12px;
float:left;
font-size:11px;
font-family:'Open sans';
}
.textod a{
color:rgb(157,157,157);
text-decoration:underline;
}
.left_colum_forum_body img{
width:42px;
height:40px;
}
.head_forum_body_title{
background:none;
font-size:24px;
color:#000;
}
.head_forum_body_title td{
margin:0 auto;
}
.copyright{
display:none;
}
.statistic_block_title th,.leaders_box_title th,.partners_box_title th,.latest_members_title th,.top_posters_block_title th,
.whois_online_title th,.user_menu_title th,.poll_title th{
background:rgb(202,202,202);
font-size:18px;
color:#000;
font-weight:normal;
border-radius:1px;
-webkit-border-radius:1px;
-moz-border-radius:1px;
margin:auto;
text-align:center;
}
.statistic_block a{
color:rgb(113,4,86);
text-decoration:underline;
}
.u_mark_forum{
color:rgb(113,4,86)!important;
}
.leaders_box a{
color:rgb(84,84,84) !important;
font-family:Georgia;
font-size:95%;
font-style:italic;
text-decoration:underline;
}
.leaders_box .row1{
float:left;
margin-right:10px;
width:120px;
}
.leaders_box_head{
color:#000;
font-family:'Open sans';
font-weight:bold;
}
.welcome_title th{
color:#000;
background:none;
}
.welcome{
margin:0 auto;
}
.head_forum_body_title_name{
text-align:center;
}
.birthday_pie{
position:absolute;
margin-top:-21px;
}
.birthday_block_title th{
    background: rgb(113,4,86);
    background: -moz-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
    background: -webkit-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
    background: -o-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
    background: -ms-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
    background: linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	height:35px;
}
.birthday_block a{
font-style:italic;
text-decoration:underline;
color:#710456;

}
.birthday_congrat{
color:#000;
font-weight:normal;
font-family:Georgia;
font-size:18px;
}
.birthday_ahead{
color:#000;
font-weight:normal;
font-family:Georgia;
font-size:14px;
}
.birthday_block_name{
margin-left:85px;
}
.user_menu_name{
margin-left:65px;
}
.latest_members a,.top_posters_block a,.username-coloured a{
font-style:italic !important;
color:#000 !important;
text-decoration:underline;
font-weight:normal;
}
.none_underline{
font-style:italic !important;
color:#000 !important;
font-weight:normal;
text-decoration:none !important;
}
.latest_members span{
color:#000;
}
.latest_members_name{
margin-left:65px;
}
.top_posters_block_name{
margin-left:60px;
}
.whois_online_name{
margin-left:55px;
}
.poll_name{
margin-left:55px;
}
.title_latest_members{
font-family:Georgia;
color:rgb(132,132,132)
}
.poll_title img{
position:absolute;
margin:-6px 4px;
}
.latest_members_title img{
position:absolute;
margin-top:-13px;
}
.whois_online_title img{
position:absolute;
margin:-2px 6px;
}
.top_posters_block_title img{
position:absolute;
margin-top:-4px;
}
.latest_members_title th{
height:22px;
}
.button2{
float:left;
margin-left:5px;
}
#qsearch_form{
float:left;
}
.poll_quest{
color:rgb(113,4,86);
font-weight:bold;
font-family:Georgia;
font-size:14px;
}
.qsearch_form,#qsearch_form{
margin-left:-5px;
width:100%;
height:28px;
background:rgb(113,4,86);
background: -moz-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
background: -webkit-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
background: -o-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
background: -ms-linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
background: linear-gradient(top, rgb(171,2,151), rgb(137,3,113));
padding:8px 5px;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
.searchfield,#searchfield{
height:25px;
width:87%;
float:left;
color:rgb(132,132,132);
font-style:italic;
font-family:Georgia;
border:none;
text-indent:10px;
margin:0 0 0 5px;
}
.search_button{
width:32px;
height:27px;
display:block;
background:url('./images/search_button.png') no-repeat;
border:0;
cursor:pointer;
margin-top:2px;
position:relative;
left:5px;
}
.news_title th,.announcements_title th{
font-family:'Open Sans';
font-weight:bold;
font-size:14px;
font-style:normal;
background:none;
color:#000;
}
.sweet_themes{
border:2px solid rgb(113,4,86);
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
margin-top: 18px;
}
.subforum.read{
display:block;
}
.recent_link{
display:block;
color:rgb(113,4,86) !important;
font-style:italic !important;
font-size:13px !important;
font-family:Georgia !important;
text-decoration:underline !important;
}
.recent_link_title_first{
color:#000;
font-weight:bold;
font-size:14px;
font-family:Open Sans;
text-align:center;
}
.recent_link_title{
color:#000;
font-weight:bold;
font-size:14px;
font-family:Open Sans;
text-align:center;
border-left:1px dashed #000;
}
.recent_box{
border-left:1px dashed #000;
padding: 20px 45px;
}
.recent_box_first{
padding: 20px 45px;
}
.razdel_forum h4{
border-radius:1px;
-webkit-border-radius:1px;
-moz-border-radius:1px;
text-indent:70px;
background:rgb(113,4,86);
height:40px;
}
.razdel_forum a{
position:relative;
top:8px;
color:#fff;
font-style:italic;
font-size:18px;
font-family:Georgia;
}
.topik td{
border-bottom:1px solid rgb(129,129,129);
}

.loginbox_title th{
background:none;
}
.loginbox_title th  span a{
position:relative;
top:20px;
left:-8px;
color:rgb(113,4,86) !important;
font-weight:bold;
font-size:18px;
font-family:Georgia;
font-style:normal;
}
.loginbox input{
text-indent:10px;
border:1px solid rgb(191,191,191);
background:rgb(220,220,220);
font-style:italic;
font-size:14px;
font-family:Georgia;
width:300px;
height:25px;
}
.announcements,.news{
padding:30px;
}
.remember_me{
width:10px !important;
}
.loginbox_button{
position:relative;
top:-12px;
text-indent:0px !important;
font-style:normal !important;
color:#fff;
width:100px !important;
display:block;
background:rgb(15,175,173)!important;
background: -moz-linear-gradient(top, rgb(15,175,173), rgb(10,152,150))!important;
background: -webkit-linear-gradient(top, rgb(15,175,173), rgb(10,152,150))!important;
background: -o-linear-gradient(top, rgb(15,175,173), rgb(10,152,150))!important;
background: -ms-linear-gradient(top, rgb(15,175,173), rgb(10,152,150))!important;
background: linear-gradient(top, rgb(15,175,173), rgb(10,152,150))!important;
border:none;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
cursor:pointer;
margin-top:10px;
}
.razdel_forum h4{
color:#fff;
font-style:italic;
font-size:18px;
font-family:Georgia;
}
.loginbox_title span{
position:relative;
right:0px;
top:-2px;
}
.sweet_themes_title{
position:relative;
}
.sweet_themes_title span{
position:relative;
text-shadow: 1px 1px 2px #000;
}
.sweet_themes_title_fonl,
.sweet_themes_title_fonr{
position:absolute;top:0;
width:50%;height:39px;
background-image:url('./images/sweet_themes_title_fon.png')
}
.sweet_themes_title_fonl{
left:0;
background-position:0 0;
}
.sweet_themes_title_fonr{
right:0;
background-position:100% 0;
}
.pre_footer{
position:relative;
top:-105px;
width:100%;
}
.pre_footer_wrapper1{
	/*display: none;*/
	position:absolute;
	overflow: hidden;
	bottom: -176px;
	left: 0;
	/* width: 576px;
	height: 472px; */
	/*background: url('/images/star-footer.png') -99px 0 no-repeat;*/
	/* background: url('./images/birthday_footer_right.png') -99px 0 no-repeat; */
	background: url('./images/l_flower_big.png') no-repeat;
	width:365px;
	height:262px;
}
.pre_footer_wrapper2{
	position:absolute;
	z-index: 0;
	top: -149px;
	right: 0;
	width: 501px;
	height: 325px;
	/* background: url('./images/birthday_footer_left.png') no-repeat; */
	background: url('./images/r_flower_big.png') no-repeat;
}
.registr{
font-style:italic;
font-size:14px;
font-family:Georgia;
float:right;
margin:-3px 18px 0;
left:-10px;
}
.registr a{
color:rgb(113,4,86);
text-decoration:underline;
}
.loginbox .gensmall{
position:relative;
top:0;
left:10px;
}
.user_menu_box a{
color:rgb(113,4,86);
}
.subforum.unread,.forumdesc a{
color:rgb(130,130,130) !important;
display:block;
}
.topik_title_first{
color:rgb(130,130,130);
text-align:left;
font-size:12px;
font-family:'Open Sans';
font-weight:bold;
}
.topik_title{
color:rgb(130,130,130);
text-align:center;
font-size:12px;
font-family:'Open Sans';
font-weight:bold;
}
.forumdesc{
font-size:13px;
font-family:'Open Sans';
}
.topicdetails{
font-size:14px;
font-family:Georgia;
color:#000;
}
.topicdetails a{
font-size:14px;
font-family:Georgia;
color:rgb(113,4,86)!important;
}
.statistic_box{
width:150px;
}
.forum_body{
color:#000;
}
.create_topic a,.active_theme a{
color:rgb(113,4,86);
font-style:italic;
font-weight:bold;
font-size:14px;
font-family:Georgia;
text-decoration:underline;
}
.active_theme{
text-align:center;
}
.post_blk{
border-right: 5px solid #D1D7DC;
}
.last_topic_box a{
color:rgb(113,4,86) !important;
}
.mod_name_title,.username-coloured a{
color:rgb(130,130,130) !important;
font-style:italic !important;
font-size:14px !important;
font-family:Georgia !important;
}
.mod_name_title a{
color:rgb(130,130,130) !important;
font-style:italic !important;
font-size:14px !important;
font-family:Georgia !important;
text-decoration:underline !important;
}
.results_poll{
margin-right:4px;
color:#000;
font-size:14px !important;
font-family:Georgia !important;
font-weight:bold;
vertical-align:bottom;
}
.results_poll_opt{
margin-right:10px;
font-weight:bold;
vertical-align:bottom;
}
.radio_button_login{
border:none;
float:left !important;
background:none !important;
width:15px !important;
height:15px !important;
}
.topicauthor a{
font-style:italic;
}
.quotetitle{
background:#a9b8c2;
}
.christmasWrapper {
    /* background: url(/images/snezhikki.png) 0 0 repeat; */
}
.bxslider_ad_cont{
	display:none;
}

