/*
	Original Phantasia Theme for MiniChat
	Created by malach
	http://www.phantasia-fr.com
*/


/* General page style. The scroll bar colours only visible in IE5.5+ ---------*/
body {

	background-color: #E5E5E5;
	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 }
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover	{ text-decoration: none; color : #1994D1; }
/* ---------------------------------------------------------------------------*/


/* This is the border line & background colour round the MiniChat */
.mcbodyline {
	background-color : #E5E5E5;
	border-left : 1px solid #68526D;
	border-top : 1px solid #68526D;
	border-right : 1px solid #67496E;
	border-bottom : 1px solid #67496E;
}
/* ---------------------------------------------------------------------------*/

/* This is the outline round the main MiniChat tables */
.mcforumline {
	background-color : #FFFFFF;
	border-left : 1px solid #68526D;
	border-top : 1px solid #68526D;
	border-right : 1px solid #68526D;
	border-bottom : 1px solid #68526D;
}
/* ---------------------------------------------------------------------------*/

/* Main table cell colours and backgrounds -----------------------------------*/
td.mcrow1	{
	background-color: #EFEFEF;
	border: 1px #C6B1E9 solid; 
	border-width: 0px 1px 1px 0px; 
}
td.mcrow2	{
	background-color: #E5E5E5; 
	border: 1px #C6B1E9 solid; 
	border-width: 0px 1px 1px 0px; 
}
td.mcrow3	{
	background-color: #E5E5E5; 
	border: 1px #C6B1E9 solid; 
	border-width: 0px 1px 1px 0px; 
}
/* ---------------------------------------------------------------------------*/

/* MiniChat category titles --------------------------------------------------*/
.mccattitle	{
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color : #006699
}
a.mccattitle	{
	text-decoration: none;
	color : #006699;
}
a.mccattitle:hover	{
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------*/

/* General text --------------------------------------------------------------*/
.mcgen { font-size : 12px; }
.mcgenmed { font-size : 11px; }
.mcgensmall { font-size : 10px; }
.mcgen,.mcgenmed,.mcgensmall { color : #000000; }
a.mcgen,a.mcgenmed,a.mcgensmall { color: #006699; text-decoration: none; }
a.mcgen:hover,a.mcgenmed:hover,a.mcgensmall:hover	{ color: #DD6900; text-decoration: underline; }
/* ---------------------------------------------------------------------------*/

.mcnav {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.mcnav {
	text-decoration: none;
	color: #63456B;
}
a.mcnav:hover {
	text-decoration: underline;
}


/* Form elements -------------------------------------------------------------*/
textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	border-right: 1px #F9F9F9 solid;
	border-bottom: 1px #F9F9F9 solid;
	background-color: #D1D8DD;
	}
/* ---------------------------------------------------------------------------*/

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

/* 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. --*/

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