/*
  Based on the original subSilver Theme for phpBB version 2+ by subBlue design (http://www.subBlue.com)
*/

 input {
margin: 0; 
padding: 0; 
border: 0; 
} 

#fullheight{height:100%}


html, body {
	height:95%;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #4B4B4B;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	scrollbar-face-color: #808080;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #4b4b4b;
	scrollbar-3dlight-color: #7F7F7F;
	scrollbar-arrow-color:  #DEA560;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #999999;
	text-align: center;
	min-width: 776px;
}

font, th, td, p {
	font-family: Georgia, "Times New Roman", Times, serif}
a:link, a:active, a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

td.attachrow {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border: 1px #000066 solid;
}
td.attachheader {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background: #BA7438 url(images/css/css_cat.jpg) repeat-x;
	height: 21px;
	white-space: nowrap;
}
table.attachtable {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border: 1px #CC9900 solid;
	border-collapse: collapse;
}

table.bucket {
	border: #c67d38 solid;
	border-width: 0px 0px 0px 1px;	
}

td.bucket { 
	padding: 5px 10px 10px 10px;
}

a.bucket, a.bucket:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.bucket:hover {
	color: #FF9900;
	text-decoration:underline;
}



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


.bodyline { 
	/*background-color: #FFFFFF;*/
	/*border: 1px #98AAB1 solid;*/
}
.forumline {
	background-color: #808080;
	/*border: 1px #787878 solid;*/
}
.helpline {
	border-style: none;
}

hr {
	height: 0px;
	border: solid #DAA360 0px;
	border-bottom-width: 1px;
}


td.row1 {
	background-color: #808080;
}
td.row2, .helpline {
	background-color: #808080;
}
td.row3, td.row3Right {
	background-color: #909090;
}
td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	background-color: #81461A;
	background-image: url(./images/css/css_cat.jpg);
	height: 23px;
}
td.catlight {
	background-color: #F0F0F7;
	background-image: url(./images/css/css_cat_light.jpg);
	height: 28px;
}
td.catmini {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_mini.jpg);
	height: 20px;
}
td.spaceRow {
	background-color: #EAEAF7;
	background-image: url(./images/css/css_cat_tiny.jpg);
	height: 10px;
}

th {
	background-color: #BA7438;
	background-image: url(./images/css/css_header.jpg);
	height: 25px;
}

th, td {
	/*border: solid #BA7438 0px;*/
}
th.thHead, td.catHead {
	border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow, td.catmini {
	border-width: 0px 1px 0px 1px;
}
th.thRight, td.catRight, td.row3Right {
	border-width: 0px 1px 0px 0px;
}
th.thLeft, td.catLeft {
	border-width: 0px 0px 0px 1px;
}
th.thBottom, td.catBottom {
	border-width: 0px 1px 1px 1px;
}
th.thTop {
	border-width: 1px 0px 0px 0px;
}
th.thCornerL {
	border-width: 1px 0px 0px 1px;
}
th.thCornerR {
	border-width: 1px 1px 0px 0px;
}


/* fonts */
th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}

p, td, td.cat, td.catHead, td.catLeft, td.catSides, td.catRight, td.catBottom {
	font-size: 11px;
}


.maintitle, h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	color: #FFFFFF;
}


.gen {
	font-size: 12px;
}
.genmed {
	font-size: 11px;
}
.gensmall {
	font-size: 10px;
}
.gentiny {
	font-size: 8px;
}
.gen, .genmed, .gensmall, .gentiny { 
	color: #CCCCCC;
}
a.gen, a.genmed, a.gensmall, a.gentiny {
	color: #FFFFFF;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover, a.gentiny:hover {
	color: #FF9900;
	text-decoration: underline;
}

.mainmenu {
	font-size: 11px;
	color: #FFFFFF;
	}
a.mainmenu {
	text-decoration: none;
	color: #FFFFFF;
}
a.mainmenu:hover {
	text-decoration: underline;
	color: #FF9900;
}

.cattitle {
	font-weight: bold;
	font-size: 12px ;
	color: #FFFFFF;
}
a.cattitle {
	text-decoration: none;
	color: #FFFFFF;
}
a.cattitle:hover {
	text-decoration: underline;
}

.forumlink {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
a.forumlink {
	text-decoration: none;
	color: #FFFFFF;
}
a.forumlink:hover {
	text-decoration: underline;
	color: #FF9900;
}
/*a.forumlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}*/

.nav {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.nav {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: underline;
}

.topictitle {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.topictitle:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.topictitle:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.topictitle:hover {
	text-decoration: underline;
	color: #FF9900;
}

.name {
	font-size: 11px;
	color: #333333;
}

.postdetails {
	font-size: 10px;
	color: #CCCCCC;
}

.postbody {
	font-size: 12px;
	color: #FFFFFF;
}
a.postlink:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.postlink:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.postlink:hover {
	text-decoration: underline;
	color: #FF9900;
}

.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
	border: solid #D1D7DC 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #999999;
	border: solid #D1D7DC 1px;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	letter-spacing: -1px;
}
a.copyright {
	color: #999999;
	text-decoration: none;
}
a.copyright:hover {
	color: #000000;
	text-decoration: underline;
}

input, textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-color: #000000;
}
input {
	text-indent: 2px;
}
input.post, textarea.post, select {
	background-color: #FFFFFF;
}

input.search, {
	background-color: #FFFFFF;
	border: 0px;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	color: #000000;
}

input.mainoption {
	background-color: #FAFAFA;
	font-weight: bold;
}
input.liteoption {
	background-color: #FAFAFA;
	font-weight: normal;
}

.absbottom {
	vertical-align: text-bottom;
}

/* calendar */
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}

/*SoL custom CSS */
table.wrapper-table {
	margin:0 auto;
	border-collapse: collapse;
	border: none 0px;
	padding:0px;
	text-align: left;
	width: 776;
	height:100%;
	z-index: 0;
}

td.header {
	height:127px;
}

td.menu {
	height:24px;
}

td.wrapper-table, th.wrapper-table {
	border: none 0px;
	padding:0px;
	margin:0px;
}

#noBorder {
	border:0;
	padding:0;
	margin:0;
	}
.wrapper {
	margin:0 auto;
	text-align: left;
	min-height: 100%;
	display: block;
	width: 776px;
	position:static;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding:0px;
}

#header {
	margin:0 auto;
	height:128px;
	width: 797px;
	position:relative;
	padding: 0;
	text-align: left;
}

#header-background {
	background-image:url(../../../images/header-background.jpg);
	background-repeat:repeat-x;
	height:128px;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}

#profile-avatar {
	border: 0px;
	height: 90px;
	width: 90px;
	position: absolute;
	top: 9px;
	right: 2px;
	background-repeat:no-repeat;
	background-position:top right;
}

#profile-info {
	border: 0px;
	height: 40px;
	width: 175px;
	position: absolute;
	top: 70px;
	right: 0px;
	background:none;
}

#content {
	padding-bottom: 45px;
	margin:0;
	text-align:center;
}

a.content-sub {
	color: #FF9900;
}

a.content-sub:hover {
	color: #FFCC00;
}

#content-sub-news {
 float:left;
 width:231px;
 height: 150px;
 padding:7px;
 background-color:#5D5D5D;
 margin:4px;
 overflow:auto; 
 text-align:left;
 color:#FFFFFF;
  font-size:12px;
  border-left:dotted 2px #808080;
    border-right:dotted 2px #808080;
  border-top:solid 2px #808080;
 
}

#content-sub-feed {
 float:left;
 width:242px;
 height: 40px;
 padding:3px;
 background-color:#5D5D5D;
 margin:4px;
 overflow:auto; 
 text-align:left;
 font-size:12px;
 
}

#content-divider {
	position:relative;
	height:5;
	color:#CC6600;
	display:block;
}

th.content {
	background-image:none;
	background-color:transparent;
}

#footer {
	/*position: absolute;*/
	float:left;
	bottom: 4px;
	width: 774px;
	display: block;
	height: 45px;
	z-index: 999;
	padding: 0px;
	margin: 0 auto;
	text-align:left;
	border-top:solid #FFFFFF 1px;
}

#footer-image {
	position:relative;
	float:left;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height:45px;
	z-index: 999;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border-right:solid #FFFFFF 1px;
}

#footer-menu {
	padding-top: 5px;
	color:#FFFFFF;
}

#menudiv {
	margin:0 auto;
	padding: 0;
	width:776px;
	text-align: left;
	z-index:99;
}

#flash {
	position: relative; 
	/*or absolute*/  z-index: 0;
}

.subpage_title {
	color: #DCAE72;
	background-image:url(../../../images/SubPage1_titlebar.jpg);
	font-size:10px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	}

.titlebar_med {
	color: #DCAE72;
	background-image:url(../../../images/titlebar_med.jpg);
	font-size:10px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	}

.titlebar_med_white {
	color: #FFFFFF;
	background-image:url(../../../images/titlebar_med.jpg);
	font-size:11px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	}

th.thin {
	background-color: #BA7438;
	background-image: url(./images/css/css_header.jpg);
	height: 20px;
}

.footer {
	background: #C67D38 url(images/css/css_cat.jpg) repeat-x;
	font-size: 12px;
	color: #CCCCCC;
}
/* Menu CSS */

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
}

div.menuBar {
  background-color: #C67D38;
  border-color: #E8C8A7;
  text-align: left;
  height: 23px;
  width:776px;
  vertical-align:middle;
  position:static;
 }

div.menuBar div.menuFiller {
	
  background-color: transparent;
  background-image:url(../../../images/menu_button_back.jpg);
  border: 1px solid #E8C8A7;
  color: #FFFFFF;
  margin: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  display:inline;  
  text-decoration: none;
  text-align:center;
  top: 0px;
  z-index: 100;
  width: 114px;
  height: 15px;
  float:left;
}

div.menuBar a.menuButton {
	
  background-color: transparent;
  background-image:url(../../../images/menu_button_back.jpg);
  border: 1px solid #E8C8A7;
  color: #FFFFFF;
  cursor: pointer;
  margin: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
  text-align:center;
  top: 0px;
  z-index: 100;
  width: 90px;
  height: 15px;
  float:left;
}

div.menuBar form.menuSearch {
	
  background-color: transparent;
  background-image:url(../../../images/menu_button_back.jpg);
  border: 1px solid #E8C8A7;
  color: #FFFFFF;
  margin: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left:5px;
  position: relative;
  text-decoration: none;
  text-align:left;
  top: 0px;
  width:202px;
  height: 15px;
  z-index: 100;
  float:left;
}

div.menuBar input.menuInput, {
	height:12px;
	padding:0;
	vertical-align:middle;
	font-size:1em;
	background-color: #FFFFFF;
	border: 0px;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  background-image: url(../../../images/menu_button_back_over.jpg);
  border: 1px inset #e0e0e0;
  color: #FFFFFF;
  left: 1px;
  top: 1px;
  width: 90px;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: transparent;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
  width: 90px;
}

div.menu {
  background-color: #00CCFF;
  background-image: url(../../../images/menu_sub_back.jpg);
  /*border: 2px outset #e0e0e0;*/
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  left: 0px;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #FF9900;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #CCCCCC;
  margin: 4px 2px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url(./formIE.css);

