/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	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/ )
    --------------------------------------------------------------
*/

/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.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;
	font-size: .9em;
}
.highslide-caption {
	display: 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(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(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-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(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(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* 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: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.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: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.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 {
	background: white;
}
.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(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(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(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;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(graphics/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
/**
 * @package styles
 * @version $Id: memberlist_avatar.css,v 1.1.1.1 2009/05/15 05:20:02 damysterious Exp $
 * @copyright (c) 2007 David Lewis (Highway of Life) - http://startrekguide.com
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */
.thumbnail {
	z-index: 0;
	position:relative;
}

a.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	background: #e0e5e9 url("styles/subsilver2/theme/images/cellpic1.gif") repeat-x;
	padding: 4px;
	border: 1px solid #a9b8c2;
	left: 0px;
	display: none;
	color: #FFF;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 2px;
}

a.thumbnail:hover span {
	position:absolute;
	display:block;
	top: 20px;
	left: 7px;
}
.deleted_topic, .deleted_topic .row1, .deleted_topic .row2 {
	background-color: #DDDDDD !important;
}

.deleted_post, .deleted_post .row1, .deleted_post .row2 {
	background-color: #DDDDDD !important;
}

.deleted_topic .content, .deleted_post .content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em !important;
}
/*  
    --------------------------------------------------------------
* @name portal_adds.css
* @package phpBB3 Portal XL
* @version $Id: portal_adds.css,v 1.3 2009/05/19 18:12:35 damysterious Exp $
*
* @copyright (c) 2007, 2009 Portal XL Group
* @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL)
    --------------------------------------------------------------
*/

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}

/* added mods changes */
.rtl .icon-download, .rtl .icon-hacklist, .rtl .icon-tracker, .rtl .icon-gallery, .rtl .icon-toplist {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

.icon-contact, .icon-download, .icon-hacklist, .icon-tracker, .icon-toplist {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

.icon-contact					{ background-image: url('images/icon_contact.gif'); }
.icon-download					{ background-image: url('images/icon_dl.gif'); }
.icon-hacklist					{ background-image: url('images/icon_hl.gif'); }
.icon-tracker					{ background-image: url('images/icon_bt.gif'); }
.icon-kb						{ background-image: url('images/icon_kb.gif'); }
.icon-toplist					{ background-image: url('images/icon_toplist.gif'); }

/* GYM Sitemaps & RSS - www.phpbb-seo.com */
div.gymsublist {
	display:block;
	position:relative;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	padding-right:0;
	margin:0;
}
div.gymsublist ul {
	display:block;
	position:relative;
	height:1%;
	padding-left:30px;
}
div.gymsublist ul li {
	display:block;
	position:relative;
	line-height:18px;
	font-size:11px;
}
/* GYM Sitemaps & RSS - www.phpbb-seo.com */

/* added mods changes */

/*  
.row1, .row2, .row3 {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;
}
*/

a {
outline: none;
}

select {
	font-size: 9px;
	font-weight: normal;
	padding: 1px;
}

h5{
	/* Portal block titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.1em;
}

h6 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	color: #115098;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.05em;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}

div#portal_container{
	border: 0px solid #ccc;
}

div#toolTip {
	position: absolute;
	z-index: 1000;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #BFC1CF;
	text-align: center;
	padding: 5px;
	min-height: 1em;
}

div#toolTip p {
	margin: 0px;
	padding: 0px;
	color: #28313F;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.acronym, .acronym a:link {
	border-bottom: 1px #BD5121 dashed;
	color: #459B37;
	cursor: help;
	font-style: italic;
}

.subforum.read {  
	background: url(images/icon_post_target.gif) center left no-repeat;  
    padding-left: 12px;  
 }  
.subforum.unread {  
    background: url(images/icon_post_target_unread.gif) center left no-repeat;  
   	padding-left: 12px;  
}  

.row-post-bottom {
	background: #FFF;
	border: 1px solid #A9B8C2;
	min-height: 10px;
	vertical-align: middle;
	line-height: 1.2em;
	white-space: nowrap;
	padding: 1px
}

.postbody-block {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
}

/* --------------------------------------------------------------
   special tags own use
   -------------------------------------------------------------- */
dl.extra-box {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1em; 
	display: block;
	height: 77px;
	width: 210px;
	margin-bottom: 5px;
	float: left;
}

dl.extra-box dd a {
	color: #FFFFFF !important;
	display: block;
	font-weight: bold;
	font-size: 1em; 
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;
}

dl.extra-box dd.fileformat { padding-left: 10px; padding-top: 5px; }

dl.extra-box dd.fileformat label { font-size: 1.1em; color: #FFF; }

dl.extra-box dt a {
	color: #333333 !important;
	display: block;
	font-weight: bold;
	font-size: 1em; 
	padding: 10px 0 5px 10px;
	text-decoration: none !important;
}

dl.extra-box dt a:hover { font-size: 1.1em; color: #000000 !important; text-decoration: none; }

dl.extra-box-images {
	font-size: 1em; 
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
}

dl.text dt { font-weight: bold; font-size: 1em; margin-top: 1.1em; }

dl.text, ul.download-update { font-size: 1em; }

/* Menu  listing */
ul.menu { border-top: 1px solid #FFFFFF; list-style: none; }

ul.menu li {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 5px 0 4px 0;
}

ul.menu li.last { border-bottom: none; }

.head1 { font-size: 1.1em; padding: 10px 0 0 10px; }

.head2 { font-size: 1.1em; padding: 15px 0 0 5px; }

/* Extras column */
#extras {
	font-size: 1em; 
	float: right;
	margin: 0px;
	text-align: left;
	width: 215px;
}

dl.linkblue {
	background-image: url("./styles/subsilver2/theme/images/bg_link_blue.png");
}

dl.linkred {
	background-image: url("./styles/subsilver2/theme/images/bg_link_red.png");
}

dl.download {
	background-image: url("./styles/subsilver2/theme/images/bg_download_blue.png");
}
	
dl.download2 {
	background-image: url("./styles/subsilver2/theme/images/bg_download_orange.png");
}

dl.downloadr {
	background-image: url("./styles/subsilver2/theme/images/bg_download_green.png");
}

dl.downloadred {
	background-image: url("./styles/subsilver2/theme/images/bg_download_red.png");
}
	
dl.downloadb {
	background-image: url("./styles/subsilver2/theme/images/bg_download_green.png");
}

dl.download-contrib {
	background-image: url("./styles/subsilver2/theme/images/bg_download_orange.png");
}

div.mini-panel {
	font-size: 1em; 
	color: #333333;
	background-color: #ebebeb;
	margin-bottom: 5px;
	padding: 0 5px;
	width: 200px;
	float: right;
}

div.mini-panel h3 {
	font-size: 1em; 
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 5px 0 0 0;
}

div.mini-panel p { font-size: 1em; margin: 3px 0; }

div.mini-panel span.corners-top, div.mini-panel span.corners-bottom { margin: 0 -10px; }
/* --------------------------------------------------------------
   special tags own use
   -------------------------------------------------------------- */

/* CSS Inner Round Corners center portal pages inner block background
----------------------------------------*/
.xldown1_top, .xldown2_top, .xldown3_top, .xldown4_top, .xldown2_bottom, .xldown3_bottom, .xldown4_bottom{font-size:1px; overflow:hidden; display:block;}
.xldown1_top {height:1px; background:#aaa; margin:0 5px;}
.xldown2_top, .xldown2_bottom {height:1px; background: white; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.xldown3_top, .xldown3_bottom {height:1px; background: white; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.xldown4_top, .xldown4_bottom {height:2px; background: white; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.xldown2_bottom, .xldown3_bottom, .xldown4_bottom {background: white;}
.xldown_head {background: white; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.xldown_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.xldown_box {background: white; border-right:1px solid #888; border-left:1px solid #888;}
.xldown_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}
 
/* CSS Inner Round Corners center announcement block
----------------------------------------*/
.announce1_top, .announce2_top, .announce3_top, .announce4_top, .announce2_bottom, .announce3_bottom, .announce4_bottom{font-size:1px; overflow:hidden; display:block;}
.announce1_top {height:1px; background:#aaa; margin:0 5px;}
.announce2_top, .announce2_bottom {height:1px; background: #A3C5C7; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.announce3_top, .announce3_bottom {height:1px; background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.announce4_top, .announce4_bottom {height:2px; background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.announce2_bottom, .announce3_bottom, .announce4_bottom {background: #E1ECE1;}
.announce_head {background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.announce_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.announce_box {background: #E1ECE1; border-right:1px solid #888; border-left:1px solid #888;}
.announce_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center news block
----------------------------------------*/
.news1_top, .news2_top, .news3_top, .news4_top, .news2_bottom, .news3_bottom, .news4_bottom{font-size:1px; overflow:hidden; display:block;}
.news1_top {height:1px; background:#aaa; margin:0 5px;}
.news2_top, .news2_bottom {height:1px; background: #F0E68C; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.news3_top, .news3_bottom {height:1px; background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.news4_top, .news4_bottom {height:2px; background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.news2_bottom, .news3_bottom, .news4_bottom {background: #FFFCE8;}
.news_head {background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.news_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.news_box {background: #FFFCE8; border-right:1px solid #888; border-left:1px solid #888;}
.news_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center news compact block
----------------------------------------*/
.news_compact1_top, .news_compact2_top, .news_compact3_top, .news_compact4_top, .news_compact2_bottom, .news_compact3_bottom, .news_compact4_bottom{font-size:1px; overflow:hidden; display:block;}
.news_compact1_top {height:1px; background:#aaa; margin:0 5px;}
.news_compact2_top, .news_compact2_bottom {height:1px; background: #89B2D2; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.news_compact3_top, .news_compact3_bottom {height:1px; background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.news_compact4_top, .news_compact4_bottom {height:2px; background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.news_compact2_bottom, .news_compact3_bottom, .news_compact4_bottom {background: #FFFFF0;}
.news_compact_head {background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.news_compact_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.news_compact_box {background: #FFFFF0; border-right:1px solid #888; border-left:1px solid #888;}
.news_compact_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center announcement block
----------------------------------------*/
.attach1_top, .attach2_top, .attach3_top, .attach4_top, .attach2_bottom, .attach3_bottom, .attach4_bottom{font-size:1px; overflow:hidden; display:block;}
.attach1_top {height:1px; background:#aaa; margin:0 5px;}
.attach2_top, .attach2_bottom {height:1px; background: #E9E8CD; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.attach3_top, .attach3_bottom {height:1px; background: #E9E8CD; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.attach4_top, .attach4_bottom {height:2px; background: #E9E8CD; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.attach2_bottom, .attach3_bottom, .attach4_bottom {background: #F1F1E0;}
.attach_head {background: #E9E8CD; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.attach_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.attach_box {background: #F1F1E0; border-right:1px solid #888; border-left:1px solid #888;}
.attach_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center recent latest_topics block
----------------------------------------*/
.latest_topics1_top, .latest_topics2_top, .latest_topics3_top, .latest_topics4_top, .latest_topics2_bottom, .latest_topics3_bottom, .latest_topics4_bottom{font-size:1px; overflow:hidden; display:block;}
.latest_topics1_top {height:1px; background:#aaa; margin:0 5px;}
.latest_topics2_top, .latest_topics2_bottom {height:1px; background: #F0E68C; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.latest_topics3_top, .latest_topics3_bottom {height:1px; background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.latest_topics4_top, .latest_topics4_bottom {height:2px; background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.latest_topics2_bottom, .latest_topics3_bottom, .latest_topics4_bottom {background: #FFFCE8;}
.latest_topics_head {background: #F0E68C; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.latest_topics_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.latest_topics_box {background: #FFFCE8; border-right:1px solid #888; border-left:1px solid #888;}
.latest_topics_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center recent latest_hot block
----------------------------------------*/
.latest_hot1_top, .latest_hot2_top, .latest_hot3_top, .latest_hot4_top, .latest_hot2_bottom, .latest_hot3_bottom, .latest_hot4_bottom{font-size:1px; overflow:hidden; display:block;}
.latest_hot1_top {height:1px; background:#aaa; margin:0 5px;}
.latest_hot2_top, .latest_hot2_bottom {height:1px; background: #89B2D2; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.latest_hot3_top, .latest_hot3_bottom {height:1px; background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.latest_hot4_top, .latest_hot4_bottom {height:2px; background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.latest_hot2_bottom, .latest_hot3_bottom, .latest_hot4_bottom {background: #F1F1E0;}
.latest_hot_head {background: #89B2D2; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.latest_hot_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.latest_hot_box {background: #F1F1E0; border-right:1px solid #888; border-left:1px solid #888;}
.latest_hot_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* CSS Inner Round Corners center recent latest block
----------------------------------------*/
.latest1_top, .latest2_top, .latest3_top, .latest4_top, .latest2_bottom, .latest3_bottom, .latest4_bottom{font-size:1px; overflow:hidden; display:block;}
.latest1_top {height:1px; background:#aaa; margin:0 5px;}
.latest2_top, .latest2_bottom {height:1px; background: #A3C5C7; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.latest3_top, .latest3_bottom {height:1px; background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.latest4_top, .latest4_bottom {height:2px; background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.latest2_bottom, .latest3_bottom, .latest4_bottom {background: #E1ECE1;}
.latest_head {background: #A3C5C7; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.latest_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.latest_box {background: #E1ECE1; border-right:1px solid #888; border-left:1px solid #888;}

/* --------------------------------------------------------------
   additional Markup Styles
   -------------------------------------------------------------- */
   
/* - white - */
div.white {
	background-color: #FFFFFF;
	font-size: 11px;
	color: black;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.white a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: black;
}

div.white th {
	color: black;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.white h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: black;
}

div.white p {
	font-size: 11px;
	color: black;
}

/* - green - */
div.green {
	background-color: #8fbca6;
	color: white;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.green a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: white;
}

div.green th {
	color: white;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.green h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: white;
}

div.green p {
	font-size: 11px;
	color: white;	
}

/* - blue - */
div.blue {
	background-color: #6495ed;
	color: white;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.blue a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: white;
}

div.blue th {
	color: white;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.blue h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: white;
}

div.blue p {
	font-size: 11px;
	color: white;
}

/* - darkgreen - */
div.darkgreen {
	background-color: #C6DDC6;
	color: #669966;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.darkgreen a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #669966;
}

div.darkgreen th {
	color: #669966;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.darkgreen h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: #669966;
}

div.darkgreen p {
	font-size: 11px;
	color: #669966;
}

/* - brown - */
div.brown {
	background-color: #ECD9C8;
	color: #9C6834;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.brown a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Black;
}

div.brown th {
	color: Black;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.brown h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: Black;
}

div.brown p {
	font-size: 11px;
	color: Black;
}

/* - khaki - */
div.khaki {
	background-color: #F0E68C;
	color: Black;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.khaki a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Black;
}

div.khaki th {
	color: Black;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.khaki h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: Black;
}

div.khaki p {
	font-size: 11px;
	color: Black;
}

/* - yellow - */
div.yellow {
	background-color: #FFFFCE;
	color: Black;
	font-size: 11px;;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.yellow a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: Black;
}

div.yellow th {
	color: Black;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.yellow h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: Black;
}

div.yellow p {
	font-size: 11px;
	color: Black;
}

/* - orange - */
div.orange {
	background-color: #ff8c00;
	color: white;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.orange a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: white;
}

div.orange th {
	color: white;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.orange h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: white;
}

div.orange p {
	font-size: 11px;
	color: white;	
}

/* - red - */
div.red {
	background-color: #C30;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.red a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

div.red th {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.red h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: #FFFFFF;
}

div.red p {
	font-size: 11px;
	color: #FFFFFF;
}

/* - gray - */
div.gray {
	background-color: #dcdcdc;
	color: #464646;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	border: 1px double #708090;
	min-height: 1em;
}

div.gray a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #464646;
}

div.gray th {
	color: #464646;
	font-size: 11px;
	font-style: normal;
	margin: 5px 0 5px 0;
}

div.gray h3 {
	border-bottom: 1px solid #c0d8cc;
	margin: 0;
	padding: 5px 0 4px 0;
	font-size: 11px;
	text-align: left; 
	color: #464646;
}

div.gray p {
	font-size: 11px;
	color: #FFFFFF;
}
/* --------------------------------------------------------------
   additional Markup Styles
   -------------------------------------------------------------- */

/* --------------------------------------------------------------
   Attachment Box in news/announcemnt
   -------------------------------------------------------------- */
.attachbox {
	background-color: #101010;
	border-color: #1e90ff;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	color: #1e90ff;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 5px 0 5px;
	padding: 4px;
}

.attachcontent {
	background-color: #101010;
	border: 1px solid #1e90ff;
	/*	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; */
	color: #1e90ff;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px 5px 10px 5px;
	overflow: auto;
	overflow-x: auto;
	padding: 5px;
}

.attachtitle {
	background: #101010 url('images/bbc_zip.gif') no-repeat right;
	border: solid 1px #1e90ff;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 5px 0px 5px;
	padding: 2px 4px;
	padding: 5px;
}

.attachwrapper {
	background: #333 url("/images/archive.png") center left no-repeat;
	border: solid 1px #CEE7E4;
	clear: both;
	margin: 5px 5px;
	padding-left: 55px;
}
/* --------------------------------------------------------------
   Attachment Box in news/announcemnt
   -------------------------------------------------------------- */
   
/* --------------------------------------------------------------
   phpbb Calendar Version 0.1.0
   -------------------------------------------------------------- */
/* uses border-top-color = .bg3/.row3 background-color
 (the line between events in the month display) */
hr.hrCal { border-top-color: #cadceb; }

table.table_minical {
	voice-family: "\"}\""; /* Tantek hack */
	voice-family: inherit;
	width: 99%; /* IE < 6 browsers */
	width: 100%;
}

/* uses background-color of .bg1/.row1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */ 
table.table1 tbody td.bg1_calDay {
	background-color: #ECECEC;
	border-top-color: #12A3EB;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
}

/* uses background-color of .bg1/.row1
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
	background-color: #ECECEC;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

/* uses background-color of .bg2/.row2
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
	background-color: #DCE1E5;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

/* uses background-color of .bg3/.row3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */ 
table.table1 tbody td.bg3_calDay { background-color: #C0C8D0; border-top-color: #12A3EB; }

/* uses background-color of .bg3/.row3
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
	background-color: #C0C8D0;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}

/* uses background-color of .bg3/.row3
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ background-color: #C0C8D0; font-size: 10px; }

/* uses background-color of .bg4/.bg4 for subsilver2 is defined below
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ background-color: #75a9d7; font-size: 10px; }

/* colours of bg2 = row2, bg3 = row3, bg4 is just slightly darker then bg3 
  (used in subsilver2's calendar headers and hardcoded in function_calendar.php for prosilver only,
   expecially important for the minical portal block) */
.bg1, .bg1 a:link { background-color: #ECECEC; font-weight: bold; }
.bg2, .bg2 a:link { background-color: #DCE1E5; font-weight: bold; }
.bg3, .bg3 a:link { background-color: #C0C8D0; font-weight: bold; }
.bg4, .bg4 a:link { background-color: #75a9d7; font-weight: bold; }

/* uses color from h1
   (calendar header previous and next links) */
.calH1 { color: #FFFFFF; font-size: 200%; font-weight: bold; }

/* The from and to times take up a lot of 
  space in the calendar display.
  Use this to shrink them */
.smCalText{ font-size:85%; }

ul.profile-icons li.edit-all-icon	{ width: px; height: px; }
ul.profile-icons li.delete-all-icon	{ width: px; height: px; }

.edit-all-icon, .edit-all-icon a			{ background-image: url("./styles/subsilver2/imageset//icon_calendar_edit_all.gif"); }
.delete-all-icon, .delete-all-icon a			{ background-image: url("./styles/subsilver2/imageset//icon_calendar_delete_all.gif"); }

/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span   { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span  { background: transparent none 0 0 no-repeat; }

/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
   
   Note the "text-align: left" was added because there were a few instances where the icons were cut in half... 
   adding the text align property helps reserve enough space to fully display the icon.
*/
.buttons div.calendar-new-icon		{ width: 16px; height: 16px; text-align: left; float: left; margin: 2px 0 2px 2px; }
.buttons div.calendar-day-icon		{ width: 16px; height: 16px; text-align: left; float: left; margin: 2px 0 2px 2px; }
.buttons div.calendar-week-icon		{ width: 16px; height: 16px; text-align: left; float: left; margin: 2px 0 2px 2px; }
.buttons div.calendar-month-icon	{ width: 16px; height: 16px; text-align: left; float: left; margin: 2px 0 2px 2px; }

/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span 	{ background-image: url("./styles/subsilver2/imageset//calendar_new_star_icon.gif"); float: left; margin-left: 5px; background-repeat: no-repeat;}
.calendar-day-icon span     { background-image: url("./styles/subsilver2/imageset//calendar_day_icon.gif"); float: left; margin-left: 5px; background-repeat: no-repeat;}
.calendar-week-icon span    { background-image: url("./styles/subsilver2/imageset//calendar_week_icon.gif"); float: left; margin-left: 5px; background-repeat: no-repeat;}
.calendar-month-icon span   { background-image: url("./styles/subsilver2/imageset//calendar_month_icon.gif"); float: left; margin-left: 5px; background-repeat: no-repeat;}
/* --------------------------------------------------------------
   phpbb Calendar Version 0.1.0
   -------------------------------------------------------------- */

/* --------------------------------------------------------------
   additional added custom bbcode css
   -------------------------------------------------------------- */
table.stoker {
	background-color: #ffffe0;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #fff;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
}

table.stoker td {
	background-color: #CCC;
	border: 1px #fff solid;
	color: #000;
	padding: 4px 20px 4px 20px;
	text-align: left;
}

table.stoker td.headline {
	background-color: #007901;
	border-bottom: 2px #fff solid;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

table.stoker td.headline:hover {
	background-color: #005501;
	color: #fff;
	text-decoration: none;
}

table.stoker td:hover {
	background-color: #556b2f;
	color: #FFF;
	text-decoration: underline;
}
/* --------------------------------------------------------------
   additional added custom bbcode css
   -------------------------------------------------------------- */
   
/* --------------------------------------------------------------
   Guest Hide BBCode MOD version 1.4.0 of 14.04.2009
   -------------------------------------------------------------- */

/* FOR USER */
.HideBlockA {
  background-color: #FFFFCC;
  border: 2px dotted #DEDEDE;
  padding: 5px;
  margin: 5px;
}

/* FOR GUEST */
.HideBlockB {
  background-color: #F2F2F2;
  border: 2px dotted #DEDEDE;
  padding: 5px;
  margin: 5px;
}

/* LINE */
hr.HideBlockLine {
  margin: 3px 0px 3px 0px;
  height: 2px;
  background-color: #DEDEDE;
  border-width: 0px;
  color: #DEDEDE; /* IE6 fix */
}
/* --------------------------------------------------------------
   Guest Hide BBCode MOD version 1.4.0 of 14.04.2009
   -------------------------------------------------------------- */

/* --------------------------------------------------------------
   Arcade tooltip copyright (c) 2008 http://www.JeffRusso.net
   -------------------------------------------------------------- */
a.tooltip {
	font-weight: bold;
	position: relative;
	text-decoration: none;
}

a.tooltip span {
	position: absolute;
	font-weight: normal;
	border: 1px solid black;
	background-color: #ECECEC;
	padding: 10px;		
	color: black;
	width: 225px;
	margin-top: 18px;
	left: -9999em;
}

a.tooltip:hover {
	visibility: visible;
	z-index: 100;
}

a.tooltip:hover span, a.tooltip:focus span {
	left: 60px;
	text-decoration: none;
}

a.tooltip span.aheader {
	width: 200px;
}
/* --------------------------------------------------------------
   Arcade tooltip copyright (c) 2008 http://www.JeffRusso.net
   -------------------------------------------------------------- */
/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Positioning
 */
#ajaxChatContent #ajaxChatChatList {
	height:300px;
	overflow:auto;
}
#ajaxChatContent  #ajaxChatChatList div {
	padding-left:5px;
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList img {
	vertical-align:middle;
	margin-bottom:2px;
}
#ajaxChatContent #ajaxChatChatList cite {
	margin-right:5px;
}
#ajaxChatContent #ajaxChatChatList .bbCodeImage {
	vertical-align:top;
	overflow:auto;
	margin:5px;
}
#ajaxChatContent #ajaxChatChatList .delete {
	float:right;
	width:10px;
	height:10px;
	margin-top:5px;
	margin-left:5px;
}
#ajaxChatContent #ajaxChatInputFieldContainer #ajaxChatInputField {
	width:90%;
}
#ajaxChatContent #ajaxChatCopyright {
	margin-top:5px;
}


/*
 * Borders
 */

#ajaxChatContent img {
	border:none;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-width:1px;
	border-style:dotted;
}


/*
 * Fonts
 */

#ajaxChatContent {
	font-size:0.9em;
}
#ajaxChatContent a {
	text-decoration:none;
}
#ajaxChatContent a:hover {
	text-decoration:underline;
}
#ajaxChatContent #ajaxChatCopyright {
	font-size:0.8em;
}
#ajaxChatContent #ajaxChatChatList span.dateTime {
	font-size:0.7em;
}
#ajaxChatContent #ajaxChatChatList span.guest {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.user {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatList span.vip {
   font-size: 1.0em;
   font-weight: bold;
}
#ajaxChatContent #ajaxChatChatList span.moderator {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.admin {
	font-size:0.9em;
	font-weight:bold;
}
#ajaxChatContent #ajaxChatChatList span.chatBot {
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
}
#ajaxChatContent #ajaxChatList .chatBotMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .privmsg {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList .action {
	font-style:italic;
}
#ajaxChatContent #ajaxChatChatList q {
	font-variant:small-caps;
}
#ajaxChatContent #ajaxChatChatList code {
    font-size:1.2em;
}


/*
 * Colors
 */

#ajaxChatContent #ajaxChatChatList {
	color:#000;
}
#ajaxChatContent #ajaxChatChatList {
	background-color:#FFF;
}
#ajaxChatContent .rowEven {
	background-color:#FFF;
}
#ajaxChatContent .rowOdd {
	background-color:#F6F6F6;
}
#ajaxChatContent .guest {
	color:gray;
}
#ajaxChatContent .user {
	color:#000;
}
#ajaxChatContent .vip {
   color: #660099;
}
#ajaxChatContent .moderator {
	color:#00AA00;
}
#ajaxChatContent .admin {
	color:red;
}
#ajaxChatContent .chatBot {
	color:#FF6600;
}
#ajaxChatContent #ajaxChatChatList .chatBotErrorMessage {
	color:red;
}
#ajaxChatContent #ajaxChatChatList a {
	color:#1E90FF;
}
#ajaxChatContent #ajaxChatChatList .delete {
	background:url('.styles/subsilver2/theme/img/delete.png') no-repeat right;
}
#ajaxChatContent #ajaxChatChatList .deleteSelected {
	border-color:red;
}

/* 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: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

/*LM 14/02/10S CR-3 */
/*
#logodesc {
	background-color: #C1CAD2;
	background-image: url('styles/subsilver2/theme/images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}
    background-color: #000000;
*/
#logodesc {
	/*     background-color: #000000; */ /*LM 04/09/10 CR-00009*/
    background: url('styles/subsilver2/theme/images/barranera.png'); /*LM 04/09/10 CR-00009*/
    background-repeat: repeat-x;
    /* background-position: center bottom; */ /*LM 04/09/10 CR-00009*/
    background-position: center top #000000; /*LM 04/09/10 CR-00009*/
    /* padding: 0 25px 15px 25px; */ /*LM 04/09/10 CR-00009*/
    padding-left: 15px;
}
/*LM 14/02/10E CR-3 */

#menubar {
	margin: 0 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: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
/*LM 14/02/10S CR-3 */
/* 
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}
*/
h1 {
    /* color: #CCCCCC; */ /*LM 04/09/10 CR-00009*/
    color: #FFFFFF; /*LM 04/09/10 CR-00009*/
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    text-decoration: none;
}
/*LM 14/02/10E CR-3 */

h2 {
	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: Arial, Helvetica, sans-serif;
	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: black;
	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: black;
	font-weight: bold;
	white-space: normal;
	font-size: 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;
} 

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;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.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: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	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: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
/*LM 30/05/10S CR-00008
    color: #FFA34F;
*/	
	/* color: #FFFFCC; */ /*LM 04/09/10 CR-00009*/
    color: #FFFFFF; /*LM 04/09/10 CR-00009*/
/*LM 30/05/10E CR-00008 */
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('styles/subsilver2/theme/images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('styles/subsilver2/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('styles/subsilver2/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('styles/subsilver2/theme/images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #ECECEC;
	padding: 4px;
}

.row2 {
	background-color: #DCE1E5;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	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: #006597;
	text-decoration: none;
}

a:active,
a:visited {
	color: #005784;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #069;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #5493B4;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle {
	background: #A9B8C2 url('images/bbc_quote.gif') no-repeat right;
	border: 1px solid #A9B8C2;
	margin: 10px 5px 0 5px;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.quotecontent {
	background: #FAFAFA;
	border: 1px solid #A9B8C2;
	color: #4B5C77;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.attachtitle {
	background: #FFFFF0 url('images/bbc_zip.gif') no-repeat right;
	border: 1px solid #A9B8C2;
	margin: 10px 5px 0 5px;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.attachcontent {
	background: #FAFAFA;
	border: 1px solid #A9B8C2;
	color: #4B5C77;
	font: 0.85em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.codebox {
	background: #A9B8C2 url('images/bbc_attach.png') no-repeat right;
	border: 1px solid #A9B8C2;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.codetitle {
	background: #A9B8C2 url('images/bbc_code.gif') no-repeat right;
	border: 1px solid #A9B8C2;
	color: #333333;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 5px 0px 0px 5px;
	padding: 5px;
	width: 95%;
}

.codecontent {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	margin: 2px 0px 0px 5px;
	padding: 5px;
	color: #006600;
	font: 1.0em normal Verdana, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	border: 1px solid #A9B8C2;
	width: 95%;
}

.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: black;
	background-color: #FFA34F;
}

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;
}