/********** general styles **********/
a:link, a:visited {
  color: #000000;
}

a:active, a:hover {
  color: #ff9900;
}

html, body {
  height: 100%;
}

body, td, h1, h2, h3, h4, p, div {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}

body {
  background: #ebebeb url(images/bg.jpg) center top repeat-x;
  font-size: 11pt;
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

h1 {
  font-size: 14pt;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 0.5em 15px;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 0.5em 15px;
}

h3 {
  font-size: 12pt;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 0.5em 15px;
}

h4 {
  font-size: 11pt;
  font-weight: bold;
  line-height: 1em;
  margin: 0px 0px 0.5em 15px;
}

img {
  margin: 2px;
}

p {
  font-size: 10pt;
  line-height: 1.3em;
  margin: 1em 1em 1em 1.5em;
  padding: 0px;
  text-align: left;
}

ul {
  line-height: 1.5em;
}

/********** static elements **********/
#banner {
  background: url(images/banner.jpg) center center no-repeat;
  height: 170px;
  width: 920px;
}

#maintable {
  background: #f5f5f5 url(images/bg_main_ala.jpg) center bottom no-repeat;
  height: 100%;
  margin: 0px;
}

#maintableWrapper {
  height: 100%;
  width: 920px;
}

#main_column_left {
  height: 100%;
  width: 50%;
}

#main_column_left_bottom {
  background: url(images/bg_vasen_ala.jpg) right bottom no-repeat;
  height: 100%;
}

#main_column_left_middle {
  background: url(images/bg_drop_vasen.jpg) right center repeat-y;
  height: 100%;
}

#main_column_left_top {
  background: url(images/bg_drop_vasen_yla.jpg) right top no-repeat;
  height: 100%;
}

#main_column_right {
  height: 100%;
  width: 50%;
}

#main_column_right_bottom {
  background: url(images/bg_oikea_ala.jpg) left bottom no-repeat;
  height: 100%;
}

#main_column_right_middle {
  background: url(images/bg_drop_oikea.jpg) left center repeat-y;
  height: 100%;
}

#main_column_right_top {
  background: url(images/bg_drop_oikea_yla.jpg) left top no-repeat;
  height: 100%;
}

#navi_bottom {
  background: url(images/navi_bg_bottom.jpg) left top no-repeat;
  height: 13px;
  width: 211px;
}

#navi {
  background: url(images/navi_bg.jpg) left top repeat-y;
  height: 222px;
  width: 211px;
}

#navi_main {
  background: url(images/navi_bg_top.jpg) left top no-repeat;
  height: 100%;
  width: 211px;
}

#navi_links {
  font-size: 10pt;
  line-height: 1.5em;
  margin: 10px;
  width: 191px;
}

#navi_links a:link, #navi_links a:visited, #navi_links a:active, #navi_links a:hover {
  color: #000000;
  display: block;
  font-size: 10pt;
  line-height: 1.3em;
  text-decoration: none;
}

#navi_links a:hover {
  color: #ff9900;
}

#navi_links a.activeNaviLink:hover {
  color: #ff9900;
}

#navi_main {
  width: 162px;
}

#main {
  width: 679px;
}

#main_main {
  height: 100%;
  width: 689px;
}

#main_right {
  background: url(images/main_right.jpg) left top repeat-y;
  width: 32px;
}

#main_top {
  background: url(images/main_top.jpg) left top no-repeat;
  height: 19px;
  width: 728px;
}

/********** common styles **********/

a.activeNaviLink {
  color: #ff9900;
  font-weight: bold;
}

.alertmessage {
  background-color: #f5ddcc;
  border: 4px solid #bbbbbb;
  font-weight: bold;
  margin: 0px 0px 1em 25px;
  padding: 5px;
  width: 90%;
}

.chapter_wrapper {
  background: url(images/chapter_bg.jpg) left top no-repeat;
  min-height: 120px;
  height: auto !important;
  height: 120px;
  padding: 12px 0px 0px 0px;
}


.fullSize {
  height: 100%;
  width: 100%;
}

.highlightListRow {
  background-color: #cccccc;
}

.infomessage {
  background-color: #eef5ec;
  border: 4px solid #bbbbbb;
  font-weight: bold;
  margin: 0px 0px 1em 25px;
  padding: 5px;
  width: 90%;
}

.listTable {
  margin-left: 20px;
}

.listTable td {
  padding: 2px;
}

.time {
  font-size: 10pt;
  font-weight: bold;
}
