/*
  The original Diddle Theme for phpBB version 2.0.18
 
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFF7C6;
	scrollbar-face-color: #FFF7C6;
	scrollbar-highlight-color: #FFF7C6;
	scrollbar-shadow-color: #DE82E7;
	scrollbar-3dlight-color: #DE82E7;
	scrollbar-arrow-color:  #DE82E7;
	scrollbar-track-color: #FFF7C6;
	scrollbar-darkshadow-color: #FFF7C6;
}

/* General font families for common tags */
font,th,td,p { font:13px Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	border: 1px solid #DE82E7;
	background-image: url(images/bg_y.jpg);
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #DEAE08; border: 2px #DE82E7 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFEE6; }
td.row2	{ background-color: #FFFDDD; }
td.row3	{ background-color: #FFFBCD; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #D6E7FF;
		background-image: url(images/cellpic1.gif);
		background-repeat: repeat;
}

/* Header cells - the rainbow gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #FFFBCD; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#FFFBCD; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/

th.thCornerR {
	font-weight: bold;
	height: 28px;
	color: #4A598C;
}
td.spaceRow {
	background-color: #C6D7F7; }
td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
td.spaceRow	 { }
td.catBottom  { border-width: 0px 1px 1px 1px; }


/* General text */
.gen { font-size : 12px; color : #4A598C; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 13px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 13px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 12px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 16px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #AA64B1;
	background-color: #FAFAFA; border: #EDC3F5; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #00699C; line-height: 125%;
	background-color: #FAFAFA; border: #EDC3F5; 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: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F5FFF3; 
    border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A9C7A9;
	border-right-color: #F7FFF7;
	border-bottom-color: #F7FFF7;
	border-left-color: #A9C7A9;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F0FFEC;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #E7FBD6;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #E7FBD6;
	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: #E7FBD6; border: 1px solid #000000; }
td.row3Right { 	background-color: #FFFBCD;  }th.thCornerL {
	font-weight: bold;
	height: 28px;
	color: #4A598C;
} th.thBottom { } th.thBottom { 	font-weight: bold; height: 28px;  } 
th.thHead { font-size: 12px;  } th.thHead { 	font-weight: bold; height: 28px;  color: #4A598C;}  th.thLeft { 	font-weight: bold; height: 28px; color: #4A598C; }  th.thRight { 	font-weight: bold; height: 28px; color: #4A598C; } th.thSides { } th.thSides { 	font-weight: bold; height: 28px;  } th.thTop {
	font-weight: bold;
	height: 28px;
	color: #4A598C;
} td.catSides { } 

/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1, h2 { 			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #4A598C;
 } 

/* Top table on index-body forum */
.indextable {background:url(images/table_m.gif) repeat-x;width:100%}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");