/*
  The original Suikoden_LoS Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

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

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #8e384c; text-decoration: none; }
a:hover { text-decoration: none; color : #336699; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline { background-color: #EEEDE9; border: 1px #4DA7BD solid; }

/* This is the outline round the main forum tables */
.forumline { background-color: #EEEDE9; border: 2px #6297A3 solid; }


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


/*
  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: #FFFFFF;
	background-image: url(images/cellpic2.jpg);
	background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color:#E8E1D6; border: #FFFFFF; border-style: solid; height: 28px; }

.fond_th {
	color: #336699; font-size: 11px; font-weight : bold;
	background-image: url(templates/Suikoden_LoS/images/fond_th.gif);
	background-repeat: no-repeat;
	height: 30px;
	border-width: 0px 0px 0px 0px;
}

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

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

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

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

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

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

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

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 10px; color : #336699;}
a.nav { text-decoration: none; color : #8e384c; }
a.nav:hover { text-decoration: none; color : #336699; }

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

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

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

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

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

/* Off-Topic BBcode MOD */
.ot { background-color: #859AC2; border: 1px #D1D7DC solid; }

.otbkg {
	background: url(images/bbcode_ot.gif) no-repeat right;
}

.otsp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA; font-size: 11px; color: #0066CC; line-height: 125%;
}

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

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

/* The text input fields background colour */
input.post, textarea.post {
	color : #78a8b2;
	font-weight : bold;
	background-color : #eae6df;
}

select {
	color : #336699;
	font-weight : bold;
	background-color : #eae6df;
}

select:hover {
	color : #78a8b2;
	font-weight : bold;
	background-color : #ffffff;
}

.option {
	color : #78a8b2;
	font-weight : bold;
	background-color : #eae6df;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-image: url(images/cellpic_buttons.gif);
	color : #336699;
	font-weight : bold;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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: #B3D3D8; border-style: none; }

/* Set Image style */
img, .forumline img {
	border: 0;
}

.suikoden { background-image: url(images/suikoden.jpg); background-repeat: no-repeat; }

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

.citation_left {
	background-image:url(images/citation_left.jpg);
	background-repeat:no-repeat;
}

.citation_right {
	background-image:url(images/citation_right.jpg);
	background-repeat:no-repeat;
	background-position:100% 100%;
}

.citations {
	font-family: Book Antiqua, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5e96a6;
}

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: {T_BODY_HLINK}; }
a.topic-new:hover, a.topic-new:active { color: {T_BODY_LINK}; }
/* End Simple Subforums MOD */

.etoile_table1 {
	color: #336699;
	font-size: 15px;
	font-weight : bold;
	text-align: center;
	background-color: #006699;
	height: 25px;
	background-image: url(images/cellpic4.gif);
}

.etoile_table2 {
	color: #336699;
	font-size: 15px;
	font-weight : bold;
	text-align: center;
	background-color: #006699;
	height: 25px;
	background-image: url(images/cellpic5.gif);
}

.etoile_table3 {
	color: #336699;
	font-size: 15px;
	font-weight : bold;
	text-align: center;
	background-color: #eeede8;
	width: 33%;
	height: 35px;
}

.etoile_table4 {
	color: #336699;
	font-size: 15px;
	font-weight : bold;
	background-color: #eeede8;
	height: 35px;
}

.etoile_title {
	font-weight: bold;
	font-size: 15px;
	color : #8e374c;
	text-align: center;
	width: 260px;
}

.etoile_sign {
	font-weight: bold;
	font-size: 15px;
	color : #8e374c;
	text-align: center;
	width: 260px;
}

.etoile_member {
	font-weight: bold;
	font-size: 15px;
	color : #336699;
	text-align: center;
	vertical-align: top;
	width: 260px;
	height: 40px;
}

/*Nice Formulaire */
/*Text inputs*/
.textinput, .textinputHovered {
	font-weight : bold;
	width: 252px;
	height: 23px;
	background: url(images/input.gif) no-repeat left top;
	border: none;
	padding: 4px 8px;
}
.textinputHovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text inputs-Topics Title*/
.textinput2, .textinput2Hovered {
	font-weight : bold;
	width: 350px;
	height: 23px;
	background: url(images/input2.gif) no-repeat left top;
	border: none;
	padding: 4px 8px;
}
.textinput2Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text inputs-Connexion*/
.textinput3, .textinput3Hovered {
	font-weight : bold;
	width: 150px;
	height: 23px;
	background: url(images/input3.gif) no-repeat left top;
	border: none;
	padding: 4px 8px;
}
.textinput3Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text inputs-Connexion Index*/
.textinput4, .textinput4Hovered {
	font-weight : bold;
	width: 80px;
	height: 23px;
	background: url(images/input4.gif) no-repeat left top;
	border: none;
	padding: 4px 4px;
}
.textinput4Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text inputs-Birthday*/
.textinput5, .textinput5Hovered {
	font-weight : bold;
	width: 45px;
	height: 23px;
	background: url(images/input5.gif) no-repeat left top;
	border: none;
	padding: 4px 4px;
}
.textinput5Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	font-weight : bold;
	width: 352px;
	height: 133px;
	background: url(images/textarea.gif) no-repeat left top;
	border: none;
	padding: 4px 8px;
}
.textareaHovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text areas Signature*/
.textarea2, .textarea2Hovered {
	font-weight : bold;
	width: 450px;
	height: 133px;
	background: url(images/textarea2.gif) no-repeat left top;
	border: none;
	padding: 4px 8px !important;
	padding: 1px 5px;
}

.textarea2Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Text areas Post*/
.textarea3, .textarea3Hovered {
	font-weight : bold;
	width: 650px;
	height: 219px;
	background: url(images/textarea3.gif) no-repeat left top;
	border: none;
	padding: 4px 8px !important;
	padding: 1px 5px;
}

.textarea3Hovered {
	color : #78a8b2;
	background-position: left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width: 93px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmitHovered {
	color: #336699;
	background-position: left bottom;
}

/*Button Galerie*/
.buttonSubmit2, .buttonSubmit2Hovered {
	width: 128px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button2.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmit2Hovered {
	color: #336699;
	background-position: left bottom;
}

/*Button Jumpbox*/
.buttonSubmit3, .buttonSubmit3Hovered {
	width: 55px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button3.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmit3Hovered {
	color: #336699;
	background-position: left bottom;
}

/*Button PM*/
.buttonSubmit4, .buttonSubmit4Hovered {
	width: 160px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button4.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmit4Hovered {
	color: #336699;
	background-position: left bottom;
}

/*Button Find Username*/
.buttonSubmit5, .buttonSubmit5Hovered {
	width: 200px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button5.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmit5Hovered {
	color: #336699;
	background-position: left bottom;
}

/*Button Split topic*/
.buttonSubmit6, .buttonSubmit6Hovered {
	width: 300px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 2px 3px;
	background: url(images/button6.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}
.buttonSubmit6Hovered {
	color: #336699;
	background-position: left bottom;
}

/* Noscript */
.noscript {
	font-size: 12px;
	font-weight: bold;
	color: #86BCBC;
	}

li { color: #336699; }

/* DEBUT MOD Définitions CSS complémentaires */
img { border: none; }
body { font-family: {T_FONTFACE1} }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { padding: 0 2px; }
.nowrap { white-space: nowrap; }
.bold { font-weight : bold; }
.italic { font-style : italic; }
.spacer, .spaceRow { height: 5px; line-height: 5px; padding: 0; margin: 0; }
.complet { width: 100%; }
.demi { width: 50%; }
.tiers { width: 33%; }
.quart { width: 25%; }
/* Affichage et masquage d'éléments */
.display_none { display : none; }
.display_inline { display : inline; }
.display_block { display : block; }
/* Liens non-soulignés */
a.discreet { text-decoration: none; color: {T_BODY_LINK}; }
a.discreet:hover { text-decoration: underline; color: {T_BODY_HLINK}; }
/* Rows hors tableaux */
.row1, .row2, .row3 { padding: 2px; }
.row1 { background-color: {T_TR_COLOR1}; }
.row2 { background-color: {T_TR_COLOR2}; }
.row3 { background-color: {T_TR_COLOR3}; }
/* Formulaires */
form { margin: 0; padding: 0; }
input { margin: 0; }
input.gen { height: {T_FONTSIZE3}px; }
input.genmed { height: {T_FONTSIZE2}px; }
input.gensmall { height: {T_FONTSIZE1}px; }
/* Alignements */
.lt { text-align: left; vertical-align: top; }
.rt { text-align: right; vertical-align: top; }
.ct { text-align: center; vertical-align: top; }
.jt { text-align: justify; vertical-align: top; }
.lm { text-align: left; vertical-align: middle; }
.rm { text-align: right; vertical-align: middle; }
.cm { text-align: center; vertical-align: middle; }
.jm { text-align: justify; vertical-align: middle; }
.lb { text-align: left; vertical-align: bottom; }
.rb { text-align: right; vertical-align: bottom; }
.cb { text-align: center; vertical-align: bottom; }
.jb { text-align: justify; vertical-align: bottom; }
/* Flottement */
.fl { float:left; }
.fr { float:right; }
.clear { clear: both; visibility: hidden; }
/* FIN MOD Définitions CSS complémentaires */

/* Webchat */
#applet { width: 800px; height: 600px; } /* Pour gerer la taille en px de l'applet */

/* Xtra Code blocks */ 
.codetitle {
	background: #3690BD; border:1px solid #336699;
	font-size: 10px; color: #ECF0F6;
	padding:5px; width:90%; font-weight:bold; text-align:left; margin-top:10px;
	background: url(images/bbcode_code.gif) #3690BD no-repeat right;
}

.codediv {
	background:#EEEDE9; border: 1px solid #336699; 
	color:#336699; border-top:0; font:12px Verdana, Arial, Helvetica, sans-serif; 
	padding:5px; overflow:auto; width:90%; height:50px; text-align:left;
}

/* Xtra Quote blocks */ 
.quotetitle {
	background: #6297A3; border:1px solid #336699;
	font-size: 10px; color: #ECF0F6;
	padding:5px; width:90%; font-weight:bold; text-align:left; margin-top:10px;
	background: url(images/bbcode_quote.gif) #6297A3 no-repeat right;
}

.quotediv {
	background:#EEEDE9; border: 1px solid #336699; 
	color:#336699; border-top:0; font:12px Verdana, Arial, Helvetica, sans-serif; 
	padding:5px; overflow:auto; width:90%; height:50px; text-align:left;
}