/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:			SmoothBLUE
	Based on style:		subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Tomo, AeonKINGS team( http://www.aeonkings.com/phpbb3/ )
	
	This is an alternative style for phpBB3 
	
	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%;
	background-color: #7d8b99;
	background-image: url(./images/bg.png);
	background-repeat: repeat;
}

body {
	width: auto !important;
	min-width: 850px !important;
	max-width: 1500px !important;
	height: auto;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Helvetica, "Arial", sans-serif;
	color: #323D4F;
	font-size: 70%;
	width: 100%;
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0;
}

#wrapcentre {
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-image: url(./images/logodesc.png);
	height: 150px;
	width: auto;
	background-color: #232B3A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-left-color: #000033;
}

#menubar {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #CCCCCC;
}

.menubar {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #CCCCCC;
}

#datebar {
	background-image: url(./images/th1.png);
	height: 16px;
	background-position: center;
	border: thin solid #000000;
	vertical-align: middle;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-image: url(./images/row.png);
	background-position: center center;
	overflow: hidden;
	clear: both;
	background-color: #2D485E;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
	color: #BAC9DA;
	border: 1px solid #000033;
}

.forumrules h3 {
	color: #FFFFFF;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	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 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	vertical-align: bottom;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: auto;
	vertical-align: bottom;
	color: #BBCED9;
	margin-bottom: auto;
}

h6 {
	font-size: 1em;
	margin-top: auto;
	vertical-align: bottom;
	color: #BFCFD5;
	margin-bottom: auto;
}

p {
	font-size: 1.1em;
	color: #FFFFFF;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FF9900;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	float: right;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.rtl p.linkmcp {
	float: left;
	margin-left: 10px;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #FFCC33;
	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;
	color: #ACB6BF;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	white-space: nowrap;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	color: #000033;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	color: #FFFFFF;
}

.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: #3399FF;
}

.postdetails {
	color: #112044;
}

.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: #0555AD;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px;
	font-size: 1.2em;
	color: #C9D6E4;
	padding-top: 2px;
	padding-bottom: 2px;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
	color: #E6F4FF;
}

p.genmed, span.genmed {
	color: #E6F4FF;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
	color: #E6F4FF;
}

.copyright {
	color: #D2E2F0;
	font-weight: normal;
	font-family: Lucida Grande, Helvetica, "Arial", 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: #FF9900;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000033;
	background-image: url(./images/th1.png);
	height: 22px;
	border: 1px solid #000000;
	background-position: center;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0D3C78;
}

.tablebg {
	background-color: #98C6F3;
	width: 100%;
	height: 100%;
}

.catdiv {
	height: 28px;
	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: 24px;
	padding: 0;
	border: 1px solid #000000;
	background-color: #C7D0D7;
	background-image: url(./images/th1.png);
	text-indent: 6px;
	background-position: center;
}

.row1, .row2, .row3 {
	background-color: #9DAFBD;
	padding: 4px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91BBDD;
	border-right-color: #3C85C1;
	border-bottom-color: #1E4260;
	border-left-color: #1E4260;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
}
.row4{
	background-image: url(./images/row.png);
	background-position: center center;
	overflow: hidden;
	clear: both;
	padding: 4px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91BBDD;
	border-right-color: #3C85C1;
	border-bottom-color: #1E4260;
	border-left-color: #1E4260;
	
}


.row4:hover{
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	/* for Mozilla */
	-moz-opacity:0.8;
	background-color: #34ACF3;
}

/*
.row1:hover {
	background-color: #647684;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #343D43;
	border-bottom-color: #778997;
	background-image: url(images/row4.png);
	background-repeat: repeat-x;
	background-position: top;
}*/

.spacer {
	background-color: #253A49;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #0D1331;
	text-decoration: none;
}

a:active,
a:visited {
	color: #0D1331;
	text-decoration: none;
}

a:hover {
	color: #E1F9FF;	
}

a.forumlink {
	color: #0F0F39;
	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;
	color: #0F0F39;
}

a.topictitle:visited, a.forumlink:visited {
	color: #0F0F39;
	text-decoration: none;
}

a.topictitle:hover, a.forumlink:hover {
	color: #E6EFF7;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	color: #0099FF;	
}

a.sb, a.sb:active, a.sb:visited {
	color: #A2CEE6;
	text-decoration: none;
}

a.sb:hover {
	color: #FFFFFF;
	text-decoration: none;
}


a.logo {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	/* for Mozilla */
	-moz-opacity:0.6;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Lucida Grande, Helvetica, "Arial", 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, 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, Helvetica, "Arial", 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, Helvetica, "Arial", 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;
}


/* 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: #A9B8C2;
	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, 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;
}

.username-coloured {
	font-weight: bold;
}

/* BigB's addons */
/* body table */

.tb2{
	width: 100%;
	table-layout:auto;
}

td.thl {
	color: #CCCCCC;
	background-image: url(images/b___01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 40px;
	width: 40px;
	text-align: right;
}

td.thc {
	background-image: url(images/b___02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 40px;
	width: auto;
	text-align: center;
}

td.thr {
	color: #CCCCCC;
	background-image: url(images/b___03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	width: 40px;
}


td.tfl {
	color: #CCCCCC;
	background-image: url(images/b___07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	width: 40px;
	text-align: right;
}

td.tfc {
	background-image: url(images/b___08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 40px;
	width: auto;
	text-align: center;
}

td.tfr {
	color: #CCCCCC;
	background-image: url(images/b___09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 40px;	
}


td.tbl {
	background-image: url(images/b___04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 40px;
	background-position: right;
}

td.tbc {
	background-image: url(images/b___05.png);
	width: auto;
	overflow: hidden;
	height: auto;
	background-repeat: repeat;
}

td.tbr {
	background-image: url(images/b___06.png);
	width: 40px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb1{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}

td.thl1 {
	color: #CCCCCC;
	background-image: url(images/b_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 35px;
	width: 25px;
	text-align: right;
}

td.thc1 {
	background-image: url(images/b_02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 35px;
	width: auto;
	text-align: center;
}

td.thr1 {
	color: #CCCCCC;
	background-image: url(images/b_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	width: 25px;
}


td.tfl1 {
	color: #CCCCCC;
	background-image: url(images/b_07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 25px;
	text-align: right;
}

td.tfc1 {
	background-image: url(images/b_08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 30px;
	width: auto;
	text-align: center;
}

td.tfr1 {
	color: #CCCCCC;
	background-image: url(images/b_09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 25px;	
}


td.tbl1 {
	background-image: url(images/b_04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 25px;
	background-position: right;
}

td.tbc1 {
	width: auto;
	height: auto;
	padding: 0px;
	border: 1px solid #000033;
}

td.tbr1 {
	background-image: url(images/b_06.png);
	width: 25px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tb3{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}

td.thl3 {
	color: #CCCCCC;
	background-image: url(images/bs__01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 12px;
	text-align: right;
}

td.thc3 {
	background-image: url(images/bs__02.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	color: #CCCCCC;
	height: 15px;
	width: auto;
	text-align: center;
}

td.thr3 {
	color: #CCCCCC;
	background-image: url(images/bs__03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 12px;
}


td.tfl3 {
	color: #CCCCCC;
	background-image: url(images/bs__07.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 12px;
	text-align: right;
}

td.tfc3 {
	background-image: url(images/bs__08.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	color: #CCCCCC;
	height: 15px;
	width: auto;
	text-align: center;
}

td.tfr3 {
	color: #CCCCCC;
	background-image: url(images/bs__09.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 12px;	
}


td.tbl3 {
	background-image: url(images/bs__04.png);
	background-repeat: repeat-y;
	overflow: hidden;
	height: auto;
	width: 12px;
	background-position: right;
}

td.tbc3 {
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #0E1625;
}

td.tbr3 {
	background-image: url(images/bs__06.png);
	width: 12px;
	overflow: hidden;
	background-repeat: repeat-y;
	height: auto;
}

.tr1{
	width: 100%;
	margin-top: 5px;
	table-layout:auto;
	
}

td.rl {
	background-image: url(images/r_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	width: 13px;
	
}

td.rc {
	background-image: url(images/r_02.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: hidden;
	height: 26px;
	width: auto;
}

td.rr {
	background-image: url(images/r_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 13px;	
}


b.gensmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}


td.cata, td.catadiv {
	color: #FF9900;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000033;
	background-image: url(./images/th1.png);
	height: 22px;
	border: 1px solid #000000;
	background-position: center;
}

td.header{
	float: left;
}

div.mg{
	background-color: #1B2436;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
