/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name: panda notturno
	Based on style:	subSilver2
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by: Quelli Che Il Panda
	
	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: #B0B0F0;
	background-color: #202044;
	font-size: 62.5%;
	margin: 0;
	cursor: url('/panda.cur'), auto;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	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;
	padding: 2px 25px;
	background: #0033FF;
	background-image: url('./images/logoback.gif');
	border-bottom: 2px solid #3445da;
}

#menubar {
	margin: 0 25px;
}

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

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

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

.forumrules h3 {
	color: #FF44FF;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: white;
	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: white;
	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: white;
	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;
}

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: #DDDDDD;
}

.postdetails {
	color: #DDDDDD;
}

.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: #777700;
}

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

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

.cattitle {

}

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

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

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

.copyright {
	color: #99CCCC;
	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: #00FFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3445da;
	background-image: url('./images/cellpic.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

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

.tablebg {
	background-color: #0000DD;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #2222EE;
}
.rtl .catdiv {
	background-color: #2222EE;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #2222EE;
	text-indent: 4px;
}

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

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

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

.spacer {
	background-color: #000066;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #000066;
	color: #0000FF;
}

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

a:link {
	color: #9ACAEA;
	text-decoration: none;
}

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

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

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

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

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

th a,
th a:visited {
	text-decoration: none;
}

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


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

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

textarea {
	background-color: #CCCCCC;
	color: #000000;
	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: #000000;
	background-color: #CCCCCC;
	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: #CCCCCC;
	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: #ECECEC;
	border: 1px solid #A9B8C2;
}

.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: #55EEEE;
	border-style: none;
}


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #AAAAAA;
	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: #333333;
	color: #CCCCCC;
}

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

.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: #0000FF;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #00FF00;
}

.pm_foe_colour {
	background-color: #FF0000;
}


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

.sep {
	color: black;
	background-color: #9999FF;
}

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


/* Custom Elements
 ----------------- */
.enbold {
	font-size: 1.0em;
	font-weight: bold;
}

.spoilertitle {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color: #000077;
	background-color: #CCCCCC;
	font-size: 0.85em;
	font-weight: bold;
}

.spoilertitle:hover {
	background-color: #EEEE99;
}

.spoilercontent {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	color: #CCCCCC;
	background-color: #333333;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.spoilertitle a {
	color: #0000DD;
}

.bannertitle {
	font-size: 1em;
	font-weight: bold;
}

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

#wrapbanner a {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapbanner a:hover {
	color: #FFFF00;
}

.galtable {
	background-color: #AAAA00;
}

.galname {
	margin: 1px 1px;
	font-size: 1.1em;
	color: #0000FF;
}

.galdelete, .galdelete:visited, .galdelete:hover, .galdelete:link, .galdelete:active {
	font-size: 1em;
	color: #FF0000;
}

.galmodify, .galmodify:visited, .galmodify:hover, .galmodify:link, .galmodify:active {
	font-size: 1em;
	color: #FF8800;
}

.galapprove, .galapprove:visited, .galapprove:hover, .galapprove:link, .galapprove:active {
	font-size: 1em;
	color: #00FF00;
}

#tagbmessages {
	text-align: left;
	vertical-align: text-top;
}

#tagbusers{
	text-align: left;
	vertical-align: text-top;
}

#tagbrooms{
	text-align: left;
	vertical-align: text-top;
}

.tagbmsgarea {
	height: 450px;
	overflow: auto;
	position: relative;
}

.tagbuserarea {
	height: 300px;
	overflow: auto;
	position: relative;
}

.tagbroomarea {
	height: 100px;
	overflow: auto;
	position: relative;
}

.tagbinputarea {
	width: 450px;
	position: relative;
}

.tagbsmilies {
	color: #000000;
	background-color: #002255;
	border: 2px #00AAAA solid;
	padding: 10px;
	height: 120px;
	bottom: +3px;
	left: 0px;
	overflow: auto;
	position: absolute;
	visibility: hidden;
}

.tagbauthor {
	font-size: 1.1em;
	white-space: nowrap
}

.tagbmessage {
	font-size: 1.1em;
}

.tagbrow1 {
	background-color: #002255;
}

.tagbrow2 {
	background-color: #003063;
}

.tagbcolor2 {
	color: #FF0000;
}

.tagbcolor3 {
	color: #00FF00;
}

.tagbcolor4 {
	color: #6666FF;
}

.tagbcolor5 {
	color: #FFFF00;
}

.tagbcolor6 {
	color: #00FFFF;
}

.tagbcolor7 {
	color: #FF00FF;
}

.tagbcolor8 {
	color: #FF9900;
}

.tagbcolor9 {
	color: #AAAAAA;
}

.hangmanchar {
	font-weight: bold;
	font-size: 2.5em;
}

.hangmancharok {
	color: #00BB00;
	font-weight: bold;
	font-size: 1.5em;
}

.hangmancharko {
	color: #EE0000;
	font-weight: bold;
	font-size: 1.5em;
}

.hangmancharlink {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.5em;
}

.hangmannoteok {
	font-size: 1.6em;
}

.hangmannoteko {
	font-size: 1.6em;
}

.hangmanbtnlink {
	font-weight: bold;
	background-color: #BBBBBB;
	border: 1px solid #666666;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.2em;
}

.hangmanbtnlink:link, .hangmanbtnlink:visited {
	color: #000000;
	text-decoration: none;
}

.hangmanbtnlink:hover, .hangmanbtnlink:active {
	color: #0000FF;
	text-decoration: none;
}

.thuntstory {
	color: #AA4400;
	font-weight: bold;
	font-style: italic;
	font-size: 1.7em;
	font-family: "Times New Roman";
	padding: 5px 5px;
}

.thuntchapter {
	color: #994400;
	font-weight: bold;
	font-size: 2.0em;
	font-family: "Times New Roman";
	text-align: center;
	padding: 12px 12px;
}

.thunttop {
	background-color: #99BBFF;
	padding: 0;
}

.thuntleft {
	background-color: #99BBFF;
	padding: 0;
	vertical-align: bottom;
}

.thuntcenter {
	background-color: #99BBFF;
	padding: 0;
}

.thuntright {
	background-color: #99BBFF;
	padding: 0;
	vertical-align: bottom;
}

.thuntbottom {
	background-color: #708234;
	background-image: url('../../../images/thunt/frame_bottom.gif');
	padding: 0;
}

.thunttext {
	color: #005500;
	background-color: #CCFFCC;
	border-color: #006600;
	font-size: 1.0em;
}

.thuntscore {
	font-weight: bold;
	font-style: italic;
	font-size: 1.7em;
	font-family: "Times New Roman";
}

.thuntnote {
	color: #994400;
	font-size: 1.0em;
	font-family: "Times New Roman";
}

.thuntbutton {
	color: #005500;
	background-color: #AADDAA;
	border-color: #006600;
	font-size: 0.9em;
}

.thuntbutton:hover {
	background-color: #FFFFAA;
}

.thunttable {
	background-color: #555555;
}

th.thunttable {
	color: #000000;
	background-color: #BBBBBB;
	background-image: none;
	white-space: nowrap;
	text-align: center;
}

td.thunttable {
	color: #000000;
	background-color: #EEEEEE;
	white-space: nowrap;
	text-align: center;
}

.semaimg {
	background-color: #FFFFFF;
	padding: 50px;
	text-align: center;
}

.sematxt {
	background-color: #FFFFFF;
	color: #0000FF;
	padding: 5px;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
}
