/* Comment element properties */

a {
	color: #71925d;
	text-decoration: none;
}

a:hover {
	color: #817e6b;
	text-decoration: underline;
}

a.side {
	color: #404040;
	text-decoration: none;
}

a:hover.side {
	color: #817e6b;
	text-decoration: underline;
}

a.white, li.white a {
	color: #638547;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
}

a:hover.white, li.white a:hover {
	color: #71925d;
	text-decoration: none;
	padding: 6px 6px 6px 6px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #817e6b;
      background: #d0e1f4 url(images/bg.jpg) repeat fixed top;
	margin: 0px;
}

hr {
	height: 1px;
	border: 1px solid #272727;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #272727;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #CBCBCB;
}

.spacer {
	margin-bottom: 10px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #CBCBCB;
	background-color: #323232;
	border: 1px solid #494949;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #6c912f;
	height: 20px;
	border: 1px solid #87b539;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #fff;
	border: 1px solid #494949;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	background: #fff;
	border: 1px solid #87b539;
}

/* Header and footer properties */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #fff;

	padding: 1px 4px 0px 4px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #262525;
	text-decoration: underline;
}

.footer a.side {
	color: #CBCBCB;
	text-decoration: none;
}

.footer a:hover.side {
	color: #edc07d;
	text-decoration: underline;
}
.footer-left {
	width: 30px;
	height: 85px;
}

.footer-right {
	width: 100px;
	height: 85px;
}

.footer-block {
	background-color:#060;
	width:944px;
	
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
float:left;
position:absolute;
border-collapse:collapse;
z-index:80;
left:0px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
font-family:Tahoma;
width:auto;
padding:5px 0;
color:#736f64;
background:none;
text-decoration:none;
margin-right:12px;
margin-left:8px;
text-align:center;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
display:block;
border-width:thick;
border-style:solid;
border-color:#d4d8bd;
font-size:10px;
font-family:Tahoma;
width:150px;
padding:2px;
color:#736f64;
background-color:#d4d8bd;
text-decoration:none;
text-align:left;
margin-left:10px;
 
}

.menu ul ul a.drop:hover {
	color:#060;
	background:#D4EFFE url(??????) no-repeat top;
	border-width:thick;
	border-style:solid;
	border-color:#D4EFFE;
	font-style:italic;
}
/* style the links hover */
.menu :hover{
color:;
background:none;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
      height: 34px;
	color: #736f64;
	background-image: url(images/sub-header.png);
      padding-left: 5px;
      padding-right: 5px;
}
.sub-date {
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-weight: bold;
	font-size: 9px;
	color: #736f64;
	text-transform: uppercase;
	background-image: url(images/sub-header.png);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}
.border-left {
	width:15px; background-image:url(images/border-left.png);
	background-repeat:repeat-y; 
}

.border-right {
	width:15px; background-image:url(images/border-right.png);
	background-repeat:repeat-y;
}

.ccell {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f9f9f9;
	padding: 0px 0px 0px 0px;
      background: url(images/ccell.png);
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCBCB;
	background-color: #323232;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #404040;
      background: #fff;
	padding: 10px 10px 0 10px;
}

/* Side-Panel properties */

.side-border-left {
	color: #777;
	padding: 20px 0 5px 5px;
	width: 185px;
      border-left:0px solid #000;
   
}

.side-border-right {
	color: #777;
	padding: 20px 5px 5px 0;
	width: 185px;
      border-left:0px solid #000;
}

.scapmain {
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px 6px 4px;
	color: #638547;
	text-transform: uppercase;
	background-image: url(images/side.png);
      background-repeat: repeat-x;
}

.scapmain-left {
	width: 30px;
	height: 43px;
	background-image: url(images/side-left.png);
}

.scapmain-right {
	width: 30px;
	height: 43px;
	background-image: url(images/side-right.png);
}

.side-body {
	font-size: 11px;
	color: #404040;
	background: #fff;
	padding: 2px 2px 0 2px;
}

.sideb { 	background-image: url(images/sideb.png); 	background-repeat: repeat-x; }

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 5px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 11px;
	color: #515151;
	background: #fff;
	padding: 3px 4px 0 4px;
}

.capmain {
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size: 11px;
	font-weight: bold;
	color: #638547;
	text-transform: uppercase;
	background-image: url(images/side.png);
	border-width: 0px 0px 0 0px;
	border-color: #272727;
	border-style: solid;
	padding: 0px 4px 6px 4px;
}

.capmain-left {
	width: 30px;
	height: 43px;
	background-image: url(images/side-left.png);
}

.capmain-right {
	width: 30px;
	height: 43px;
	background-image: url(images/side-right.png);
}

.main-bg {
	color: #CBCBCB;
	padding: 20px 5px 0 5px;

}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	background: #fff;
}

.tbl {
	font-size: 11px;
	color: #535353;
	padding: 4px;
	background: #a5dd47;

}

.tbl1 {
	font-size: 11px;
	color: #535353;
	background: #a5dd47;
	padding: 4px;
	border: 1px solid #87b539;
}

.tbl2 {
	font-size: 11px;
	color: #535353;
	background: #a5dd47;
	padding: 4px;
	border: 1px solid #87b539;

}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #638547;
	background-image: url(images/cap.png);
      height: 30px;
	padding: 5px 4px 5px 4px;
}

.quote {
	font-size: 11px;
	color: #638547;
	background: #aae44a;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #87b539;
}

.poll {
	height: 12px;
	border: 1px solid #494949;
}

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

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

.shoutbox {
	color: #888;
}


.shoutboxdate {
	font-size: 8px;
	color: #888;
}

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

.small2 {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

.side-small {
	font-size: 11px;
	font-weight: normal;
	color: #888;
}

.side-label {
	color: #888;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 11px;
	color : #555;
	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: #005599;
	background-color: #f6f6f6;
	padding: 2px;
	text-decoration : none;
}

#navigation a:hover {
	color: #f6f6f6;
	background-color: #005599;
}

/* Page Navigation */

.pagenav {
	padding: 0.4em;
}

.pagenav span {
	color: #fff;
	background-color: #005599;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #005599;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #005599;
	margin: 0.2em;
	text-decoration: none;
}

