/*  phpBB 3.6 Style Sheet
    --------------------------------------------------------------
	Style name:		SniperBlue
	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/ )
    --------------------------------------------------------------
*/

/**
 * @package styles
 * @version $Id: tooltip.css,v 1.1 2008/12/09 22:26:52 rmcgirr83 Exp $
 * @copyright (c) 2008 Richard McGirr (RMcGirr83) - http://rmcgirr83.org
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */

#tooltip{
	padding: 3px;
	border: solid 2px #003300;
	display: none; /*white-space: nowrap;*/
	background: #ECECEC;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 1000;
	filter: alpha(opacity=85);
	opacity: .85;
}


/* 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/ */
	cursor: url("horse.ani");
	font-family: "Verdana", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background-color: #F1F4F7;
	background-attachment: fixed;
	background-image: url('./images/bg.gif');
	font-size: 68.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	margin: 20px 20px 0 20px;
	min-height: 120px;
	height: auto !important;
	height: 130px;
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

.headerbg {
	background-color: #DCE1E5;
	background-attachment: fixed;
	background-image: url('./images/header1.jpg');
	padding: 4px;
}

.wrapls {
	background-image: url('./images/cellpic7.png');
	width: 30px;
}	

.wraprs {
	background-image: url('./images/cellpic8.png');
	width: 30px;
}	

#wrapcentre {
	margin: 6px 20px 0 20px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	color: #005068;
	margin-bottom: 0;
	padding: 0;
}

#menubar {
	color: white;
	margin: 10px 20px 0 20px;
}

#timebar {
	color: #FFFFFF;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap; /* For Opera */
}

#datebar {
	margin: 6px 30px 0 30px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.back {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url('./images/background.gif');
}

.forumrules {
	background-color: #FCCC79;
	border-width: 1px;
	border-style: solid;
	border-color: #A10000;
	padding: 4px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

/*  Surround Boxes for style
 --------------------- */
#bx {
  /*background-color: #666666;*/
}

/* Eliminating padding on boxes */
#bx td{
  margin: 0;
	padding: 0;
	border: 0;
}

.bx td {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  Text
 --------------------- */
h1 {
	color: #005068;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

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;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	text-align: right;
}

p.linkmcp {
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.rtl p.linkmcp {
	text-align: right;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs a {
	margin: 0;
	color: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.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;
	color: #333333;
	/font-weight:bold;
}

.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: #000000;
	font-size: 1.1em;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #003333;
	font-family: "Bookman Old Style", "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: #E0EEFC;
	background-attachment: fixed;
	background-image: url('./images/row3.gif');
	border-width: 1px;
	border-style: solid;
	border-color: #243C42;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
}

.nav {
	margin: 0;
	color: #005068;
	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;
}

.warn {
	position: relative; top: 4px; left: -10px;
}

a.warn {
	color: #FF0000;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-decoration:none;
}

a.warn:hover {
	color: red;
	text-decoration:none;
	cursor: pointer;
}

.error {
	color: red;
}

/* Tables
 ------------ */
th {
	height: 28px;
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
	background-attachment: fixed;
	background-color: #218868;
	background-image: url('./images/row4.gif');
	padding: 0;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.menu {
	color: white;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/menu2.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.menu2 {
	color: white;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #DBDEDF;
	background-image: url('./images/menu5.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.crumbs {
	color: white;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	//background-color: #C7D0D7;
	background-image: url('./images/breadcrumb2.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.crumbs2 {
	color: white;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	//background-color: #D7C7C7;
	background-image: url('./images/breadcrumb5.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.crumbs3 {
	color: white;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	//background-color: #DBDEDF;
	background-image: url('./images/breadcrumb8.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.crumbs12 {
	color: white;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	//background-color: #DBDEDF;
	background-image: url('./images/crumbs12.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.buttons {
	color: #005068;
	font-size: 0.8em;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/button2.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.buttons2 {
	color: white;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/button5.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

.buttons3 {
	color: white;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/button8.png');
	background-repeat: repeat-x;
	text-indent: 0;
}

   .bbcode-button1 {
    width: 22px !important;
    height: 22px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 6px 0px !important;
    border: 1px solid !important;
    }
    .bbcode-button1:hover {
    background-color: #33ff00 !important;
    border: 1px solid #33ff00 !important;
    }

	.bbcode-button2 {
    width: 44px !important;
    height: 22px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin: 6px 0px !important;
    border: 1px solid !important;
    }
    .bbcode-button2:hover {
    background-color: #33ff00 !important;
    border: 1px solid #33ff00 !important;
    }
	
.tablebg {
	background-color: #111111;
}

.cat {
	color: white;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/cellpic2.png');
	text-indent: 0;
}

.cat2 {
	color: white;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/cellpic5.png');
	text-indent: 0;
}

.row1 {
	background-color: #F8F8FF;
	background-attachment: fixed;
	background-image: url('./images/row1.gif');
	padding: 4px;
}

.row1a {
	//background-color: #EDEDED;
	background-attachment: fixed;
	background-image: url('./images/row1.gif');
	padding: 4px;
}

.row1a:hover {
	background-color: #DCE1E5;
	background-attachment: fixed;
	background-image: url('./images/row1a.gif');
}

.row2 {
	//background-color: #C1CDC1;
	background-attachment: fixed;
	color: #000000;
	background-image: url('./images/row2.gif');
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	background-attachment: fixed;
	color: #ffffff;
	background-image: url('./images/row3.gif');
	padding: 4px;
}

.row4 {
	background-color: #DCE1E5;
	background-attachment: fixed;
	background-image: url('./images/row4.gif');
	padding: 4px;
}

.row5 {
	color: #ffffff;
	/background-color: #648C9C;
	background-attachment: fixed;
	background-image: url('./images/row5.gif');
	padding: 4px;
}

.row6{
	height: 28px;
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-attachment: fixed;
	//background-color: #218868;
	background-image: url('./images/row4.gif');
	padding: 0;
}

.spacer {
	background-color: #D6E2EC;
}

.blue {
	background-color: #67828D;
	color: #FFFFFF;
	font-size: 1.0em;
	border-width: 1px;
	border-style: solid;
	border-color: #103C48;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
}

hr {
	width: 50%;
	height: 1px;
	text-align: left;
	border-width: 0;
	background-color: #005068;
	color: #A0BDD4;
}

.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: #006666;
	text-decoration: none;
	font-weight: bold;
}

a:active,

a:visited {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #002B41;
	text-decoration: underline;
	cursor: pointer;
}

a.nav {
	color: white;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

a.nav2 {
	color: white;
	text-decoration: none;
}

a.nav2:hover {
	color: #006666;
	cursor: pointer;
	text-decoration: none;
}

a.forumlink {
	color: #003333;
	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.topictitle2 {
    color: #CC0033;
	margin: 16px 0px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #006666;
	text-decoration: none;
}

a.topictitle:hover {
	text-decoration: underline;
	cursor: pointer;
}

a.cattitle,
a.cattitle:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

a.cattitle:hover {
	text-decoration: underline;
	cursor: pointer;
}

    a.postlink_external:link, a.postlink_external:visited {
	background:url(window.gif) no-repeat right center;
	padding-right:16px;
    color:#0000FF;
    text-decoration:underline;
    }

    a.postlink_external:focus, a.postlink_external:hover, a.postlink_external:active {
	background:url(window_a.gif) no-repeat right center;
	padding-right:16px;
    color:#FF0000;
    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-image: url('./images/watermark.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color: #ffffff;
	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;
	cursor: pointer;
}

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;
	cursor: pointer;
	
}

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

.posttext {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FBFEFF;
	background-attachment: fixed;
	background-image: url('./images/bg.gif');
	padding: 6px;
}

.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 {
	background-color: #67828D;
	background-attachment: fixed;
	background-image: url('./images/row3.gif');
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #32515B;
	padding: 4;
}

.btnmain:hover {
	background-color: #E4E5E6;
	background-attachment: fixed;
	background-image: url('./images/row1.gif');
	color: #002B41;
	cursor: pointer;
	text-decoration: underline;
	cursor: pointer;
}

.btnlite {
	background-color: #67828D;
	background-attachment: fixed;
	background-image: url('./images/row3.gif');
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #32515B;
	padding: 4;
}

    .btnlite2 {
    background-color:#cccccc;
    border:1px solid #003300;
    cursor:pointer;
    font-size:1.1em;
    font-weight:normal;
    padding:1px 5px;
    }
	
    .btnlite2:hover {
    background-color:#cccccc;
    border:1px solid #00FF00;
    cursor:pointer;
    font-size:1.1em;
    font-weight:normal;
    padding:1px 5px;
    }
	
	.btnlite_sm {
	background-color: #67828D;
	background-attachment: fixed;
	background-image: url('./images/row3.gif');
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #32515B;
	padding: 4px;
}

.btnlite:hover {
	background-color: #CDD5DA;
	background-attachment: fixed;
	/background-image: url('./images/row4.gif');
	color: #002B41;
	cursor: pointer;
	text-decoration: underline;
	cursor: pointer;
}

.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 {
	margin: 0px 5px 0px 5px;
	width: 97%;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5E828D;
	color: #000000;
	background-attachment: fixed;
	background-image: url('./images/row2.gif');
	background-color: #A9B8C2;
	font-size: 1em;
	font-weight: bold;
}

.attachtitle {
	margin: 10px 5px 0px 5px;
	width: 50%;
	text-align: center;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5E828D;
	color: #005068;
	background-attachment: fixed;
	/background-image: url('./images/row4.gif');
	background-color: #A9B8C2;
	font-size: 1em;
	font-weight: bold;
}

.quotecontent {
	margin: 0px 5px 10px 5px;
	width: 97%;
	padding: 4px;
	background-attachment: fixed;
	background-image: url('./images/bg.gif');
	border-color: #5E828D;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #EDEDED;
	color: #006666;
}

.attachcontent {
	margin: 0px 5px 10px 5px;
	width: 50%;
	padding: 4px;
	text-align: center;
	background-attachment: fixed;
	background-image: url('./images/bg.gif');
	border-color: #5E828D;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #EDEDED;
	color: #4B5C77;
}

.codetitle {
	margin: 10px 5px 0px 5px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5E828D;
	color: #005068;
	background-attachment: fixed;
	/background-image: url('./images/row4.gif');
	background-color: #A9B8C2;
	font-size: 1em;
	font-weight: bold;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 4px;
	border-color: #5E828D;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #014474;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #F8FBFC;
}

.flashtitle {
	margin: 10px 5px 0px 5px;
	width: 97%;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #5E828D;
	color: #005068;
	background-attachment: fixed;
	/background-image: url('./images/row4.gif');
	background-color: #A9B8C2;
	font-size: 1em;
	font-weight: bold;
}

.flashcontent {
	margin: 0px 5px 10px 5px;
	width: 97%;
	padding: 4px;
	background-attachment: fixed;
	background-image: url('./images/bg.gif');
	border-color: #5E828D;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #EDEDED;
	color: #4B5C77;
}

.syntaxbg {
	color: #F7FAFB;
}

.syntaxcomment {
	color: #0006FF;
}

.syntaxdefault {
	color: #0055BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


.pm-bar-outer {
	width: 300px;
	height: 12px;
	padding: 1px;
	margin: 2px 4px 0 4px;
	border: solid 1px #000;
}

.pm-bar-inner {
	width: 100%;
	height: 100%;
	background-color: #E6E6E6;
}

.pm-bar-ok {
	height: 100%;
	background-color: #00FF00;
}

.pm-bar-alert {
	height: 100%;
	background-color: #D31141;
}

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

.nowrap {
	white-space: nowrap;
}

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


/******* Lightbox ****************/

#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

	}



#lightbox a img{ border: none; }



#outerImageContainer{

	position: relative;

border: dashed;

border-color: #cccccc;

border-width: 1px;



	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 10px;

	}



#loading{

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}



#prevLink, #nextLink{

	width: 49%;

	height: 100%;

	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;

	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url('./images/prevlabel.gif') left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url('./images/nextlabel.gif') right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%	

	}



#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	}

/*********** END LIGHTBOX **************/ 

/*
* Bottom bar
*/

#site-body-container {}

#site-body-content {
	padding: 0px 0px 15px 0px ;
}

#site-bottom-bar {   
  bottom: 0px ;
	left:20px;
	right:20px;
	height: 26px;
	position: fixed;   
	background: #F0F0F0 url('images/im_toolbarbg.gif');
	border: 1px solid #999999 ;
	border-bottom: 0;
	font-family: verdana, arial ;
	font-size: 11px ;
	z-index: 1000 ;  
}

#site-bottom-bar-frame {
	height: 26px ;    
	position: relative ;
}

#site-bottom-bar-frame h3 {
  border-bottom:1px solid #CCCCCC;
  font-size:1em;
  background: #526EA6;
	padding: 5px 10px;
	margin:0;
	color: #fff;
}

#site-bottom-bar-frame h3 a,
#site-bottom-bar-frame h3 a:hover,
#site-bottom-bar-frame h3 a:active,
#site-bottom-bar-frame h3 a:visited {
	color: #fff;
	text-decoration: none;
}

#site-bottom-bar-frame ul {
  list-style: none;
  padding: 0 5px;
}

#site-bottom-bar-frame ul li {
  padding-bottom: 4px;
}    

/*
* Online list
*/

#online_list-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-left: 1px solid #999999;
	color: #333333;
	display: block;
	float: right;
	height: 26px ;
	line-height: 26px ;
	text-align: left;
	text-decoration: none ;
	width: 180px ;
	padding-left: 10px;
	padding-top: 1px;
}

#online_list-root:hover {
  background: #FFFFFF;
}

#online_list-root span {
  line-height: 28px;
}

#online_list {
	background-color: #ffffff;
	border: 1px solid #999999;
	border-bottom: 0;
	bottom: 26px ;
	display: none;
	right: -1px;
	padding: 0;
	position: absolute;
	width: 190px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;   
}

#online_list span{
  vertical-align: top;
  line-height: 20px;
}

#online_list a {
	background-color: #ffffff;
	display: block ;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-weight: normal;
}

#online_list a:hover {
	background-color: #3B5998;
	color: #ffffff;
}    

#online_list ul {
  margin: 0px;
  padding: 0px; 
}    

.im_status {
  float: right;
  padding-top: 9px;
}     

/*
* Login box
*/

#login-root {
  background: #F0F0F0 url('{T_THEME_PATH}/images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 60px ;
	text-align: center;
}

#login-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#login-root:hover {
  background: #FFFFFF;
}

#login-root span {
  line-height: 28px;
}

#loginbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: -1px;
	padding: 0px;
	position: absolute;
	width: 200px;
	font-size: 12px;
}

.loginbox_input {
  width: 90%;
  margin-bottom: 5px;
}

#loginbox ul {
  margin: 0px;
  padding: 7px; 
}

/*
* Account menu
*/

#account-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
	width: 100px;
	text-align: center;
}

#account-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#account-root:hover {
  background: #FFFFFF;
}

#account-root span {
  line-height: 28px;
}

#accountbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: -1px;
	padding: 0px;
	position: absolute;
	max-width: 250px;
	font-size: 12px;
}

#accountbox ul {
  margin: 0px;
  padding: 7px; 
}

/*
* Google search
*/

#search-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	width: 40px;
	text-decoration: none ;
	text-align: center;
}

#search-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#search-root:hover {
  background: #FFFFFF;
}

#search-root span {
  line-height: 28px;
}

#searchbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 313px;
	padding: 0px;
	position: absolute;
	width: 200px;
	font-size: 12px;
}

.searchbox_input {
  margin-bottom: 5px;
}

.loginbox_input {
  width: 90%;
  margin-bottom: 5px;
}

#searchbox ul {
  margin: 0px;
  padding: 7px; 
}  

/*
* New posts
*/

#new-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	width: 40px ;
	text-decoration: none ;
	text-align: center;
}

#new-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#new-root:hover {
  background: #FFFFFF;
}

#new-root span {
  line-height: 28px;
}

#newbox {
	background-color: #ffffff;
	border: 1px solid #999999;    
	border-bottom: 0;
	bottom: 26px ;
	display: none;
	left: 272px;
	padding: 0px;
	position: absolute;
	max-width: 400px;
	font-size: 12px;
}

#newbox ul {
  margin: 0px;
  padding: 0px; 
}  

#newbox ul li {
  border-bottom: 1px solid #bbb; 
  padding: 6px 7px 5px 7px;
}  

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

#pm-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
  width: 40px;
	text-align: center;
}

#pm-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#pm-root:hover {
  background: #FFFFFF;
}

#pm-root span {
  line-height: 28px;
}

#pmbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 231px;
	padding: 0;
	position: absolute;
	max-width: 250px;
	font-size: 12px;
}

#pmbox ul {
  margin: 0px;
  padding: 7px; 
}

/*
* Status box
*/

#status-root {
  background: #F0F0F0 url('images/im_toolbarbg.gif');
	border-right: 1px solid #999999;
	color: #333333;
	display: block;
	float: left;
	height: 26px ;
	line-height: 26px ;
	text-decoration: none ;
  width: 130px;
	text-align: center;
}

#status-root a, a:hover {
	color: #333333;
	text-decoration: none ;
}

#status-root:hover {
  background: #FFFFFF;
}

#status-root span {
  line-height: 28px;
}

#statusbox {
	background-color: #ffffff;
	border: 1px solid #999999;
	bottom: 26px ;
	display: none;
	left: 100px;
	padding: 0px;
	position: absolute;
	min-width: 250px;
	max-width: 350px;
	font-size: 12px;
}

#statusbox ul {
  margin: 0px;
  padding: 7px; 
}

/*
* Rounded status
*/
.postdetails .bubble {
   width: auto;
   font-size: 0.9em;
}

.postdetails .bubble blockquote {
   margin: 0px;       
   padding: 0px;
   border: 1px solid #c9c2c1;
   font-size:0.95em;
   background: url('images/quote.gif') no-repeat scroll 6px 8px #fff;
}

.postdetails .bubble cite {
   position: relative;
   margin: 0px;
   padding: 0 0 0 15px;
   top: 6px;
   background: transparent url('images/status_up.gif') no-repeat 20px 0;
   font-style: normal;
}

form .bubble {
   width: 90%;    
   margin: 0 auto;   
}

form .bubble blockquote {
   margin: 0px;       
   padding: 0px;
   border: 1px solid #c9c2c1;
   background: url('images/quote.gif') no-repeat scroll 6px 8px #fff;
}

form .bubble cite {
   position: relative;
   margin: 0px;
   padding: 0 0 0 10px;
   top: 6px;
   background: transparent url('images/status_up.gif') no-repeat 20px 0;
   font-style: normal;
}

#statusbox .bubble {
   width: auto;
   font-size: 0.8em;
}

#statusbox .bubble blockquote {
   margin: 0px;       
   padding: 0px;
   border: 1px solid #c9c2c1;
   background-color: #fff;
   background: url('images/quote.gif') no-repeat scroll 6px 8px #fff;
}

#statusbox .bubble cite {
   position: relative;
   margin: 0px;
   padding: 7px 0 0 15px;
   top: 6px;
   background: transparent url('images/status_down.gif') no-repeat 20px 0;
   font-style: normal;    
}

.bubble blockquote p {
   margin: 10px 10px 10px 25px;
   padding: 0px;
}


/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */

html,
body,
#site-body-container {
	_height: 100% ;
	_overflow: hidden ;
	_width: 100% ;
}

#site-body-container {
	_overflow-y: scroll ;
	_overflow-x: hidden ;
	_position: relative ;
}

/* To make up for scroll-bar. */
#site-bottom-bar {
	_bottom: -1px ;
	_position: absolute ;
	_right: 16px ;
}

/* To make up for overflow left. */
#site-bottom-bar-frame {
	_margin-left: 26px ;
}

/* To fix IE6 display bugs. */
#menu a {
	_display: inline-block ;
	_width: 99% ;
}

.profile {
font-size:11px;
line-height:16px;
font-weight: bold;
}

.atborder1 {
	background-color: #DCE1E5;
	background-attachment: fixed;
	background-image: url('./images/atborder1.gif');
	padding: 4px;
}

.atborder2 {
	background-color: #DCE1E5;
	background-attachment: fixed;
	background-image: url('./images/atborder2.jpg');
	padding: 4px;
}

/* Sign BBCode Prosilver Stylesheet
Original Author: Stitch626
Animated Author: Sniper_E
www: http://startrekguide.com
---------------------------------------- */

/* Pole Top Image
 ------------ */
td#sign-top {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_top.gif");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	width: 6px;
	height: 6px;
	padding-left: 14px;
}

/* Sign
 ------------ */
td#sign-wrap {
	background: #A4460E;
	background-image: url("./images/signs/wood.gif");
	border: solid 1px #111111;
	padding: 6px;
	margin: 0;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}

td#sign-content {
	background: #D5C071;
	background-image: url("./images/signs/wood.jpg");
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border: solid 1px #444444;
	padding: 10px;
	margin: 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/* Pole Bottom Images - Animated
 ------------ */
td#sign-pole-smilie {
	background-position: top center;
	background-image: url("./images/signs/rotate.php");
	background-repeat: no-repeat;
	margin: 0;
	width: 316px;
	height: 42px;
}

td#sign-pole-acute {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_acute.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 62px;
	height: 42px;
}

td#sign-pole-aikido {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_aikido.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 50px;
	height: 42px;
}

td#sign-pole-bananas {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_bananas.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 34px;
	height: 42px;
}

td#sign-pole-banghead {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_banghead.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 44px;
	height: 42px;
}

td#sign-pole-bdaycake {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_bdaycake.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 78px;
   height: 42px;
}

td#sign-pole-bdaycandle {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_bdaycandle.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 78px;
   height: 42px;
}

td#sign-pole-beach {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_beach.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 72px;
	height: 42px;
}

td#sign-pole-beer {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_beer.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 82px;
	height: 42px;
}

td#sign-pole-big_boss {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_big_boss.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 76px;
	height: 42px;
}

td#sign-pole-blackeye {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_blackeye.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 54px;
	height: 42px;
}

td#sign-pole-blahblah {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_blahblah.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 84px;
	height: 42px;
}

td#sign-pole-blush {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_blush.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-borg-drone {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_borg-drone.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 52px;
	height: 42px;
}

td#sign-pole-byebye {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_byebye.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 54px;
	height: 42px;
}

td#sign-pole-clapping {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_clapping.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 40px;
   height: 42px;
}

td#sign-pole-club {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_club.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 26px;
   height: 42px;
}

td#sign-pole-coffee {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_coffee.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 30px;
   height: 42px;
}

td#sign-pole-cool {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_cool.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 48px;
   height: 42px;
}

td#sign-pole-cool2 {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_cool2.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 42px;
   height: 42px;
}

td#sign-pole-crap {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_crap.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 16px;
	height: 42px;
}

td#sign-pole-crazy {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_crazy.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-cry {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_cry.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 40px;
	height: 42px;
}

td#sign-pole-crybye {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_crybye.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 62px;
	height: 42px;
}

td#sign-pole-doh {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_doh.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 62px;
	height: 42px;
}

td#sign-pole-drag {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_drag.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 70px;
	height: 42px;
}

td#sign-pole-drinks {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_drinks.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 51px;
	height: 42px;
}

td#sign-pole-flip {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_flip.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 40px;
	height: 42px;
}

td#sign-pole-fright {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_fright.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 40px;
	height: 42px;
}

td#sign-pole-give_heart {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_give_heart.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 64px;
	height: 42px;
}

td#sign-pole-give_rose {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_give_rose.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 68px;
	height: 42px;
}

td#sign-pole-good {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_good.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 58px;
	height: 42px;
}

td#sign-pole-grin {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_grin.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-howdy {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_howdy.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 66px;
   height: 42px;
}

td#sign-pole-idk {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_idk.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 78px;
   height: 42px;
}

td#sign-pole-jaw {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_jaw.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 40px;
   height: 42px;
}

td#sign-pole-king {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_king.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 60px;
	height: 42px;
}

td#sign-pole-lol {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_lol.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 78px;
	height: 42px;
}

td#sign-pole-mad {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_mad.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 44px;
	height: 42px;
}

td#sign-pole-mexwave {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_mexwave.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 316px;
	height: 42px;
}

td#sign-pole-moon {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_moon.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 78px;
	height: 52px;
}

td#sign-pole-morels {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_morels.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 78px;
	height: 42px;
}

td#sign-pole-nono {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_nono.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 58px;
	height: 42px;
}

td#sign-pole-ok {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_ok.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 486px;
   height: 42px;
}

td#sign-pole-order {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_order.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 78px;
   height: 42px;
}

td#sign-pole-pardon {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_pardon.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 36px;
	height: 42px;
}

td#sign-pole-poke {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_poke.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 125px;
	height: 42px;
}

td#sign-pole-pump {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_pump.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 60px;
	height: 42px;
}

td#sign-pole-read {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_read.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 32px;
	height: 42px;
}

td#sign-pole-rofl {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_rofl.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 76px;
	height: 42px;
}

td#sign-pole-rolleyes {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_rolleyes.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-rotfl {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_rotfl.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 30px;
	height: 42px;
}

td#sign-pole-rules {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_rules.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 28px;
	height: 42px;
}

td#sign-pole-scared {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_scared.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 42px;
	height: 42px;
}

td#sign-pole-scout {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_scout.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 72px;
	height: 42px;
}

td#sign-pole-scratch {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_scratch.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 50px;
	height: 42px;
}

td#sign-pole-search {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_search.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 38px;
	height: 42px;
}

td#sign-pole-secrete {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_secrete.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 22px;
	height: 42px;
}

td#sign-pole-shock {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_shock.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-shout {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_shout.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 20px;
	height: 42px;
}

td#sign-pole-sorry {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_sorry.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 52px;
	height: 42px;
}

td#sign-pole-taunt {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_taunt.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 78px;
	height: 42px;
}

td#sign-pole-tease {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_tease.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 42px;
	height: 42px;
}

td#sign-pole-think {
   background-position: top center;
   background-image: url("./images/signs/wood_pole_think.gif");
   background-repeat: no-repeat;
   padding-left: 14px;
   margin: 0;
   width: 56px;
   height: 42px;
}

td#sign-pole-this {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_this.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 52px;
	height: 42px;
}

td#sign-pole-tongue {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_tongue.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-unsure {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_unsure.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-wacko {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_wacko.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-warning {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_warning.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 44px;
	height: 42px;
}

td#sign-pole-wave {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_wave.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 78px;
	height: 42px;
}

td#sign-pole-weirdo {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_weirdo.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 56px;
	height: 42px;
}

td#sign-pole-wink {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_wink.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-WoodsmanMike {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_WoodsmanMike.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 64px;
	height: 42px;
}

td#sign-pole-weirdo {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_weirdo.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 56px;
	height: 42px;
}

td#sign-pole-yahoo {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_yahoo.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 42px;
	height: 42px;
}

td#sign-pole-yes {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_yes.gif");
	background-repeat: no-repeat;	padding-left: 14px;	margin: 0;
	width: 48px;
	height: 42px;
}

td#sign-pole-zchair {
	background-position: top center;
	background-image: url("./images/signs/wood_pole_zchair.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
	margin: 0;
	width: 50px;
	height: 42px;
}

.prow4 {
	height: 20px;
	color: #cccccc;
	font-size: 1.1em;
	font-weight: bold;
	background-attachment: fixed;
	background-color: #218868;
	background-image: url('./images/row4.gif');
	padding: 0;
}

.pcat {
	color: white;
	height: 28px;
      font-weight: bold;
      text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/cellpic2.png');
	
}

    /* Avatar Online Frame */
    .user_online {
       background: #4D9D2D;
       background: white url('./images/user_online.gif') repeat-y scroll top left;
       border: solid 1px #666666;
       padding: 5px 5px 0;
       margin: 0;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       box-shadow: 5px 5px 5px #666666;
       -webkit-box-shadow: 5px 5px 5px #666666;
       -moz-box-shadow: 4px 4px 4px #666666;
    }

    /* Avatar Offline Frame */
    .user_offline {
       background: #B12011;
       background: #B12011 url('./images/user_offline.gif') repeat-y scroll top left;
       background-repeat: no-repeat;
       border: solid 1px #666666;
       padding: 5px 5px 0;
       margin: 0;
       border-radius: 10px;
       -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       box-shadow: 5px 5px 5px #666666;
       -webkit-box-shadow: 5px 5px 5px #666666;
       -moz-box-shadow: 4px 4px 4px #666666;
    }

    /* Avatar Online Title */
    .title_online {
       background-image: url("{T_THEME_PATH}/images/online.png");
    }

    /* Avatar Offline Title */
    .title_offline {
       background-image: url("{T_THEME_PATH}/images/offline.png");
    }
