/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		LiquidBlack
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		Andre2 ( http://trancesounds.110mb.com/index.php )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url('styles/LiquidBlack/theme//graphics/fullexpand.gif') no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url('styles/LiquidBlack/theme//graphics/loader.white.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('styles/LiquidBlack/theme//graphics/close.png');
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url('styles/LiquidBlack/theme//graphics/controlbar-white.gif') 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('styles/LiquidBlack/theme//graphics/controlbar-white.gif') right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url('styles/LiquidBlack/theme//graphics/controlbar-white.gif');
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url('styles/LiquidBlack/theme//graphics/resize.gif');
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 16px;
}
.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	left: 0;
	right: 16px;
	top: 0;
	width: auto;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: relative;
	float: right;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url('styles/LiquidBlack/theme//graphics/closeX.png');
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}


/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url('styles/LiquidBlack/theme//graphics/controlbar-black-border.gif');
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url('styles/LiquidBlack/theme//graphics/icon.gif') no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url('styles/LiquidBlack/theme//graphics/controlbar-white-small.gif');
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
#hdr {
	background: #121212 url('styles/LiquidBlack/theme/images/header_x.gif');
	width: 100%;
	height: 0px;
	margin: 0;
	padding: 0; 
}

#hdr_ls {
	background: url('styles/LiquidBlack/theme/images/header_ls.gif');
	width: 261px;
	height: 0px; 
	float: left;
	margin: 0;
	padding: 0; 
}

#brd_in {
	background: #121212;
	border-left: 2px solid #0e0e0e;
	border-right: 2px solid #0e0e0e;
}

#brd_outer {
	border-left: 4px solid #191919;
	border-right: 4px solid #191919;
}

#footer {
	height: 47px;
	background: #181818 url('styles/LiquidBlack/theme/images/footer_x.gif');
}

#footer_ls {
	width:52px;
	height: 47px;
	float:left;
}

#footer_rs {
	width:39px;
	height: 47px;
	float:right;
}

.catmain {
	background:url('styles/LiquidBlack/theme/images/cat_back.gif');
	width:100%; 
	height:34px; 
}

.catls {
	background:url('styles/LiquidBlack/theme/images/cat_top_ls.gif');
	width:89px;
	height:34px; 
	float:left;
}

.cattext {
	float:left;
	font-size:9px;
	font-weight:bold;
	padding:11px 0px 0px 0px;
	color: #a7a7a7;
}

.cattext a:link { color: #a7a7a7; text-decoration: none }
.cattext a:visited { color: #a7a7a7; text-decoration: none }
.cattext a:hover { color: #ffffff; text-decoration: none }
.cattext a:active { color: #a7a7a7; text-decoration: none }

.catrs {
	background:url('styles/LiquidBlack/theme/images/cat_top_rs.gif');
	width:89px;
	height:34px;
	float:right;
}

.catbtm {
	background: #181818 url('styles/LiquidBlack/theme/images/strip_back.gif') repeat-x top left;
	height: 5px;
}

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "tahoma", verdana, geneva, lucida;
        font-weight: normal;
        color: #a7a7a7;
	background: #202020 url('styles/LiquidBlack/theme/images/bg.gif');
	font-size: 65%; /* This sets the default font size to be equivalent to 10px */
	margin: 0px;
}

#wrap {
	width:1000px;
	text-align:left;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 15px 0px 15px 0px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 15px 25px 0px 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "tahoma", verdana, geneva, lucida;
}

.forumrules h3 {
	color: red;
}

#pageheader {
position: relative; /* peekaboo bug fix for IE6 */
min-width: 0; /* peekaboo bug fix for IE7 */ 
}
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "tahoma", verdana, geneva, lucida;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: "tahoma", verdana, geneva, lucida;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: "tahoma", verdana, geneva, lucida;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #91aadf;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #a7a7a7;
	font-weight: normal;
	white-space: normal;
	font-size: 1.1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
	margin-bottom:5px;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	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: red;
	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;
}

.postauthor {
	color: #a7a7a7;
}

.postdetails {
	color: #a7a7a7;
}

.postbody {
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "tahoma", verdana, geneva, lucida;
}

.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: yellow;
}

.nav {
	margin: 0;
	color: #a7a7a7;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #a7a7a7;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #a7a7a7;
	font-weight: bold;
	font-family: "tahoma", verdana, geneva, lucida;
}

.titles {
	font-family: "tahoma", verdana, geneva, lucida;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: normal;
}

a.titles:link { color: #a7a7a7 }
a.titles:visited { color: #a7a7a7 }
a.titles:hover { color: #1280cd }
a.titles:active { color: #a7a7a7 }

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	height: 23px; 
	color: #626262;
	font-size: 10px;
	font-weight : bold; 
	background-color: #181818;
	background-image: url('styles/LiquidBlack/theme/images/strip_back.gif');
	white-space: nowrap;
	padding: 0px 10px 0px 10px;

}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('styles/LiquidBlack/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('styles/LiquidBlack/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #181818;
	background-image: url('styles/LiquidBlack/theme/images/cellpic1.gif');
	text-indent: 4px;
}

.row1	{ background-color: #181818; border-top: 1px #252525 solid; border-left: 1px #252525 solid; padding:4px }
.row2	{ background-color: #1d1d1d; border-top: 1px #252525 solid; border-left: 1px #252525 solid; padding:4px }
.row3	{ background-color: #181818; border-top: 1px #252525 solid; border-left: 1px #252525 solid; padding:4px }

.spacer {
	background-color: #181818;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #181818;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
	background: #000000;
}

/* Links
 ------------ */

a:link {
	color: #c2c2c2;
       
}

a:active, a:visited {
	color: #c2c2c2;
        
}

a:hover {
	color: #1280cd;
      
}


a.forumlink {
	color: #c2c2c2;
	font-weight: normal;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 1.2em;
}
a.forumlink:visited { color: #c2c2c2 }
a.forumlink:hover { color: #1280cd }
a.forumlink:active { color: #c2c2c2 }

a.topictitle {
	color: #c2c2c2;
	margin: 1px 0;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 1.2em;
        
}

a.topictitle:visited { color: #c2c2c2 text-decoration: normal;}
a.topictitle:hover { color: #1280cd text-decoration: normal;}
a.topictitle:active { color: #c2c2c2 text-decoration: normal;}

th a,
th a:visited {
	color: #c2c2c2 !important;
	text-decoration: normal;
}

th a:hover {
	color: #1280cd;
	text-decoration: normal;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #a7a7a7;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #a7a7a7;
	background-color: #181818;
}

textarea {
	background-color: #181818;
	color: #a7a7a7;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #a7a7a7;
	padding: 2px;
}

select {
	color: #a7a7a7;
	background-color: #181818;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #a7a7a7;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #181818;
	border-style: solid;
	border-width: 1px;
	font-size:13px;
}

.btnbbcode {
	color: #a7a7a7;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "tahoma", verdana, geneva, lucida;
	background-color: #181818;
	border: 1px solid #a7a7a7;
}

.btnmain {
	font-weight: normal;
	background-color: #181818;
	border: 1px #a7a7a7 solid;
	color: #a7a7a7;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #181818;
	border: 1px #a7a7a7 solid;
	color: #a7a7a7;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #181818;
	border: 1px #a7a7a7 solid;
	color: #a7a7a7;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #1d1d1d;
	color: #a7a7a7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #a7a7a7;
	color: #a7a7a7;
	background-color: #181818;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a7a7a7;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "tahoma", verdana, geneva, lucida;
	background-color: #181818;
	color: #a7a7a7;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #a7a7a7;
	color: #a7a7a7;
	background-color: #181818;
	font-family: "tahoma", verdana, geneva, lucida;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a7a7a7;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #a7a7a7;
	font-size: 0.85em;
	font-family: "tahoma", verdana, geneva, lucida;
	background-color: #181818;
}

.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: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: #a7a7a7;
	background-color: #181818;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: "tahoma", verdana, geneva, lucida;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}<br />
<b>Fatal error</b>:  Not able to open ./cache/data_global.php in <b>D:\inetpub\webs\metalzonebiz\foro\includes\acm\acm_file.php</b> on line <b>112</b><br />
