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


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-image: url('img/background.png');
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:  #163470;
	scrollbar-track-color: #FFFFFF;
	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 : #163470; }
a:hover		{ text-decoration: none; color : #FE9D01; }
hr	{ height: 0px; border: solid #FFFFFF 0px; border-top-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: #C0C0C0; border: 0px; }

/* Headers and footers cell colours and backgrounds */
.hdr { background-image: url('images/hd_bg.gif'); height: 25px; border: 0px; color: #163470; font-weight: bold; font-size: 12px; letter-spacing: 1px; }
.hdra { background-image: url('images/hda_bg.gif'); height: 25px; border: 0px; color: #163470; font-weight: bold; font-size: 12px; letter-spacing: 1px; }
.hdr a, table.hdr a:visited { color: #163470; text-decoration: none; }
.hdr a:hover, table.hdr a:active { color: #FE9D01; text-decoration: none; }
.hdrtop { background-image: url('images/main_bg.gif'); height: 25px; border: 0px; }
td.ftr { background-image: url('images/ft_bg.gif'); background-repeat: repeat-x; font-size: 8px; }
td.bottom { background-image: url('images/bottom_middle.gif'); background-repeat: repeat-x; font-size: 8px; }
.ftrbot { background-image: url('images/hd_bg.gif'); height: 25px; border: 0px; color: #163470; letter-spacing: 1px; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }
td.row4 { background-color: #FFFFFF; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #999999; font-size: 11px; font-weight : bold;
	background-color: #E5E5E5; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic3.gif);
			background-color:#FFFFFF; border: 0px; height: 28px;
}

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

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: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

/* 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: #163470; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FE9D01; text-decoration: nonr; }

/* 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: none; color : #FE9D01; }
a.mainmenu:visited{ text-decoration: none; color : #FFFFFF;  }
a.mainmenu:visited:hover{ text-decoration: none; color : #FE9D01;  }

/* 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: none; color : #FE9D01; }
a.cattitle:visited		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover:visited{ text-decoration: none; color : #FFFFFF; }

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

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

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

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

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

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #FFFFFF; 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: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #FFFFFF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

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

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

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	margin: 1px;
	border: thin solid;
	background-color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

#ombre_gauche {
	background-image: url('img/shadowleft.png');
	background-position:  left top;
	background-repeat: repeat-y;
	width: 980px;

  margin: auto
}

#ombre_droite {
	background-image: url('img/shadowright.png');
	background-position:  right top;
	background-repeat: repeat-y;
	width: 980px
}

#mainbg {
	width: 950px;
	margin: auto;
	text-align: center;
	background-color: #FFFFFF;
}

#mainpadding {
  padding: 10px 50px 10px 50px;
  width: 950px;
  margin: auto;
}



#header {
	background-image: url('images/header.jpg');

	width: 950px;
	height: 130px;
	margin: auto;
  color: #FFFFFF
    }

.corner_lt {
  width: 17px;
  height: 17px;
  background-image: url('img/corner_lt.png');
  background-repeat: no-repeat;
  overflow: hidden;
}


.corner_lb {
  width: 17px;
  height: 17px;
  background-image: url('img/corner_lb.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

.corner_rt {
  width: 17px;
  height: 17px;
  background-image: url('img/corner_rt.png');
  background-repeat: no-repeat;
  overflow: hidden;
}


.corner_rb {
  width: 17px;
  height: 17px;
  background-image: url('img/corner_rb.png');
  background-repeat: no-repeat;
  overflow: hidden;
}

.side_top {
  height: 17px;
  background-image: url('img/side_top.png');
  background-repeat: repeat-x;
  overflow: hidden;
}

.side_bottom {
  height: 17px;
  background-image: url('img/side_bottom.png');
  background-repeat: repeat-x;
  overflow: hidden;
}



.side_right {
  width: 17px;
  background-image: url('img/side_right.png');
  background-repeat: repeat-y;
  overflow: hidden;
}

.side_left {
  width: 17px;
  background-image: url('img/side_left.png');
  background-repeat: repeat-y;
  overflow: hidden;
}

.center {
  text-align: left;
}

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

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

.horspacer {
  float: none;
  clear: both;
  height: 15px;
  width: 100%;
A?b???  overflow: hidden;
  visibility: hidden;
}

#bottombar {
  height: 80px;
  width: 950px;
  background-image: url('img/bottombg2.gif');
  background-repeat: repeat-x;
  text-align: center;
  margin: auto;
  font-family: tahoma;
  font-size: 8px;
  line-height: 12px;


}

a {
  color: #000066;
  text-decoration: underline;
}

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



#bottomleft {
  width: 252px;
  height: 80px;
  background-image: url('img/bottombg.gif');
  background-repeat: no-repeat;
  text-align: right; 
 float: left;

}

#bottomtext {
  width: 700px;
  height: 64px;
  text-align: right;
  color: #FFFFFF;
  font-family: tahoma;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
}

#bottomtext a {
  color: #FFFFFF;
  text-decoration: none;
}

#bottomtext a:hover {
  text-decoration: underline;
}



#leftpanel {
  width: 160px;
  float: left;
  margin: 0px;
}

#newsletters {
  height: 261px;
  width: 52px;
  background-image: url('img/newsletters.gif');
  background-repeat: no-repeat;
  float: right;
}
#menu {
	text-align: right;
	font-family: 'century gothic';
	font-size: 13px;
	color: #FFFFFF;
	position: relative;
	height: 34px;
	line-height: 20px;
	top: 54px;
	margin: auto;
	left: 64px;
	width: 588px;


}

#menu a {
  height: 20px;
  filter: Alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  display: block;
  float: right;
  margin-right: 8px;
}

#menu a:hover {
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.header_lien {
	color:#FFFFFF;
}

#rightpanel {
  width: 546px;

  margin: 0px;
}

.title {
  font-weight: bold;
  color: #5e95cd;
}

.leftsection {
  padding-left: 16px;
}

.horspacer {
  float: none;
  clear: both;
  height: 15px;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}

