BODY{
 background-image:url('../images/BKGryttare1.gif');
 background-attachment:fixed;
 background-position:top right;
 background-repeat:repeat-y;
 background-color:#FFFFEF;
 margin-right:100px;
 font-family:arial,monospace;
 font-size:12px;
 color:#000000;
}

HR{
 position:relative;
 color:#000000;
 height:1px;
 text-align:left;
 width:100px;
}

LI A{
 font-weight:bold;
 font-size:12px;
}

#CalendarSelectTable{
 position:relative;
 text-align:center;
 background-color:#000000;
}

#CalendarTable{
 position:relative;
 border:1px solid #000000;
}

#CalendarTable TD,
 #CalendarTable TR TD{
  position:relative;
  width:60px;
  font-size:12px;
}

#weekdayHeader{
 background-color:#008800;
 font-family:Comic Sans MS, Arial, Helvetica, Sans Serif;
 font-size:12px;
 color:#ffffff;
 text-align:center;
}

#mclrDead,#mclrPast,#mclrNow,#mclrFuture{
 position:relative;
 height:60px;
}

#mclrDead{
 background-color:#c0c0c0;
}

#mclrPast{
 background-color:#1e1e1;
}

#mclrFuture{
 background-color:#fffff;
}

#mclrNow{
 background-color:#ffffc0;
}

#dayNumber{
position:relative;
margin:0px 0px 5px 0px;
padding-left:3px;
font-family:system, Sans Serif;
font-size:14px;
}