 body
 {
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: 'arial';
  font-size: 12px;
  text-align: center;
 }

 div#document
 {
  margin: 4px auto;
  margin-bottom: 0px;
  width: 980px;
  padding: 10px;
  text-align: left;
  background:url(../img/bg.jpg) center repeat-y;
 }
 
div#left
 {
    width: 150px;
    text-align: left;
    font-size: 11px;
    margin: 0px;
    padding: 10px 20px 0px 65px;
    float: left;
 }

div#right
 {
    width: 650px;
    text-align: left;
    font-size: 11px;
    float: left;
    padding: 10px 10px 0px 30px;
 }

div.clear
 {
   clear: both; 
 }
 
.boldborder td
  {
   border-top: 6px solid darkred !important;
  }

.noborder td
  {
   border-top: none;
  }

div.fileborder
  {
   border: 1px solid darkred;
   padding: 10px;
  }

div.formborder
  {
   border: 1px solid darkred;
   padding: 10px;
  }

td.formborder
  {
   border: 1px solid darkred;
   padding: 10px;
  }

div.formborder:hover
 {
   background-color: #EEDDCC;
 }
 
span.info
 {
   font-weight: bold;
   display: inline-block;
   width: 150px;
 }
 
 h1
 {
  color: darkred;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
 }

 h2
 {
  color: darkred;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
 }
 
th
 {
   background-color: darkred;
   color: white;
   border: none;
 }
 
th.week
 {
   font-size: 9px;
   text-align: center;
 }
 
th.week a
 {
   color: white;
 }
 
td
 {
   color: black;
   border: none;
   border-bottom: 1px solid darkred;
 }
 
td.overview
 {
   border: none;
 }
 
td.dayview
 {
   width: 200px;
   border-left: 1px solid #EEDDCC;
   font-size: 9px;
 }
 
td.dayview_time
 {
   width: 80px;
   font-size: 9px;
 }
 
td.dayview_fh
 {
   width: 200px;
   border-left: 1px solid #EEDDCC;
   font-size: 9px;
   border-bottom: 2px solid black;
 }
 
td.dayview_time_fh
 {
   width: 80px;
   font-size: 9px;
   font-weight: bold;
   color: black;
   border-bottom: 2px solid black;
 }
 
tr
 {
   background-color: white;
 }

tr.noroom
 {
   background-color: #ffffcc;
 }
 
tr:hover, tr.noroom:hover
 {
   background-color: #EEDDCC;
 }

p.todo
 {
   text-align: right;
 }
 
a:link
{
	color: darkred;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: darkred;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}

select.edit, input.edit
 {
  font-size: 10px;
  color: black;
  font-weight: normal;
  width: 455px;
  height: 18px;
  border: solid 1px #666666;
  margin: 0px 5px 0px 0px;
 }
 
select.search, input.search
 {
  font-size: 10px;
  color: black;
  font-weight: normal;
  border: solid 1px #666666;
  margin: 0px 5px 0px 0px;
 }
 
input.zip
 {
  font-size: 10px;
  color: black;
  font-weight: normal;
  width: 45px;
  height: 18px;
  border: solid 1px #666666;
  margin: 0px 5px 0px 0px;
 }
 
input.eventcheckbox
 {
  width: 20px;
  display: inline;
  font-size: 10px;
  color: black;
  font-weight: normal;
  margin: 0px 2px 0px 20px;
  padding: 0px;
 }
 
input.city
 {
  font-size: 10px;
  color: black;
  font-weight: normal;
  width: 105px;
  height: 18px;
  border: solid 1px #666666;
  margin: 0px 5px 0px 0px;
 }
 
input
 {
  width: 50px;
  height: 14px;
 }
 
 
input.editbutton
 {
  width: 110px;
  height: 20px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: darkorange;
  color: white;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
 }
 
input.editcheckbox
 {
   margin-left: 135px;
 }
 
input.button
 {
  width: 120px;
  height: 23px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: darkred;
  color: white;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  border: solid 1px #666666;
  margin-right: 5px;
 }
 
input.button:disabled
 {
   background-color: #808080;
 }
input.login
 {
  font-size: 10px;
  color: black;
  font-weight: normal;
  width: 150px;
  height: 18px;
  margin: 0px 5px 0px 0px;
 }
 
label.login
 {
  display: block;
  font-size: 9px;
  margin-top: 10px;
 }

label.edit
 {
  display: inline-block;
  width: 150px;
  font-size: 11px;
  margin-top: 10px;
  font-weight: bold;
  vertical-align: top;
 }

textarea
 {
  width: 455px;
  border: solid 1px #666666;
  font-size: 11px;
  color: black;
  font-family: arial;
  font-weight: normal;
 }

textarea.logtext
 {
  width: 950px;
  border: solid 1px #666666;
  font-size: 11px;
  color: black;
  font-family: arial;
  font-weight: normal;
 }
