/* Comment element properties */

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

a:hover {
	color: #4682b4;
	text-decoration: underline;
}

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

a:hover.side {
	color: #4682b4;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background-image: url(images/bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 5px;
}

hr {
	height: 1px;
	border: 1px solid #0a0a0a;
}

hr.side-hr {
	height: 1px;
	border-top: 1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

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

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

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #797979;
	background-color: transparent;
	background-image: url(images/parchment-light2.jpg);
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.delbutton {
	background:transparent url(forum/button-plain.gif) no-repeat;
	height: 22px;
	width:70px;
	border:0px;
	margin-left:10px
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #f6a504;
	background-image: url(images/button.gif);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}

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

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
	background-image: url(images/txtbox-bg2.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	border: 1px solid #ccc;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #797979;
	background-image: url(images/flag_bg_02.gif);
	height:38px;
	padding: 0px 0px 0px 0px;
}

.sub-header-left {
	width: 56px;
	height: 38px;
	background-color: #797979;
	background-image: url(images/flag_bg_01.gif);
}

.sub-header-right {
	width: 18px;
	height: 38px;
	background-color: #797979;
	background-image: url(images/flag_bg_03.gif);
}

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

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

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: transparent;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
	background-image: url(images/panels_bg_12.gif);
}

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

.main-body {
	font-size: 11px;
	color: #555;
	background-color: transparent;
	border: 0px solid #ddd;
	padding: 0px;
	background-image:url(images/parchment_bg_05.gif);
	width:90%
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: transparent;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	background-color: transparent;
	padding: 10px 0 10px 10px;
	width: 175px;
}
.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-image: url(images/panels_bg_06.gif);
	height:9px;
}
.scapmain-top {
	background-image: url(images/panels_bg_02.gif);
    background-repeat: repeat-x;
	height:9px;
	width:91%;
}

.scapmain-left {
	width: 8px;
	height: 9px;
	background-image: url(images/panels_bg_01.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

.scapmain-right {
	width: 8px;
	height: 9px;
	background-image: url(images/panels_bg_04.gif);
	background-repeat:no-repeat;
}

.scapmain-left-border {
	width:8px;
	background-image: url(images/panels_bg_05.gif);
	background-repeat:repeat-y;
}

.scapmain-right-border {
	width:8px;
	background-image: url(images/panels_bg_07.gif);
	background-repeat:repeat-y;
}

.scapmain-divide-left {
	background-image: url(images/panels_bg_08.gif);
	background-repeat: no-repeat;
}

.scapmain-divide-right {
	background-image: url(images/panels_bg_10.gif);
	background-repeat: no-repeat;
}

.scapmain-divide-center {
	background-image: url(images/panels_bg_09.gif);
	background-repeat: repeat-x;
	height:11px;
}

.scapmain-panel-left {
	background-image: url(images/panels_bg_11.gif);
	background-repeat:repeat-y;
	width:8px;
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #fff;
	background-image: url(images/panels_bg_12.gif);
  	padding: 4px;
}

.scapmain-panel-right {
	background-image: url(images/panels_bg_13.gif);
	background-repeat:repeat-y;
	width:8px;
}

.scapmain-bottom-left {
	background-image: url(images/panels_bg_14.gif);
	background-repeat:no-repeat;
}

.scapmain-bottom-right {
	background-image: url(images/panels_bg_17.gif);
	background-repeat:no-repeat;
}

.scapmain-bottom-center {
	background-image: url(images/panels_bg_15.gif);
	background-repeat:repeat-x;
	height:9px;
}



/* Center-Panel properties */

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

.news-footer {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-image: url(images/parchment_bg_05.gif);
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.capmain-left {
	width: 46px;
	height: 51px;
}

.capmain-center{
	background-image: url(images/parchment_bg_02.gif);
	background-repeat: repeat-x;
	height:49px;
}

.capmain-right {
	width: 78px;
	height: 51px;
}

.capmain-left-border {
	width:46px;
	background-image: url(images/parchment_bg_04.gif);
	background-repeat:repeat-y;
}

.capmain-right-border {
	width:78px;
	background-image: url(images/parchment_bg_06.gif);
	background-repeat:repeat-y;
}

.capmain-bottom-left {
	width:46px;
	height:45px;
}

.capmain-bottom-right {
	width:78px;
	height:45px;
}

.capmain-bottom {
	height:45px;
	background-image: url(images/parchment_bg_08.gif);
	background-repeat:repeat-x;
}

.inner-capmain-left {
	height:38px;
	width:56px;
}

.inner-capmain-right {
	height:38px;
	width:18px;
}

.inner-capmain {
	color:#ffd;
	background-image: url(images/flag_bg_02.gif);
	background-repeat:repeat-x;
	height:38px;
}

.main-bg {
	color: #555;
	background-color: transparent;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

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

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

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: transparent;
	background-image: url(images/parchment-light3.jpg);
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: transparent;
	/*background-image: url(images/parchment-light.jpg);*/
	padding: 4px;
}

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

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

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

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

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

.shoutbox {
	color: #777;
}

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

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

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

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

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

/* Vertical Navigation */

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

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

/* Page Navigation */

.pagenav {
	background-color: transparent;
	background-image: url(images/parchment-light.jpg);
	border: 1px solid #000;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;

}

.pagenav span {
	color: #000;
	background-color: #aaaaaa;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #000;
	background-color: #cccccc;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

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