/*
  The original EgyptianTheme Theme for phpBB version 2+
  Created by Mojy - Mojytech
  http://www.phpbb-fr-themes.com
  February 2004
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #C89426;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #C89426;
	background-image: url(images/bg_0.gif);
}

/* Table sondage */
/*.space {background-image : url(images/space2.gif);} */

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif ;  font-size: 11px; }
a:link,a:active,a:visited { color : #900000; }
a:hover		{ text-decoration: underline; color : #900000; }
hr	{ height: 0px; border: solid #900000 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #EED3AE;
	background-image: url(images/bg_00.jpg);
	border: 4px #F8EED3;	
	border-style: outset;
}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #EED3AE; border: 4px #C89426;
 border-style: outset; }

.moderator{	color:#900000;font-size:10px;}
a.moderator{color:#900000;font-size:10px; text-decoration:underline;}
a.moderator:hover{color:#FF0000;font-size:10px; text-decoration:underline;}

/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #FBE5C6;
	background-image: url(images/bg_5.gif);
	border: #FDF0DF; border-style: outset;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
td.row2	{ background-color: #F0E3C4; 
background-image: url(images/bg_6.gif);
border: #FDF0DF; border-style: outset;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
td.row3	{ background-color: #D1C6AE;
background-image: url(images/bg_7.gif);
border: #FDF0DF; border-style: outset;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
 td.row4 { background-color: #B3A792;
 background-image: url(images/bg_8.gif);
 border: #FDF0DF; border-style: outset;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
 
 td.bordBR {
	border-right : 1px inset #FF0000;
	border-bottom : 1px inset #FF0000;
}

td.bordB {
	border-bottom : 1px inset #FF0000;
}

 td.bordR {
	border-right : 1px inset #FF0000;
}


/*
  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: #C89426;
	background-image: url(images/cellpic3.gif);	
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F0E3C4; font-size: 11px; font-weight : bold;
	background-color: #C89426; height: 29px;
	background-image: url(images/cellpic1.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic3.gif);
			background-color:#C89426; height: 29px;
}


/*
  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 {
	background-color:#C89426;
	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: 29px; }
	
td.row3Right {
	background-color: #B3A792; 
	background-image: url(images/bg_8.gif);
	border: #FDF0DF; border-style: outset;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}
	
	
td.spaceRow {
	background-color: #C80909;
	background-image: url(images/cellpic4.gif);
}

th.thHead,td.catHead { font-size: 12px;  border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides	 {background-color: #C89426;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: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
td.tdname{border: 1px inset #FF0000;
	
}

/* 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 : #900000;
}

.maintitle_header	{
			font-weight: bold; font-size: 30px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #900000;
}


/* General text */
.gen { font-size : 12px;  }
.genmed { font-size : 11px;  }
.gensmall { font-size : 10px; }
.gen { color : Black; }
.genmed { color : Black; }
.gensmall  { color : #CE6300; }
a.gen,a.genmed,a.gensmall  { color: Black; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FF9C00; text-decoration: underline; }
a.genmed:visited	{ color: #FF9C00; }

/*.gensmall { color : #000000; }
a.gensmall { color: #000000; text-decoration: none; }*/

.gen_black { font-size : 12px; }
.genmed_black { font-size : 11px; }
.gensmall_black { font-size : 10px; }
.gen_black,.genmed_black,.gensmall_black { color : #000000; }
a.gen_black,a.genmed_black,a.gensmall_black { color: #000000; text-decoration: none; }
a.gen_black:hover,a.genmed_black:hover,a.gensmall_black:hover	{ color: #000000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #900000 }
a.mainmenu		{ text-decoration: none; color : #900000;  }
a.mainmenu:visited	{ text-decoration: none; color : #900000;  }
a.mainmenu:hover	{ text-decoration: underline; color : #900000; }


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 12px ;
	letter-spacing: 1px;
	color : #FF9C00;
}
a.cattitle		{ text-decoration: none; color : #FF9C00; }
a.cattitle:visited		{ text-decoration: none; color : #FF9C00; }
a.cattitle:hover{ text-decoration: underline; color : #FF9C00; }

/* Privmsgs titles */
.privmsgs_title		{
	font-weight: bold;
	font-size: 12px ;
	letter-spacing: 1px;
	color : #900000;
}
a.privmsgs_title		{ text-decoration: none; color : #900000; }
a.privmsgs_title:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #900000; }
a.forumlink 	{ text-decoration: none; color : #900000; }
a.forumlink:hover{ text-decoration: underline; color : #900000; }


/* 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 : #F0E3C4;}
a.nav			{ text-decoration: none; color : #900000; }
a.nav:hover		{ text-decoration: underline;  color: #900000;  }

.navdark			{ font-weight: bold; font-size: 11px; color : #900000;}
a.navdark			{ text-decoration: none; color : #900000; }
a.navdark:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #FF9C00; }
a.topictitle:link   { text-decoration: none; color : #FF9C00; }
a.topictitle:visited { text-decoration: none; color : #FF9C00; }
a.topictitle:hover	{ text-decoration: underline; color : #FF9C00; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{
	font-size : 11px;
	color : #000000;
}


/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #900000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #900000;}
a.postlink:link	{ text-decoration: none; color : #900000;}
a.postlink:visited { text-decoration: none; color : #900000; }
a.postlink:hover { text-decoration: underline; color : #900000;}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
	background-color: #B3A792; border: #C89426; 
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px;
	background-image: url(images/bg_8.gif);
	border-style: inset;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #D1C6AE; border: #C89426; border-style: inset;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px;
	background-image: url(images/bg_7.gif);
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #900000; letter-spacing: -1px;}
a.copyright		{ color: #900000; text-decoration: none;}
a.copyright:hover { color: #900000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: #C89426; border-style: inset;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px;
	background-image: url(images/bg_5.gif);
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FBE5C6;
	background-image: url(images/bg_5.gif);
	border: #C89426; border-style: inset;
	border-left-width: 2px; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px;
	}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #FBE5C6;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: ridge;
	border-color: #C89426 #C89426 #C89426 #C89426;
}

/* The main submit button option */
input.mainoption {
	background-color : #FBE5C6;
	font-weight : bold;
	color:#000000;
	border : ridge;
	border-color: #C89426 #C89426 #C89426 #C89426;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FBE5C6;
	font-weight : normal;
	color:#000000;
	border : ridge;
	border-color: #C89426 #C89426 #C89426 #C89426;
}
.post_button {
	background-image: url(images/post_button.gif);
	background-repeat: no-repeat;
}

.frise_1 {
	background-image: url(images/frise_1.gif);
	background-repeat: repeat-x;
	border: #FDF0DF; border-style: outset;
	border-left-width: 4px; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px;
}

.frise_2 {
	background-image: url(images/frise_2.gif);
	background-repeat: repeat-x;
	border: #FDF0DF;
	border-style: outset;
	border-left-width: 4px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;	
}

/* 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: #F0E3C4;
	border-style: none;
	background-image: url(images/bg_6.gif);
}


abbr, acronym {border-bottom: 1px dotted #333333;cursor: help}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border: 0 solid}

.imgfade{filter:alpha(opacity=50); -moz-opacity:0.5;margin-left:3px}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1;margin-left:3px} 

/* Code blocks */
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;font:12px Courier,"Courier New",sans-serif;padding:5px}
.codetitle{background: #FF9C31 repeat-x;border:1px solid #9ca9b4;padding:5px;width:90%;color: Maroon;font-weight:bold; text-align:left;margin-top:10px} 
.codediv{background: #FFFFCE;border: 1px solid #9ca9b4;color:#123123;border-top:0;font:12px Courier,"Courier New",sans-serif;padding:5px;overflow:auto;width:90%;height:50px;text-align:left}

/* This is for the error messages that pop up */
.errorline{background: #FC010D;border: 1px solid #FFFFFF}

/* Quote blocks */
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444;font-size:11px;line-height:125%}
.quotediv{background:#fafafa;border: 1px solid #9ca9b4;border-top:0; padding:5px;overflow:auto;width:90%;text-align:left}

