
/* calendar */


#event-title
{
font-size: 16pt;
width: 550px;
height: 26px;
font-weight: bold;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/page.png");
background-repeat: no-repeat;
background-position: 5px 7px;
}

#event-group
{
font-size: 12pt;
width: 350px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/page.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-location
{
font-size: 12pt;
width: 350px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/page.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-date-start
{
font-size: 12pt;
width: 90px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/date.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-date-end
{
font-size: 12pt;
width: 90px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/date.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-time-start
{
font-size: 12pt;
width: 70px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/clock.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-time-end
{
font-size: 12pt;
width: 70px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/clock.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-recurrence
{
font-size: 12pt;
width: 130px;
height: 22px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/clock.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

#event-date-until
{
font-size: 12pt;
width: 90px;
height: 18px;
margin-left: 7px;
padding-left: 25px;
background-image: url("../../../icon/16x16/date.png");
background-repeat: no-repeat;
background-position: 5px 2px;
}

table.eventcal
{
border: 1px solid black;
width: 100%;
}

.eventcal td
{
width: 13%;
border: 1px solid black;
vertical-align: top;
}

.eventcal_item
{
font-size: 8pt;
border-top: 1px solid #888;
}

.eventcal_item a:hover
{
background-color: #448;
font-size: 9pt;
}

.eventcal_day
{
font-weight: bold;
font-size: 12pt;
}

.eventcal_today
{
background-color: #dd8;
}

.eventcal_nodate
{
background-color: #222;
color: white;
}


table.eventmini
{
width: 100%;
}

.eventmini td
{
padding: 3px;
text-align:center;
width: 13%;
}

.minical a span
{
display: none;
}

.minical a:hover span
{
display: block !important;
position: absolute;
padding: 5px;
font-size: 9pt;
color: #000;
top: 0px;
left: 245px;
min-width: 200px;
max-width: 200px;
background-color: #FFE;
border: 1px solid black;
text-align: center;
}


