/**
* 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 $
*/
th, td, p {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  /*text-align:left;temp disabled*/
}
img {
  border: 0;
}
legend {
  font-weight: bold;
}
fieldset {
  border: #006699 solid 1px;
  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: #7E7157;
  text-decoration: none;
  font: bold 12px Verdana, Helvetica, sans-serif;
}
.content {
  background: none;
  color: #7E7157;
  font: 11px Verdana, Helvetica, sans-serif;
}
.storytitle {
  background: none;
  color: #3A352E;
  text-decoration: none;
  font: bold 12px Verdana, Helvetica, sans-serif;
}
.storycat {
  text-decoration: underline;
  background: none;
  color: #7E7157;
  font: bold 12px Verdana, Helvetica, sans-serif;
}
.option {
  background: none;
  color: #7E7157;
  text-decoration: none;
  font: bold 10px Verdana, Helvetica, sans-serif;
}
.tiny {
  background: none;
  color: #7E7157;
  text-decoration: none;
  font: normal 10px Verdana, Helvetica, sans-serif;
}
body {
  color: #7E7157;
  background-color: #F5F2EC;
  font: 10px Verdana, Helvetica, sans-serif;
  margin: 6px;
}
.helphead {
  color: #FFFFFF;
  font-size: 10px;
  width: 244px;
  padding: 3px;
  vertical-align: middle;
  background: #0065DE;
}
.helpcontent {
  width: 240px;
  border: 1px solid #7E7157;
  padding: 4px;
  background: #FFFFFF;
}
.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;
}
/** Header **/
.headerbg{
	height: 110px;
	background-color: #EEE5D4;
	background-image:  url(../images/cellpic_bkg.jpg) ;
	background-repeat: repeat-x;
	}
.topnav{
		font-size:10px;
		background-color: #F9F7F3;
		background-image: url(../images/cellpic_nav.gif);
		background-repeat: repeat-x;
		color: #FF0000;
		height: 21px;
		white-space: nowrap;
		border: 0px solid #C3BAA9;
		border-width: 1px 0px 1px 0px;
}
.topnavbl {
	background: url(../images/tb4_l.gif);
	background-repeat: no-repeat;
	width: 8px;
	
}
.topnavbm {
	background-image: url(../images/tb4_m.gif);
	background-repeat: repeat-x;
	width:100%;
}
.topnavbr {
	background-image: url(../images/tb4_r.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.topnav2{font-size:10px;color:#FF0000;height:21px;white-space:nowrap;border: 0px}
.maintable {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}
.mainside {
width: 161px;
vertical-align: top;
}
.main {
vertical-align: top;
}
/* table inside the the td that holds the block title */
.blockbg {
	background-color: #F9F7F3;
	border: 1px solid  #7E7157;
}
.blockhead {
  color: #3A352C;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  height: 14px;
  width: 151px;
  padding: 3px;
  vertical-align: middle;
  background-color: #F9F7F3;
  background-image: url(../images/cellpic1.gif);
}
/* table that holds the content in blocks */
.blockcontent {
  width: 151px;
  padding: 3px;
  background-color: #F9F7F3;
}
.blockfoot {
	width: 159px;
	height: 4px;
	background-color: #F9F7F3;
	background-image: url(../images/blocks/blockfoot.png);
}
/* div at the top of modules holding the page title if one... */
.pagetitle {
background: #F9F7F3 url(../images/cellpic3.gif);
height: 27px;
width: 100%;
border: 0px;
vertical-align: middle;
                  }
/* 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: #000000;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #006699;
  background: #FAFAFA;
}
.table1,.table2 {
  border: 1px solid #7E7157;
  border-spacing: 0;
  padding: 7px;
  background: #F9F7F3;
}
/* div called from function OpenTable2 */
.table2 {
  width: 50%;
  text-align: center;
}
.newsindex,.newsarticle {
  border: 1px solid #7E7157;
  border-spacing: 0;
  padding: 1px;
}
/* tables that hold newscat, newsempty newstopic in themes/x/template/news/index.html */
.newsindex {
  width: 100%;
  background: #EFEFEF;
}
/* table that holds the news stories in themes\x\template\news\article.html */
.newsarticle {
  background: #FFFFFF;
}
a:link, a:active, a:visited {
  color: #7E7157;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
}
.statlink {
  font-weight: bold;
}
.statlink, a.statlink,.statlink a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover.statlink,.statlink a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.navmenu {
  color: #FFFFFF;
  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: #FFFFFF;
  padding: 2px 5px;
}
.navmenu a:hover {
  background: #EFEFEF;
  text-decoration: none;
  color: #000000;
}
hr {
  height: 0;
  border: solid #F9F7F3 0;
  border-top-width: 1px;
}
.bodyline,.forumline {
  border: 1px #767573 solid;
  background: #9F7F3;
}
td.row1 {
  background: #DBD6CC;
}
td.row2 {
  background: #ECE9E4;
}
td.row3 {
background:#E1DCD4;
}
td.rowpic {
  background: #FFFAEE url(../images/cellpic2.jpg) repeat-y;
}
th {
  color: #F9F7F3;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  white-space: nowrap;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  background: #ECE9E4 url(../images/cellpic3.gif);
}
td.cat, td.catHead, td.catSides, td.catleft, td.catright, td.catbottom, td.catBottom {
  background: #ECE9E4 url(../images/cellpic1.gif);
}
td.catHead, td.catSides, td.catleft, td.catright {
  border: #FFFFFF;
  border-style: solid;
  height: 30px;
}
td.catHead,td.catbottom {
  height: 25px;
}
td.cat {
font-weight:bold;
letter-spacing:1px;
height:29px;
text-indent:4px;
}
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: #DBD6CC;
}
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 {
  text-decoration: none;
  color: #8B8979;
  font: bold 20px/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.subtitle, h2 {
  font: bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
.gen {
  font-size: 12px;
}
.genmed {
  font-size: 11px;
  text-decoration: none;
}
.gensmall {
  font-size: 10px;
}
.gen, .genmed, .gensmall {
  color: #000000;
}
a.gen, a.genmed, a.gensmall {
  color: #7E7157;
  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: #7E7157;
}
a.cattitle {
  text-decoration: none;
  color: #7E7157;
}
a.cattitle:hover {
  text-decoration: underline;
  color: #FF0000;
}
.forumlink {
  font-weight: bold;
  font-size: 12px;
  color: #7E7157;
}
a.forumlink {
  text-decoration: none;
  color: #7E7157;
}
a.forumlink:hover {
  text-decoration: none;
  color: #FF0000;
}
.nav {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}
a.nav {
  text-decoration: none;
  color: #7E7157;
}
a.nav:hover {
  text-decoration: underline;
  color: #FF0000;
}
.topictitle {
  font-weight: bold;
  font-size: 11px;
  color: #000000;
}
a.topictitle:link {
  text-decoration: none;
  color: #7E7157;
}
a.topictitle:visited {
  text-decoration: none;
  color: #80652E;
}
a.topictitle:hover {
  text-decoration: underline;
  color: #FF0000;
}
.name {
  font-size: 11px;
  color: #000000;
}
.postdetails {
  font-size: 10px;
  color: #00396A;
}
.postbody {
  font-size: 12px;
  line-height:125%;
}
a.postlink:link {
  text-decoration: none;
  color: #7E7157;
}
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: #006600;
  font: 12px Courier, 'Courier New', sans-serif;
  padding: 5px;
}
.quote {
  color: #444444;
  font-size: 11px;
  line-height: 125%;
}
.copyright {
  color: #444444;
  letter-spacing: -1px;
  font-size: 10px;
}
a.copyright {
  color: #444444;
  text-decoration: none;
}
a.copyright:hover {
  color: #000000;
  text-decoration: underline;
}
input, textarea, select {
  color: #7E7157;
  background-color: #F9F7F3;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
input.post, textarea.post, select {
  background: #F2EFE9;
  border-width: 1px;
}
select {
  border-color: #7E7157;
}
input {
  text-indent: 2px;
}
input.button {
  color: #7E7157;
  background: #F9F7F3;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}
input.mainoption {
  background: #F9F7F3;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
input.liteoption {
  background: #F9F7F3;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.helpline {
  border-style: none;
  background: #ECE9E4;
}
.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;
}
/** News**/
.news1 {
	width: 100%;
	height: 27px;
	background-color: #F9F7F3;
	background-image: url(../images/cellpic3.gif);
	background-repeat: repeat-x;
}
.news2 {
	background-color: #F9F7F3;
	text-align: center;
	padding: 2px;
}
.news3 {
	background-color: #F9F7F3;
	padding: 5px;
}
ni v uporabiimg{border:0}
.explaintitle{font-size:11px;font-weight:bold;color:#8B8979}
/* Background images for tables */
.tbl{border-collapse:collapse;height:4px;width:100%}
.tbll{background: url(../images/tb4_l.gif) no-repeat;width:8px}
.tblbot{background: url(../images/tb4_m.gif) repeat-x;width:100%}
.tblr{background: url(../images/tb4_r.gif) no-repeat;width:8px}
.imgtopic,.imgicon{margin-left:3px}
.imgspace{margin-left:1px;margin-right:2px}
.imgfolder{margin:1px;margin-left:4px;margin-right:4px}
.admin,.mod{font-size:11px;font-weight:bold}
.admin,a.admin,a.admin:visited{color:#ffa34f}
.mod,a.mod,a.mod:visited{color:#006600}
a.admin:hover,a.mod:hover{color:#FF0000}
