/***************************************************
***		CSS TILL MOSSEBO.COM   - KALENDARIET	 ***
***************************************************/

/***************************
***		KALENDARIUM		 ***
****************************/

#eventInfo1, #eventInfo2, #eventInfo3, #eventInfo4, #eventInfo5, #eventInfo6, #eventInfo7, #eventInfo8, #eventInfo9, #eventInfo10, #eventInfo11, #eventInfo12, #eventInfo13, #eventInfo14, #eventInfo15, #eventInfo16, #eventInfo17, #eventInfo18, #eventInfo19, #eventInfo20, #eventInfo21, #eventInfo22, #eventInfo23, #eventInfo24, #eventInfo25, #eventInfo26, #eventInfo27, #eventInfo28, #eventInfo29, #eventInfo30, #eventInfo31{
position: absolute;
top: 40px;
left: 100px;
visibility: hidden;
width: 300px;
height: 250px;
padding: 10px;
border: double #666633;
background-color: #ffffff;
z-index: 50;
overflow: auto;
color: #333333;
text-align: left;
} 

.calendarHeader{ 
font-weight: normal; 
color: #333333;                   
background-color: #ffffff;
font-size: 12px;
}

.calendarHeader2{ 
font-weight: bold; 
color: #333333;                   
background-color: #cccccc;
font-size: 12px;
border: 1px solid #333333;
}

.calendarToday{ 
background-color: #cccccc;
border: 1px solid #666666;
padding: 7px;
color: #333333;
}

.calendarLink{
color: #333333;
text-decoration: overline underline;
background-color: #cccc99;
}

.calendar { 
border: 1px solid #666666;
padding: 7px;
}

.monthArrow{
text-decoration: none;
font-weight: bolder;
color: #999966;
background-color: transparent;
}

#calPos{
border: double #666633;
padding: 5px;
width: 260px;
}