/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subSilver2
	Based on style:	subSilver2 (the default phpBB 2 style)
	
	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/ )
    --------------------------------------------------------------
*/


/* Main blocks
---------------------------------------- */
#header-bg {
	width: 820px;
	height: 200px;
	margin: auto;
}

#wrap-bg {
	width: 820px;
	margin: auto;
}

#wrap {
	padding: 0;
	width: 780px;
	margin: auto;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#footer-bg {
	width: 820px;
	height: 150px;
	margin: auto;
}

#logo {
}

a#logo, a.logo:visited {
	color: #fff;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	white-space: nowrap;
}

a#logo:hover {
	color: #1888c6;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 25px 3px 6px;
	white-space: nowrap;
}

/* Background
--------------------------------------------- */
#header-bg {
	background-image: url("{T_THEME_PATH}/images/bg_header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#wrap-bg {
	background-image: url("{T_THEME_PATH}/images/bg_wrap.gif");
	background-repeat: repeat-y;
}

#footer-bg {
	background-image: url("{T_THEME_PATH}/images/bg_footer.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

a {
	border: none;
	outline: none;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 0px 15px 0 15px;
}

#wrapcentre {
	margin: 15px;
}

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

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

#dropmenudiv{
	position:absolute;
	border:1px solid #E0E0E0;
	border-bottom-width: 0;
	font:normal 8pt Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #E0E0E0;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{
	background-color: #005D8C;
	color: #fff;
}

#logodesc {
	background-image: url('./images/naglowek2.jpg');
	background-repeat: no-repeat;
	height: 176px;
}

.uppermenu {
	float: right;
	margin-top: 149px;
}

.uppermenu_td {
	padding-left: 10px;
	padding-right: 10px;
}

.menu2tb {
	height: 25px;
	background: #000; 
	color: #fff; 
	border: 1px solid #061e33;
}

.menu2 {
	height: 25px;
	background: #061e33 url('./images/cellpic1.gif') repeat-x; 
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
	white-space: nowrap; 
}

.menu2 ul {
	list-style-type: none;
	overflow: auto;
	padding: 0;
	margin: 0;
}

.menu2 ul li {
	background: transparent url('./images/sep.gif') no-repeat bottom right;
	float: left;
	margin-top: -3px;
	padding-right: 2px;
}

.menu2 ul li a:link, .menu2 ul li a:visited { 
	padding: 5px 15px 4px 15px;
	display: block;
	color: #ffad00 !important;	/* 1888c6 */
	text-decoration: none; 
} 

.menu2 ul li a:hover { 
	padding: 5px 15px 4px 15px;
	display: block;
	background: transparent url('./images/cellpic1hg.gif') no-repeat top center;
	color: #ffad00 !important;	/* 00d9f9 */
	text-decoration: underline;
}

* html .menu2 ul li a {
	width: 1%;
}

#datebar {
	margin-top: 0px;
}

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

.forumrules {
	background-color: #330000;
	border-width: 1px;
	border-style: solid;
	border-color: #5d0000;
	margin-top: 15px;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageheader {
	margin: 10px 0 0 20px;
}
#pagecontent {
	margin-top: 15px;
	margin-bottom: 25px;
}
#pagefooter { }

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


/*  Text
 --------------------- */
h1 {
	font-family: '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.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0px 0px 0px 7px;
	font-size: 1.3em;
	color: #ffad00;		/*eaa600	0092b*/
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0px;
	float: left;
	color: #7c7c7c;
	font-weight: bold;
}

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

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

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

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

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

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0px;
	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, .postauthor :visited {
	color: #1888c6;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 2em;
}

.postauthor:hover {
	color: #00d9f9;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

/*
.postdetails {
	background-color: #2C2C2C;
	border-color: #0E0E0E;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin-bottom: 3px;
	padding: 3px 0px 3px 3px;
}
*/
.postdetails {
	background: #1D1D1D none repeat scroll 0%;
	border-left: 1px solid #2b2b2b;
	border-top: 1px solid #2b2b2b;
	border-right: 1px solid #181818;
	border-bottom: 1px solid #181818;
	color: #a0a0a0;
	margin-bottom: 5px;
}

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

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

.posthilit {
	background-color: #ffad00;
}

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

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

.cattitle {

}

.gen {
	margin: 2px 2px;
	font-size: 1.2em;
}

.genmed {
	margin: 2px 2px;
	font-size: 1.1em;
}

.gensmall {
	line-height: 14px;
	font-size: 1em;
}

.copyright {
	color: #7c7c7c;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

a.titles, a.titles:link, a.titles:visited {
	color: #ffad00; /*#1888c6;*/
}

a.titles:hover {
	color: #00d9f9;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #cecece;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 3px 5px;
}

/*td {
	padding: 2px;
}*/

.tablebg {
	background: #000 none repeat scroll 0%;
	color: #aaa;
}

.tablefooter {
	background-color: #1f1f1f;
	height: 7px;
}

.catdiv {
	height: 28px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: black;
	background-image: url('./images/cellpic2.jpg');
	background-repeat: repeat-y;
}

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

.catline {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #E8E8E8;
	background-image: url('./images/cellpic1.gif');
	text-indent: 6px;
}

.row2_rt {
	background: #1F1F1F url('./images/post_bg.gif') repeat-x scroll 0%;
	border-left: 1px solid #0b456f;
	border-top: 1px solid #0b456f;
	color: #c0c0c0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.row1 {
	background: #171717 none repeat scroll 0%;	/*181818*/
	border-left: 1px solid #262626;
	border-top: 1px solid #262626;
	color: #c5c5c5;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.row2 {
	background: #1C1C1C none repeat scroll 0%;	/*1D1D1D*/
	border-left: 1px solid #262626;
	border-top: 1px solid #262626;
	color: #c3c3c3;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.row3 {
	background: #1f1f20 none repeat scroll 0%;
	border-left: 1px solid #262626;
	border-top: 1px solid #262626;
	color: #969696;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.row4 {
	background-color: #E1E4F2;
	padding: 4px;
}


.rowgood {
	background-color: #C2D6CD;
	padding: 4px;
}

.rowneutral {
	background-color: #CAC1D7;
	padding: 4px;
}

.rowbad {
	background-color: #D7C1C3;
	padding: 4px;
}

.spacer {
	background-color: transparent;
}

hr {
	height: 1px;
	border-width: 0px;
	background-color: #3e8be0;
	color: #3e8be0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background-color: #181818;
	border: 1px #000 solid;
	color: #c2c2c2;
}

/* Links
 ------------ */

.white a:link, .white a:active, .white a:visited {
	color: #fff !important;
	text-decoration: none;
}

.white a:hover {
	color: #00d9f9 !important;
	text-decoration: underline;
}

a.white:link, a.white:active, a.white:visited {
	color: #fff !important;
	text-decoration: none;
}

a.white:hover {
	color: #00d9f9 !important;
	text-decoration: underline;
}
.nav a:link, .nav a:active, .nav a:visited {
	color: #1888c6;
	text-decoration: none;
}

.nav a:hover {
	color: #00d9f9;
	text-decoration: underline;
}

a:link {
	color: #1888c6;
	text-decoration: none;
}

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

a:hover {
	color: #00d9f9;
	text-decoration: underline;
}

a.forumlink:hover {
	color: #00d9f9;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

a.forumlink {
	color: #1888c6;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 2em;
}

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

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

a.topictitle:hover {
	color: #00d9f9;
	text-decoration: none;
}

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

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


#kat {
	background-color: #F4F4F4;
	padding: 0 5px 4px 5px;
	border: 1px #cecece solid;
}

a.kat, a.kat:visited {
	color: #1888c6 !important;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}

a.kat:hover {
	color: #00d9f9 !important;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
	
#fat {
	margin: 0px 0px 0px 7px;
	font-size: 1.0em;
	color: #ffad00;
}

a.fat, a.fat:visited {
	margin: 0px 0px 0px 7px;
	font-size: 1.0em;
	color: #ffad00;
}

a.fat:hover {
	margin: 0px 0px 0px 7px;
	font-size: 1.0em;
	color: #ffad00;
}
	
/* Form Elements
 ------------ */
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input {
	color: #cecece;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333; 
	background-color: #000;
}

textarea {
	color: #cecece;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000;
	padding: 2px;
}

select {
	color: #cecece;
	background-color: #181818;
    /*background-image: url('./images/selectBox.gif');*/
    background-position: right;
    background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #333333;
	padding: 1px;
}

option {
	color: #cecece;
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

input.radio {
	border: none;
	background-color: #1D1D1D;
	color: #cecece;

}

.inputbox {
	background-color: #000 !important;
}

.post {
	color: #cecece;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000;
}

.btnbbcode {
	color: #cecece;
	font-weight: normal;
	background-color: #000;
	border: 1px solid #333333;
	font-size: 1.1em;
}

.btnmain {
	color: #cecece;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #333333;
	background-color: #000;
}

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

.helpline {
	background-color: #1d1d1d;
	border-style: none;
	color: #e7e7e7;
	margin: 2px;
}


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

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

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 30px;
	padding: 5px 10px 5px 10px;
	border-color: #333;
	border-width: 0px 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: #1C1C1C;*/
	color: #aaa;
}

.attachcontent {
	font-size: 0.85em;
}

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

.codecontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #333;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #999;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2C2C2C;
}

.syntaxbg {
	color: #cecece;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #909090;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


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

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


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

.blue {
	color: #006699;
}

.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #fff;
margin-bottom: 3px;
float: left;
width: 175px;
}

.pbitauthor {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #fff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #7D8AA0;
font-size: 14px;
margin-bottom: 3px;
font-weight: bold;
}

.pbitdetails {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #fff;
margin-bottom: 3px;
float: left;
width: 175px;
color: #000;
font-size: 10px; 
text-align: left;
}
.yesil {
font-weight: bold;
color: #00AA00;
}

.gri {
font-weight: bold;
color: #8D9AAB;
}



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

table.colortable td {
	padding: 0;
}

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


/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Positioning
 */
#ajaxChatContent #chatList {
	border-width: 1px;
	border-style: solid;
	border-color: #181818;
	height: 240px;
	overflow: auto;
}
#ajaxChatContent  #chatList div {
	padding-left:5px;
	padding-top:2px;
	padding-right:15px;
	padding-bottom:2px;
}
#ajaxChatContent #chatList img {
	vertical-align:middle;
	margin-bottom:2px;
}
#ajaxChatContent #chatList cite {
	margin-right:5px;
}
#ajaxChatContent #chatList .bbCodeImage {
	vertical-align:top;
	overflow:auto;
	margin:5px;
}
#ajaxChatContent #chatList .delete {
	float:right;
	width:10px;
	height:10px;
	margin-top:2px;
	margin-right:5px;
}
#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:70%;
}
#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
}


/*
 * Borders
 */

#ajaxChatContent img {
	border:none;
}
#ajaxChatContent #chatList .deleteSelected {
	border-width:1px;
	border-style:dotted;
}


/*
 * Fonts
 */

#ajaxChatContent {
	font-size:1.0em;
}
#ajaxChatContent a {
	text-decoration:none;
}
#ajaxChatContent a:hover {
	text-decoration:underline;
}
#ajaxChatContent #ajaxChatCopyright {
	font-size:0.7em;
	text-align:center;
}
#ajaxChatContent #chatList div {
	line-height: 1.3em;
}
#ajaxChatContent #chatList span.dateTime {
	font-size:0.8em;
}
#ajaxChatContent #chatList span.guest {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #chatList span.user {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #chatList span.moderator {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #chatList span.admin {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #chatList span.chatBot {
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
}
#ajaxChatContent #ajaxChatList .chatBotMessage {
	font-style:italic;
}
#ajaxChatContent #chatList .chatBotErrorMessage {
	font-style:italic;
}
#ajaxChatContent #chatList .privmsg {
	font-style:italic;
}
#ajaxChatContent #chatList .action {
	font-style:italic;
}
#ajaxChatContent #chatList q {
	font-variant:small-caps;
}
#ajaxChatContent #chatList code {
    font-size:1.2em;
}


/*
 * Colors
 */

#ajaxChatContent #chatList {
	color:#7c7c7c;
}
#ajaxChatContent #chatList {
	background-color:#181818;
}
#ajaxChatContent .rowEven {
	background-color:#181818;
}
#ajaxChatContent .rowOdd {
	background-color:#1D1D1D;
}
#ajaxChatContent .guest {
	color:gray;
}
#ajaxChatContent .user {
	color:#1888C6;
}
#ajaxChatContent .moderator {
	color:#00AA00;
}
#ajaxChatContent .admin {
	color:#AA0000;
}
#ajaxChatContent .chatBot {
	color:#FF6600;
}
#ajaxChatContent #chatList .chatBotErrorMessage {
	color:red;
}
#ajaxChatContent #chatList a {
	color:#1E90FF;
}
#ajaxChatContent #chatList .delete {
	background:url('./images/delete.png') no-repeat right;
}
#ajaxChatContent #chatList .deleteSelected {
	border-color:red;
}



.viewtopic_bottom_bar {
	color: #00d9f9;
}

.portal_text {
	display: block;
	line-height: 16px;
	color: #eee;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

.portal_links {
	width: 150px;
	float: left;
	margin-top: -10px;
}

.portal_links a {
	display: block;
	font-size: 11px;
	margin: 10px 0 -15px 0;
}

.portal_links_img {
	display: block;
	text-align: right;
	padding: 10px 5px 0;
	margin: 0 !important;
}

.news_title {
	padding: 10px 4px 10px 4px;
	font-size: 1.4em;
}

.news_title a {
	color: #ffad00;
}

.header_search {
	width: 161px;
	height: 24px;
	overflow: hidden;
	float: right;
	background: transparent url('./images/search_bg.gif') no-repeat bottom center;
	margin: 0;
	padding: 1px 0 0 0;
}

.header_search_input {
	float:left;
	width: 135px;
	height: 18px;
	border: none;
	background: transparent none;
	color: #cecece;
	font-size: 10px;
	padding: 0;
	margin: 6px 0 0 4px;
}

.header_search_button {
	display:block;
	float:left;
	width: 20px;
	height: 20px;
	border: none;
	background: transparent none;
	padding: 0;
	margin: 2px 0 0 2px;
}

.signature {
	display: block;
	clear: both;
}

.portal_rt_icon {
	float: left;
	margin: 3px 2px 0 0;
}

.portal_post_info {
	margin-left: 0px;
}

.recent_topic_row {
	margin-bottom: 2px;
}

#newPMBox {
}

div.grippie {
	background: #111 url('./images/grippie.png') no-repeat scroll center 2px;
	border-color: #222;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
}

.portal_top_user {
}

.portal_top_posts {
	margin-left: 10px;
}

.portal_ltable {
	margin-top: -1px;
	margin-bottom: 20px;
}

.gg_icon {
	margin: -10px 9px 0 -19px;
}

.hp_table {
	background-color: #0e0e0e;
}

.hp_table_row {
	padding: 5px 0 5px 0;
	font-size: 1.3em;
}

.hp_table_row_small {
	padding: 1px 0 1px 0;
	font-size: 1.1em;
}

.hp_table_pos {
	text-align: center;
}

.hp_table_name {
	padding-left: 5px;
}

.hp_table_hp {
	text-align: center;
}

.hp_table_me {
	background-color: #260000;
	border-left: 1px solid #440000 !important;
	border-top: 1px solid #440000 !important;
}

.hp_table_society {
	padding-left: 5px;
	font-size: 1.3em;
	color: #888;
}

.footer_time {
	color: #7c7c7c;
	float: right;
	text-align: right;
	margin: 10px 30px 25px 30px;
}

.tg a:link, .tg a:visited, .tg a:active {
	color: #fff;
}

.unreads_link a:link, .unreads_link a:visited, .unreads_link a:active {
	color: #ffad00;
}

.br0 {
	height: 6px;
}

.header_link {
}

/***************************************/

#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #181818;
  width: 370px;
  color: #cecece;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #3e8be0;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
