.eventCalAnchor {
height: 24px;
}

.eventCal {
min-width: 150px;
max-width: 480px;
background: #fff;
border: 1px solid #aaa;
border-radius: 5px;
margin: 0 auto 16px auto;
}

.eventCalIn  { color: #222; font-size: 15px; padding: 5px }

.eventCal h4     { color: #d00; font-size: 18px !important; font-weight: 400!important; background: transparent; text-align: center!important; letter-spacing: 1em; margin-top: 0; margin-right: 0; margin-bottom: 6px; padding: 9px; height: 1em; min-height: 20px !important; border-radius: 4px 4px 0 0!important    }

.eventCalEventCode {display: none;}

.eventCal .pagination  { font-size: 15px; font-weight: 700; line-height: 24px; text-align: center; margin: 0 auto; padding: 0; max-width: 160px }

.eventCal .pagination .arrowsLeft {float: left; font-size: 20px; line-height: 20px;}
.eventCal .pagination .arrowsRight {float: right; font-size: 20px; line-height: 20px;}
.eventCal .evcalTodayLink  { text-align: center; padding: 6px 2px 0; width: 100% }

.eventCal .days_headline      { color: #eee; font-size: 14px; font-weight: 700; background: #aaa; margin: 9px -6px 6px; padding: 0 6px; width: 100% }

.eventCal .evcalDays      { color: #777; font-size: 16px }

.eventCal .day {
float:left;
width:14.28%;
line-height: 30px;
text-align: center;
}

.eventCal .dayin {
border: 1px solid transparent;
border-radius: 3px;
margin: 1px;
}

.eventCal .current     { color: #000; font-weight: 900; background-color: transparent }

.eventCal .event  { color: white; background: #fff url("../images/button.jpg") repeat-x; border: solid 1px #aaa }

.eventCal .normal   { background: transparent; border: solid 1px transparent }

.eventCal .prevnextmonth     { color: #bbb }

.eventCal .clear {
clear:left;
}

.eventCal a:link    { color: #d00 }
.eventCal a:visited    { color: #d00 }
.eventCal a:hover    { color: #000 }
.eventCal a:active    { color: #d00 }
.eventCal a:focus    { color: #d00 }

.eventCal .pagination a:link    { color: #d00 }
.eventCal .pagination a:visited    { color: #d00 }
.eventCal .pagination a:hover    { color: #000 }
.eventCal .pagination a:active    { color: #d00 }
.eventCal .pagination a:focus    { color: #d00 }

.eventCal .evcalTodayLink a:link    { color: #d00 }
.eventCal .evcalTodayLink a:visited    { color: #d00 }
.eventCal .evcalTodayLink a:hover    { color: #000 }
.eventCal .evcalTodayLink a:active    { color: #d00 }
.eventCal .evcalTodayLink a:focus    { color: #d00 }

.eventCal .pagination a {font-weight: 900; text-decoration: none;}


