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

/*
  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
*/

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-weight : bold;
	background-color: #AA3300; 
	font-variant : small-caps;
}

/*
  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 {
	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: #CCCCCC; border-style: solid; 
}
td.row1, td.row2,td.row3, td.row3Right,td.spaceRow {
	border: #CCCCCC; border-style: solid; border-width: 1px;;
}

th.thHead,td.catHead {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 1px 1px 1px; }
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; }

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

/* 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 : #AA3300; }
a.topictitle:visited { text-decoration: none; color : #AA5F3F; }
a.topictitle:hover	{ text-decoration: underline; color : #AA3300; }

/* 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 : #000000; }

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

/* 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
}

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}


/* ############################################################ */

#spip_bb_post, #spip_bb_login {
	width: 98%;
}



#spip_bb_login form {
	display: inline;
}

#spip_bb_post .spip_encadrer,
#spip_bb_login .spip_encadrer {
	border: 0px;
	padding: 10px;
	background-color: #EFEFEF;
}

#spip_bb_post .forml {
	background-color : #FFFFFF;
}
#spip_bb_login .forml {
	background-color : #FFFFFF;
	width: 120px;
	margin-left: 20px;
}

#spip_bb_post .spip_bouton,
#spip_bb_login .spip_bouton {
	background-color : #FFFFFF;
	font-weight: bold;
	margin-right: 20px;
}

/*
 * Barre de raccourcis
 */

#spip_bb_post a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #DEE3E7;
}
#spip_bb_post a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}


#spip_bb_login a { font-size : 11px; text-decoration: none; color : #006699;  }
#spip_bb_login a:hover{ font-size : 11px; text-decoration: underline; color : #DD6900; }


