/*
  skDefault - theme for phpBB version 2+
  Modified from subSilver by Alshain.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000022;
	scrollbar-face-color: #402C72;
	scrollbar-highlight-color: #402C72;
	scrollbar-shadow-color: #402C72;
	scrollbar-3dlight-color: #402C72;
	scrollbar-arrow-color:  #E3DDFF;
	scrollbar-track-color: #333355;
	scrollbar-darkshadow-color: #DDDDDD;
	color: #E3DDFF;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link          { text-decoration: none; color: #006C8F; }
a:active        { text-decoration: none; color: #006C8F; }
a:visited       { text-decoration: none; color: #006C8F; }
a:hover		    { text-decoration: underline; color: #009CBF; }
a:visited:hover { text-decoration: underline; color: #009CBF; }
hr	{ height: 0px; border: solid #c2cdd6 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #111133; border-style: none; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #111122; border: #602C72; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

/* Some styling for the admin area */
.adminpage	{ border-style: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: none; }

/* Main table cell colours and backgrounds */
td.tablebg	{ background-color: #333344; }
td.row1	{ background-color: #111133; }
td.row2	{ background-color: #1C1B2C; }
td.row3	{ background-color: #333344; }


/*  This is for the table cell above the Topics,
    Post & Last posts on the index.php page
  By default this is a gradiated background.  */
td.rowpic {	background-color: #000000; }

/* Header cells - the gradient backgrounds */
th	{
	color: #E3DDFF; font-size: 11px; font-weight: bold;
	background-color: #000022; height: 25px;
}

td.cat {
		background-color:#333388; border: #000000; border-style: solid; height: 28px;
}

TD.catHead	 { height: 29px; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catSides  { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catLeft	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TD.catBottom { height: 29px; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }

TH.thHead	 { font-weight: bold; font-size: 12px; height: 25px; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thSides	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thTop	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thLeft	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thBottom  { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerL { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }

td.row3Right,td.spaceRow { background-color: #333344; border: #602C72; border-style: solid;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	line-height: 110%;
	color: #FFFFFF;
}

/* General text */
.gen                { color: #AF95DF; text-decoration: none; font-size: 12px; }
a.gen               { color: #AF95DF; text-decoration: none; }
a.gen:link          { color: #AF95DF; text-decoration: none; }
a.gen:active        { color: #AF95DF; text-decoration: none; }
a.gen:visited       { color: #AF95DF; text-decoration: none; }
a.gen:hover         { color: #AF98FF; text-decoration: underline; }
a.gen:visited:hover { color: #AF98FF; text-decoration: underline; }

.genmed                { color: #AF95DF; text-decoration: none; font-size: 11px; }
a.genmed               { color: #AF95DF; text-decoration: none; }
a.genmed:link          { color: #AF95DF; text-decoration: none; }
a.genmed:active        { color: #AF95DF; text-decoration: none; }
a.genmed:visited       { color: #AF95DF; text-decoration: none; }
a.genmed:hover         { color: #AF98FF; text-decoration: underline; }
a.genmed:visited:hover { color: #AF98FF; text-decoration: underline; }

.gensmall                { color: #AF95DF; text-decoration: none; font-size: 10px; }
a.gensmall               { color: #AF95DF; text-decoration: none; }
a.gensmall:link          { color: #AF95DF; text-decoration: none; }
a.gensmall:active        { color: #AF95DF; text-decoration: none; }
a.gensmall:visited       { color: #AF95DF; text-decoration: none; }
a.gensmall:hover         { color: #AF98FF; text-decoration: underline; }
a.gensmall:visited:hover { color: #AF98FF; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu                { color: #E3DDFF; text-decoration: none; font-size: 11px; }
a.mainmenu               { color: #E3DDFF; text-decoration: none; }
a.mainmenu:link          { color: #E3DDFF; text-decoration: none; }
a.mainmenu:active        { color: #E3DDFF; text-decoration: none; }
a.mainmenu:visited       { color: #E3DDFF; text-decoration: none; }
a.mainmenu:hover         { color: #E3DDFF; text-decoration: underline; }
a.mainmenu:visited:hover { color: #E3DDFF; text-decoration: underline; }

/* Forum category titles */
.cattitle                { color: #E3DDFF; text-decoration: none; font-weight: bold; line-height: 100%; font-size: 12px ; letter-spacing: 1px; }
a.cattitle               { color: #E3DDFF; text-decoration: none; }
a.cattitle:link          { color: #E3DDFF; text-decoration: none; }
a.cattitle:active        { color: #E3DDFF; text-decoration: none; }
a.cattitle:visited       { color: #E3DDFF; text-decoration: none; }
a.cattitle:hover         { color: #E3DDFF; text-decoration: underline; }
a.cattitle:visited:hover { color: #E3DDFF; text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink                { color: #E3DDFF; text-decoration: none; font-weight: bold; font-size: 12px; }
a.forumlink               { color: #E3DDFF; text-decoration: none; }
a.forumlink:link          { color: #E3DDFF; text-decoration: none; }
a.forumlink:active        { color: #E3DDFF; text-decoration: none; }
a.forumlink:visited       { color: #E3DDFF; text-decoration: none; }
a.forumlink:hover         { color: #E3DDFF; text-decoration: underline; }
a.forumlink:visited:hover { color: #E3DDFF; text-decoration: underline; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav                { color: #E3DDFF; text-decoration: none; font-weight: bold; font-size: 11px; }
a.nav               { color: #E3DDFF; text-decoration: none; }
a.nav:link          { color: #E3DDFF; text-decoration: none; }
a.nav:active        { color: #E3DDFF; text-decoration: none; }
a.nav:visited       { color: #E3DDFF; text-decoration: none; }
a.nav:hover	        { color: #E3DDFF; text-decoration: underline; }
a.nav:visited:hover { color: #E3DDFF; text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle	               { color: #E3DDFF; text-decoration: none; font-weight: bold; font-size: 11px; }
a.topictitle               { color: #E3DDFF; text-decoration: none; }
a.topictitle:link          { color: #E3DDFF; text-decoration: none; }
a.topictitle:active        { color: #E3DDFF; text-decoration: none; }
a.topictitle:visited       { color: #E3DDFF; text-decoration: none; }
a.topictitle:hover         { color: #9C96B6; text-decoration: underline; }
a.topictitle:visited:hover { color: #9C96B6; text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name		         { color: #E3DDFF; text-decoration: none; font-size: 11px; }
a.name		         { color: #E3DDFF; text-decoration: none; }
a.name:link          { color: #E3DDFF; text-decoration: none; }
a.name:active        { color: #E3DDFF; text-decoration: none; }
a.name:visited       { color: #E3DDFF; text-decoration: none; }
a.name:hover         { color: #E3DDFF; text-decoration: underline; }
a.name:visited:hover { color: #E3DDFF; text-decoration: underline; }

/* Location, number of posts, post date etc */
.postdetails		        { color: #AAAADD; text-decoration: none; font-size: 10px;  }
a.postdetails		        { color: #E3DDFF; text-decoration: none; }
a.postdetails:link          { color: #E3DDFF; text-decoration: none; }
a.postdetails:active        { color: #E3DDFF; text-decoration: none; }
a.postdetails:visited       { color: #E3DDFF; text-decoration: none; }
a.postdetails:hover	        { color: #E3DDFF; text-decoration: underline; }
a.postdetails:visited:hover	{ color: #E3DDFF; text-decoration: underline; }

/* The content of the posts (body of text) */
.postbody                { color: #E3DDFF; text-decoration: none; font-size: 12px; line-height: 18px}
a.postlink               { color: #E3DDFF; text-decoration: underline; }
a.postlink:link          { color: #E3DDFF; text-decoration: underline; }
a.postlink:active        { color: #E3DDFF; text-decoration: underline; }
a.postlink:visited       { color: #E3DDFF; text-decoration: underline; }
a.postlink:hover         { color: #9C96B6; text-decoration: underline; }
a.postlink:visited:hover { color: #9C96B6; text-decoration: underline; }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #EBE5FF;
	background-color: #676579; border: #602C72; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	white-space: nowrap;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #EBE5FF; line-height: 125%;
	background-color: #676579; border: #602C72; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #BBBBDD; letter-spacing: -1px;}
a.copyright		{ color: #BBBBDD; text-decoration: none;}
a.copyright:hover { color: #E3DDFF; text-decoration: bold;}

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color: #FFFFFF;
}

input { text-indent: 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #EFEFEF;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color: #FAFAFA;
	font-weight: bold;
}

/* Non-bold submit button */
input.liteoption {
	background-color: #FAFAFA;
	font-weight: normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
