/* --- CSS --- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Verdana", Tahoma, Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #000 url(images/mur_fond.jpg) repeat-x top;
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: normal;
}
	
ul, ol, li{
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
    border: 0 none;
}

a, a:active, a:visited {
    color: #dedabe; 
	text-decoration: none;
}

a:hover {
    text-decoration: none;
	}
	
hr	{ height: 0px; border: solid #111 0px; border-top-width: 1px;}


h1 {
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h4 {
	margin: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

/*p.moderators {
	padding: 5px  0;
}*/

/*
.rtl p.moderators {
	float: right;
}*/

p.linkmcp {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

/*p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0px;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}*/

p.desc {
	color: #EFE3C2;
	font-size: 1em;
	padding-bottom: 3px;
}

p.forumdesc {
    background: #3D3725;
	border-top: #6b5b4b 1px dotted;
	border-bottom: #6b5b4b 1px dotted;
	padding: 1px 2px 3px;
	font-size: 1.1em;
	}

.topictitle { 
	color: #A8977B; 
	font-size: 1.1em; 
	font-weight: bold;

}

.topictitle:hover {
    color: #fff;
	}

p.topicauthor {
	margin: 1px 0px;
}

p.topicdetails {
	margin: 1px 0px;
}

p.topicdetails a {
   color: #A8977B;
   }

td.history-current, tr.row1 td.history-current, tr.row2 td.history-current {
	background: #444;
}

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

.sep {
	color: #888;
}


.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.error, table td .error {
	color: #FF0000;
}

.pagination {
	padding: 4px;
	font-size: 1em;
	font-weight: bold;
}

/* --- MAIN CONTENT --- */

#bodycontent {
    width: 1000px;
	margin: 0 auto;
	background: #000;
	overflow: hidden;
	padding-bottom: 15px;
	}
	
/* --- HEADER Logo --- */
	
#logo a {  
    background: url(images/header.jpg) no-repeat 0 0;
	height: 210px;
    display: block;
	}
	
#logo {  
    background: url(images/header.jpg) no-repeat 0 0;
	height: 210px;
    display: block;
	}
	
#logo a:hover {
    background: url(images/header-h.jpg) no-repeat 0 0;
	}
	
/*--- FOOTER --- */

.mainfooter {
   margin-top: 20px;
   height: 70px;
   }
   
#footer-hr {
    height: 0px; 
	border: solid #695E41 0px; 
	border-top-width: 1px;
	margin-bottom: 10px;
   }
   
#footer-left {
   width: 50%;
   float: left;
   }
   
.copyright {
	color: #fff;
	font-weight: normal;
	font-size: 9px;
	line-height: 1.2em;
}
.copyright a, .copyright a:visited {
	color: #AAA;
	text-decoration: underline;
}
.copyright a:hover { color: #dadeba; }

   
#footer-right {
   width: 40%;
   float:right;
   padding-top: 10px;
   }
   
#footer-left a {
   text-decoration: none;
   }

#bottombgforum {
    background: url(images/bottombgforum.png) no-repeat top;
	height: 15px;
	float:left;
	width: 795px;
	}

/* --- SIDEBAR Main --- */

#sidebar {
    width: 200px;
	float: right;
	background: #000 url(images/topside.jpg) no-repeat top;
	height: 650px;
	}
	
#sidebar a, #sidebar a:visited {
    color: #473632;
	}
	
#sidebar a:hover {
    color: red;
	}
	
/* --- SIDEBAR Menu --- */
	
.menu-user {
    margin-top: 45px;
	}
	
/*.menu-user, .menu-forum, .menu-admin {
	height: 185px;
	width: 186px;
	margin-left: 16px;
	visibility: show;
	}*/
	
.menu-user h2, .menu-forum h2, .menu-admin h2 {
    display: none;
	}
	
.menu-user, .menu-forum, .menu-admin {
	margin-left: 16px;
	height: 185px;
	width: 186px;
	}

.menu-user {
background: url(images/paper-1full.png) no-repeat 0 0;
}

.menu-forum {
background: url(images/paper-2full.png) no-repeat 0 0;
}

.menu-admin {
background: url(images/paper-3full.png) no-repeat 0 0;
}
	
.menu-user:hover, .menu-forum:hover, .menu-admin:hover {
    background-position: 0 -192px;
	}

/*--- END --- */
	
.menu-admin ul#boxmenu, .menu-user ul#boxmenu, .menu-forum ul#boxmenu {
    width: 155px;
	height: 100px;
	margin: 0 0 0 25px;
	padding-top: 75px;
	}
	
.menu-admin ul#boxmenu {
    padding-top: 80px;
	}
	
/* --- CONTENT FORUM Main --- */

#contentmain {
    width: 778px;
	float: left;
	background: #3E3624 url(images/topmiddleforum.png) repeat-y right;
	padding: 0 8px 0 9px;
	}
	
#topbgforum {
    background: url(images/topbgforum.png) no-repeat top;
	height: 15px;
	float:left;
	width: 795px;
	}
	
/* --- CONTENT FORUM Times & Rss --- */
	
#texture {
    /*background: url(images/accessok.png) no-repeat left;*/
	/*height: 60px;*/
	overflow: hidden;
	clear: both;
	}
	
#time .useravatar img, #time-off .useravatar img {
    width: 50px;
	height: 50px;
	border: 3px solid #373222;
	padding: 1px solid #6B5B4B;
	}
	
.rss {
	height: 42px;
    float: right;
	width: 43px;
	}
	
.rss a {
    background: url(images/rss.png) no-repeat 0 -42px;
    display: block;
	width: 43px;
	height: 42px;
	}
	
.rss a:hover {
    background: url(images/rss.png) no-repeat 0 0;
	}
	
.crono {
    padding-left: 28px;
	padding-top: 8px;
	width: 250px;
	float: left;
	height: 40px;
	/*background: url(images/frex.png) no-repeat 100px 3px;*/
	}
	
.gensmall {
	margin: 1px 1px;
	font-size: 1em;
	color: #DEDABE;
	font-weight: bold;
}

/* --- CONTENT FORUM Statistics and moderation box --- */

.table-legend {
     color: #DEDABE;
	 overflow: hidden;
	 }
	 
.dist {
	margin: 18px 0;
	}

.table-legend h3,
#pageheader h3
{
     background: url(images/usersbg.png) repeat-x 0 55%;
	 margin: 10px 0 0 0;
	 height: 39px;
	 line-height: 3.2em;
	 text-indent: 80px;
	 font-size: 12px;
	 }
	 
.table-legend h3 span a {
    color: #DEDABE;
	}
	
.table-legend h3 span a:hover {
    color: #CBC598;
	}
	
.table-legend h3 span#user,
.table-legend h3 span#birth,
.table-legend h3 span#stats,
.table-legend h3 span#login,
#pageheader h3 span#mod
 {
     display: block;
	 height: 39px;
	 padding: 0px;
	 }
	 
.table-legend h3 span#user {
     background: url(images/users.png) no-repeat left;
	 }
	 
.table-legend h3 span#birth {
     background: url(images/birth.png) no-repeat left;
	 }

.table-legend h3 span#stats {
     background: url(images/stats.png) no-repeat left;
	 }
	 
.table-legend h3 span#login {
     background: url(images/login.png) no-repeat left;
	 }
	 
#pageheader h3 span#mod {
     background: url(images/mod.png) no-repeat left -1px;
	 }
	 
.table-legend #topbox {
     background: url(images/topstat.png) no-repeat top right;
	 width: 778px;
	 height: 20px;
	 }
	 
.table-legend #topbox-info {
     background: url(images/topinfo.png) no-repeat top right;
     width: 778px;
	 height: 14px;
	 }
	 
.table-legend #box1,
.table-legend #box4,
.table-legend #box5,
.table-legend #box6,
.table-legend #box7,
h2#titletopic
 {
     padding: 5px 5px 5px 7px;
	 background: url(images/middlestat.gif) repeat-y;
	 }
	 
.table-legend #box7,
h2#titletopic
 {
     padding: 0 5px 7px 7px;
	 }	 
	 
.table-legend #bottombox {
     padding: 5px;
	 background: url(images/bottomstat.gif) no-repeat;
	 height: 15px;
	 }	 

.table-legend #box7 {
	 overflow: hidden;
	 margin-top: 0px;
	 }	 
	 
.table-legend #box7 #legend1,
.table-legend #box7 #legend2,
.table-legend #box7 #legend3
{
    float: left;
	width: 170px;
	margin-right: 2px;
	height: 31px;
	line-height: 3.2em;
	text-indent: 35px;
	}
	
.table-legend #box7 #legend1 {
    background: url(../imageset/forum_read.png) no-repeat left 0px;
	margin-left: 150px;
	}
.table-legend #box7 #legend2 {
     background: url(../imageset/forum_unread.png) no-repeat left 0px;
	 }
.table-legend #box7 #legend3  {
    background: url(../imageset/forum_read_locked.png) no-repeat left 0px;
	}
	
.table-legend #box5 #top-2, .table-legend #box5 #top-3 {
    margin-bottom: 5px;
	}
	
/* --- FORUM TABLES --- */

.borderforum {margin-top: 20px;}

.subforum.read { 
	background: url(images/sub_old.gif) 0 2px no-repeat;
	padding-left: 12px;
}
.subforum.unread { 
	background: url(images/sub_new.gif) 0 2px no-repeat;
	padding-left: 12px;
}

.subforum.read:hover {
    color: #fff;
	}
	
.subforum.unread:hover {
    color: #cc3300;
	}


.legend {
	text-align: center;
	margin: 0 auto;
	padding: 2px;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
}
.legend-viewforum { 
	margin: 0; 
	text-align: left; 
}

.forumrules {
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	border-left-color: #AAA;
	border-top-color: #AAA;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-family: "Verdana", Tahoma, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
	color: #F0E80A;
}

/* --- FORUM TABLES Captions & Headers --- */

caption, caption.bot, caption#navigation-bar { 
	margin: 0; 
	padding: 0;
	height: 27px;
	white-space: nowrap;
}

caption, caption.bot {
	text-align: center;	
	white-space: nowrap;
}

caption#navigation-bar {
	text-align: right;
	font-size: 0.9em;
	font-weight: normal;
	color: #dedabe;
	}

caption {
	background: url(images/hdr_mid.gif) top left repeat-x;
}

caption.bot {
	background: url(images/bdr_mid.gif) top left repeat-x;
	line-height: 0.7em;
}

.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}

.cap-left-bottom {
   background: url(images/bdr_left.gif) top left no-repeat;
   }
   
.cap-right, .cap-right-bottom {
   padding:  8px 4px 0 4px;
	height: 19px;
	}

.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
}

.cap-right-bottom {
    background: url(images/bdr_right.gif) top right no-repeat;
	}

.cap-right h4, .cap-right-bottom h4, .cap-right h4 a, .cap-right-bottom h4 a {
    color: #dedabe;
	font-weight: bold;
	}
	
.cap-right h4 a:hover {
    color: #CBC598;
	}
	
#leftbox{float: left; width: 40%;text-align: left;padding-bottom: 4px;}

#leftbox a {color: #dedabe;}

#rightbox {float: right; width: auto;text-align: right;padding-bottom: 4px;}

caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-size: 12px;
	font-weight: bold;
}

caption h1, caption h2, caption h3, caption h4, caption span { 
	display: inline;
}


.datetime {text-align: right;}

/* -- FORUM TABLES Breadcrumbs --- */

.breadcrumb {
  margin-bottom: 10px;
  margin-top: 10px;
  }

.breadcrumbs {
  margin: 0;
  padding: 0 0 1px 0;
  }

.breadcrumbs li {
   margin-right: 10px;
   float: left;
   display: inline;
   }

.breadcrumbs a {
   color: #dedabe;
   font-size: 12px;
   font-weight: bold;
   }

/* -- CONTENT FORUM Forums -- */

#contentrow {
	padding: 5px;
	background-color: #191919;
}

.tablebg {
	border: solid 1px #000; 
	background: #3A3227 url(images/cell.gif) top left repeat-x;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #090909;
	background: #3A3227 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}
th {
	color: #DEDABE; 
	font-size: 11px; 
	font-weight: bold;
	background: #9fa484 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #64674B;
	border-right: solid 1px #494A35;
	border-top: solid 1px #38392B;
	border-bottom: solid 1px #494A35;
}

th a, th a:visited {
	color: #CCDFF0 !important;
	text-decoration: underline;
}
th a:hover {
	color: #FFF;
	text-decoration: underline;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}
.catdiv {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}
.rtl .catdiv {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
}

.cat {
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #404040;
	border-right: solid 1px #444445;
	border-top: 0 none;
	background: url(images/cathead.gif) top left repeat-x;
	text-indent: 4px;
}


form#mcp .cat {
	background: none;
	padding: 2px 3px;
	line-height: 2.5em;
	}

.cookies {
    padding-right: 5px;
	color: #dedabe;
	}
	
.cookies #left {
    width: 55%;
	text-align: left;
	float: left;
	}
	
.cookies #left a {
    color: #dedabe;
	}
	
.cookies #left a:hover {
    color: #efebcf;
	}
	
.cookies #right {
    width: 45%;
	float: right;
	text-align: right;
	}

.cathead {
	background: #26629A url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #317CC2;
	border-right: solid 1px #164C7D;
	border-top: solid 1px #3981C3;
	border-bottom: solid 1px #164C7D;
}


a.forumlink  {
    color: #A8977B;
	font-size: 12px;
	font-weight: bold;
	}
	
a:hover.forumlink {
    color: #CDC4B4;
	}
	
/* --- CONTENT FORUM Post --- */

.pageheader {
    clear: both;
	}

#toptitletopic {
    background: url(images/toptitletopic.gif) no-repeat top;
	 width: 778px;
	 height: 7px;
	 }

h2#titletopic {	 /* for background middle see near table-legend class */
    line-height: 1.5em;
	padding-bottom: 5px;
	}
	 
#bottomtitletopic {
	 background: url(images/bottomtitletopic.png) no-repeat;
	 height: 21px;
	 }	

h2#titletopic .titles {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #dedabe;
}	 

h2#titletopic .titles:hover {
    color: #CBC598;
	}
	

#b, #b1, #b2, #locked-new {float:left; width: 100px; height: 30px;}

#b, #b1, #locked-new {margin-right: 3px;}


#b .button-hover
 {
	display: block;
	background: url(../imageset/it/button_topic_new.gif) no-repeat 0 0;
	height: 30px;
	width: 100px;
	}
	
#b .button-hover:hover
 {
	background: url(../imageset/it/button_topic_new.gif) no-repeat 0 -30px;
	}
	
#b1 .button-hover, #pm-button .button-hover
 {
    display: block;
	background: url(../imageset/it/button_topic_reply.gif) no-repeat 0 0;
	height: 30px;
	width: 100px;
	}
	
#b1 .button-hover:hover, #pm-button .button-hover:hover   {
	background: url(../imageset/it/button_topic_reply.gif) no-repeat 0 -30px;
	}
	
	
#b2 .button-hover
 {
    display: block;
	background: url(../imageset/it/button_quick_reply.gif) no-repeat 0 0;
	height: 30px;
	width: 100px;
	}
	
#b2 .button-hover:hover  {
	background: url(../imageset/it/button_quick_reply.gif) no-repeat 0 -30px;
	}
	


.edit
 {
	display: block;
	background: url(../imageset/it/icon_post_edit.gif) no-repeat 0 0;
	height: 16px;
	width: 65px;
	float:left;
	}
	
.edit:hover
 {
	background: url(../imageset/it/icon_post_edit.gif) no-repeat 0 -16px;
	}
	
.quote
 {
    display: block;
	background: url(../imageset/it/icon_post_quote.gif) no-repeat 0 0;
	height: 16px;
	width: 65px;
	float:right;
	}
	
.quote:hover   {
	background: url(../imageset/it/icon_post_quote.gif) no-repeat 0 -16px;
	}

	
	
#pm-button {
	margin: 3px 0 0;
	height: 30px;
	width: auto;
	}
	
#pm-button a.button-hover
 {
float: right;
	}
   	
td.actions {
   padding: 2px 0 2px 0;
   }
   
td.actions-b {
   padding: 2px 0 2px 0;
   }
	
#iconaction {
	background: #383323;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #000;
	margin-left: 3px;
	}
	
#iconaction-b {
	background: #383323;
	border-right: 1px solid #111;
	border-left: 1px solid #111;
	border-bottom: 1px solid #111;
	border-top: 1px solid #000;
	margin-left: 3px;
	}
	
#actions-user {
    padding: 4px 4px 4px 1px;
	border-top: 1px solid #675747;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-bottom: 1px solid #171717;
	}
	
#actions-user-b {
    padding: 4px 4px 4px 1px;
	border-bottom: 1px solid #675747;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	border-top: 1px solid #171717;
	}
	
#actions-user img, #actions-user a img,
#actions-user-b img, #actions-user-b a img 
{
    margin: 0 6px;
	}
	
.addthis_button_compact {
    padding: 0 !important;
	}
	 
.addthis_button_compact span	{
    background: none !important;
	}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #A29853;
	margin-bottom: 10px;
}
td.postbottom { 
	background: #2D2D2D url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
	padding: 2px;
	vertical-align: middle;
}
td.postbuttons { padding-top: 3px; }
.postdetails { 
	color: #CCC;
	font-size: 10px; 
	text-align: left;
}
.postdetails b {
	color: #DDD;
}
.posterrank		{ font-size: 9px; color: #B0B0B0; }
.posterprofile	{ font-size: 10px; color: #D0D0D0; }

.postauthor {
	color: #2370B6;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
.postonline { margin-bottom: 2px; }

.postreported, .postreported a:visited, .postreported a:hover, .postreported a, .postreported a:active {
	margin: 1px 0px;
	color: #F0E80A;
	font-weight: bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a, .postapprove a:active {
	color: #00FF00;
	font-weight: bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}

.pm {
    margin-top: 14px;
	}


.signature {
	font-size: 11px;
	color: #EEE;
	margin-top: 5px;
}
.signature .line { color: #AAA; }

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #A29853;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #A29853;
}

.postbody a { text-decoration: underline; }


td.moderation form {
    background: url(images/struments.png) no-repeat left;
	padding: 5px;
	}
	
td.moderation form #quick-mod-select {
    margin-left: 35px;
	}
	
td.searching{
    background: url(images/lens.png) no-repeat left;
	padding: 5px;
	}
	
td.searching form {
    margin-left: 35px;
	}
	
td.searching span.hiddentext {
    display: none;
	}


/* --- CONTENT FORUM Attachments & Quotes --- */

.quotetitle, .attachtitle, .codetitle {
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	border: solid 1px #090909;
	color: #D0D0D0;
	background: #312724 url(images/cell.gif) repeat-x;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 0.85em;
}

.quotecontent, .attachcontent {
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #534939;
	color: #EEE;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0px 5px 10px 5px;
	padding: 5px;
	border-color: #090909;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 11px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #2E2E2E;
	color: #EEE;
}

.quotewrapper, .codewrapper, .attachwrapper {
	clear: both;
	margin: 5px;
	background: #787C61 url(images/code.gif) 2px 2px no-repeat;
	padding-left: 19px;
	border: solid 1px #090909;
}
.quotewrapper { background-image: url(images/quote.gif); }
.quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle { 
	margin: 0; 
	border-width: 0 0 1px 1px;
}
.quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
	margin: 0; 
	border-width: 0 0 0 1px;
}
.attachcontent, html>body .postbody {
	overflow: auto;
	overflow-x: auto;
}

.syntaxbg {
	color: #FFF;
}

.syntaxcomment {
	color: #AAA;
}

.syntaxdefault {
	color: #FFF;
}

.syntaxhtml {
	color: #FFF;
}

.syntaxkeyword {
	color: #F0E80A;
}

.syntaxstring {
	color: #2370B6;
}

/* --- USER CONTROL PANEL --- */

.table-ucp {
  ;
  }

.title-menu-ucp {
   margin-bottom: 5px;
   overflow:hidden;
   height: 23px;
   }

.content-menu-ucp {
  ;}
    

#title-ucp, #title-ucp-2  {
	color: #fff; 
	float: left;
	padding: 6px 3px 5px 0;
}

#title-ucp b.nav {
    border-left: 1px solid #000; 
	border-right: 1px solid #000; 
   	background: url(images/menu-ucp.gif) repeat-x 0 0; 
	padding: 5px;
	color: #dedabe;
	text-decoration: underline;
	}

#title-ucp-2 a {
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
    color: #fff;
	background: url(images/menu-ucp.gif) repeat-x 0 0; 
	padding: 5px;
	}
	
#title-ucp-2 a:hover {
   background: url(images/menu-ucp.gif) repeat-x 0 -29px;  
   padding: 5px;
   }
   
#box-menu {
   background: url(images/bar-mid.gif) repeat-y;
   min-height: 27px;
   height: 27px;
   border-bottom: 1px solid #000;
   margin-bottom: 5px;
   margin-top: -5px;
   }
   
#box-menu-top {
   background: url(images/bar-top.gif) no-repeat top;
   height: 2px;
   }

ul#voices {
   padding-top: 8px;
   }
   
ul#voices-pm {
   padding-top: 7px;
   }

ul#voices li, ul#voices-pm li{
	float: left; 
	margin-right: 3px; 
	margin-left: 0; 
}

ul#voices li a.cur, ul#voices-pm li a.cur {
    font-weight: bold;
	color: #cc3800;
	}
	
ul#voices li a.cur:hover, ul#voices-pm li a.cur:hover {
    color: yellow;
	}

ul#voices li b, ul#voices-pm li b {
    color: #CC3800;
	}

ul#voices li a:hover, ul#voices-pm li a:hover{
    text-decoration: underline;
	}


/* --- USER CONTROL PANEL Private Messages --- */

.pm-notify-new, .pm-notify-unread {
	border-left: solid 1px #686235;
	border-right: solid 1px #686235;
	border-top: solid 1px #686235;
	border-bottom: solid 1px #686235;
	background: #3a3227 url(images/cell.gif) top left repeat-x;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited { text-decoration: underline; }
.pm-notify-header {
	margin-bottom: 10px;
	color: #CCC;
}
.pm-notify-new, .pm-notify-unread:hover {
	border-left: solid 1px #F8f8f8;
	border-right: solid 1px #F8f8f8;
	border-top: solid 1px #F8f8f8;
	border-bottom: solid 1px #F8f8f8;
}
.pm-notify-new { padding: 30px; }


td.pm_marked_colour { background: #F0E80A; }
td.pm_marked_colour_left { border-left: solid 3px #F0E80A; padding-left: 2px; }
td.pm_marked_colour_right { border-right: solid 3px #F0E80A; padding-right: 2px; }

td.pm_replied_colour { background: #2370B6; }
td.pm_replied_colour_left { border-left: solid 3px #2370B6; padding-left: 2px; }
td.pm_replied_colour_right { border-right: solid 3px #2370B6; padding-right: 2px; }

td.pm_friend_colour { background: #007700; }
td.pm_friend_colour_left { border-left: solid 3px #007700; padding-left: 2px; }
td.pm_friend_colour_right { border-right: solid 3px #007700; padding-right: 2px; }

td.pm_foe_colour { background: #DD0000; }
td.pm_foe_colour_left { border-left: solid 3px #DD0000; padding-left: 2px; }
td.pm_foe_colour_right { border-right: solid 3px #DD0000; padding-right: 2px; }


/* --- REGISTERE & LOGIN --- */

.terms-use {text-align: justify;}

#terms {text-align: justify; margin-top: 5px;}

#terms a {font-weight: bold;}

#terms a:hover {color: red;}

#infoterms {text-align: justify;}
	
/* --- IMPUTS & TEXTAREA --- */

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea, select, .post, .btnbbcode, .btnmain, .btnlite, .btnfile, .helpline {
	font-weight: normal;
	font-family: "Verdana", Tahoma, Helvetica, sans-serif;
	color: #D0D0D0;
	border: 1px solid #686235;
	background-color: #1D1B0E;
}

textarea.textpm {
   font-size: 1em;
   }

input {
	font-size: 1.1em;
	padding: 1px;
}
textarea {
	font-size: 1.3em; 
	line-height: 1.4em;
	padding: 2px;
}
select {
	font-size: 1.1em;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

.post {
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	font-size: 1.1em;
	border: 1px solid #444;
}
.btnbbcode:hover {
	border-color: #999;
	color: #FFF;
}

.btnmain {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: transparent;
	color: #AAA;
	border-style: none;
}
#helpline { color: #AAA; }

* html textarea, * html select, * html .post, * html .btnmain, * html .btnlite, * html .btnfile {
	border-color: #D0D0D0;
}
textarea:hover, select:hover, .post:hover, .btnmain:hover, .btnlite:hover, .btnfile:hover {
	border-color: #D0D0D0;
}
textarea:focus, select:focus, .post:focus, .btnmain:focus, .btnlite:focus, .btnfile:focus {
	border-color: #F0E80A; 
	color: #FFF;
}

label:hover { 
	color: #F0E80A; 
}

/* --- MISC --- */

.username-coloured {
  font-weight: bold;
  }

/* bugs */
@media all and (min-width: 0px)
{
	/* reset file input style for Opera - it changes only text color and border, but not bg color */
	.btnfile, .btnfile:hover, .btnfile:focus { 
		border: none; 
		background-color: #FFF;
		color: #000;
	}

}