﻿body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
}

#header {
	height: 100px;
	width: 100%;
	background-color: black;
	background-image: url('../gfx/headbg.png');
}

div.advert {
	float: right;
	right: 30px;
	top: 30px;
	position: absolute;
}

.advert .banner img {
	border: 1px solid #aaa;
}

img {
	vertical-align: bottom;
	border: none;
}

#headerMenu {
	position: absolute;
	top: 0px;
	right: 22px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#headerMenu li {
	display: block;
	float: left;
	height: 22px;
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#headerMenu li a {
	padding: 0 7px;
	height: 22px;
	display: block;
	background-image: url('../gfx/headerMenu.png');
	text-decoration: none;
	color: black;
}

#headerMenu li a:hover {
	color: white;
	background-image: url('../gfx/headerMenu_.png');
}

#headerMenu li#headerMenuStart {
	width: 5px;
	font-size: 1px;
	background-image: url('../gfx/headerMenuStart.png');
}

#headerMenu li#headerMenuEnd {
	width: 5px;
	font-size: 1px;
	background-image: url('../gfx/headerMenuEnd.png');
}

.separator {
	height: 10px;
	width: 100%;
	font-size: 0;
	background-color: red;
	background-image: url('../gfx/sepbg.png');
}

#menu {
	height: 30px;
	width: 100%;
	background-color: gray;
	background-image: url('../gfx/menubg.png');
	text-align: center;
	
}

.container {
	clear: both;
	text-decoration: none;
}

ul#topmenu {
	display: inline;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	line-height: 22pt;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
}

ul#topmenu li {
	padding: 0;
	margin: 0;
	display: table-cell;
}

ul#topmenu li a {
	padding: 0 4px;
	display: block;
	border: none;
	text-decoration: none;
	color: black;
	background-image: none;
}

ul#topmenu li a:hover {
	background-color: #777;
	background-image: url('../gfx/menuhbg.png');
}

#body {
	width: 100%;
	text-align: center;
	background-color: #f7f7f7;
	background-image: url('../gfx/bg.jpg');
	clear: both;
}

#page {
	margin: 0 auto;
	width: 85%;
	min-width: 600px;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #25292F;
	background-color: white;
	min-height: 500px;
	overflow: hidden;
	padding: 10px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}

#page a {
	color: #b92121;
	text-decoration: none;
}

#page a:hover {
	color: red;
}

#contents {
	position: relative;
	float: left;
	padding-right: 5px;
	margin: 0 190px 0 0;
	text-indent: 15px;
	text-align: justify;
}

#pagePath {
	font-size: 10pt;
}

#pagePath a {
	color: black;
}

#pagePath a:hover {
	color: red;
}

#pagePath span {
	color: red;
}

#right {
	float: right;
	width: 180px;
	margin: 0 0 0 -185px;
	padding-left: 5px;
}

#right a {
	color: black;
}

#right a:hover {
	color: black;
}

.rightBox {
	width: 180px;
	height: auto;
	margin: 3px 0 6px 0;
	list-style: none;
	padding: 0;
}

.rightBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rightBox .hd {
	height: 28px;
}

.rightBox li.menu {
	background-image: url('../gfx/rbHMenu.png');
}

.rightBox li.poll {
	background-image: url('../gfx/rbHPoll.png');
}

.rightBox li.links {
	background-image: url('../gfx/rbHLinks.png');
}

.rightBox li.new {
	background-image: url('../gfx/rbHNew.png');
}

.rightBox .np {
	background-color: white;
}

.rightBox .p {
	background-color: #f5f5f5;
}

.rightBox .voteBar {
	width: 140px;
	height: 3px;
	font-size: 0px;
	border: black solid 1px;
	background-color: #444;
	margin-left: 15px;
}

.rightBox .voteBarR {
	height: 100%;
	background-color: red;
}

.rightBox li.l {
	border: #989898 solid;
	border-width: 0 1px 0 1px;
	font-size: 9pt;
	text-align: left;
}

.rightBox ul li {
	padding: 2px 4px 2px 4px;
	border-top: #dddddd solid 1px;
	padding: 2px 4px 2px 4px;
	width: 170px;
}

.rightBox li.t {
	text-align: center;
	font-weight: bold;
}

.rightBox ul li.m a {
	display: block;
	text-decoration: none;
	border: none;
	color: black;
	width: 100%;
}

.rightBox ul li.m:hover {
	background-color: #d80000;
	color: white;
}


.rightBox li.ft {
	height: 5px;
	font-size: 1px;
	border-top: none;
	background-image: url('../gfx/rbF.png');
	vertical-align: top;
}

.rightBox .textBox {
	width: 154px;
	height: 29px;
	background-image: url('../gfx/textbox.png');
	float: left;
}

label {
	cursor: pointer;
}

.rightBox .textBox input {
	border: none;
	background-color: transparent;
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 140px;
	height: 20px;
	margin: 5px 0 0 1px;
	padding: 2px 2px 0 2px;
}

.rightBox .rbBT input {
	width: 26px;
	height: 29px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.rightBox .rbBT {
	width: 26px;
	height: 29px;
	float: right;
}

.rightBox .search {
	background-image: url('../gfx/btSearch.png');
}

form {
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	height: 60px;
	width: 100%;
	background-color: black;
	background-image: url('../gfx/footbg.gif');
	color: white;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#footer #netrayLogo {
	margin: 7px 0 0 10px;
	float: left;
}

#footer #netrayText {
	float: left;
	margin: 5px 0 0 5px;
}

#footer #copyright {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 10px 0 0 0;
	height: 20px;
	text-align: center;
	z-index: 2;
}

#footer #stat24 {
	margin: 15px 10px 0 0;
	float: right;
}

#footer a {
	color: white;
	text-decoration: none; 
}

.listImage1 {
	margin: 10px;
	float: left;
}

.listImage2 {
	float: right;
	margin: 10px;
}

.articleImage {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}

div.news {
	padding: 10px;
	border-bottom: 2px solid gray;
	margin-bottom: 0px;
	overflow: hidden;
}

div.hr {
	height: 2px;
	background-color: gray;
	font-size: 0px;
}

div.news h2 {
	font-size: 14pt;
	margin-top: 0px;
	margin: 0;
	color: #b92121;
	position: relative;
}

div.news h2 img {
	position: relative; 
	top: 10px; 
	vertical-align: text-bottom;
}

span.date {
	display: block;
	color: gray;
	font-size: 9pt;
	text-align: right;
	width: 100%;
}

em {
	/*background-color: #fff8bf;
	text-decoration: none;
	font-style: normal;*/
    font-variant: italic;
}

.comment {
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

.comment .about {
	padding-top: 10px;
	padding-bottom: 30px;
}

.comment .about .author {
	float: left;
}

.comment .about .date {
	float: right;
}

.options {
	text-align: right;
	margin: 1px 0 1px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
}

.comment .contents {
	font-size: 10pt;
	clear: both;
}

.c0 {
	background-color: #fdfdfd;
}

.c1 {
	background-color: #f9f9f9;
}

h1 {
	text-align: left;
	color: #b92121;
	margin-bottom: 3px;
}

h3 {
	text-align: left;
	color: #b92121;
	margin-bottom: 0px;
}

.toTop {
	text-align: right;
	padding-top: 10px;
}

.toTop img {
	border: none;
	padding-right: 5px;
}

input.t {
	border: 1px solid black;
	height: 18px;
}

.action {
	display: none;
}

.action label {
	display: block;
	font-weight: bold;
	font-size: 10pt;
}

.action span {
	color: red;
	font-size: 9pt;
}

.action input {
	display: block;
	border: 1px solid #ddd;
	width: 200px;
	font-size: 9pt;
	margin-left: 30px;
	height: 16px;
}

.action .button {
	width: 60px;
	background-color: #efefef;
	font-size: 10pt;
	font-weight: bold;
	height: 22px;
	border-color: #ddd;
}

.action input:focus {
	border-color: red;
}

.action textarea {
	display: block;
	border: 1px solid #ddd;
	width: 250px;
	height: 80px;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 30px;
}

.action textarea:focus {
	border-color: red;
}

ul.pager {
	float: right;
	font-size: 8pt;
	text-indent: 0;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

ul.pager li {
	display: block;
	float: left;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	border: 1px solid #ddd;
	margin: 1px;
}

ul.pager li.current {
	background-color: #eee;
	color: black;	
}

ul.pager li a {
	display: block;
	color: black;
	background-color: #fff;
	text-decoration: none;
}

ul.pager li a:hover {
	display: block;
	color: black;
	background-color: #eee;
}