/*  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: #DBCC9C;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#maintable {
	empty-cells:show;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
	
}


#mainrow {
	height: 100%;
}


#maincolumn {
	
}

td.bordercolumn {
	width:55px;
	background-color: #000000;
	background-repeat: repeat-y;
}

.runespacer {
	height: 20px;
	background-image: url('../imageset/runesRed.gif');
	background-repeat: repeat;
	margin-top: 1px;
	margin-bottom: 1px;
}

#leftcolumn {
	background-image: url('../imageset/leftborder.jpg');
}
#rightcolumn {
	background-image: url('../imageset/rightborder.jpg');
	background-position: -27px 0px;
}

#wrapcontent {
	margin: 0px 2px 0px 2px;
	background-image: url('../imageset/back.jpg');
}

#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: 8px 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: #FFBA00;
}

#logodesc {
	/*margin-bottom: 5px;
	padding: 5px 25px;*/
	height: 170px;
	background: #000000;
	background-image: url('../imageset/eeve2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	/*border-bottom: 2px solid #666666;*/
	text-align:center;

}

#boardmenu {
	margin-top: 10px;
}

#boardmenucaption{
	text-align: center;
	font-weight: bold;
}

#menubar {
	margin: 5px 25px;
}

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

#menubuttonbar{
	padding-top:-3px;
}





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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	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: #CDB140;
	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: #FFCC00;
	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;
}

.postauthor {
	color: #C88D00;
}

.postdetails {
	color: #C88D00;
}

.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: #FFCC00;
	font-weight: bold;
}

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

.cattitle {

}

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

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

.genyellow {
	margin: 1px 1px;
	font-size: 1.1em;
	color: #FFFF00;
}

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

.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: #FDF299;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

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

.tablebg {
	background-color: #A76E00;
}

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

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

.advertisement {
	margin-left: auto;
	margin-right: auto;

}

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

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

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


.rowsmall {
	background-color: #000000;
	padding: 0px;
	color: #FFFF00;
}

.spacer {
	background-color: #7A3E1A;
}

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

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

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

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

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

.mennu a:link {
	color: #dea700;
	text-decoration: none;
}


.mennu a:hover {
	color: #FFD200;
	text-decoration: none;
}

.mennu a:active {
	color: #FFD200;
	text-decoration: none;
	/*border-style: inset;*/
}

a.forumlink {
	color: #CDB140;
	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 {
	color: #D7B21F;
	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: #FFB400;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #FFBA00;
	background-color: #333333;
}

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

select {
	color: #FFB400;
	background-color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #FFBA00;
	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: #000000;
	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: #EFEFEF;
	border: 1px solid #666666;
}

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

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

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

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


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

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

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

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 0px 5px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #FFBA00;
	color: #F7B536;
	background-color: #7B5A1B;
	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: #FFBA00;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #000000;
}

.syntaxbg {
	color: #FF0000;
}

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


.mennu {
	text-align: center;
	vertical-align: bottom !important;
	color: #dea700;
	border: 2px outset #dea700;
	padding: 1px 3px 1px 3px;
	margin: 3px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../imageset/runes.gif');
	background-repeat:repeat;
	font-size: 13px;
	font-weight: bold;

}

span.dropdown {
	/*float: left;*/

    position: relative;
    /*margin: 0; padding: 0;*/
	
}

span.dropdown ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 15px;
	left: 0px;
    padding-top:5px;
    display: none;
	list-style: none inside;
	z-index:100;
	
  }

span.dropdown ul li{
	background: #242424;
	float: none;
	display: block;
    margin-bottom: 0.2em;
	font-weight: bold;
    left: 0px;
	font-size: 12px;
	text-align: center;
    padding: 1px;
	border: 1px solid #FF9C00;
	width:150px;

}

span.dropdown ul li.menudesc{
	background: #121212;
	float: none;
	display: block;
    margin-bottom: 0.2em;
	font-weight: bold;
    left: 0px;
	font-size: 9px;
	text-align: left;
    padding: 1px;
	border: 1px solid #9D4F00;
	width:150px;

}


span.dropdown ul li:hover{
	background: #363636;
}

span.dropdown ul li.menudesc:hover{
	background: #121212;
}

span.dropdown ul li a:hover{
	text-decoration:none;
}


span.dropdown:hover ul {
    display: block;
  }

  
#newsbox {
	margin: 7px 315px 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
	/*width: 500px !important;*/
}

#newscaption {
	font-size:20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.newsname{
	font-size:14px;
	font-family: Arial;
	font-weight: bold;
	color:#D1AD31;

}

#rightmenu{
	float: right;
	width: 310px !important;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

.rightbox {
	background-color:#212121;
	text-align: center;
	padding: 2px 3px 2px 3px;
	margin: 4px 0 7px 0;
	border: solid 1px #DCB326;
}

.rightboxheader {
	border-bottom: solid 1px #DCB326;
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 2px;
}

.centerdiv table{
	margin-left:auto;
	margin-right:auto;
}

/************************************
****			LEAGUE			*****
************************************/

/******* queue ******/
span.queuemsg{
	font-weight: bold;
	font-size: 12px;
}

span.queueplay{
	color:#FFFF00;
}

span.queuehost{
	color:#00FF00;
}

span.c2{
	color:#00FF00;
}

span.c1{
	color:#FF0000;
}

tr.matchtablecontent{
	font-weight: bold;
}

tr.queuerow{
	font-weight: bold;
}

tr.queuerow td{
	line-height: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 19px;

}

tr.queuerow td img{
	position: relative;
	top: 2px;
}

div.leaguesmallcapt{
	padding-top: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 7px;
}

/*********** YOUTD *************/
div.ytd_tower_caption{
	padding-top: 3px;
	padding-bottom: 4px;
	color:#FFFF00;
	font-weight: bold;
	font-size: 14px;	
}

div.ytd_tower_caption .ytd_small_capt{
	font-size: 8px;
	color:#FFFF91;
}

td.ytd_table_key{
	font-weight: bold;
	width: 40%;
}
td.ytd_table_value{

}

.ytd_table_caption{
	font-weight: bold;
	color:#FFFF00;
	padding-bottom: 2px;
}

td.ytd_spacer{
	padding: 6px;
}

span.jass_keyword{
	font-weight: bold;
	color:#80FF00;
}

span.jass_type{
	color:#8080FF;
}

span.jass_constant{
	color:#E10071;
}


span.jass_comment{
	color:#93B689 !important;
}


span.jass_string{
	color:#FFFF53;
}

span.jass_operator{
	color:#B9DCFF;
}

span.jass_number{
	color:#FF8000;
}


div.jass_code{
	white-space: pre;
}

div.ytd_trigger_caption{
	font-weight: bold;
	font-size: 12px;
}

div.ytd_dependency_caption{
	font-weight: bold;
	font-size: 12px;
}

div.ytd_dependency_caption span.ytd_dependency_suffix{
	font-size: 10px;
	font-weight: normal;
}

div.ytd_abil_caption{
	font-weight: bold;
	color:#FFFF80;
}

.ytd_detailrow {
	background-color: #040200;
	padding: 4px;
}

th.ytd_detail_header {
	text-align: left;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 3px 8px;
}

td.ytd_add_form{
	font-weight: bold;
	font-size: 12px;
	line-height:150%;
	padding: 15px 30px;
}

td.ytd_add_form div.ytd_add_form_comment{
	font-size: 10px;
	font-weight: normal;
	line-height:120%;
}

table.static_box{
	position: absolute;
	padding: 2px;
	z-index:100;
}

span.ytd_status{
	font-weight: bold;
}


span.ytd_status_outdated{
	color:#C20C0C;
}
span.ytd_status_pending_update{
	color:#FFFF00;
}
span.ytd_status_pending{
	color:#FFFF00;
}
span.ytd_status_declined{
	color:#FF0000;
}
span.ytd_status_approved{
	color:#80FF00;
}
span.ytd_status_awatining_approval{
	color:#CCFF00;
}
span.ytd_status_needs_update{
	color:#FF5E00;
}
span.ytd_emp_text{
	font-weight: bold;
	font-size: 13px;
	color:#FFFF00;
}

span.ytd_emp_text_opac{
	font-weight: bold;
	font-size: 13px;
	opacity: 0.4;
	background-color:#000000;
	color:#000000;
}

td.iewarning{
	font-weight: bold;
	font-size: 16px;
	color:#FF0000;
}

#discussionCaption{
	font-weight: bold;
	font-size: 20px;
}

#resourceCaption{
	font-weight: bold;
	font-size: 20px;
	color:#FFFF00;
	padding: 6px 24px;
}

#resourceCaptionSuffix{
	font-size: 12px;
}

div.percbar{
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.hidebox{
	background-color: #A76E00;
	width: 100%;
}

.hidebox_caption{
	background-color: #171717;
	padding: 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #372f29;
	background-image: url('./images/cellpic1.gif');
}
 
.hidebox_content{
	background-color: #000000;
	padding: 4px;
}

/********* FLASH ********/

.flashCaption{
	font-weight: bold;
	font-size: 18px;
	color:#FFFF00;
	padding: 6px 24px;
}

.flashCaptionSmall{
	font-weight: bold;
	font-size: 13px;
	color:#FFFF00;
}

.smallmenu a:link {
	color: #dea700;
	text-decoration: none;
}


.smallmenu a:hover {
	color: #FFD200;
	text-decoration: none;
}

.smallmenu a:active {
	color: #FFD200;
	text-decoration: none;
	/*border-style: inset;*/
}

.smallmenu {
	text-align: center;
	vertical-align: bottom !important;
	color: #dea700;
	border: 2px outset #dea700;
	padding: 1px 3px 1px 3px;
	margin: 3px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../imageset/runes.gif');
	background-repeat:repeat;
	font-size: 10px;
	font-weight: bold;

}


