/*
	Original Phantasia Theme for phpBB version 2.0x
  Created by malach
  http://www.phantasia-fr.com

	based on

  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #EAEAF7;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}
/* ---------------------------------------------------------------------------*/

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


/* This is the border line & background colour round the entire page */
.bodyline { 
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
}

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


/* Main table cell colours, backgrounds and borders */
td.row1	{ background-color: #F0F0F7; border: 1px #A2A3A4 solid; border-width: 0px 1px 1px 0px; }
td.row2	{ background-color: #EAEAF0; border: 1px #C9C9C9 solid; border-width: 0px 1px 1px 0px; }
td.row3	{ background-color: #E0E0E7; border: 1px #FFFFE3 solid; border-width: 0px 1px 1px 0px; }
td.row4 {
	font-size: 12px; 
	font-family: "Trebuchet MS"; 
	color: #D9D9F3; 
	text-decoration: none; 
	background-color: #D9D9F3; 
	border: 1px solid #D9D9F3;
	height: 25px; 
	border-width: 0px 1px 1px 0px;
	background-image: url(./images/css/css_cat_mini.gif);
}
td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	background-color: #D9D9F3;
	background-image: url(./images/css/css_cat.jpg);
	height: 28px;
}
th.thHead, td.catHead {
	border-width: 1px 1px 0px 1px;
}
/* ---------------------------------------------------------------------------*/

/* 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 : 120%;
	color : #000000;
}

/* 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; }

/* General text */
.gen {
	font-size : 12px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.gen, .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 content of the posts (body of text) */
.postbody {
	font-size : 12px;
}
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: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	border-left: 1px #c0a9e7 solid;
	border-top: 1px #c0a9e7 solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #ffffe3; 
}
.quotetitle {
	background : #7995df;
	border : 1px solid #d1d7dc;
	font-size : 10px;
	color : #ecf0f6;
	padding : 5px;
	width : 90%;
	font-weight : bold;
	text-align : left;
	margin-top : 10px;
	background : #7995df url(images/bbcode_quote.gif) no-repeat 100% 50%;
}
.quotediv {
	background : #fafafa;
	border : 1px solid #d1d7dc;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #444444;
	border-top : 0;
	padding : 5px;
	overflow : auto;
	width : 90%;
	max-height : 200px;
	text-align : left;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	border-left: 1px #c0a9e7 solid;
	border-top: 1px #c0a9e7 solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #e6ddf7;
}
/* ---------------------------------------------------------------------------*/
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright {
	color: #444444;
	text-decoration: none;
}
a.copyright:hover {
	color: #000000;
	text-decoration: underline;
}
/* Form elements -------------------------------------------------------------*/
textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px #c0a9e7 solid;
	border-top: 1px #c0a9e7 solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #ffffe3;
	}

/* The text input fields background colour */
input.post, textarea.post, select {
	border-left: 1px #6B238E solid;
	border-top: 1px 6B238E solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #fffafa;
	}



/* The main submit button option ---------------------------------------------*/
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-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. --*/
  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);
