/**
  *
  * Design layout by:
  * Jakub Dubec (c) 2005 - http://www.vhodek.net
  * Michal Krajcirovic (c) 2005 - http://www.kraja.net
  *  
  * Additional changes for UNITED-NUKE template system by Jiri Stavinoha (c) 2005 - http://united-nuke.openland.cz
  *
**/

/* styles for roll over menus */
#menutext {
	color: #4D2E12;
	background: #DFDFDF;
}
#menutext:hover {
	background: #EFEFEF;
}


/* BEGIN GENERIC CLASSES & STYLES */

body {
  color: #364027;
  background: #fbfbe5 url(vodotis.gif) right bottom fixed no-repeat;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 0;
  font-size: 14px;
}

hr {
  color: #740b1c;
  background-color: #9E0621;
  margin: 0;
  margin-bottom: 4px;
  height: 4px;
  width: 100%;
}

a:link, a:visited {
  color: #9E0621;
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

table, tr, td {
  color: #364027;
  font-size: 12px;
}

form {
  margin: 2px;
  padding: 2px;
}

input, textarea, select, button {
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #447BCD;
}

/* BEGIN SYSTEM CLASSES & STYLES */

input.un_radio { /* Due to IE display bug, you can specify special style for radio.*/
  background-color: transparent;
  border: none;
}

font.title { /* Used for titles */
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

font.content { /* Used usually by for large content */
}

font.tiny { /* Tiny text */
  color: #000000;
}

font.option { /* Used usually by admin modules */
  color: #000000;
  font-weight: bold;
}

font.footmsg { /* Footer msg by system. */
      color: #000000;
      font-size: 10px;
}

a.footmsg_l:link, a.footmsg_l:active, a.footmsg_l:visited, a.footmsg_l:hover { /* Footer msg links. */
}


/* BEGIN THEME CLASSES & STYLES */

#page-wrapper {
  text-align: left;
  width: 950px;
  _width: 950px;
  margin: 10px auto 10px auto;
}

td#logo-top-area-container-left {
  color: #fbfbe5;
  background-color: #97BAE8;
  font-weight: bold;
  height: 100px;
  margin: 0;
  padding: 0;
  padding-left: 35px;
}

td#logo-top-area-container-right {
  color: #ffffff;
  background-color: #97BAE8;
  font-weight: bold;
  height: 100px;
  margin: 0;
  padding: 0;
}

td#sublogo-top-container {
  color: #333333;
  background: #740b1c;
  padding: 3px 10px 3px 10px;
  margin: 0;
}

table#sublogo-top {
  color: #333333;
  width: 100%;
  border: none;
  margin: 0;
}

td#sublogo-top-left {
  color: #DFDFDF;
  background-color: #740b1c;
  text-align: left;
}

td#sublogo-top-right {
  color: #DFDFDF;
  background-color: #740b1c;
  text-align: right;
}

span.slogan {
  color: #ffffff;
}

#public-msg {
  margin: 10px;
  padding: 0;
  width: 80%;
  border: 1px dashed #9E0621;
}

#public-msg table {
  border: none;
  width: 100%;
}

#public-msg td {
  color: #9E0621;
  background-color: #fbfbe5;
  border: none;
}

#public-msg font {
  color: #9E0621;
  background-color: #fbfbe5;
  border: none;
}

#page-container {
  color: #9E0621;
  background-color: #740b1c;
  margin: 10px 0 10px 0;
  padding: 0px;
  border-top: 1px solid #9E0621;
  border-left: 1px solid #9E0621;
  border-right: 1px solid #9E0621;
  border-bottom: 1px solid #9E0621;
  height: auto;
  width: 950px;
}

table#pageheader {
  background-color: #740b1c;
  border: none;
  margin: 0;
  padding: 0px 10px 3px 0px;
  width: 100%;
}

td#pageheader-left {
  background-color: #740b1c;
  text-align: left;
  border: none;
  padding: 0;
}

td#pageheader-right {
  background-color: #740b1c;
  text-align: right;
  border: none;
  padding: 0;
        
}

table#pagemain, table#header {
  background-color: #fbfbe5;
  width: 950px;
  border: none;
  margin: 0px;
  padding: 0;
}

table#header {
  _width: 950px; /* IE border box issue hack */
  border: 1px solid #415D83;
  border-bottom: none;
}

table#middle-content {
  width: 100%%;
}

td#middle-content-td {
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  background-color: #fbfbe5;
}

span.pageheader-title {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
}

input.searchbox {
  color: #000000;
  background-color: #fbfbe5;
  border: 1px solid #010101;
  padding: 2px;
}

/* BEGIN BLOCKS LEFT CLASS & STYLES (blocks_left.tpl) */

table.blocks-left, td.blocks-left-title, td.blocks-left-content {
  background-color: transparent;
  width: 100%;
}

td.blocks-left-content {
  padding-left: 10px;
}

div.block-left-title {
  color: #ffffff;
  background-color: #740b1c;
  text-align: left;
  padding: 2px;
  padding-left: 5px;
  padding-right: 10px;
  margin-top: 2px;
  margin-bottom: 5px; 
  font-size: 110%;
  font: bold;
}

/* BEGIN BLOCKS RIGHT CLASS & STYLES (blocks_right.tpl) */

table.blocks-right, td.blocks-right-title, td.blocks-right-content {
  background-color: transparent;
  width: 100%;
}

td.blocks-right-content {
  padding-left: 10px;
  padding-right: 10px;
}


div.block-right-title {
  color: #ffffff;
  background-color: #740b1c;
  text-align: right;
  padding: 2px;
  padding-right: 10px;
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 110%;
  font: bold;
}



/* BEGIN BLOCKS CENTER CLASS & STYLES (blocks_center.tpl) */

table.opentable, table.opentable2 {
  border: 1px solid #010101;
  padding: 5px;
  margin-top: 10px; 
}

table.blocks-center {
  border: 1px solid #010101;
  margin-bottom: 10px;
}

table.blocks-center, td.blocks-center-title, td.blocks-center-content {
  background-color: transparent;
  width: 100%;
  padding: 3px;
}

div.block-center-title {
  color: #ffffff;
  background-color: #740b1c;
  text-align: center;
  font-weight: bold;
}

/* BEGIN BLOCKS ARTICLE CLASS & STYLES (blocks_article.tpl) */

table.blocks-article, td.blocks-article-article, td.blocks-article-content {
  background-color: transparent;
  width: 140px;
}

td.blocks-article-content {
  padding-bottom: 5px;
}

div.block-article-title {
  color: #000000;
  background-color: #fbfbe5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #740b1c;
  padding: 2px;
}

/* BEGIN BLOCKS LEFT CLASS & STYLES (header.tpl) */

#pre-blocks-left {
  background-color: #EFEFEF;
  vertical-align: top;
  width: 180px;
  border-right: 1px solid #010101;
  margin: 0;
  padding-top: 10px;
}

#pre-blocks-left a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

#pre-blocks-left a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#pre-blocks-left table, #pre-blocks-left td {
  background-color: #EFEFEF;
}

/* BEGIN BLOCKS LEFT CLASS & STYLES (middle_right.tpl) */

#pre-blocks-right {
  background-color: #EFEFEF;
  width: 160px;
  vertical-align: top;
  border-left: 1px solid #010101;
  margin: 0;
  padding-top: 10px;
}

#pre-blocks-right a {
  font-weight: bold;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

#pre-blocks-right a:hover {
  font-weight: bold;
  text-decoration: underline;
}

#pre-blocks-right table, #pre-blocks-right td {
  background-color: #EFEFEF;
}

/* BEGIN NEWS INDEX CLASS & STYLES (news_index.tpl) */

div.newsindex {
  background-color: #DFDFDF;
  border: 1px solid #010101;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px;
}

table.newsindexsub {
  border: none;
  width: 100%;
  _width: 98%;
}

td.storytitle {
  color: #9E0621;
  background-color: #EFEFEF;
  border: 1px dashed #9E0621;
  padding: 2px;
}

td.storytitle a {
  font-family: arial, sans-serif
  text-decoration: none;
  font-size: 14px;
}

td.storytitle a:hover {
  text-decoration: underline;
}

a.storylink {
  text-decoration: none !important;
  font-size: 12px;
}

a.storylink:hover {
  text-decoration: underline;
}

h2.article {
  font-weight: bold;
  padding: 2px;
  margin-bottom: 0;
}

font.storysubinfo {
  color: #010101;
  font-weight: normal;
}

font.storysubinfo a {
  text-decoration: none;
}

td.storyhome {
  background-color: #DFDFDF;
  padding: 4px;
}

td.storyfoot {
  text-align: right;
  word-spacing: 1px;
  background-color: #EFEFEF;
}

h3.article {
  font-weight: normal;
  margin-top: 4px;
  line-height: 1.4;
  font-size:12px;
}

/* BEGIN NEWS ARTICLE CLASS & STYLES (news_article.tpl) */

div.newsarticle {
  background-color: #DFDFDF;
  border: 1px solid #010101;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 600px;
  _height: 600px;
}

table.newsarticlesub {
  width: 100%;
}

h2.articletitle {
  font-weight: bold;
  padding: 2px;
  margin-bottom: 0;
  font-size:12px;
}

td.articletitlebox {
  color: #9E0621;
  background-color: #EFEFEF;
  border: 1px dashed #9E0621;
  padding: 2px;
}

font.articlesubinfo {
  color: #010101;
  font-weight: normal;
}

h3.articletext {
  font-weight: normal;
  margin-top: 4px;
  line-height: 1.4;
  font-size: 12px;
}

td.articlebox {
  background-color: #DFDFDF;
}
