#version
{
    position: relative;
    top: 0;
    margin: auto;
    color: #ffffff;
    font-weight: bold;
    background-color: #ff0000;
    border: 1px solid #000000;
}

body
{
    margin: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
}

div, p, a, img, ul, li
{
    text-align: left;
}

p, td
{
    font-size: 12px;
    color: #000000;
}

a:link, a:visited
{
  color: #ff9000;
  text-decoration: underline;
}

a:hover, a:active
{
  color: #ff9000;
  text-decoration: none;
}

.msgBox
{
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #acc6e7;
  width: 100%;
  border-spacing: 0;
  color: #154580;
}

p
{
    margin-bottom: 1em;
}

h1
{
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff9000;
}

h2
{
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #154580;
  padding-left: 5px;
  border-left: 10px solid #154580;
}

h3
{
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #4e7bb3;
}

#languages
{
  width: 751px;
  height: 22px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 8px;
  padding-top: 2px;
  background: url(images/menu_active.gif) no-repeat;
  background-position: right top;
  color: #ffffff;
}

#languages a:link, #languages a:visited
{
  color: #ffffff;
  font-weight: bold;
}

#top
{
  width: 751px;
  height: 160px;
  background: url(images/tsunami_top.jpg) no-repeat;
  margin: 0 auto;
}

#content
{
  position: relative;
  width: 750px;
  margin: 0 auto;
  margin-top: 20px;
}

#the_back
{
  width: 750px;
  height: 28px;
  margin: 0 auto;
  text-align: right;
  padding-right: 55px;
}

#the_back img
{
  border: 0;
}

#footer
{
  width: 750px;
  height: 58px;
  background: url(images/tsunami_footer.png) no-repeat;
  margin: 0 auto;
  padding-top: 18px;
  padding-left: 20px;
}

#footer img
{
  border: 0;
}

#footer p.copyright
{
  font-weight: bold;
  font-size: 12px;
}

div.vseparate
{
  margin-bottom: 10px;
}

td.left_menu
{
  width: 180px;
  text-align: left;
}

#menu
{
  width: 170px;
}

#menu ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#menu li
{
  display: inline;
}

#menu li a:link, #menu li a:visited
{
  display: block;
  padding: 0 0 2px 15px;
  text-decoration: none;
  line-height: 22px;
  border: 0;
  font-size: 11px;
  font-weight: bold;
}

#menu li a:link, #menu li a:visited
{
  background: url(images/menu_item.gif) no-repeat;
  color: #154580;
}

#menu li a:hover, #menu li a:active
{
  background: url(images/menu_hover.gif) no-repeat;
  color: #ffffff;
}


/* MODULE: Calendar */
#calendar { width: 170px; font-size: 10px;}
#calendar td { text-align: center; font-size: 10px;}

tr.calendar_head td
{
  font-weight: bold;
  background: #154580;
  color: #ffffff;
}

tr.calendar_head td.calendar_weekend
{
  font-weight: normal;
  text-decoration: italic;
  background: #4e7bb3;
}

td.calendar_current_day
{
  background: #c8dcf6;
  border: 1px solid #4e7bb3;
  font-weight: bold;
}

a.calendar_event:link, a.calendar_event:visited
{
  color: #ff9000;
  text-decoration: underline;
}

a.calendar_event:hover, a.calendar_event:active
{
  color: #ff9000;
  text-decoration: none;
}

tr.calendar_navigate td
{
  border-top: 1px solid #c8dcf6;
  border-bottom: 1px solid #c8dcf6;
}

tr.calendar_navigate a:link, tr.calendar_navigate a:visited
{
  color: #004d88;
}

tr.calendar_navigate a:hover, tr.calendar_navigate a:active
{
  color: #ff9000;
}

tr.calendar_navigate td.arrows
{
  background: #c8dcf6;
  border-top: 1px solid #4e7bb3;
  border-bottom: 1px solid #4e7bb3;
}

#calendar p.calendar_info
{
  background: #c8dcf6;
  border-top: 1px solid #4e7bb3;
  border-bottom: 1px solid #4e7bb3;
  color: #154580;
}

h1.calendar_title
{
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff9000;
}

p.calendar_info
{
  color: #989898;
  font-size: 11px;
}

p.calendar_list_title
{
  color: #004d88;
  font-weight: bold;
  margin: 2px;
  padding: 0;
}


/* ~MODULE: Calendar */

div.news
{
  margin-bottom: 20px;
}

div.news h1.news_title
{
  font-size: 14px;
  font-weight: bold;
  color: #004d88;
}

div.news p.news_info
{
  color: #989898;
  font-size: 11px;
}

tr.news_list_head
{
  font-weight: bold;
}

h1.news_title_one
{
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ff9000;
}

p.news_list_title
{
  color: #004d88;
  font-weight: bold;
  margin: 2px;
  padding: 0;
}

p.news_short
{
  color: #989898;
}

hr
{
  border: 0;
  border-bottom: 1px solid #004d88;
}

div.photo_mini
{
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

td.photo
{
  padding-right: 20px;
}

p.zoom_in
{
  background: #c8dcf6;
  border-top: 1px dotted #4e7bb3;
  border-bottom: 1px dotted #4e7bb3;
  color: #154580;
  font-weight: bold;
  margin: 0;
  padding: 2px;
  height: 12px;
  text-align: center;
}

p.zoom_in a:link, p.zoom_in a:visited
{
  color: #004d88;
  text-decoration: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

h6
{
  font-weight: normal;
  text-decoration: italic;
  color: #646464;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  margin-top: 0;
}

td.show_albums_photo
{
  padding-right: 10px;
}

table.albums p
{
  margin: 0;
  padding: 0;
}

table.albums p.album_title
{
  font-weight: bold;
  padding-bottom: 8px;
}

p.album_info
{
  color: #989898;
  font-size: 11px;
}

table.photo_mini
{
  width: 170px;
  border: 1px solid #bed2ea;
  background: #dbe8f9;
  margin-bottom: 20px;
}

table.photo_mini a:link, table.photo_mini a:active
{
  color: #bed2ea;
}

p.photo_summary
{
  text-align: center;
}

.inputText
{
  width: 150px;
  background: #ffffff;
  border: 1px solid #154580;
}

h1.tsunamists
{
  color: #de0000;
  text-align: center;
}