/**
* CPG Dragonfly CMS
* Copyright (c) 2004-2005 by CPG-Nuke Dev Team, www.dragonflycms.com
* Released under the GNU GPL version 2 or any later version
* $Id: style.css,v 1.4 2007/09/13 04:31:13 phoenix Exp $
*/

img {
  border: 0;
}
font, th, td, p {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}
legend {
	font-weight: bold;
}
fieldset {
	/*
	border: #999;
	border-style: double;
	*/
	padding: 10px;
	margin-bottom: 10px;
	border: 1px #999999 solid;
}
br {
	clear: left;
}
label.set, input.set {
	display: block;
	float: left;
}
radio.set {
	display: block;
	float: left;
	vertical-align: text-bottom;
}
label.set {
	text-align: left;
	width: 300px;
	padding-right: 10px;
	margin-bottom: 5px;
}
label.ulog, input.ulog {
	display: block;
	float: left;
}
label.ulog {
    text-align: left;
    width: 125px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.rd {
	text-align: left;
	width: 60px;
	padding-left: 3px;
	padding-right: 10px;
}
.no {
	text-align: right;
	width: 8px;
	padding-right: 10px;
}
.yes {
    text-align: left;
    width: 20px;
    padding-right: 10px;
    vertical-align: bottom;
}
.no {
	text-align: right;
	width: 8px;
	padding-right: 10px;
}
hr {
  height: 0;
  border-top: solid #D1D7DC 1px;
}
.title {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.content {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.block-title {
	color: #FFA34F;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.storytitle {
	background: none;
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.storycat {
	background: none;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
}
.boxtitle {
	background: none;
	color: #363636;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.boxcontent {
	background: none;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
.option {
	background: none;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.tiny {
	background: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background: #FFFFFF url('../images/silver.png') repeat-x;
	color: #000000;
	cursor: default;
	width: 95%;
	margin: 0 auto;
	margin-top: 1%;
	margin-bottom: 1%;
	font: 10px Verdana, Helvetica, sans-serif;
}
.helphead {
	color: #FFFFFF;
	font-size: 10px;
	width: 244px;
	padding: 3px;
	vertical-align: middle;
	background: #0065DE;
}
.helpcontent {
	width: 240px;
	border: 1px solid #006699;
	padding: 4px;
	background: #FFFFFF;
}
.headtable {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
.head {
	height: 110px;
	border-width: 0;
	border-spacing: 2px;
	padding: 2px;
	width: 100%;
	background: #1D2C68 url('../images/back.gif');
}
.headmenu {
	font-weight: bold;
	text-align: center;
}
.maintable {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
.mainside {
	width: 164px;
	vertical-align: top;
}
.main {
	width: 100%;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumb {
	color: #FFFFFF;
	font-size: 10px;
	height: 15px;
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	background: #1d2c68 url('../images/back.png');
}
.storyhead {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	width: 100%;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	background: #1D2C68 url('../images/back.png');
}
.blockhead {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	width: 156px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	background: #1D2C68 url('../images/back.png');
}
.blockcontent {
	width: 154px;
	padding: 4px;
	background: #EFEFEF;
}
.centerblockcontent {
	border: 1px dotted #1D2C68;
	padding: 4px;
	background: #EFEFEF;
}
.pagetitle {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-width: 0;
	height: 16px;
	padding: 6px;
	background: #1D2C68 url('../images/back.png');
}
.adminitem {
	border: 0;
	padding: 0;
	width: 130px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.adminitem span {
	display: block;
	width: 120px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #1D2C68;
	background: #FAFAFA;
}
.table1 {
	border: 1px solid #666666;
	border-spacing: 0;
	padding: 7px;
	background: #FFFFFF;
}
.table2 {
	width: 50%;
	border: 1px solid #666666;
	border-spacing: 0;
	padding: 7px;
	text-align: center;
	background: #FFFFFF;
}
.table3 {
	border: 1px solid #666666;
	border-spacing: 0;
	padding: 7px;
	background: #FFFFFF;
}
.table4 {
	border: 1px dotted #666666;
	border-spacing: 0;
	padding: 7px;
	background: #EFEFEF;
}
.table5 {
    border: 1px dotted #666666;
    border-spacing: 0;
    padding: 7px;
    background: #EFEFEF;
}
.newsindex {
	width: 100%;
	border: 1px solid #EFEFEF;
	padding: 5px;
	background: #EFEFEF;
}
.newsarticle {
	border: 1px solid #1d2c68;
	border-spacing: 0;
	padding: 5px;
	background: #EFEFEF;
}
a:link, a:active, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #AA2525;
	text-decoration: underline;
}
.statlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.statlink {
	text-decoration: none;
	color: #FFFFFF;
}
.statlink a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.statlink {
	color: #FFFFFF;
	text-decoration: underline;
}
.statlink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyline {
	border: 1px #98AAB1 solid;
	background: #FFFFFF;
}
.forumline {
	border: 1px #98AAB1 solid;
	background: #FFFFFF;
}
td.row1 {
	background: #EFEFEF;
}
td.row2 {
	background: #EFEFEF;
}
td.row3 {
	background: #EFEFEF;
}
td.rowpic {
	background: #FFFFFF url('../images/cellpic2.jpg') repeat-y;
}
th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	background: #1d2c68 url('../images/back.png');
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
	border: #FFFFFF;
	border-style: solid;
	height: 30px;
	background: #D1D7DC url('../images/cellpic1.gif');
}
td.cat, td.catHead, td.catbottom, td.catBottom {
	height: 29px;
	border-width: 0;
}
th.thHead, th.thSides, th.thtop, th.thleft, th.thright, th.thbottom, th.thCornerL, th.thCornerR {
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}
td.row3right, td.spaceRow {
	border: #FFFFFF;
	border-style: solid;
	background: #D1D7DC;
}
th.thHead, td.catHead {
	font-size: 12px;
	border-width: 0;
}
th.thSides, td.catSides, td.spaceRow {
	border-width: 0;
}
th.thright, td.catright, td.row3right {
	border-width: 0;
}
th.thleft, td.catleft {
	border-width: 0;
}
th.thbottom, td.catbottom, td.catBottom {
	border-width: 0;
}
th.thtop {
	border-width: 0;
}
th.thCornerL {
	border-width: 0;
}
th.thCornerR {
	border-width: 0;
}
.maintitle, h1, h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
.gen {
	font-size: 12px;
}
.genmed {
	font-size: 11px;
}
.gensmall {
	font-size: 10px;
}
.gen, .genmed, .gensmall {
	color: #000000;
}
a.gen, a.genmed, a.gensmall {
	color: #006699;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #AE0000;
	text-decoration: underline;
}
.mainmenu {
	font-size: 11px;
	color: #000000;
}
a.mainmenu {
	text-decoration: none;
	color: #006699;
}
a.mainmenu:hover {
	text-decoration: underline;
	color: #AE0000;
}
.cattitle {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color: #006699;
}
a.cattitle {
	text-decoration: none;
	color: #006699;
}
a.cattitle:hover {
	text-decoration: underline;
	color: #AE0000;
}
.forumlink {
	font-weight: bold;
	font-size: 12px;
	color: #006699;
}
a.forumlink {
	text-decoration: none;
	color: #006699;
}
a.forumlink:hover {
	text-decoration: none;
	color: #AE0000;
}
.nav {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.nav {
	text-decoration: none;
	color: #006699;
}
a.nav:hover {
	text-decoration: underline;
	color: #FF6600;
}
.topictitle {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
a.topictitle:link {
	text-decoration: none;
	color: #006699;
}
a.topictitle:visited {
	text-decoration: none;
	color: #5493B4;
}
a.topictitle:hover {
	text-decoration: underline;
	color: #AE0000;
}
.name {
	font-size: 11px;
	color: #000000;
}
.postdetails {
	font-size: 10px;
	color: #000000;
}
.postbody {
	font-size: 12px;
}
a.postlink:link {
	text-decoration: none;
	color: #006699;
}
a.postlink:visited {
	text-decoration: none;
	color: #5493B4;
}
a.postlink:hover {
	text-decoration: underline;
	color: #AE0000;
}
.code {
	color: #006600;
	border: #D1D7DC;
	border-style: solid;
	background: #FAFAFA;
	border-width: 1px;
	font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
	color: #444444;
	border: #D1D7DC;
	border-style: solid;
	background: #FAFAFA;
	border-width: 1px;
	font: 11px/125% Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright {
	color: #444444;
	text-decoration: none;
}
a.copyright:hover {
	color: #000000;
	text-decoration: underline;
}
input, textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
	background: #FFFFFF;
}
input {
	text-indent: 2px;
}
input.button {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EFEFEF;
}
input.mainoption {
	font-weight: bold;
	background: #FAFAFA;
}
input.liteoption {
	font-weight: normal;
	background: #FAFAFA;
}
.helpline {
	border-style: none;
	background: #DEE3E7;
}
.bbcbutton {
    border-style: outset;
    border-width: 1px;
}
.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* pagination */
.pagact {
	font-size: 10px;
	width: 16px;
	height: 20px;
	text-align: center;
	background: transparent url(../images/pagact.gif) no-repeat scroll 0 1px;
}
.paginact, .pagneutral {width: 17px; text-align: center; }
.paginact a, .pagneutral a {
	display: block;
	font-size: 10px;
	width: 17px;
	height: 20px;
	padding-top: 5px;
	background: transparent url(../images/paginact.gif) no-repeat;
}
.pagneutral a {
	background: transparent url(../images/pagneutral.gif) no-repeat;
}