/*
  MylBase theme for phpBB version 2+
	Created by SGo-Logo ADM
	Based on the original subSilver Theme for phpBB version 2+
   */


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body    { background-color: black; outline-color: #000 }

/* General font families for common tags */
font,th,td,p  { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited  { color: #fff }
a:hover		 { color: #fff; text-decoration: underline }
hr	 { height: 0; border-style: dashed; border-width: 1px 0 0; border-color: #ffd65a }


/* This is the border line & background colour round the entire page */
.bodyline	  { background-color: #000000; border: solid 0 #fc3 }

/* This is the outline round the main forum tables */
.forumline	  { background-color: white; border: solid 2px #006 }


/* Main table cell colours and backgrounds */
td.row1	 { background-color: black }
td.row2	 { background-color: black }
td.row3	 { background-color: black }


/*
  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   { color: #fff; background-color: black; background-image: url(../../../../../../../../Program%20Files/EasyPHP%202.0b1/www/phpBB2/templates/MylProperz/images/cellpic2.jpg); background-repeat: repeat-y }

/* Header cells - the blue and silver gradient backgrounds */
th	 { color: white; font-size: 15px; font-weight: bold; background-color: white; background-image: url("images/cellpic3.gif"); height: 25px }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom   { background-color: white; background-image: url("images/cellpic1.gif"); height: 28px; border: solid black }


/*
  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 :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR  { font-weight: bold; height: 28px; border: solid black }
th.thBottom   { font-weight: bold; background-color: #fff; background-image: url("images/cellpic1.gif"); height: 28px; border: solid black }
td.row3Right,td.spaceRow  { background-color: black; border: solid black }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	 { color: #ffc; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; text-decoration: none }


/* General text */
.gen  { font-size: 12px }
.genmed { font-size : 11px; }
.gensmall  { font-size: 10px }
.gen,.genmed,.gensmall  { color: #fff }
a.gen,a.genmed,a.gensmall  { color: #f90; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	 { color: #666; text-decoration: underline }


/* The register, login, search etc links at the top of the page */
.mainmenu		 { color: #fff; font-size: 11px }
a.mainmenu		 { color: #f90; text-decoration: none }
a.mainmenu:hover { color: #999; text-decoration: underline }


/* Forum category titles */
.cattitle		 { color: #fff; font-size: 15px; font-weight: bold; letter-spacing: 1px }
a.cattitle		 { color: #f60; text-decoration: none }
a.cattitle:hover { color: #ccc; text-decoration: underline }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		 { color: #fff; font-size: 12px; font-weight: bold }
a.forumlink 	 { color: #f90; text-decoration: none }
a.forumlink:hover { color: #ccc; text-decoration: underline }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			 { color: #fff; font-size: 12px; font-weight: bold }
a.nav			 { color: #f90; text-decoration: none }
a.nav:hover		 { color: #999; text-decoration: underline }


/* titles for the topics: could specify viewed link colour too */
.topictitle			 { color: #fff; font-size: 11px; font-weight: bold }
a.topictitle:link    { color: #fff; text-decoration: none }
a.topictitle:visited  { color: #fff; text-decoration: none }
a.topictitle:hover	{ text-decoration: underline; color : #FFE397; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			 { color: #fff; font-size: 11px }

/* Location, number of posts, post date etc */
.postdetails		 { color: #fff; font-size: 10px }


/* The content of the posts (body of text) */
.postbody  { color: #fff; font-size: 12px }
a.postlink:link	 { color: #ccf; text-decoration: none }
a.postlink:visited  { color: #666; text-decoration: none }
a.postlink:hover  { color: #666; text-decoration: underline }


/* Quote & Code blocks */
.code  { color: #000; font-size: 11px; font-family: Courier, "Courier New", sans-serif; background-color: #fafafa; border: solid 1px #d1d7dc }

.quote   { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 125%; background-color: #000; border: solid 1px #fc0 }


/* Copyright and bottom info */
.copyright		 { color: #ccc; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px }
a.copyright		 { color: #666; text-decoration: none }
a.copyright:hover  { color: #fff; text-decoration: underline }


/* 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  { background-color: #ccc; border-style: solid; border-width: 1px; border-color: #ffffff #ffe397 #ffe397 #ffffff; scrollbar-track-color: #E5C550 }
select  { color: #000; background-color: #fff }

input  { text-indent: 2px }

/* The buttons used for bbCode styling in message post */
input.button {
	background-image : url(images/bout1.gif);
	background-position : bottom;
	background-color : #B38D0B;
	border-bottom-color : #706028;
	border-left-color : #FFFF8D;
	border-right-color : #706028;
	border-top-color : #FFFF8D;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-image : url(images/bout1.gif);
	background-position : bottom;
	background-color : #B38D0B;
	font-weight : bold;
	border-bottom-color : #706028;
	border-left-color : #FFFF8D;
	border-right-color : #706028;
	border-top-color : #FFFF8D;
}

/* None-bold submit button */
input.liteoption {
	background-image : url(images/bout1.gif);
	background-position : bottom;
	background-color : #B38D0B;
	font-weight : normal;
	border-bottom-color : #706028;
	border-left-color : #FFFF8D;
	border-right-color : #706028;
	border-top-color : #FFFF8D;
}

/* 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  { color: #fff; background-color: black; border-style: none }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
