/**
* CPG Dragonfly CMS
* Copyright (c) 2004-2005 by CPG-Nuke Dev Team, dragonflycms.org
* Released under the GNU GPL version 2 or any later version
* $Id: style.css,v 1.10 2007/09/12 02:35:40 phoenix Exp $
*/
font, th, td, p {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  /*text-align:left;temp disabled*/
}
img {
  border: 0;
}
legend {
  font-weight: bold;
}
fieldset {
  border: #999;
  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: #444;
  text-decoration: none;
  font: bold 14px Verdana, Helvetica, sans-serif;
}
.content {
  background: none;
  color: #666666;
  font: 12px Arial, Helvetica, sans-serif; 
}
.storytitle {
  background: none;
  color: #363636;
  text-decoration: none;
  font: bold 12px Arial, Helvetica, sans-serif; 
}
.storycat {
  background: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif; 
  color: #0C45A4;
  font-weight: bold;
}
.option {
  background: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif; 
  color: #0C45A4;
  font-weight: bold;
}
.tiny {
  background: none;
  color: #000;
  text-decoration: none;
  font: normal 10px Verdana, Helvetica, sans-serif;
}
body {
  color: #000;
  background: #FFF url(../images/bg-main.gif) repeat-x;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.container {
  width: 950px;
  margin: auto;
}
.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: 119px;
  border-width: 0;
  border-spacing: 0px;
  padding: 0px;
  width: 100%;
}
.head td { padding: 0px; }
.headmenucss {
  font-weight: bold;
  text-align: center;
  height: 45px;
  background: url(../images/bg-menu2.jpg) no-repeat;
}
.headmenu {
  height: 45px;
  background: url(../images/bg-menu.jpg) no-repeat;
}
.linkmenu {
	font-size: 12px;
	color: #FFFFFF;
}
a.linkmenu:link, a.linkmenu:visited, a.linkmenu:active {
	font-size: 18px;
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.linkmenu:hover {
	font-size: 18px;
	color: #FFF600;
	text-decoration: none;
	font-weight: normal;
}
.headerrow {
  font-weight: bold;
  background: #069 url(../images/cellpic3.gif);
  width: 100%;
  height: 14px;
  padding: 0;
  border: 0;
}
.maintable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  background: #FFF;
}
.maintable td { padding: 0; }
.mainside {
  width: 192px;
  vertical-align: top;
}
.leftside {
  width: 21px;
  vertical-align: top;
  background-image: url(../images/left-body.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
.rightside {
  width: 21px;
  vertical-align: top;
  background-image: url(../images/right-body.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
.main {
  width: 100%;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}
/* table inside the the td that holds the block title */
.blockhead {
	font-size: 18px;
	color: #1A1A1A;
	font-weight: normal;
}
.leftblock {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  width: 192px;
  vertical-align: middle;
  background: #FFF url(../images/block-left.jpg) no-repeat;
}
.rightblock {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  width: 192px;
  vertical-align: middle;
  background: #FFF url(../images/block-right.jpg) no-repeat;
}
/* table that holds the content in blocks */
.blockcontent {
  width: 172px;
  border: 0px;
  padding: 10px;
  font: 12px Arial, Helvetica, sans-serif; 
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
  color: #0000CC;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px #00F solid;
  height: 16px;
  padding: 6px;
  background: #EDF4FD;
}
/* fieldset around each admin item */
.adminitem {
    border: 0px;
    padding: 0px;
  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 solid #069;
  background: #FAFAFA;
}
.table1,.table2 {
  background-color: #EDF4FD;
  border: 1px solid #E1EBF9;
  padding: 5px;
}
/* div called from function OpenTable2 */
.table2 {
  width: 50%;
  text-align: center;
}
.newsindex,.newsarticle {
  background-color: #EDF4FD;
  border: 1px solid #E1EBF9;
  padding: 5px;
  width: 100%;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
a:link, a:active, a:visited {
  color: #069;
  text-decoration: none;
}
a:hover {
  color: #F60;
  text-decoration: underline;
}
.statlink {
  font-weight: bold;
}
.statlink, a.statlink,.statlink a {
  color: #FFF;
  text-decoration: none;
}
a:hover.statlink,.statlink a:hover {
  color: #FFF;
  text-decoration: underline;
}
.navmenu {
  color: #FFF;
  background: #0E72A4;
  border-style: none;
  font-weight: bold;
  font-size: 12px;
}
.navmenu img {
  margin: 1px 5px;
}
.navmenu a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 2px 5px;
}
.navmenu a:hover {
  background: #EFEFEF;
  text-decoration: none;
  color: #000;
}
hr {
  height: 0;
  border: solid #D1D7DC 0;
  border-top-width: 1px;
}
.bodyline,.forumline {
  border: 1px #98AAB1 solid;
  background: #FFF;
}
td.row1,td.row2,td.row3 {
  background: #EFEFEF;
}
td.rowpic {
  background: #EDF4FD;
}
th {
  color: #0000CC;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  background: #EDF4FD;
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
  background: #EDF4FD;
}
td.catHead, td.catSides, td.catleft, td.catright {
  border: #FFF;
  border-style: solid;
  height: 30px;
}
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;
}
td.attachrow {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #000000; 
}
td.attachheader {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #000000;
  background-color: #D1D7DC;
}
table.attachtable {
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color : #000000;
  border-color : #000000;
  border-collapse : collapse;
}
.maintitle, h1, h2 {
  text-decoration: none;
  color: #000;
  font: bold 22px/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.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;
}
/* 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: #F60;
}
.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;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
}
.code,.quote {
  border: #D1D7DC;
  border-style: solid;
  border-width: 1px;
  background: #FAFAFA;
}
.code {
  color: #060;
  font: 11px Courier, 'Courier New', sans-serif;
}
.quote {
  color: #444;
  font-size: 11px;
  line-height: 125%;
}
.copyright {
  color: #444;
  letter-spacing: -1px;
  font-size: 10px;
}
a.copyright {
  color: #444;
  text-decoration: none;
}
a.copyright:hover {
  color: #000;
  text-decoration: underline;
}
input, textarea, select {
  color: #000;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
  background: #FFF;
}
input {
  text-indent: 2px;
}
input.button {
  color: #000;
  background: #EFEFEF;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.mainoption {
  background: #FAFAFA;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
input.liteoption {
  background: #FAFAFA;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.helpline {
  border-style: none;
  background: #DEE3E7;
}
.bbcbutton {
  border-style: outset;
  border-width: 1px;
}

/* 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;
}
/*COPPERMINE CLASSES*/
.gallerycat{
BORDER-RIGHT: #696969 2px solid; 
BORDER-BOTTOM: #696969 2px solid;
BORDER-TOP: #EFEFEF 1px solid; 
BORDER-LEFT: #EFEFEF 1px solid;
background: #C7C8FA;
}
.tableb{
border:1px solid #D1D7DC;
}
.tableb_compact{
background:#EDF4FD;
color:#000;
}
.tablef{
background:#D1D7DC;
}
.tableh1{
background:#EDF4FD;
color:#000;
height:30px;
}
.tableh1_compact{
background:#EDF4FD;
color:#000;
height:30px;
}
.tableh2{
background:#EDF4FD;
color:#000;
height:30px;
}
.tableh2_compact{
background:#EDF4FD;
color:#000;
height:30px;
}
/* Link color for main gallery breadcrumb */
a:link.statlink, a:active.statlink, a:visited.statlink {
color: #000;
}
td.foot1 {
width: 167px;
height: 105px;
background: #069 url(../images/foot-1.jpg);
}
td.foot2 {
background-repeat: repeat-x;
height: 105px;
background: #069 url(../images/foot-2.jpg);
}
td.foot3 {
width: 167px;
height: 105px;
background: #069 url(../images/foot-3.jpg);
}