/*General tags*/
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

img { border: 0px; }
a, a:visited, a.side { color: #000000; text-decoration: none; }
a:hover, a.side:hover { color: #40bde8; }

h1, h2, h3, h4, h5, h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

hr {
	background: #ebe4c6;
	border: 1px solid #ebe4c6;
	height: 1px;
}

/* Header classes and ids*/
.header-left {
	background-image: url("images/header-left.png");
	width: 34px;
	height: 173px;
}

.header-right {
	background-image: url("images/header-right.png");
	width: 34px;
	height: 173px;
}

.header-top {
	background-image: url("images/header-center-top.png");
	height: 23px;
	text-align: right;
}

.header-logo {
	background-image: url("images/header-center-logo.png");
	height: 123px;
	text-align: left;
}

#headsearch {
	vertical-align: middle;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	margin: 0px auto 10px auto;
	white-space: nowrap;
	float: right;
}

.headsearchbox, .headsearchbutton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #f8f8f8;
	border: 0px solid #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 16px;
}

.headsearchbox {
	background: url("images/searchicon.gif") no-repeat;
	padding: 0px 0px 0px 16px;
}

.header-navigation-top {
	background-image: url("images/header-navigation-top.gif");
	height: 24px;
	text-align: left;
}

.header-navigation-bottom {
	background-image: url("images/header-navigation-bottom.gif");
	height: 3px;
}

.header-navigation-top ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 30;
}
.header-navigation-top ul li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

.header-navigation-top ul .first-link { border-left: 1px solid #a1bdea; }
.header-navigation-top ul .first-link:hover { border-left: 1px solid #bdd0ee; }

.header-navigation-top ul .nav-item {
	padding: 4px 8px 5px 5px;
	text-decoration: none;
	border-right: 1px solid #a1bdea;	
	display: block;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.header-navigation-top ul .nav-item:hover {
	background-image: url("images/header-navigation-tophover.gif");
	border-right: 1px solid #bdd0ee;
	font-weight: bold;
}

/* Main body and panels */
.body-left {
	background-image: url("images/body-left.png");
	width: 34px;
}

.body-right {
	background-image: url("images/body-right.png");
	width: 34px;
}

.panels-right, .panels-left {
	width: 175px;
}

.body-main {
	padding: 0px 10px 10px 10px;
}
/* Footer */
.footer-left {
	background-image: url("images/footer-left.png");
	background-repeat: no-repeat;
	width: 62px;
}

.footer-center {
	background-image: url("images/footer-center.png");
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
}

.footer-right {
	background-image: url("images/footer-right.png");
	background-repeat: no-repeat;
	width: 62px;

}

/* Panels*/
.opentable-top {
	font-weight: bold;
	background-image: url("images/opentable-top.gif");
	color: #FFF;
	height: 26px;
	border-left: 0px solid #472E72;
	border-right: 0px solid #472E72;
	border-bottom: 0px solid #472E72;
	padding: 0px 0px 0px 0px;	
}
.opentable-body { margin: 0px 0px 10px 0px; }
.panels-left .side-top { border-right: 3px solid #a5d9ec; border-left: 1px solid #a5d9ec;}
.panels-right .side-top { border-left: 3px solid #a5d9ec; border-right: 1px solid #a5d9ec; }

.side-top {
	background-image: url("images/header-center-logo.png");
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0px 4px 6px;
}

.side-body { margin: 0px 0px 10px 0px; }
/* Forms */
.button {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	background-color: #ececec;
	height: 20px;
	border: 1px solid #d7d7d7;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #ffffff;
	background-color: #f6a504;
	border: 1px solid #dddddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555555;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #ffffff;
	background-color: #fdd44f;
	margin: 2px;
	text-decoration: none;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 11px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	background-color: #fbe7b4;
}

/* Tables*/
.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 11px;
	color: #555555;
	background-color: #ffffff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555555;
	background-color: #ffffff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbbbbb;
	border-left: 5px solid #bbbbbb;
}

.poll {
	height: 12px;
	border: 1px solid #b7dded;
	background-color: white;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}

/* Other */
.spacer { margin-bottom: 5px; }

.admin-message {
	background-image: url("images/info-box.gif");
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	padding: 4px 4px 4px 20px;
	margin: 15px auto 15px auto;
	width: 70%;
	background-color: #ff0000;
}

/* News page */
.fnews-left {
	background-image: url("images/news-left.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 20px;
}

.fnews-middle {
	background-image: url("images/news-middle.gif");
	background-repeat: repeat-x;
	height: 20px;
}

.fnews-right {
	background-image: url("images/news-right.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 20px;
}

.news-content {
	font-weight: normal;
	font-size: 12px;
	padding: 10px 0px 10px 0px;
}

.news-title {

	background-image: url("images/title.png");
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 3px 2px 2px 2px;
	margin: 3px 2px 2px 2px;
}


.title {

	background-image: url("images/title.png");
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin: 3px 2px 2px 2px;
}
.news-category {
	float: right;
	margin: -30px auto 5px auto;
}

.content {
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

.side-label {

	background-color: #FFcc00;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    padding: 3px 2px 2px 2px;
    margin: 3px 2px 2px 2px;

}

.forum-caption {

	background-image: url("images/header-center-logo.png");
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 3px 2px 2px 2px;
	margin: 3px 2px 2px 2px;
}

.tbl2 {

	background-color: #E8F4F9;
	color: #333333;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.tbl1 {

	background-color: #ffffff;
	font-weight: normal;
	color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------------------------
 *= GLOBAL FOOTER
 ------------------------------------------------------------------------*/
.footer-subbox{
   font-size:92%; position:relative; width: 100%; border-top: 1px solid #333333;  min-width: 100%;}
   dl { float: left; margin: 10px 0px 0px 0; padding: 0 8px 0 8px;}
   dl.last-dl { border-right: 0px;}
   dl dd { margin: 4px 0 4px 2px;}
  dl dd a {font-size: 12px; color: #000000; font-weight: normal; margin-left: 0px; }

.footer-container { 
background-color: #F4F5DC; text-align:left; margin: 0 auto; width:100%;; height: 110px;}
.b24-flogo { float:right; }
.copyright { float:right; font-size:11px; color: #000000; line-height:1.4em}