﻿/* Comment element properties */

a {
	color : #31516F;
	font-size : 11px;
	text-decoration : none;
}

a:hover {
	color : #31516F;
	text-decoration : underline;
}

a.side {
	color : #31516F;
	text-decoration : none;
}

a:hover.side {
	color : #31516F;
	text-decoration : underline;
}

.sub-header a {
	color : #000;
	font-size : 12px;
	font-weight: bold;
	text-decoration : none;
	padding: 5px;
}

.sub-header a:hover {
	color : #31516F;
	font-size : 12px;
	font-weight: bold;
	text-decoration : underline;
}

body {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	color : #444444;
	background : #AFAFAF;
	text-align: left;
	font-size : 11px;
	margin : 0;
}

.body-left {
	width:45px;
	background-image:url(images/body-left.png);
	background-repeat:repeat-y;
	margin: 0;
}

.body-right {
	width:45px;
	background-image:url(images/body-right.png);
	background-repeat:repeat-y; 
	margin: 0;
}


hr {
	height : 1px;
	border: 1px solid #E5E5E5;
	
}

hr.side-hr {
	height : 1px;
	border: 1px solid #E5E5E5;
}

td {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
}

pre {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
}

.alt {
	color : #757575;
}

.spacer {
	margin-bottom: 10px;
}

.admin-message {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 12px;
	text-align : center;
	color : #000;
	background-color : #f6f6f6;
	border-color: #5C5A5A #fff #fff #5C5A5A;
	border-style: solid;
	border-width: 1px;
	padding : 3px 4px 5px 4px;
	margin-bottom : 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

img {
border: 0px;
}

.center, *[align="center"] {margin: 0 auto;}

.button {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
	color : #292929;
	text-align: left;
	background-color : #EEEEEE;
    background-image:url(images/button.gif);
  background-repeat: repeat-x;
	height : 20px;
	border-color: #EEEEEE #E1E1E1 #EEEEEE #E1E1E1;
	border-style: solid;
	border-width: 1px;
	padding: 2px 2px 4px 2px;
	margin-top : 2px;
}

.bbcode {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	background-color : #EEEEEE;
	border : 1px solid #E1E1E1;
	margin-top : 2px;
}

.textbox {
	font-family: Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size: 11px;
	color: #121212;
	background-color: #F6F6F6;
	border-color: #5C5A5A #fff #fff #5C5A5A;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

/* Header and footer properties */

.sub-header {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
	color : #444;
	font-weight: normal;
	background-color : #DADADA;
    background-image:url(images/c.png);
  background-repeat: repeat-x;
	border-color: #DCDCDC #5d5d5d #5d5d5d #DCDCDC;
	border-style: solid;
	border-width: 0px;
	padding-bottom: 34px;
}

.sub-header-left {
    width: 77px;
    height: 68px;
	background-color : #DADADA;
    background-image:url(images/a.png);
    background-repeat: no-repeat;
}

.sub-header-right {
    width: 77px;
    height: 68px;
	background-color : #DADADA;
    background-image:url(images/b.png);
    background-repeat: no-repeat;
}

.sub-header ul{
	margin: 0;
	padding : 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet2{
	display: none;
}

#full-header {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	color: #444444;
	background-color: #DADADA;
	padding: 7px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474749;
	background-color: #DADADA;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
}

.footer-left {
    width: 140px;
    height: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474749;
	background-color: #DADADA;
	background-image: url(images/footer-left.png);
	background-repeat: no-repeat;
}

.footer-right {
    width: 140px;
    height: 192px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474749;
	background-color: #DADADA;
	background-image: url(images/footer-right.png);
	background-repeat: no-repeat;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474749;
	background-color: #DADADA;
	border: 0px solid #000;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474749;
	background-color: #DADADA;
	padding: 4px 5px 5px 5px;
}

.main-body {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
	color : #121212;
	text-align: left;
    background-color : #EBEBEB;
	margin-bottom: 0;
}

/* Side-Panel properties */

.side-border-left {
    color : #777;
    background-color : #DADADA;
    padding : 0;
    width: 225px;
}

.side-border-right {
    color : #777;
    background-color : #DADADA;
    width: 235px;
    padding : 0;
}

.scapmain {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
	font-weight : bold;
	color : #000;
	text-align: left;
	background-color : #757575;
	background-image: url(images/side.png);
  background-repeat: repeat-x;
	padding : 0 0 5px 0;
}

.scapmain-left {
	width: 26px;
	height: 55px;
	background-image: url(images/side-left.png);
}

.scapmain-right {
	width: 26px;
	height: 55px;
	background-image: url(images/side-right.png);
	margin-right: 8px;
}


.side-body {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 11px;
	color : #121212;
	text-align: left;
	background-color : #EEEEEE;
	padding: 0 2px 0 2px;
}

.sidess {
	background-image: url(images/3.png);
	background-repeat: repeat-x;
	padding: 0 20px 0 20px;
}

.sideb {
	background-image: url(images/sideb.png);
	background-repeat: repeat-x;
}

.sideb-left {
 	width: 28px;
	height: 36px;
	background-image: url(images/sideb-left.png);
}

.sideb-right {
	width: 28px;
	height: 36px;
	background-image: url(images/sideb-right.png);
}

.border-left {
	width:26px;
	background-image:url(images/border-left.png);
	background-repeat:repeat-y; 
}

.border-right {
	width:26px;
	background-image:url(images/border-right.png);
	background-repeat:repeat-y;
}

.cborder-left {
	width:28px;
	background-image:url(images/cborder-left.png);
	background-repeat:repeat-y; 
}

.cborder-right {
	width:28px;
	background-image:url(images/cborder-right.png);
	background-repeat:repeat-y;
}


/* Center-Panel properties */

.news-category {
	border:0;
	margin:0 4px 4px 0;
	float:left;
}

.news-footer {
	font-size : 10px;
	color : #7C7C7C;
    background-color: #EBEBEB;
	padding : 4px;
}

.capmain {
	font-family : Tahoma, Arial, Times New Roman, Sans-Serif, Verdana;
	font-size : 12px;
	font-weight : bold;
	color : #000;
	text-align: left;
	background-color : #757575;
	background-image: url(images/center.png);
	background-repeat: repeat-x;
	padding : 0 0 5px 0;
}

.capmain-left {
	width: 28px;
	height: 60px;
	background-image: url(images/center-left.png);
}

.capmain-right {
	width: 28px;
	height: 60px;
	background-image: url(images/center-right.png);
}

.centerb {
	background-image: url(images/centerb.png);
	background-repeat: repeat-x;
}

.centerb-left {
 	width: 28px;
	height: 36px;
	background-image: url(images/centerb-left.png);
}

.centerb-right {
	width: 28px;
	height: 36px;
	background-image: url(images/centerb-right.png);
}


.main-bg {
	color : #444;
	background-color : #DADADA;
	padding-left: 2px;
}

/* General table properties */

.tbl-border {
	border-width: 1px;
	border-style: solid;
	border-color: #F6F6F6 #BDBDBD #BDBDBD #F6F6F6;
}

.tbl {
	font-size : 11px;
	color : #444;
	background-color : #EEEEEE;
	padding : 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
}

.tbl1 {
	font-size : 11px;
	color : #444;
	background-color : #EEEEEE;
	padding : 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
}

.tbl2 {
	font-size : 11px;
	color : #444;
	background-color : #EEEEEE;
	padding : 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;	
	color : #121212;
	background-color : #E5E5E5;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
	padding :4px;
}

.quote {
	font-size : 11px;
	color : #444;
	background-color : #EEEEEE;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #E8E8E8;
}

.poll {
	height : 11px;
	background-color : #EEEEEE;
	background-image: url(images/pollbar.gif);
	background-repeat: repeat-x;
	height : 13px;
}

.comment-name {
	font-weight : bold;
	color : #292929;
}

.shoutboxname {
	font-weight : bold;
	color : #292929;
	background-color : #EEEEEE;
}

.shoutbox {
	color : #121212;
	background-color : #EEEEEE;
}

.shoutboxdate {
	font-size : 10px;
	color : #7C7C7C;
	background-color : #EEEEEE;
}

.small {
	font-size : 11px;
	font-weight : normal;
	color : #7C7C7C;
}

.tbl1 .small {
	font-size : 11px;
	font-weight : normal;
	color : #1B1B1B;
}

.tbl2 .small {
	font-size : 11px;
	font-weight : normal;
	color : #1B1B1B;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #7C7C7C;
}

.side-small {
	font-size : 11px;
	font-weight : normal;
	color : #7C7C7C;
}

.side-label {
	font-size: 11px;
	color : #444;
	background-color : #F9F9F9;
	margin: 1px;
	padding: 4px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 11px;
	color : #444;
	background-color : #F9F9F9;
	margin: 1px;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color : #31516F;
	background-color : #EEE;
	padding: 2px;
	text-decoration : none;
}

#navigation a:hover {
	color : #fff;
	background-color : #1D354A;
}

/* Page Navigation */

.pagenav {
	padding: 0.4em;
}

.pagenav span {
	color : #fff;
	font-weight : bold;
	background-color : #1D354A;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color : #31516F;
	background-color : #DADADA;
	border-width: 1px;
	border-style: solid;
	border-color: #F6F6F6 #BDBDBD #BDBDBD #F6F6F6;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color : #fff;
	background-color : #1D354A;
	border-width: 1px;
	border-style: solid;
	border-color: #BDBDBD #F6F6F6 #F6F6F6 #BDBDBD;
	margin: 0.2em;
	text-decoration: none;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #F6F6F6;
   color: #121212;
   padding: 2px;
}

.mceContentBody a {
   color: blue !important; /* FX requires a important here */
}