/* KALENDERNS UTSEENDE */
.calendar 
{ 
font-family: Verdana, sans-serif;
padding: 0px 0px 6px 0px;
text-align: left;
text-transform: none; 
font-size:10px; 
color: #000000;
background-color: #ffffff; /*C0C0C0*/
border-color: #000000; 
border-style: solid; 
border-width: 0px;
border-bottom: 0px solid #C89F8B; 
} 
.calendar a { font-size: xx-small; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: underline; text-align: center;  }
.calendar caption { font-size: 0.7em; font-family : Georgia, "Times New Roman", Times, serif; text-transform: uppercase; letter-spacing: .3em; border-bottom: 2px solid #C89F8B; text-align: left; font-weight: bold; color: #C89F8B; padding: 3px; }
.calendar td { font-size: xx-small; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: underline; text-align: center;}
.calendar th { font-size: xx-small; font-family : font-family: 'Trebuchet MS', Verdana, sans-serif;}

/* .calendarlink determines the formatting of those days linked to 
content. */ 

a.calendarlink 
{ 
color: #000000;
text-decoration:underlined;
} 
a.calendarlink:hover
{ 
color: #000000;
text-decoration:underlined;
} 
a.calendarlink:visited
{ 
color: #000;
text-decoration:underline;
} 

/* .header determines the formatting of the weekday headers at the top 
of the calendar. */ 
/*
.header 
{ 
background-color: #000000;
border-color: #000000; 
border-style: solid; 
border-width: 0px; 
} 
*/
.header 
{
color:#000000;
background-color: #fff; /*#996633; */
border-bottom:0px solid #000000;
} 

/* .day determines the formatting of each day displayed in the 
calendar. */ 

.day 
{ 
background-color: #fff; /* #808080; */
border-color: #000000; 
border-style: solid; 
border-width: 0px; 
text-align: center 
} 

/* .linkedday determines the formatting of a date to which content is 
available. */ 

.linkedday 
{ 
background-color: #ffffff; /*#8080ff; */
border-color: #ffffff; 
border-style: solid; 
border-width: 2px; 
text-align: center;
text-decoration: underline;
} 

ul.calendar_event
{
/* margin:4px;*/
margin-bottom:0px;
margin-top:0px;
list-style-type: circle;
}
li.calendar_event
{
}
.calendar_event_header
{
font-weight:bold;
color:#000000;
}
.calendar_event_container
{
background-color:#eee;
border:1px solid #ccc;
} 
