/*  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;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #111111;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 6px;
	background-image: url("images/back.jpg");
}

.body_sep {
    background-image: url("https://st0.bratsemen.com/images/1sept/1sept.png") !important;
	background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

a.subforum.read {
   background-image: url("../imageset/subforum_read.png");
   background-repeat: no-repeat;
   background-position: 0 50%;
   position: relative;
   white-space: nowrap;
   padding: 0 0 0 12px;
}

a.subforum.unread {
   background-image: url("../imageset/subforum_unread.png");
   background-repeat: no-repeat;
   background-position: 0 50%;
   position: relative;
   white-space: nowrap;
   padding: 0 0 0 12px;
}

/* Former imageset */
span.imageset {
	display: inline-block;
	background: transparent none 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

a.imageset {
	text-decoration: none !important;
}

/* Global imageset items */
.imageset.site_logo {
	background-image: url("./images/site_logo.gif");
	padding-left: 170px;
	padding-top: 94px;
	background-repeat: no-repeat;
	background-size: 170px 94px;
}
.imageset.upload_bar {
	background-image: url("./images/upload_bar.gif");
	padding-left: 280px;
	padding-top: 16px;
	background-repeat: no-repeat;
	background-size: 280px 16px;
}
.imageset.poll_left {
	background-image: url("./images/poll_left.gif");
	padding-left: 4px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-size: 4px 12px;
}
.imageset.poll_center {
	background-image: url("./images/poll_center.gif");
	padding-left: 1px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-size: 1px 12px;
}
.imageset.poll_right {
	background-image: url("./images/poll_right.gif");
	padding-left: 4px;
	padding-top: 12px;
	background-repeat: no-repeat;
	background-size: 4px 12px;
}
.imageset.forum_link {
	background-image: url("./images/forum_link.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-size: 27px 27px;
	background-repeat: no-repeat;
}
.imageset.forum_read {
	background-image: url("./images/forum_read.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.forum_read_locked {
	background-image: url("./images/forum_read_locked.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.forum_read_subforum {
	background-image: url("./images/forum_read.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.forum_unread {
	background-image: url("./images/forum_unread.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.forum_unread_locked {
	background-image: url("./images/forum_unread_locked.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.forum_unread_subforum {
	background-image: url("./images/forum_unread_subforum.gif");
	padding-left: 27px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 27px 27px;
}
.imageset.subforum_read {
	background-image: url("./images/subforum_read.png");
	padding-left: 11px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 11px 9px;
}
.imageset.subforum_unread {
	background-image: url("./images/subforum_unread.png");
	padding-left: 11px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 11px 9px;
}
.imageset.topic_moved {
	background-image: url("./images/topic_moved.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_read {
	background-image: url("./images/topic_read.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
  background-size: 19px 18px;
}
.imageset.topic_read_mine {
	background-image: url("./images/topic_read_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
  background-size: 19px 18px;
}
.imageset.topic_read_hot {
	background-image: url("./images/topic_read_hot.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_read_hot_mine {
	background-image: url("./images/topic_read_hot_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_read_locked {
	background-image: url("./images/topic_read_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_read_locked_mine {
	background-image: url("./images/topic_read_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread {
	background-image: url("./images/topic_unread.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread_mine {
	background-image: url("./images/topic_unread_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread_hot {
	background-image: url("./images/topic_unread_hot.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread_hot_mine {
	background-image: url("./images/topic_unread_hot_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread_locked {
	background-image: url("./images/topic_unread_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.topic_unread_locked_mine {
	background-image: url("./images/topic_unread_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_read {
	background-image: url("./images/sticky_read.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_read_mine {
	background-image: url("./images/sticky_read_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_read_locked {
	background-image: url("./images/sticky_read_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_read_locked_mine {
	background-image: url("./images/sticky_read_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_unread {
	background-image: url("./images/sticky_unread.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_unread_mine {
	background-image: url("./images/sticky_unread_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_unread_locked {
	background-image: url("./images/sticky_unread_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.sticky_unread_locked_mine {
	background-image: url("./images/sticky_unread_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_read {
	background-image: url("./images/announce_read.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_read_mine {
	background-image: url("./images/announce_read_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_read_locked {
	background-image: url("./images/announce_read_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_read_locked_mine {
	background-image: url("./images/announce_read_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_unread {
	background-image: url("./images/announce_unread.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_unread_mine {
	background-image: url("./images/announce_unread_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_unread_locked {
	background-image: url("./images/announce_unread_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.announce_unread_locked_mine {
	background-image: url("./images/announce_unread_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_read {
	background-image: url("./images/announce_read.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_read_mine {
	background-image: url("./images/announce_read_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_read_locked {
	background-image: url("./images/announce_read_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_read_locked_mine {
	background-image: url("./images/announce_read_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_unread {
	background-image: url("./images/announce_unread.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_unread_mine {
	background-image: url("./images/announce_unread_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_unread_locked {
	background-image: url("./images/announce_unread_locked.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.global_unread_locked_mine {
	background-image: url("./images/announce_unread_locked_mine.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.pm_read {
	background-image: url("./images/topic_read.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.pm_unread {
	background-image: url("./images/topic_unread.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.icon_post_target {
	background-image: url("./images/icon_post_target.gif");
	padding-left: 12px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 12px 9px;
}
.imageset.icon_post_target_unread {
	background-image: url("./images/icon_post_target_unread.gif");
	padding-left: 12px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 12px 9px;
}
.imageset.icon_topic_attach {
	background-image: url("./images/icon_topic_attach.gif");
	padding-left: 14px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 14px 18px;
}
.imageset.icon_topic_latest {
	background-image: url("./images/icon_topic_latest.gif");
	padding-left: 18px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 18px 9px;
}
.imageset.icon_topic_newest {
	background-image: url("./images/icon_topic_newest.gif");
	padding-left: 18px;
	padding-top: 9px;
	background-repeat: no-repeat;
	background-size: 18px 9px;
}
.imageset.icon_topic_reported {
	background-image: url("./images/icon_topic_reported.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.icon_topic_unapproved {
	background-image: url("./images/icon_topic_unapproved.gif");
	padding-left: 19px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-size: 19px 18px;
}
.imageset.icon_topic_deleted {
	background-image: url("./images/icon_topic_deleted.png");
	padding-left: 14px;
	padding-top: 14px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}


/* English images for fallback */
.imageset.phpbb_aol-icon, .imageset.icon_contact_aim {
	background-image: url("./ru/icon_contact_aim.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_contact_email {
	background-image: url("./ru/icon_contact_email.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.phpbb_icq-icon, .imageset.icon_contact_icq {
	background-image: url("./ru/icon_contact_icq.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_contact_jabber {
	background-image: url("./ru/icon_contact_jabber.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.phpbb_wlm-icon, .imageset.icon_contact_msnm {
	background-image: url("./ru/icon_contact_msnm.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_contact_pm {
	background-image: url("./ru/icon_contact_pm.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.phpbb_yahoo-icon, .imageset.icon_contact_yahoo {
	background-image: url("./ru/icon_contact_yahoo.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.phpbb_website-icon, .imageset.icon_contact_www {
	background-image: url("./ru/icon_contact_www.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_post_delete {
	background-image: url("./ru/icon_post_delete.gif");
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.imageset.icon_post_edit {
	background-image: url("./ru/icon_post_edit.gif");
	padding-left: 90px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 90px 20px;
}
.imageset.icon_post_info {
	background-image: url("./ru/icon_post_info.gif");
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.imageset.icon_post_quote {
	background-image: url("./ru/icon_post_quote.gif");
	padding-left: 90px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 90px 20px;
}
.imageset.icon_post_report {
	background-image: url("./ru/icon_post_report.gif");
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.imageset.icon_user_online {
	background-image: url("./ru/icon_user_online.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_user_offline {
	background-image: url("./ru/icon_user_offline.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_user_profile {
	background-image: url("./ru/icon_user_profile.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_user_search {
	background-image: url("./ru/icon_user_search.gif");
	padding-left: 72px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 72px 20px;
}
.imageset.icon_user_warn {
	background-image: url("./ru/icon_user_warn.gif");
	padding-left: 20px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.imageset.button_pm_new {
	background-image: url("./ru/button_pm_new.gif");
	padding-left: 97px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 97px 27px;
}
.imageset.button_pm_reply {
	background-image: url("./ru/button_pm_reply.gif");
	padding-left: 90px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-size: 90px 20px;
}
.imageset.button_topic_locked {
	background-image: url("./ru/button_topic_locked.gif");
	padding-left: 97px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 97px 27px;
}
.imageset.button_topic_new {
	background-image: url("./ru/button_topic_new.gif");
	padding-left: 97px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 97px 27px;
}
.imageset.button_topic_reply {
	background-image: url("./ru/button_topic_reply.gif");
	padding-left: 97px;
	padding-top: 27px;
	background-repeat: no-repeat;
	background-size: 97px 27px;
}

#top 
{
	/*background-image: url(images/top2.jpg);*/
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

#wrap 
{
	width: 1100px;
	min-width: 650px;
	margin: 0px auto;
	border-top: 1px solid #303030;
	border-left: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
	background-color: #202020;
}

.borderwrap
{
	background: #1e1e1e;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#logo
{
	background: #1a1a1a;
	border: 1px solid #1e1e1e;
	height: 119px;
	margin: 0;
	padding: 0;
}

#logographic
{
	background: transparent url(http://gamesboard.pl/styles/gb/theme/images/top.png) no-repeat left;
	height: 119px;
	margin: 0;
	padding: 0;
}

#submenu
{
	background: #292929;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	color: #FFFFFF;
	margin: 0;
	height: 30px;
	text-align: right;
font-weight: bold;
text-shadow: 0 0 0.1em;
}

.left,
.right
{
	background: #292929;
	float: right;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	width: auto;
}

.left
{
	float: left;
	border-left: 0px;
}

.left a:link, 
.left a:visited,
.right a:link, 
.right a:visited
{
	background: transparent;
	color: #11c0db;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

.left a:hover, 
.left a:active,
.right a:hover, 
.right a:active
{
	background: transparent;
	color: #FFF;
}


#uplink
{
	background: #202020;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
}

#uplink
{
	background: #202020;
	*/border: 1px solid #1e1e1e;
	*/: ;
}

#uplink p
{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 7px 0 7px 0;
	text-align: right;
}

#uplink p.register
{
	text-align: center;
	margin: 0;
	white-space: nowrap;
        font-weight: bold;
}

#uplink p.home,
#uplink p.home
{
	float: left;
}

.info
{
	background: #2a2a2a;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
	margin: 0;
	width: 100%;
}

.info td
{
	color: #7a7a7a;
	font-size: 10px;
	padding: 5px 5px 5px 10px;
}

.info span
{
	background: transparent;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}

.info input
{
	background: #303030;
	border: 1px solid #1e1e1e;
	color: #FFF;
	font-size: 10px;
	padding: 3px;
	vertical-align: middle;
	width: auto;
}

.info input.button
{
	background: transparent;
	border: 0;
	color: #FFF;
	vertical-align: middle;
}



.maintitle p.expand,
.maintitle p.goto,
.maintitlecollapse p.expand,
.formsubtitle p.members
{
	float: right;
	width: auto !important;
}

.maintitle a:link, 
.maintitle a:visited,
.maintitlecollapse a:link, 
.maintitlecollapse a:visited
{
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.maintitle a:hover, 
.maintitle a:active,
.maintitlecollapse a:hover, 
.maintitlecollapse a:active
{
	background: transparent;
	color: #fff;
}





#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 5px 0 5px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

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

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

.forumrules {
	background-color: #3e3e3e;
	border-width: 1px;
	border-style: solid;
	border-color: #4787A7;
	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: #009900;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

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

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

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

p.forumdesc {
	padding-bottom: 4px;
        color: #999999;
        font-size: 0.9em;
        font-weight: oblique;
        font-family: Tahoma, Helvetica, sans-serif;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
font-weight: bold;
text-shadow: 0 0 0.1em;
}

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

.postauthor {
	color: #fff;
        font-weight: bold;
        /* text-shadow: 0 0 0.5em; */
}

.postdetails {
	color: #fff;
font-weight: bold;
text-shadow: 0 0 0.1em;
}

.postbody {
	font-size: 1.4em;
        font-weight: bold;
	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: #e7e7e7;
	font-weight: bold;
}

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

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
font-weight: bold;
/* text-shadow: 0 0 0.5em; */
}


.genmed {
margin: 1px 1px;
font-size: 1.1em;
font-weight: bold;
}

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

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #16aadb;
	font-size: 10px;
	font-weight: bold;
	background-color: #1a1a1a;
	white-space: nowrap;
	border-left: 1px solid #303030;
	border-top: 1px solid #303030;
	padding: 5px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	border: 1px solid #303030;
	background-color: #1e1e1e;
}

.catdiv {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #262626;
	border-left: 1px solid #303030;
	border-top: 1px solid #303030;
	padding: 4px;
	font-weight: bold;
	font-size: 0.97em;
}

.row2 {
	background-color: #262626;
	border-left: 1px solid #303030;
	border-top: 1px solid #303030;
	padding: 4px;
}

.row3 {
	background-color: #353434;
	padding: 6px;
}

.spacer {
	background-color: #202020;
}

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

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #fcfceb;
	text-decoration: none;
}

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

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

a.forumlink {
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.33em;
}

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

a.topictitle:visited {
	color: #5493B4;
	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: #fff;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #303030;
	background-color: #3e3e3e;
}

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

select {
	color: #fff;
	background-color: #1f1f1f;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #303030;
	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: #262626;
	border-style: solid;
	border-width: 1px;
}

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

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

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

input.btnlite {
	background-color: #262626 !important;
}

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

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


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #1e1e1e;
	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: #2b2929;
	color: #fafafa;
}

.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: #1e1e1e;
	color: #333333;
	background-color: #1e1e1e;
	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: #1e1e1e;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #fff;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2b2929;
}

.syntaxbg {
	color: #1f1f1f;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #fff;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


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

.pm_replied_colour {
	background-color: #1e1e1e;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

.pm_message_reported_colour {
	background-color: saddlebrown;
}



/* Chat
 ------------ */

#chatbox {
	margin-top: 10px;
}

#chat_overflow {
	overflow: auto;
	height: 200px;
}

#chat_messages .chat_date {
	font-size: 1.4em;
}

#chat_messages tr {
	padding: 5px;
}

#chat_messages tr.new *  {
	background-color: #ecd5d8 !important; /* <------------------------------------ You might want to change it. It's a good idea to copy it from div.rules. */
}

#chatbox #chat_messages td.chat_info {
	width: 15%;
	position: relative;
}

#chatbox #chat_messages td.chat_info .chat_time {
	float: left;
}

#chatbox #chat_messages td.chat_info .chat_actions {
	bottom: 0pt;
	font-weight: bold;
	float: right;
}

#chatbox #chat_messages td.chat_text {
	width: 85%;
}

#chatbox #chat_posting #chat_posting_submit {
	margin-left: 10px;
	float: right;
	width: 100px;
}

#chatbox #chat_posting #chat_message {
	width: 95%;
}
/* 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;
}

.username-coloured {
	font-weight: bold;
font-weight: bold;
/* text-shadow: 0 0 0.5em; */
 
 
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 418px; /*width of featured content slider*/
height: 207px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 418px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#submenu > .left > a > .username-coloured {
	color: inherit !important
}

.dropdown-extended {
	display: none;
	z-index: 1;
	position: absolute;
	background-color: #202020;
}