/*******************************************************************************
*                                                                              *
*                                                                              *
* Hostile v4                                                                   *
*                                                                              *
*                                                                              *
*******************************************************************************/

/*******************************************************************************
*                                                                              *
* main                                                                         *
*                                                                              *
*******************************************************************************/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background-color: #73725E;
	scrollbar-face-color: #515145;
	scrollbar-highlight-color: #676758;
	scrollbar-shadow-color: #34342A;
	scrollbar-3dlight-color: #8D8E7E; 
	scrollbar-arrow-color: #EEE5BE; 
	scrollbar-track-color: #CCCCCC; 
	scrollbar-darkshadow-color: #24241D;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link,a:active,a:visited {
	color : #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

hr {
	height: 0px;
	border: solid #8F8F8F 0px;
	border-top-width: 1px;
}

hr.hrrow1 {
	border-color: #8F8F8F;
}

hr.hrrow2 {
	border-color: #8F8F8F;
}

/* This is the border line & background colour round the entire page */
.bodyline, .privatebox {
	background-color: #2F2F27;
	border: 3px #252620 solid;
}

.privatebox {
	border: none;
}

td.content {
	padding: 0 10px 10px 10px;
	background: #2F2F27 url(images/content-bg.png) repeat-x;
	border-top: none;
	border-bottom: none;
}

td.header {
	border: none;
	border-top: none;
	border-bottom: none;
}

td.footer {
	border-top-width: 1px;
	background: #000;
	padding: 1px 1px 1px 1px;
}

td.footer div {
	background: #1E1E1E url(images/footer.jpg) repeat-x;
	border: 1px solid #504F4B;
	padding: 5px;
}

td.footer div a {
	font-size: 10px;
}

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

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #1C1C1C; } /* reporter plus bas sur td.row3Right,td.spaceRow */
td.row2	{ background-color: #5F5E4C; }
td.row3	{ background-color: #5F5E4C; } /* dans l'admin, mettre identique à row2*/

td.row1	a { color: #999; }

table.viewTopic td.row1 {background-color: #2f2f27;}

tr.mainbg {
	background: url(images/bg_loop.jpg) repeat-x;
}

td.pageleft {
	background: url(images/bg_left.jpg) 100% 0 no-repeat;
}

td.pageright {
	background: url(images/bg_right.jpg) 0 0 no-repeat;
}



/*******************************************************************************
*                                                                              *
* main nav                                                                     *
*                                                                              *
*******************************************************************************/

#main_nav {
	background: #1F1F13 url(images/menu_bg.png) repeat-x;
}

#main_nav ul,
#main_nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#main_nav ul {
	background: #999;
}

#main_nav ul li {
	margin: 0 0 0 -1px;
	padding: 0 10px;
	text-align: center;
	height: 22px;
	line-height: 20px;
	border-left: 1px #BFBD94 solid;
	border-right: 2px #454731 solid;
	float: left;
}

#main_nav ul li:first-child {
	border-left: none;
}

#main_nav ul li:last-child {
	border-right: none;
}

#main_nav_shadow td.l, #main_nav_shadow td.r {
	background: url(images/menu_border_shadow.png) repeat-x;
}

#main_nav_shadow td.c {
	background: url(images/menu_shadow.png) repeat-x;
}


/*******************************************************************************
*                                                                              *
* defaults                                                                     *
*                                                                              *
*******************************************************************************/

/*
  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: #3A3939 url(images/barre.gif) repeat-x;
}


/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight : bold;
	background: #555549 url(images/th-bg.png) repeat-x;
	height: 19px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background: #3A3939 url(images/barre.gif) repeat-x;
	height: 20px;
}


/*
  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: 20px;
	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;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #222222; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { 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: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


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



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


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


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


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


/* 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 : #ffffff;}
a.nav			{ text-decoration: none; color : #ffffff; }
a.nav:hover		{ text-decoration: underline; }


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


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

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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #beac84;
	background-color: #FFF6E2; border: #C8DDCB; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #222222; line-height: 125%;
	background-color: #FFF6E2; border: #C8DDCB; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


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


/* Form elements */
input,textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
	border-width: 1px;
	background-color : #FFF6E2;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #CBCBCB;
	border-width: 1px;
	border-color : #000000;
}

input { text-indent : 2px;
	background-color : #CBCBCB;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #CBCBCB;
	border-color: #E2D2B0;
	border-width: 0px;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #CBCBCB;
	border-color: #000000;
	border-width: 1px;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #CBCBCB;
	border-color: #000000;
	border-width: 1px;
	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: #7E7D64; border-style: none; }


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

