body{
	background:#111111;
	color:#ffffff;
	font-family:sans-serif;
	font-size:13px;
}

a{
	color:#ffffff;
}

a:hover{
	color:#dddddd;
}

a:active{
	position:relative;
	top:1px;
}

div.container{
	margin:0 auto;
}

div.header{
	background:#333333;
	padding:16px;
	margin:16px;
	border-radius:8px;
	color:#fff;
}

div.mid{
	overflow:hidden;
	background:#333333;
	padding:16px;
	margin:16px;
	border-radius:8px;
}

div.sidebar_left{
	float:left;
	width:20%;
	padding:10px 1%;
}

div.content{
	float:left;
	width:54%;
	padding:10px 1%;
}

div.sidebar_right{
	float:right;
	width:20%;
	padding:10px 1%;
}

div.title{
	padding:32px;
	padding-left:16px;
	font-size:20px;
	font-weight:bold;
	border-radius:16px;
	margin-bottom:16px;
	background:#111111;
	color:#ffffff;
}

div.footer{
	background:#333333;
	padding:16px;
	margin:16px;
	border-radius:16px;
	color:#fff;
}

div.footer a{
	color:#fff;
}

div.block{
	margin-bottom:12px;
}

div.blocktitle{
	background:#111111;
	color: #ffffff;
	padding:7px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	border-radius:5px 5px 0px 0px;
}

div.blockcontent{
	background:#444444;
	padding:12px;
	border-radius:0px 0px 5px 5px;
}

ol,ul{
	margin:0px;
	padding:0px;
	padding-left:16px;
}

table{
	width:100%;
}

td{
	vertical-align:top;
}

th{
	text-align:center;
	font-weight:bold;
}

th.l{
	text-align:left;
}

p.newsposter{
	color:#666;
	margin:4px;
	margin-bottom:12px;
	padding:4px;
	border-bottom:1px dashed #ffffff;
	font-size:11px;
}

.halfwidth{
	width:50%;
}

.fullwidth{
	width:100%;
}

textarea{
	width:100%;
	height:600px;
}

span.desc{
	font-size:14px;
	font-weight:normal;
	padding-left:10px;
}

div.progressbar{
	width:100%;
	margin-bottom:6px;
	background:#a00;
	border-radius:5px;
}

div.progressbarfilling{
	height:22px;
	background:#0a0;
	border-radius:5px;
	padding-top:6px;
	text-align:center;
}

div.chat{
	background:#000;
	color:#fff;
	border-radius:5px;
	padding:10px;
	font-weight:bold;
}

span.reset{
	color:#fff;
}








/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			lanparty
	Based on style:		subsilver2 (the default phpBB 3.0.x style)
	Original author:	phpBB Group ( http://www.phpbb.com/ )
	Modified by:		Cenk "Kyon" Aslan ( http://www.animoon.org/ )
    --------------------------------------------------------------
*/

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

html {
	font-size: 100%;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

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

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

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

#logodesc {
	margin-bottom: 5px;
	background-color: #222222;
	padding: 5px 25px;
}

#menubar {
	margin: 0 25px;
}

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

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

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

.forumrules {
	background-color: #20262E;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: #A5904C;
}

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

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


p.moderators {
	margin: 0;
	float: left;
	color: #D2D4D5;
	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: #778491;
	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: 10px;
}

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

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

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

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

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

.postauthor {
	color: white;
	font-size: 11px;
}

.postdetails {
	color: #98A0AB;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, 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: #ffffff;
	font-weight: bold;
}


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

tr.timing {
        color: #FF3300;
	font-weight: bold;
}

tr.timing:link {
        color: #ff0000;
        font-weight: bold;
}



.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 12px;
}

.genmed {
	margin: 1px 1px;
	font-size: 11px;
}

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

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

.titles {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

.error {
	color: red;
}

.room-list {
	margin-left: 10px;
	margin-bottom: 10px;
}

a.room-list {
	text-decoration: none;	
}

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

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

.tablebg {
	background-color: black;
}

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

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

.row1 {
	background-color: #444444;
	padding: 4px;
}

.row2 {
	background-color: #333333;
	padding: 4px;
}

.row3 {
	background-color: #222222;
	padding: 4px;
}

.spacer {
	background-color: #20262E;
}

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

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


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

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */

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

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

a:active {
	color: #ffffff;
	text-decoration: none;
}

a.forumlink {
	color: #ffffff;
	font-weight: bold;
	/*font-family: "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-size: 12px;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

a.topictitle:link { /* This line added by Kyon */
    color: #D2D4D5;
	margin: 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

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

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

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


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

input {
	color: #D2D4D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #202020;
}

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

select {
	color: #D2D4D5;
	background-color: #20262E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: #202020;
	border-style: solid;
	border-width: 1px;
	color: #dddddd; /* This line added by Kyon */
}

.btnbbcode {
	color: #dddddd;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #202020;
	border: 1px solid #666666;
}

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

input.btnlite { /* This line added by Kyon */
    color: #dddddd;
	font-size: 12px;
}

input.btnmain { /* This line added by Kyon */
    color: #D2D4D5;
	font-size: 12px;
}

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

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

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 0px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #BFBFBF;
	color: #FFFFFF;
	background-color: #565656;
	font-size: 11px;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #BFBFBF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #565656;
	color: #BABFC5;
}

.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: #BFBFBF;
	color: #8291A3;
	background-color: #25364A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #BFBFBF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #8291A3;
	font-size: 12px;
	font-family: Courier, 'Courier New', sans-serif;
	background-color: #252525;
}

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


/* Input */

.fileupload {
	display: block;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Profile Page */

.profile-left {
	display: inline-block;
	float: left;
	width: 150px;
}

.profile-left-match {
	display: inline-block;
	float: left;
	width: 300px;
}

.profile-right {
	display: inline-block;
	float: right;
	width: 150px;
}

/* Misc
 ------------ */
.clear {
	clear: both;
}

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

a.subforum { /* This line added by Kyon */
    color: #F9D55F;
}

p.forumdesc strong /* This line added by Kyon */
{
	font-size: 10px;
}

label.LabelHolder input.file{
position: relative;
height: 100%;
width: auto;
opacity: 0;
-moz-opacity: 0;
filter:progid : DXImageTransform.Microsoft.Alpha(opacity=0);
left:-152px;top:0px;
}
label.LabelHolder{
width: 79px;height: 22px;
background: url(YourGifImageButton.gif) no-repeat;
display: block;
overflow: hidden;
cursor: pointer;
}
#navcontainer { margin-left: 30px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 0% 0%;
width: 90%;
color: #fff;
font-weight:bold;
font-size: 12px;
background-color: #111111;
text-decoration: none;
}

#navcontainer a:hover
{
color: #fff;
background-color: #555555;
text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 0% 5% 0% 20%;
width: 65%;
color: #fff;
font-weight:normal;
background-color: #333333;
font-size: 9px;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #fff;
background-color: #55555;
text-decoration: none;
}

