/*
Sermolux 6 CSS

Version: 00.04
Date: 10.04.2005
*/

html, body{
margin: 0px;
padding: 0px;
border: none;
}

body{
background: url( blueBG.png );
font-family: arial, helvetica, sans-serif;
}

.tag{ background: #E1F0FF; }
.adminTitle{ background: #007FFF }

.updater{ background: #99CCFF; border-bottom: solid 1px #000000; font-size: 12px; text-indent: 10px }

img{ padding: 0; margin: 0; border: 0}

a:link, a:active, a:visited{ color: #0061C2; text-decoration: none }
a:hover{ color: #000000; text-decoration: none }

.title{ font-weight: normal; font-size: 30pt }
.title a, .title a:visited, .title a:active{ color: #000000 }

input.button{ background: #D6D5D5; font-size: 12px; border-left: solid #99CCFF 2px; border-top: solid #007FFF 2px; border-right: solid #007FFF 2px; border-bottom: solid #99CCFF 2px; font-family: arial, helvetica, sans-serif; color: #007FFF }
input.field{ background: #D6D5D5; font-size: 12px; border-color: #000000; font-family: arial, helvetica, sans-serif }
select.field{ background: #D6D5D5; font-size: 12px; border-color: #000000; font-family: arial, helvetica, sans-serif }

textarea.field{
background: #D6D5D5;
font-size: 12px;
border-color: #000000;
font-family: arial, helvetica, sans-serif;
}

.bottom{ border-top: solid 1px #000000; font-size: 10px; padding: 0px 10px 0px 10px }
.standard-border{ border: solid 1px #007FFF; background: #E1F0FF }
.black-border{ border: solid 1px #000000; background: #E1F0FF }
.double-border{ border: double 5px #007FFF; background: #E1F0FF }
.gray-border{ border: solid 1px #555555; background: #EEEEEE }

ul.menu{ list-style: none; margin: 0; padding: 0; width: auto }
ul.menu li{ float: left }
ul.menu a, ul.menu a:visited, ul.menu a:active{ background: #D6D5D5; color: #007FFF; display: block; white-space: nowrap; border: 1px solid; border-color: #99CCFF #007FFF #007FFF #99CCFF; padding: 2px 10px; margin: 5px; text-decoration: none }
ul.menu a:hover{ background-color: #007FFF; color: #D6D5D5 }
ul.menu a.current, ul.menu a.current:visited, ul.menu a.current:hover{ background-color: #007FFF; color: #FFFFFF }

div.column-title{ margin-bottom: 10px; border-bottom: dotted 1px #000000 }
td.column{ border-right: solid 1px #000000; padding: 5px 10px 10px 10px; vertical-align: top }

td.journal-title{ background: #E1F0FF; border: solid 1px #007FFF; border-bottom: 0; padding: 2px 5px 0px 5px; font-weight: bold }
td.journal-time{ border-bottom: solid 1px #007FFF; padding-left: 10px }
td.journal-content{ background: #E1F0FF; border: solid 1px #007FFF; border-top: 0; padding: 10px 5px 5px 5px; text-indent: 20px }

.emptyDate{ border: solid 1px #000000 }
.fullDate{ background: #99CCFF; border: solid 1px #000000 }

.emptyEvent{ background: #FFFF66; border: solid 1px #000000 }
.fullEvent{ background: #00CC00; border: solid 1px #000000 }
