/*  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/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 11px;
}

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: 11px; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	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;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#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
 --------------------- */
h1 {
	color: black;
	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: 11px;
	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;
}

.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: 12px;
}

.genmed {
	margin: 1px 1px;
	font-size: 11px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 10px;
}

.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 {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./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('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./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
 ------------ */
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, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.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;
}


/*  
    --------------------------------------------------------------
* @name portal_adds.css
* @package phpBB3 Portal XL
* @version $Id: stylesheet.css,v 1.32 2008/07/17 22:51:13 damysterious Exp $
*
* @copyright (c) 2007, 2008  Portal XL Group
* @license http://opensource.org/licenses/lgpl-3.0.html GNU Lesser General Public License (LGPLv3) 
    --------------------------------------------------------------
*/
.buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
.buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

div#toolTip {
	position: absolute;
	z-index: 1000;
	width: auto;
	background: #FFFFF0;
	border: 1px solid black;
	text-align: center;
	padding: 5px;
	min-height: 1em;
}

div#toolTip p {
	margin: 0px;
	padding: 0px;
	color: #000080;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

div#portal_container{
	border: 0px solid #ccc;
}

.acronym {
  font-style: italic;
  border-bottom: 1px #BD5121 dashed ;
  color: #459B37;
  cursor: help;
}

/* Table styles RSSfeeds
----------------------------------------*/
table.tableRSS td:hover {
	color: #000000;
}

table.tableRSS td p {
	padding: 1px;
	color: #666666;
	font-size: 1.0em;
}

h3 {
	font-size: 1.1em;
	color: #989898;
	margin-top: 10px;
}

/* Table styles news
----------------------------------------*/
table.table2 td {
	padding: 5px;
	font-size: 10px;	
}

/* Table styles announcements
----------------------------------------*/
table.table3 td {
	padding: 5px;
	font-size: 10px;	
}

/* Table styles quotes
----------------------------------------*/
table.table4 td tr{
	padding: 5px;
	font-size: 9px;	
}

/* Table styles center announcement/recent hot/recent block
----------------------------------------*/
table.table5 td {
	padding: 5px;
	font-size: 10px;	
}

/* Table styles center announcement/recent hot/recent block
----------------------------------------*/
table.table6 td tr{
	padding: 5px;
	font-size: 10px;	
}

/* 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;}

/* CSS Inner Round Corners center announcement block
----------------------------------------*/
.filebase1_top, .filebase2_top, .filebase3_top, .filebase4_top, .filebase2_bottom, .filebase3_bottom, .filebase4_bottom{font-size:1px; overflow:hidden; display:block;}
.filebase1_top {height:1px; background:#aaa; margin:0 5px;}
.filebase2_top, .filebase2_bottom {height:1px; background: #90EE90; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
.filebase3_top, .filebase3_bottom {height:1px; background: #90EE90; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
.filebase4_top, .filebase4_bottom {height:2px; background: #90EE90; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
.filebase2_bottom, .filebase3_bottom, .filebase4_bottom {background: #E4FAE4;}
.filebase_head {background: #90EE90; border-right:1px solid #aaa; border-left:1px solid #aaa;}
.filebase_head h4 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.filebase_box {background: #E4FAE4; border-right:1px solid #888; border-left:1px solid #888;}
.filebase_box div {margin: 0px 5px 0px 5px; line-height: 1.5em;}

/* -------------------------
   calendar mod additions... 
   ------------------------- */
   
/* uses border-top-color = .bg3 background-color
 (the line between events in the month display) */
hr.hrCal { 
	border-top-color: #cadceb;
}

/* uses color from h1
   (calendar header previous and next links) */
.calH1 {
	color: #999999;
	font-weight: bold;
	font-size:200%
}

/* The from and to times take up a lot of 
  space in the calendar display.
  Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3 
  (used in calendar headers) */
.bg1	{ background-color: #ECF3F7; }
.bg2	{ background-color: #e1ebf2;  }
.bg3	{ background-color: #cadceb; }  
.bg4	{ background-color: #8DB8DE; font-weight: bold; border-width: 0px 1px 0px 1px; border-color: #999999; border-style: solid; }

/* uses background-color of .bg3
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ 
	background-color: #cadceb;
	font-size: 10px
}

/* uses background-color of .bg4
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ 
	background-color: #8DB8DE;
	font-size: 10px
}

table.table_minical {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}

/* uses background-color of .bg1
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
	background-color: #ECF3F7;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg2
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
	background-color: #e1ebf2;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg3
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
	background-color: #cadceb;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}


/* uses background-color of .bg1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */ 
table.table1 tbody td.bg1_calDay {
	background-color: #ECF3F7;
	border-top-color: #12A3EB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

/* uses background-color of .bg3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */ 
table.table1 tbody td.bg3_calDay {
	background-color: #cadceb;
	border-top-color: #12A3EB;
}

/* 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   { background: url("../imageset/en/calendar_new_star_icon.gif") no-repeat right 15%; }
.buttons div.calendar-day-icon   { background: url("../imageset/en/calendar_day_icon.gif") right 15% no-repeat; }
.buttons div.calendar-week-icon   { background: url("../imageset/en/calendar_week_icon.gif") right 15% no-repeat; }
.buttons div.calendar-month-icon { background: url("../imageset/en/calendar_month_icon.gif") right 15% 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.
*/
.calendar-new-icon span    { background: url("../imageset/en/calendar_new_star_icon.gif") right 15% no-repeat; }
.calendar-day-icon span     { background: url("../imageset/en/calendar_day_icon.gif") right 15% no-repeat; }
.calendar-week-icon span    { background: url("../imageset/en/calendar_week_icon.gif") right 15% no-repeat; }
.calendar-month-icon span   { background: url("../imageset/en/calendar_month_icon.gif") right 15% no-repeat; }
/* -------------------------
   calendar mod end
   ------------------------- */

/* -------------------------
   gallery lytebox begin
   ------------------------- */

#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url("./images/lytebox/loading.gif") center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url("./images/gallery_lytebox/blank.gif") no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url("./images/gallery_lytebox/prev_grey.gif") left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url("./images/gallery_lytebox/blank.gif") no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url("./images/gallery_lytebox/next_grey.gif") right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }

#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url("./images/gallery_lytebox/close_grey.png") no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url("./images/gallery_lytebox/play_grey.png") no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url("./images/gallery_lytebox/pause_grey.png") no-repeat; }

#image-resize {
	padding:3px 0px 3px 0px;
	text-indent:25px;
	background:#ffffe1 url("./images/img_warn.gif") no-repeat 5px 50%;
	color:#000;	font-size:0.8em; border-top:#666666;
}

#image-resize a:hover {color:#000;}

/* -------------------------
   gallery lytebox end
   ------------------------- */

/*************************
Filebase
*************************/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

div.filebase_upload_button {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
}

table.table1 .filebase_catname {
	text-align: left;
	font-weight: bold;
}

.filebase_cat_columntitles {
	text-align: center;
	width: 40%;
}

.filebase_downlink {
	text-align: center;
}

.filebase_commentadd {
    height: 100px;
    width: 50%;
}

.filebase_width_input {
	width: 400px;
	font-size: 9px;
}
