/* 
 * Quick JS Calendar
 * Copyright (c) 2010 CMT Consulting
 * http://www.cmtconsulting.pl
 *
 */
div#calendar * {overflow:hidden;font-family: 'Lucida Grande', sans-serif;font-size:9pt;}
div#calendar {width:280px;margin:20px auto 0;overflow:hidden;}
div#calendar div#calendar-nav {text-align:center;padding:0 10px;position:relative;}
div#calendar div#calendar-nav #prev, div#calendar div#calendar-nav #next {font-size:12pt;text-decoration:none;color:#2479ba;}
div#calendar div#calendar-nav #prev{float:left;}
div#calendar div#calendar-nav #next{float:right;}
div#calendar div#calendar-nav #date {font-size:11pt;}
div#calendar div#days {height:140px;}
div#calendar div#days-name {margin:15px 0 10px;color:#2479ba;}
div#calendar div#days-name div{float:left;text-align:center;width:40px;font-weight:bold;font-size:10pt;}
div#calendar div.day {float:left;text-align:center;width:40px;padding:3px 0;}
div#calendar div.day:hover,div#calendar div.day.selected {background:#d5e5f2;cursor:pointer;}

div#calendar-events div.event {margin-bottom:5px;padding:5px 7px;background:#f5f5f5;border-left:3px solid #2479ba;}
div#calendar-events div.event b{color:#2479ba;}
div#calendar-events div.event p{text-align:justify;padding:0 5px;}
div#calendar-events #event-empty {margin-bottom:5px;padding:5px 7px;background:#f5f5f5;text-align:center;}
