/*
  Agony01 theme greatly inspire by WoWMoonclaw01 theme for phpBB version 2+
  Created by Moonclaw/Maėvah
  http://www.wowcr.net/
*/

/*
img {
   behavior: url("/includes/pngbehavior.htc");
}
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background: #000000;

	scrollbar-face-color: #353535;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #353535;
	scrollbar-3dlight-color: #454545;
	scrollbar-arrow-color:  #007799;
	scrollbar-track-color: #202020;
	scrollbar-darkshadow-color: #202020;

	margin: 0px;
}

.transparent {
	background: url(images/fading.png) repeat;
}


/*
table {border: 1px dotted red;}
th {border: 1px dotted #00ff00;}
td {border: 1px dotted green;}
*/



font, th, td, p {  font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #eceba0; }



a { 	color: #e7a337;
	text-decoration: none;
	outline: none; }

a:hover	{ text-decoration: underline; color : #e73b37; outline: none; }

#bgdleft {
	position: absolute; top: 0; left: 0;
}

#bgdright {
	position: absolute; top: 0; right: 0; width: 262; height: 157;
}


#mainmenu {
	position: absolute; top: 145; left: 5; right: 155; height: 300; width: 150;
	border: 0px; margin: 0px; padding: 0px;

}

.smallmenu {
	position: absolute; top: 20; width: 300; right: 20;
}

.smallmenu td { text-align: right; }

.mainmenu th, .mainmenu td { font-size: 11px;
			     padding: 3px;  }

.mainmenu th { text-align: left;
	       height: 1.4em;
	       background: url(images/ot02.png) }
.mainmenu td { background: url(images/fading.png) repeat; }


#mainforumspace {

	/* background: url(images/fading.png) 0 0 repeat; */

	position: absolute; top: 145; left: 160; right: 5;
}

.forumline {	border: 1px #800000 solid;

		 }

.forumtitle { font-size: 22px; color: #ffffc0; font-weight: bold; }

.bartitle01 { background: url(images/bartitle01.png) 0 0 repeat;
	      font-size: 11px; font-weight: bold;
	       }

.bartitlebottom { background: url(images/bartitle01.png) 0 0 repeat;
	       }

.cell01 { background: #1b0303; }
.td.cell01 { padding: 4px; }
.td.cell01RR {
	background: #1b0303;
	padding: 4px 4px 4px 14px;
}

.cell02 { background: #230505; }
.td.cell02 { padding: 4px; }
.td.cell02RR {
	background: #230505;
	padding: 4px 4px 4px 14px;
}

.cell03 { background: #321414; }
.td.cell03 { padding: 4px; }

.td.cellFonction {
	color: #000000;
	padding: 4px;
}

.titletext { font-size: 11px; font-weight: bold; }

td.spaceRow {
	background-color: #230505; border: #202020; border-style: solid;
	border-width: 0px 1px 0px 1px;
}

.copyright { 	font-size: 9px;
		color: #bbbbbb; }

hr	{ height: 0px; border: solid #4e2908 0px; border-top-width: 1px;}

/* Form elements */
input,textarea, select {
	color: #eceba0;
	border-width: 1px;
	font-size: 10px;
	/*border-color : red;*/
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : black;
}

option.main {
	font-weight : bold;
}

input { text-indent : 2px; }

.postbody { font-size: 12px; }
.post { color: #eeeeee; font-size: 12px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #222222;
	color: #bbbbbb;
	font-size: 10px;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : black;
	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: #230505; border-style: none; }



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

