/*********************************************
  CPG-NUKE: Advanced Content Management System
  ********************************************
  Copyright (c) 2004 by CPG-Nuke Dev Team
  http://www.cpgnuke.com

  CPG-Nuke is released under the terms and conditions
  of the GNU GPL version 2 or any later version

*******************************************************/
.statlink { color: #000; }
.block_header {
	background: url(../images/block-top.jpg);
	height: 21px;
	width: 178px;
}

.mheader {
	background: url(../images/header_stretch.jpg);
	height: 105px;
	width: 100%;
}

.hborder {
	background: url(../images/border.jpg);
	height: 21px;
	width: 100%;
}

.lborder {
	background: url(../images/border_l.jpg);
	height: 21px;
	width: 4px;
}

.rborder {
	background: url(../images/border_r.jpg);
	height: 21px;
	width: 6px;
}

img { border: 0px;}

}
.float {
   float: left;
   margin-bottom: 4px;
   margin-left: 0em;
   margin-right: 4px;
   margin-top: 4px;
}

font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
legend {
  font-weight: bold;
}

fieldset {
  border: #BEBEBE;
  border-style: double;
  padding: 10px;
  margin-bottom: 10px;
}
br {
  clear: left;
}
label.set,radio.set,input.set {
  display: block;
  float: left;
}
radio.set {
  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;
}
input.sub {
  left: 20px;
  float: none;
}
.title {
  background: none;
  color: #444444;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.content {
  background: none;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.block-title {
  background: none;
  color: #FFA34F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.storytitle {
  background: none;
  color: #363636;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.storycat {
  background: none;
  color: #F00;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.boxtitle {
  background: none;
  color: #363636;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.boxcontent {
  background: none;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.option {
  background: none;
  color: #000000;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.tiny {
  background: none;
  color: #000000;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
body {
  color: #000000;
  background: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.helphead {
  color: #FFF;
  font-size: 10px;
  width: 244px;
  padding: 3px;
  vertical-align: middle;
  background: #0065DE;
}
.helpcontent {
  width: 240px;
  border: 1px solid #069;
  padding: 4px;
  background: #FFF;
}
.headtable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
.head {
  height: 135px;
  border-width: 0;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
  background: #069 url(../images/back1.gif);
}
.headmenu {
  font-weight: bold;
  text-align: center;
}
.maintable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
.mainside {
  width: 178px;
  vertical-align: top;
}
.main {
  width: 100%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
/* table inside the the td that holds the block title */
.blockhead {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  height: 14px;
  width: 156px;
  padding: 3px;
  vertical-align: middle;
  background: #069 url(../images/cellpic3.gif);
}
/* table that holds the content in blocks */
.blockcontent {
  width: 178px;
  border: 1px solid #069;
  padding: 4px;
  background: #EFEFEF;
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #BEBEBE;
  height: 14px;
  padding: 6px;
  background: #E9E9E9 url(../images/top.jpg);
}
/* fieldset around each admin item */
.adminitem {
  border: 0;
  padding: 0;
  width: 130px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.adminitem span {
  display: block;
  width: 120px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 1px outset #BEBEBE;
  background: #FFFFFF;
}
.table1,.table2,.table3 {
  border: 1px solid #BEBEBE;
  border-spacing: 0;
  padding: 7px;
  background-repeat:  repeat-x;
  background-position: top left;
  background-image: url(../images/bg2.jpg);


}
/* holds assoc topics and each comment on news*/

/* div called from function OpenTable2 */
.table2 {
  width: 100%;
  text-align: center;
}
.newsindex,.newsarticle {
  width: 100%;
  border: 1px solid #069;
  border-spacing: 0;
  padding: 5px;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
.newsindex {
  background: #EFEFEF;
}
/* table that holds the news stories in themes\x\template\news\article.html */
.newsarticle {
  background: #FFF;
}
a:link, a:active, a:visited {
  color: #069;
  text-decoration: none;
}
a:hover {
  color: #AE0000;
  text-decoration: underline;
}
.statlink {
  font-weight: bold;
}
.statlink, a.statlink,.statlink a {
  color: #000000;
  text-decoration: none;
}
a:hover.statlink,.statlink a:hover {
  color: #AE0000;
  text-decoration: underline;
}
.navmenu {
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  background: #0E72A4;
  border-style: none;

}
.navmenu img {
  margin: 1px 5px;
}
.navmenu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 2px 5px;
}
.navmenu a:hover {
  background: #EFEFEF;
  text-decoration: none;
  color: #AE0000;
}
hr {
  height: 0;
  border: solid #BEBEBE 0;
  border-top-width: 1px;
}
.bodyline,.forumline {
  border: 1px #BEBEBE solid;
  background: #FFFFFF;
}
td.row1,td.row2,td.row3 {
  background: #EFEFEF;
}
td.rowpic {
  background: #FFFFFF url(../images/top_l.jpg);
}
th {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  background: #FFF url(../images/top_l.jpg);
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
  background: #D1D7DC url(../images/top_l.jpg);
}
td.catHead, td.catSides, td.catleft, td.catright {
  border: #BEBEBE;
  border-style: solid;
  height: 27px;
}
td.cat,td.catHead,td.catbottom {
  height: 25px;
}
th.thHead,th.thSides,th.thtop,th.thleft,th.thright,th.thbottom,th.thCornerL,th.thCornerR {
  font-weight: bold;
  border: #FFF;
  border-style: solid;
  height: 28px;
}
td.row3right, td.spaceRow {
  border: #FFF;
  border-style: solid;
  background: #D1D7DC;
}
th.thHead, td.catHead {
  font-size: 12px;
}
th.thHead,td.catHead,td.spaceRow,td.row3right,
td.catSides,td.catleft,td.catright,td.catbottom,
th.thSides,th.thleft,th.thright,th.thtop,th.thbottom,th.thCornerL,th.thCornerR {
  border-width: 0;
}
.maintitle, h1, h2 {
  text-decoration: none;
  color: #000;
  font: bold 22px/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.forum_desc {
	color: #444;
	font-size: 8px;
}
.gen {
  font-size: 12px;
}
.genmed {
  font-size: 11px;
}
.gensmall {
  font-size: 10px;
}
.gen, .genmed, .gensmall {
  color: #000;
}
a.gen, a.genmed, a.gensmall {
  color: #069;
  text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
  color: #AE0000;
  text-decoration: underline;
}
.mainmenu {
  font-size: 11px;
  color: #000;
}
a.mainmenu {
  text-decoration: none;
  color: #069;
}
a.mainmenu:hover {
  text-decoration: underline;
  color: #AE0000;
}
/* Forum category titles */
.cattitle {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: #069;
}
a.cattitle {
  text-decoration: none;
  color: #069;
}
a.cattitle:hover {
  text-decoration: underline;
  color: #AE0000;
}
.forumlink {
  font-weight: bold;
  font-size: 12px;
  color: #069;
}
a.forumlink {
  text-decoration: none;
  color: #069;
}
a.forumlink:hover {
  text-decoration: none;
  color: #AE0000;
}
.nav {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}
a.nav {
  text-decoration: none;
  color: #069;
}
a.nav:hover {
  text-decoration: underline;
  color: #AE0000;
}
.topictitle {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}
a.topictitle:link {
  text-decoration: none;
  color: #069;
}
a.topictitle:visited {
  text-decoration: none;
  color: #5493B4;
}
a.topictitle:hover {
  text-decoration: underline;
  color: #AE0000;
}
.name {
  font-size: 11px;
  color: #000;
}
.postdetails {
  font-size: 10px;
  color: #000;
}
.postbody {
  font-size: 12px;
}
a.postlink:link {
  text-decoration: none;
  color: #069;
}
a.postlink:visited {
  text-decoration: none;
  color: #5493B4;
}
a.postlink:hover {
  text-decoration: underline;
  color: #AE0000;
}
.code,.quote {
  border: #D1D7DC;
  border-style: solid;
  border-width: 1px;
  background: #FAFAFA;
}
.code {
  color: #060;
  font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
  font-size: 11px;
  line-height: 125%;
  color: #444444;
}
.copyright {
  color: #444444;
  letter-spacing: -1px;
  font-size: 10px;
}
a.copyright {
  color: #444;
  text-decoration: none;
}
a.copyright:hover {
  color: #000000;
  text-decoration: underline;
}
input, textarea, select {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
  background: #FFFFFF;
}
input {
  text-indent: 2px;
}

input.submit {
	background: url(../images/button.jpg);
	font-size: 8px;
	height: 19px;
	width: 59px;
	border: hidden;
}

input.button {
  color: #000;
  background: url(../images/button.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.mainoption {
  font-weight: bold;
  background: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.liteoption {
  font-weight: normal;
  background: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.helpline {
  border-style: none;
  background: transparent;
}
.bbcbutton {
  border-style: outset;
  border-width: 1px;
}
/******************************************************/
/* coppermine gallery styles below - these were taken
from the original coppermine stylesheet and added to
the theme stylesheet for ease of config/updates */
/******************************************************/

.button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/button_bg.gif);
	background-color: #EFEFEF;
}
/* removes the border round the voting image and get some space up & down.. */
.rate {
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #006699;
        background-image : url(../images/button_bg.gif);
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}
.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}
.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        vertical-align : middle;
}
bblink a {
        color: #006699;
        text-decoration: none;
}
bblink a:hover {
        color: #496D9F;
        text-decoration: underline;
}
.tableh1 {
	background: #D1D7DC;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 10px;
}
.tableh1_compact {
	background: #D1D7DC;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 10px;
}
.tableh2 {
        background: #D1D7DC;
        color : #212121;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}
.tableh2_compact {
        background: #D1D7DC ;
        color : #212121;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}
.tablef {
        background: #D1D7DC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}
.tableb {
        border: 1px solid #D1D7DC;
}
.album_stat {
        font-size : 10px;
        margin: 5px 0px;
}
.thumb_title {
        font-weight : bold;
        font-size: 10px;
        padding: 2px;
        display : block;
}
.thumb_caption {
        font-size: 10px;
        padding: 1px;
        display : block;
}
.thumb_num_comments {
        font-weight: normal;
        font-size: 9px;
        padding: 2px;
        font-style : italic;
        display : block;
}
.thumb_cell {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;

}
.user_thumb_infobox th {
        font-weight : bold;
        font-size: 12px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
        background : #496D9F ;
        vertical-align: middle;
}
.user_thumb_infobox td {
        font-size: 10px;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}
.user_thumb_infobox a {
        text-decoration: none;
}
.user_thumb_infobox a:hover {
        text-decoration: underline;
}
.sortorder_cell {
        background : #F2F2F2 ;
        color : #000000;
        padding: 0px;
        margin: 0px;
}
.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background : #F2F2F2 ;
        color : #000000;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 9px;

}
.navmenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        background : #A2A2A2 ;
        border-style: none;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}
.navmenu a:hover {
        background : #EFEFEF ;
        text-decoration: none;
        color: #000000;
}
.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #496D9F;
        background-image : url(../images/button_bg.gif);
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;
}
.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}
.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}
.admin_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/button_bg.gif);
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.admin_menu a {
        color: #006699;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 10px;
        padding-right: 10px;
}
.admin_menu a:hover {
        color: #000000;
        text-decoration: underline;
}
.comment_date{
        color : #5F5F5F;
        font-size : 10px;
        vertical-align : middle;
}
.image {
	border: 1px solid #212121;
	margin: 5px 5px 5px 5px;
}
.thumbnails {
        padding: 5px;
}
.thumbnail {
        padding: 5px;
        border-left : 1px solid #FFFFFF;
        border-right : 1px solid #FFFFFF;
}
.breadcrumb_cell {
				padding: 2px;
				background: #E9E9E9;
}
.footer {
        font-size : 10px;
}
.alblink a {
        text-decoration: underline;
        color: #000000;
}
.alblink a:hover {
        color: #000000;
        text-decoration: underline;
}
.catlink {
	display: block;
	margin-bottom: 2px;
	text-align: left;
}
.img_caption_table {
        border: none;
        background-color: #FFFFFF;
        width : 100%;
        margin : 0px;
}
.img_caption_table th {
        background: #D1D7DC ;
        font-size : 12px;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}
.img_caption_table td {
        background: #EFEFEF ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}
.helplink {  text-decoration: none}
.gal_title {
	font-size: 11px;
	font-weight: bold;
}
.gal_desc {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* pagination */
.pagact {
	font-size: 10px;
	width: 16px;
	height: 20px;
	text-align: center;
	background: transparent url(../images/page.png) 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/page.png) no-repeat;
}
.pagneutral a {
	background: transparent url(../images/page.png) no-repeat;


