/*******************************/
/*******************************/
/*****  Copyright (c) 2007  ****/
/*****      by  MSSoft      ****/
/*******************************/
/*******************************/

/*******************************/
/***      General style      ***/
/*******************************/

/* html { overflow: -moz-scrollbars-vertical; } */

body {
  color: #000000;
  background-image: url('style/default/img/bg.jpg');
  margin: 0px;
}
body, table {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
}
td {
  padding:0px;
}
.h0 {
  padding: 3px;
  margin-top: 20px;
  background-color: #996633;
  font-weight: bold;
  font-size: 13px;
  color: #DD9933;
}
h1 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #666622;
  vertical-align: bottom;
}
h1.underlined {
  border-bottom: solid 1px #663300;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  color: #777700;
  vertical-align: bottom;
}
h2.underlined {
  border-bottom: solid 1px #663300;
  width: 300px;
}
img {
  border-style: none;
}
a {
  color: #66BB22;
  text-decoration: none;
}
a:hover {
  color: #008800;
  text-decoration: none;
}
a.button {
  display: block;
  background-image: url('style/default/img/button.png');
  border: solid 1px #FFFFFF;
  outline: solid 1px #008800;
  width: 150px;
  height: 14px;
  line-height: 13px;
  text-align: center;
}
a.button:hover {
  background-image: url('style/default/img/buttonHover.png');
}
a.button#btnSelected {
  outline-color: #0000FF;
  border-color: #99CCFF;
}

input.text { } /* replaced by following */
input[type="text"],
input[type="password"] {
  border-style: none;
  background-image: url('style/default/img/input.png');
  height: 16px;
  width: 150px;
  padding-left: 5px;
}

div.code {
  padding: 2px;
  margin: 10px 0px;
  border: solid 1px #000000;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Courier New;
  font-size: 11px;
}
div.trophy {
  float: left;
  width: 38px;
  height: 54px;
}
div.trophyBig {
  float: left;
  width: 58px;
  height: 81px;
}
div#selected.trophy { background-position: 38px; }
div#selected.trophyBig { background-position: 58px; }
div.trophy:hover { background-position: 38px; }
div.trophyBig:hover { background-position: 58px; }
div.rss {
  width: 500px;
  margin-bottom: 2px;
  padding: 5px;
  padding-left: 40px;
  -moz-border-radius: 5px;
  border: solid 1px #DDC688;
  background-image: url('img/rss.png');
  background-position: 3px;
  background-repeat: no-repeat;
  background-color: #FFF8BB;
  color: #FF7700;
  cursor: pointer;
}
div.rss:hover {
  background-color: #FFFBDD;
}
div.tab {
  width: 40px;
  height: 100px;
  cursor: pointer;
}
div.tab:hover { background-position: 40px; }
div.tab#tab1 { background-image: url('style/default/img/tabSiggen.png'); }
div.tab#tab2 { background-image: url('style/default/img/tabSpecial.png'); }

.tooltip {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
}

/*******************************/
/***          Colours        ***/
/*******************************/

.colorFormDesc { color: #997333; }
.colorMarkedText { color: #CC8800; }
.colorBorder { border: solid 1px #006600; }
.colorBorderBot { border-bottom: solid 1px #006600; }
.colorBorderTop { border-top: solid 1px #006600; }
.colorTable0 { background-color: #B2FF66; }
.colorTable1 { background-color: #A1EE44; }
.colorTableTitle { background-color: #CCFF99; }
.colorBox { background-color: #EEFFCC; }
.colorPmRead { background-color: #FFFFFF; }
.colorPmUnread { background-color: #CCFFDD; }

.colorMngToons { background-color: #DBFF77; }

.fishImg:hover { border-color: #66CC66; }
.fishDiv:hover { color: #00CC00; }
.rodDiv { color: #559900; }

/*******************************/
/***        Site design      ***/
/*******************************/

.header {
  width: 100%;
  height: 100px;
  background-image: url('style/default/img/headerBg.jpg');
  background-position: 414px;
}
.headerA {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 414px;
  height: 100px;
  background-image: url('style/default/img/header1.jpg');
}
.headerB {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 100px;
  background-image: url('style/default/img/header2.jpg');
}
.statusbar {
  width: 100%;
  height: 30px;
  background-image: url('style/default/img/statusbar.png');
  color: #CCCC00;
  line-height: 20px;
  text-align: right;
}
.loggedIn {
  display: inline;
  padding-left: 20px;
  background-image: url('style/default/img/loggedIn.png');
  background-repeat: no-repeat;
  background-position: 1px 1px;
}
.loggedOut {
  display: inline;
  padding-left: 20px;
  background-image: url('style/default/img/loggedOut.png');
  background-repeat: no-repeat;
  background-position: 1px 1px;
}
.generated {
  position: absolute;
  top: 7px;
  right: 9px;
  font-size: 10px;
  color: #CCFF00;
  text-align: right;
}
.title {
  position: absolute;
  top: 100px;
  left: 10px;
  font-size: 11px;
}
.warning {
  margin-left: 10px;
  padding-left: 10px;
  margin: auto;
  width: 300px;
  height: 17px;
  background-image: url('img/warning.png');
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
}
.content {
  margin: 7px 10px;
  border: solid 1px #226622;
  padding: 5px 10px;
  background-image: url('style/default/img/content.jpg');
  background-repeat: no-repeat;
  background-color: #DBFF99;
  min-height: 300px;
}
.footer {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background-image: url('img/page/footer.png');
  background-position: right;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 18px;
  font-size: 10px;
  color: #FFFFFF;
  text-align: right;
}
.footer_antivir {
  position: fixed;
  bottom: 22px;
  right: 0px;
  cursor: help;
}
div.pages {
  border-bottom: solid 1px #006600;
  padding-bottom: 2px;
  margin: 0px 0px 10px 15px;
  line-height: 150%;
}
div.pages a {
  border: solid 1px #66CC66;
  background: #CCFF99;
}
div.pages a.selected {
  border: solid 2px #99CC00;
  background: #CCFF44;
  font-weight: bold;
  color: #88AA00;
}
div.loginPanel {
  float: right;
  width: 300px;
  height: 300px;
  padding: 5px;
  margin-top: 5px;
  border-left: solid 1px #A37E44;
}
div.affil_item {
  width: 500px;
  border: solid 1px #008800;
  margin: 10px 10px 20px 10px;
  float: left;
}
div.affil_desc {
  padding: 5px;
  border-top: solid 1px #008800;
  background-color: #CAFF66;
}
div.poll {
  float: right;
  width: 300px;
  padding: 0px 10px 10px 10px;
  border: solid 1px #006600;
  position: relative;
  top: -50px;
  background-color: #CCFF66;
}
div.ttnews {
  background: #FFFFFF;
  padding: 10px;
  border: solid 1px #996633;
}
div.mintRoom {
  margin: 2px;
  padding: 3px;
  width: 150px;
  background-color: #AAEE66;
  -moz-border-radius: 8px;
}
div.mintSpecial {
  margin: 2px 0px 2px 8px;
  color: #008800;
}
div.mintTGUP {
  font-size: 11px;
  color: #66AA00;
  text-align: right;
}
div.pmTop {
  background-color: #DDFFCC;
  color: #448844;
  padding: 3px;
  font-size: 11px;
}
div.pmBottom {
  background-color: #DDFFCC;
  color: #88AA88;
  padding: 2px;
  font-size: 11px;
  text-align: right;
}
div.seeAlso {
  padding: 2px;
  margin-bottom: 10px;
  border: dotted 1px #009900;
  background-color: #DDFFAA;
}
div.toonPictBox {
  width: 400px;
  height: 300px;
  background-color: #DBFF77;
  padding: 10px;
  border: solid 1px #006600;
}
div.fishdbMain {
  font-weight: bold;
  border-bottom: solid 1px #888800;
  margin-top: 15px;
}

#page_newpm {
  margin: 0px 10px;
  padding: 3px;
  border: solid 1px #006600;
  background-color: #88CC44;
  color: #FFFFFF;
}
#page_reported {
  margin: 5px 10px;
  padding: 3px;
  border: solid 1px #000000;
  background-color: #AAEE00;
  color: #008800;
}
#bugview {
  border: solid 1px #99BB33;
  background-color: #CCEE66;
}
#gard_details_name {
  color: #00AA00;
}
#gard_details_cat {
  color: #006600;
}

div.searchTitle {
  font-size: 18px;
}
div.searchDesc {
  margin-top: 5px;
  margin-left: 10px;
}
div.searchLink {
  margin-top: 5px;
  margin-left: 10px;
  color: #0066CC;
}

/*******************************/
/***           Menu          ***/
/*******************************/

#menu,
#menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  z-index: 1;
}
#menu  li {
  float: left;
  position: relative;
  width: 70px;
  background: url('style/default/menu/item.png') no-repeat;
  cursor: pointer;
  z-index: 1;
}
#menu  li:hover {
  background: url('style/default/menu/itemHover.png') no-repeat;
}
#menu  li:hover ul {
  display: block;
  position: absolute;
  top: 60px;
  left: 0px;
}
#menu ul {
  clear: both;
  margin-top: -2px;
  display: none;
  top: auto;
  left: auto;
}
#menu ul  li {
  width: 150px;
  background-image: url('style/default/menu/subitem.png');
  padding: 5px;
  cursor: pointer;
  color: #004400;
}
#menu ul  li.subheader {
  height: 10px;
  font-size: 9px;
  line-height: 9px;
  background-image: url('style/default/menu/subHeader.png');
  padding: 0px 5px 0px 5px;
  cursor: default;
}
#menu ul  li.subfooter {
  height: 4px;
  font-size: 3px;
  line-height: 3px;
  background-image: url('style/default/menu/subFooter.png');
  padding: 0px 5px 0px 5px;
  cursor: default;
}
#menu ul  li:hover {
  background-image: url('style/default/menu/subitemHover.png');
  color: #009900;
}
#menu ul  li.subheader:hover {  background-image: url('style/default/menu/subHeader.png');  }
#menu ul  li.subfooter:hover {  background-image: url('style/default/menu/subFooter.png');  }

.pageMenuItem {
  cursor: pointer;
  margin-left: 10px;
}
.pageMenuItem:hover {
  opacity: 0.50;
  color: #008000;
}
.transparent:hover{
  opacity: 0.50;
}

/*******************************/
/***          BBTags         ***/
/*******************************/

/* Border Div */
.bb_code, .bb_quote, .bb_spoiler, .bb_lang, .bb_right {
  margin: 10px 0px 10px 0px;
  border: solid 1px #75FF63;
}
.bb_lang, .bb_right {
  border: solid 1px #CCCCCC;
}
/* Header Div */
.bb_code_header, .bb_quote_header, .bb_spoiler_header, .bb_lang_header, .bb_right_header {
  padding: 3px;
  background-color: #75FF63;
  color: #004400;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}
.bb_lang_header {
  background-color: #CCCCCC;
  float: right;
}
.bb_right_header {
  background-color: #CCCCCC;
  float: right;
  text-align: right;
  width: 30px;
  font-size: 11px;
}
/* Content Div */
.bb_code_content {
  padding: 8px;
  background-color: #BBFFBB;
  color: #000000;
  font-family: Courier;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.bb_quote_content, .bb_spoiler_content {
  padding: 8px;
  background-color: #BBFFBB;
  color: #008800;
}
.bb_lang_content, .bb_right_content {
  padding: 8px;
}
.bb_spoiler_inline {
  color: #66AA66;
  background-color: #66AA66;
}


/*******************************/
/***         Messages        ***/
/*******************************/

.msgboxHeader {
  padding-left: 15px;
  background-image: url('style/default/img/msgbox-header.png');
  line-height: 20px;
  font-weight: bold;
  color: #EDBF00;
}
.msgboxContent {
  padding: 10px;
  height: 120px;
  border: solid 1px #B37836;
  border-top: none;
  border-bottom: none;
  background-color: #FFD88E;
}
.msgboxFooter {
  padding: 10px;
  border: solid 1px #B37836;
  border-top: none;
  background-color: #F8CC8E;
  text-align: center;
}

a.msgbox:link,
a.msgbox:visited,
a.msgbox:active {
  color: #906A21;
  text-decoration: none;
}
a.msgbox:hover {
  color: #C09A21;
  text-decoration: none;
}

.error {
  padding: 5px 5px 5px 26px;
  background-image: url('img/icon-error.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-color: #FFEEEE;
  border: solid 1px #FF8888;
  font-weight: bold;
  color: #880000;
}
.info {
  padding: 5px 5px 5px 26px;
  background-image: url('img/icon-info.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-color: #EEEEFF;
  border: solid 1px #8888FF;
  font-weight: bold;
  color: #000088;
}