

/*  phpBB 3.0 Style Sheet
    -------------------------------------------------------------
   Style name: Code Black-Bird
   Based on style: subsilver2
   Original author: subBlue ( http://www.subBlue.com/ )
   Modified by: FanFanLaTuFlippe
   
   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
   --------------------------------------------------------------
*/

/* MChat */
/**
*
* @package mChat Subsilver2 Style
* @version  1.3.5 2010-12-02
* @copyright (c) RMcGirr83 ( http://www.rmcgirr83.org/ )
* @copyright (c) By Shapoval Andrey Vladimirovich (AllCity) ~ http://allcity.net.ru/
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
**/

/* mChat
------------ */
div.mChatBG1 {
	background-color: #FBFBFB;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatBG2 {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #DDDDDD;
	overflow: hidden;
}

div.mChatRowLimit {
	overflow: auto;
	width: 100%;
}

div.mChatRowLimitCustom {
	overflow: auto;
	width: 100%;
}

div.mChatPanel {
	text-align: center;
	clear: both;
	padding: 3px;
	margin: 0px;
	background-color: #585858;
}

input.mChatText {
	cursor: text;
	width: 50%;
	border: 1px solid #A9B8C2;
	color: #FFF;
	padding: 3px 5px 3px 5px;
	margin: 3px 0px 3px 5px;
}

input.mChatText:hover {
	border-color: #11A3EA;
}

div.mChatHover:hover {
	background-color: #FEFAC0;
}

.mChatBodyFix {
	width: 100% !important;
	background-color: #DEE3E7 !important;
}

div.mChatStatic {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
}

div.mChatStats {
	padding-left: 5px;
	margin-top: 2px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-height: 1.3em;
	font-size: 1.1em;
	height: auto !important;
}

div.mChatRefresh {
	padding-left: 5px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1.1em;
	margin-top: 1.5em;
	clear: both;
}

input.mChatColor {
	width: 100%;
	text-align: center;
	background-color: #585858;
	border-style: none;	
}

div.mChatMessage {
	padding: 3px;
	font-size: 1.1em;
	width: 98%;
}

a.mChatScriptLink {
	text-decoration:none;
}

img.mChatImage{
	vertical-align: middle;
}

img.mChatImageLoad {
	vertical-align: middle;
	cursor: wait;
	display: none;
}

img.mChatImageOk {
	vertical-align: middle;
	cursor: help;
}

img.mChatImageHideImg {
	vertical-align: middle; 
	cursor: help; 
	display: none;
}

div.mChatSound {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.mchat_alert {
	color: #7E2217;
	padding: 10px;
}

#mChatUserList {
	display: none;
	float: left;
}

.mChatAvatars {
	float: left;
	padding-right: 5px;
}

div.avatarMessage {
	margin-left: 50px;
	width: 90%;
	margin-right: 5px;
}

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

.right { float: none; }

.clear { clear: both; }

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	background: #0F0F0F url('./styles/Code Black-Bird v1.1.1/theme/images/fond_body.png') top repeat;
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #AFAFAF;
	font-size: 10px;
}

#container {border:1px #000000 solid; text-align:left;}
#banner {background: 0;text-align: center;}
#header {background: #000000 url('./styles/Code Black-Bird v1.1.1/theme/images/top_bg.png') top repeat-x; margin-top:2px;  height:60px; text-align: center;}
#wrapper {background: #000000;}

#middle { 
    background: #000000 url('./styles/Code Black-Bird v1.1.1/theme/images/gradient-mid.png') repeat-x top; /* old browsers */
    background: -moz-linear-gradient(top, #7F7F7F 0%, #212121 45%, #000000 100%); /* firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7F7F7F), color-stop(45%,#212121), color-stop(100%,#000000)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F7F7F', endColorstr='#000000',GradientType=0 ); /* ie */
    min-height: 100px;
}
  
#cb {
    background: #777777 url('./styles/Code Black-Bird v1.1.1/theme/images/gradient-cb.png') repeat-x top;
    background: -moz-linear-gradient(top, #777777 0%, #3A3A3A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#3A3A3A)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#3A3A3A',GradientType=0 );
    min-height: 100px;
    border-bottom: 1px #1F1F1F outset;
}

#logo {border-bottom: 1px #4F4F4F outset;}
#wrapfooter {margin: 0 8px 0 8px; text-align: center; clear: both;}
#findbar {width: 100%;}

.forumrules {
	background-color: #0A0A0A;
	border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {color: #CF350C; border-bottom: #CF350C 1px solid;}


/* Navigation
 --------------------- */

#menu { text-align: center; padding-top:10px;}

.home, .faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp, .acp, .minichat {
   display: inline-block;
   width: 110px;
   height: 40px;
   margin: 0 1px 0 1px;
}

.faq { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/faq.png") 0 0 no-repeat;}
.home { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/home.png") 0 0 no-repeat;}
.ucp { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/ucp.png") 0 0 no-repeat;}
.members { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/members.png") 0 0 no-repeat;}
.search { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/search.png") 0 0 no-repeat;}
.nonewpms { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/nonewpms.png") 0 0 no-repeat;}
.newpms { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/newpms.png") 0 0 no-repeat;}
.mcp { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/mcp.png") 0 0 no-repeat;}
.acp { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/acp.png") 0 0 no-repeat;}
.minichat { background: url("./styles/Code Black-Bird v1.1.1/imageset/en/minichat.png") 0 0 no-repeat;}
.home span, .faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span, .acp span, .minichat span {display: none;}
.home:hover, .faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover, .acp:hover {background-position: 0 -40px;}

#crumbs {
    background: #2F2F2F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;
    border-top: 1px #1F1F1F solid;
    border-bottom: 1px #1F1F1F solid;
	height: 29px;
    text-indent: -13px;
}

.breadcrumbs {font-weight: bold;}
ul.breadcrumbs li {padding-top: 8px; text-align: left; list-style-type: none;}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover{color: #AFAFAF; text-decoration: none;}
.toplogin { background: #2F2F2F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x; border-bottom: 2px #111111 ridge; }

/* Round cornered boxes and backgrounds
 --------------------------------------------------------- */

.br { padding-bottom: 55px; }
.navbar {background-color: #D7D7C2; padding: 10px 20px 10px 5px; margin-bottom: 15px; display: block;}
ul.linklist li {list-style-type: none;}

/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
    text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {font-size: 1.1em;}
p.moderators {float: left; color: #CFCFCF; font-weight: bold;}
.rtl p.moderators {float: right;}
p.linkmcp { float: right;margin-right:5px;white-space: nowrap;}
.rtl p.linkmcp {float: left;}
p.breadcrumbs {float: left; color: black; font-weight: bold; white-space: normal; font-size: 1em;}
.rtl p.breadcrumbs {float: right;}
p.datetime {float: right; white-space: nowrap; font-size: 1em;}
.rtl p.datetime {float: left;}
p.searchbar {white-space: nowrap; }
p.searchbarreg {float: right; white-space: nowrap;}
.rtl p.searchbarreg {float: left;}
p.forumdesc {color: #8F8F8F; font-size: 0.9em; padding-bottom: 4px;}
p.topicauthor {margin: 1px 0;}
p.topicdetails {margin: 1px 0;}
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {margin: 1px 0; color: #BBBBBB; font-weight:bold;}
.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active { color: green; font-weight:bold;}
.postapprove img, .postreported img {vertical-align: bottom; padding-top: 5px;}
.postauthor {color: #6E6E6E;}
.postrang {color: #CFCFCF; font-weight: bold;}
.postdetails {color: #6E6E6E; text-align: center;}
.posty sign { font-size: 12px; color: #333333; margin-top: 2px; }
.sign { font-size: 12px; color: #333333; margin-top: 2px; }
.signature .ligne { margin-top: 5px; }
.postbody {
    background: url('./styles/Code Black-Bird v1.1.1/theme/images/fond_post.png') top repeat;
    padding: 4px;
    border: 1px #000000 solid;
	font-size: 12px;
	line-height: 17px;
	font-family: "Verdana", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.postbody h3.second {
	/* The Show First Post Only to Guest message uses this */
	font-size: 3.7em;
	color: #BC2A4D;
	overflow:visible;
}
.postbody li, ol, ul {margin-left: 1.5em;}
.rtl .postbody li, .rtl ol, .rtl ul {margin-right:1.5em;}
.posthilit {background-color: #FDB98D;}
.nav {color: #CFCFCF; font-weight: bold;}

.cookies {
    height: 29px;
	background: #0F0F0F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;
    padding: 0 0 2px 0;
    border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
    color: #AFAFAF;
}

.pagination {padding: 4px; color: #CFCFCF; font-size: 1em; font-weight: bold;}
.cattitle {}
.gen {margin: 1px 1px; font-size: 1.2em;}
.genmed {margin: 1px 1px; font-size: 1.1em;}
.genmeds {color: #BFBFBF; margin: 1px 1px; font-size: 1.1em;}
.genmed2 {color: #AFAFAF; margin: 1px 1px; font-size: 1.1em;}
.gensmall {color: #AFAFAF; margin: 1px 1px; font-size: 1em;}
.gensmall2 {color: #8F8F8F; margin: 0 1px 3px 1px; font-size: 1em;}
.gensmall3 {color: #000000; margin: 2px; font-size: 10px;}

.copyright {color: #9F9F9F; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif;}
.copyright a:link, .copyright a:visited {color: #5F5F5F;}
.copyright a:hover {color: #5F5F5F;}

.titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
    color: #050505 !important;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

.error {color: red;}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: scroll;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

/* Tables
 ------------ */
th {
	color: #BFBFBF;
	font-size: 1.1em;
	font-weight: bold;
	background: #0F0F0F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: center;
}

tn {
    color: #6F6D68;
	font-size: 1.1em;
	font-weight: bold;
	background: #0F0F0F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	height: 29px;
	text-align: left;
	
}

td {padding: 2px;}

td.profile {text-align:center; padding:4px;}
.tablebg {background-color:#111111;}
.catdiv {height:28px; background: url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;}
.rtl .catdiv {background: url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;}
.cat {height:28px; background: url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic1.png') repeat-x; text-indent:4px; border-bottom:1px #2D2D2D solid; border-top:1px #1F1F1F solid;}

.cat2 {
    height: 29px;
	margin: 0;
	padding: 0;
	background: #0F0F0F url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') top repeat-x;
	text-indent: 4px;
    border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;

}

.row1 {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/row1.png') top left repeat;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.rov1  {background: url('./styles/Code Black-Bird v1.1.1/theme/images/rov1.png') top left repeat-x;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;

}

.row2 {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/row1.png') top left repeat;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.row3 {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/row1.png') top left repeat;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.row4 {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/row4.png') repeat-x;
	padding: 0 5px;
	height: 29px;
	border-left: none;
	border-top: 1px #1F1F1F solid;
    border-bottom: 1px #2F2F2F solid;
}

.row5 {
    background: url('./styles/Code Black-Bird v1.1.1/theme/images/titre_forum.png') top repeat-x;
    border-top: 1px #1F1F1F solid;
    border-bottom: 1px #1F1F1F solid;
	height: 40px;
	padding: 0 5px 0 5px;
	
}

.row6 {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/fond_detail.png') repeat;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.row7 {
    background: url('./styles/Code Black-Bird v1.1.1/theme/images/cellpic3.png') repeat-x;
    border-top: 1px #000000 solid;
    border-bottom: 1px #000000 inset;
    padding: 2px 0 0 0;
    height: 30px;

}

.row8 {
    background: #0A0A0A;
    border-top: 1px #000000 inset;
    border-bottom: 1px #000000 inset;
    height: 20px;

}

.row_h {
	background: url('./styles/Code Black-Bird v1.1.1/theme/images/row1.png') top right repeat;
	padding: 4px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.spacer {
	background: #0A0A0A url('./styles/Code Black-Bird v1.1.1/theme/images/space.gif') repeat-x;

}


hr {
	height: 1px;
	border-width: 0;
	background-color: #444444;
	color: #444444;
}

.legend {margin: 0 auto;}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {direction: rtl; unicode-bidi: embed;}
a:link {color:#AFAFAF; text-decoration: none;}
a:visited {color:#AFAFAF; text-decoration: none;}
a:hover {color:#FFFFFF; text-decoration: none;}
a:active {color:#AFAFAF; text-decoration: none;}

a.forumlink {
	font-weight: bold;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

th a,
th a:visited {color: #CFCFCF !important; text-decoration: none;}
th a:hover {text-decoration: none;}


/* Form Elements
 ------------ */
form {margin: 0; padding: 0; border: 0;}

input {
	background: #1F1F1F url("./styles/Code Black-Bird v1.1.1/theme/images/input.png") top repeat-x;
	color: #BFBFBF;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #040404;
	vertical-align: middle;
}

input:hover, input:focus {
	background: #1A1A1A url("./styles/Code Black-Bird v1.1.1/theme/images/input.png") repeat-x;
	background-position: 0 -41px;
}

textarea {
    background: #111111; /* old browsers */
    background: -moz-linear-gradient(top, #111111 0%, #252525 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#252525)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#252525',GradientType=0 ); /* ie */
    min-height: 100px;
    color: #CFCFCF;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	font-weight: normal;
	border: 1px #000000 solid;
	padding: 4px;
	vertical-align: middle;
}

select {
	color: #7C7C7C;
	background-color: #0A0A0A;
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #040404;
	padding: 1px;
	vertical-align: middle;
}

option {padding-right: 1em; vertical-align: middle;}
option.disabled-option {color: graytext;}
.rtl option {padding-left: 1em; vertical-align: middle;}
input.radio {border: none; background: none; vertical-align: middle;}

.post {color: #BFBFBF; background-color: #3D3D3D; border-style: solid; border-width: 1px;}
.btnbbcode {font-weight: normal; font-size: 12px; font-family: "Verdana", Helvetica, sans-serif;}
.btnmain {font-weight: bold; cursor: pointer; padding: 1px 5px; font-size: 1.1em;}
.btnlite {font-weight: normal; cursor: pointer; padding: 1px 5px; font-size: 12px;}
.btnfile {font-weight: normal; padding: 1px 5px; font-size: 1.1em;}
.btnmain, .btnlite, .btnfile {background: #1F1F1F url("./styles/Code Black-Bird v1.1.1/theme/images/submit.png") top repeat-x; border: 1px #000000 solid;}
.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {background: #1F1F1F url("./styles/Code Black-Bird v1.1.1/theme/images/submit.png") top repeat-x; background-position: 0 -41px;}
.btnbbcode {background: #666666 url("./styles/Code Black-Bird v1.1.1/theme/images/bbcode.gif") top repeat-x; color: #2F2F2F; border: 1px #222222 solid;}
.btnbbcode:hover, .btnbbcode:focus {background: #C1C1C1 url("./styles/Code Black-Bird v1.1.1/theme/images/bbcode.gif") top repeat-x; background-position: 0 -41px; color: #222222;}
.helpline, .helpline:hover, .helpline:focus  {color: #DF300D; background: transparent; border-style: none;}

/* BBCode
 ------------ */
.quotetitle, .attachtitle {
    background: #2F2F2F;
    margin: 10px 5px 0 5px;
	padding: 4px;
    border-bottom: #8F8F8F 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;

}

.quotecontent, .attachcontent {
    background: #7A7A7A;
    font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #111111;
	margin: 4px 5px 10px 5px;
	padding: 5px;
	border: 1px #2F2F2F ridge;                  
    
	
}
    
.codetitle {
    font-family: "Verdana", Helvetica, Arial;
	font-size: 11px;
    color: #8F8F8F;
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
    border-bottom: #FF3300 1px solid;

}

.codecontent {
	direction: ltr;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
	margin: 4px 5px 10px 5px;
	padding: 5px;
	border: 1px #2F2F2F ridge;
	color: #9F9F9F;
	font-family: "Arial", Verdana, monospace;
	background: #212121;

}

.syntaxbg {color: #FFFFFF;}
.syntaxcomment {color: #FF8000;}
.syntaxdefault {color: #0000BB;}
.syntaxhtml {color: #000000;}
.syntaxkeyword {color: #007700;}
.syntaxstring {color: #DD0000;}

/* Private messages
 ------------------ */
.pm_marked_colour {background-color:#111111;}
.pm_replied_colour {background-color: #CC5A14;}
.pm_friend_colour {background-color: #395926;}
.pm_foe_colour {background-color: #560F0F;}

/* Boutons
 --------------- */

a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url("./styles/Code Black-Bird v1.1.1/theme/images/icon_fontsize.gif");
	background-position: 0 -1px;
	width: 29px;
	position: absolute;
	top: 6px;
	left: 0px;
}

a.fontsize:hover {background-position: 0 -20px; text-decoration: none;}

.reply-icon	{ 
	float: left; display: block; width: 80px; height: 30px;
	background: url("./styles/Code Black-Bird v1.1.1/imageset/en/button_topic_reply.png") 0 0 no-repeat;
	margin-right: 6px;
}
.post-icon	{ 
	float: left; display: block; width: 80px; height: 30px;
	background: url("./styles/Code Black-Bird v1.1.1/imageset/en/button_topic_new.png") 0 0 no-repeat;
	margin-right: 6px;
}
.locked-icon { 
	float: left; display: block; width: 80px; height: 30px;
	background: url("./styles/Code Black-Bird v1.1.1/imageset/en/button_topic_locked.png") 0 0 no-repeat;
	margin-right: 6px;
}

.reply-icon span, .post-icon span, .locked-icon span {display: none; text-indent: -5000px;}
.reply-icon:hover, .post-icon:hover {background-position: 0 -30px;}

/* boutons topic */

#topic {text-align: center; margin: 0 auto;}

.line, .prof, .mp, .mail, .edi, .cite, .www, .msn, .aim, .icq, .yim, .jabber, .cherch, .pmreply {
   display: inline-block;
   width: 70px;
   height: 25px;
   margin: 0 2px 0 2px;
}

.line { float: left; background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_user_online.png") 0 0 no-repeat;}
.prof {float: left; background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_user_profile.png") 0 0 no-repeat;}
.mp {background:  url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_pm.png") 0 0 no-repeat;}
.mail {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_email.png") 0 0 no-repeat;}
.edi {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_post_edit.png") 0 0 no-repeat;}
.cite {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_post_quote.png") 0 0 no-repeat;}
.www {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_www.png") 0 0 no-repeat;}
.msn {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_msnm.png") 0 0 no-repeat;}
.aim {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_aim.png") 0 0 no-repeat;}
.icq{background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_icq.png") 0 0 no-repeat;}
.yim{background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_yahoo.png") 0 0 no-repeat;}
.jabber{background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_contact_jabber.png") 0 0 no-repeat;}
.cherch {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/icon_user_search.png") 0 0 no-repeat;}
.pmreply {background: url("./styles/Code Black-Bird v1.1.1/imageset/en/button_pm_reply.png") 0 0 no-repeat;}

.prof span, .mp span, .mail span, .edi span, .cite span, .www span, .msn span, .aim span, .icq span, .yim span, .jabber span, .cherch span, .pmreply span {
   display: none;
}

.prof:hover, .mp:hover, .mail:hover, .edi:hover, .cite:hover, .www:hover, .msn:hover, .aim:hover, .icq:hover, .yim:hover, .jabber:hover, .cherch:hover, .pmreply:hover {
   background-position: 0 -25px;
}

/* Misc
 ------------ */
img {border: none;}
.sep {color: #0F0F0F; background-color: #AF250A;}
table.colortable td { padding: 0;}

pre { font-size: 1.1em; font-family: Monaco, 'Courier New', monospace;}
.nowrap {white-space: nowrap;}
.username-coloured {font-weight: bold;}
.simple-header { background-color: #1C1C1C; }
.simple-header .pagination {text-align: left;}
a {outline: none;}
:focus {outline-style: none;}

#skypedetectionswf { position: fixed; top:0; left:-10px; }