/*******************************/
/*  Small Calendar            */
/*******************************/
div#smlCal .calendarBG
{
border-top: 1px dotted #666;
font-family: Arial;
margin: 0 0 0 -3px;
padding: 3px 0 0 0;
width: 195px;
}

div#smlCal h2
{
color: #89BB31;
font-size: 18px;
margin: 0 0 3px 0;
text-transform:uppercase;
}

div#smlCal .calendarBG tr
{
height: 25px;
}

div#smlCal .calendarHeader
{
text-align: center;
}

div#smlCal .calendarBlank
{
background-image: none;
padding: 0px;
}


div#smlCal td.calendarCell 
{
color: #a0a0a0;
font-size: .72em;
height: 25px;
text-align: center;
vertical-align: middle;
}

div#smlCal .calendarCell a
{
color: #48608F;
font-weight: bold;
text-decoration: none;
}

div#smlCal .calendarCell a:hover
{
color: #666;
}

div#smlCal .calendarDayHeading
{
background-color: transparent;
color: #8AC53F;
font-weight: bold;
text-align: center;
}

div#smlCal .calendarToday
{
border: 1px solid #86A8C8;
color: #86A8C8;
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: .72em;
font-weight: bold;
height: 25px;
text-align: center;
vertical-align: middle;
}

div#smlCal .calendarToday a
{
color: #86A8C8;
text-decoration: none;
}

div#smlCal p a
{
color: #86A8C8;
font-size: 12px;
font-weight: bold;
margin: 0px 0 0 5px;
text-decoration: none;
text-transform: uppercase;
}

div#smlCal p a:hover
{
text-decoration: underline;
}

/*******************************/
/*  Big Calendar                */
/*******************************/
.calendarBG
{
background-color: transparent;
font-family: Arial, Verdana, Sans-serif;
margin: 0px;
width: 798px;
}

.calendarBlank
{
background-image: url('/themes/site_themes/flexmix/images/BlankDayTile_cal.gif');
background-repeat: repeat;
}

.calendarHeader th
{
background-color: transparent;
color: #ccc;
font-size: 28px;
font-weight: normal;
text-align: center;
}

.calendarMonthLinks
{
background-color: transparent;
color: #86A8C8;
font-family: Arial, Verdana, Sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: .1em;
text-decoration: none;
}

.calendarMonthLinks a
{
background-color: transparent;
color: #86A8C8;
text-decoration: none;
}

.calendarMonthLinks a:visited
{
background-color: transparent;
color: #fff;
text-decoration: none;
}

.calendarMonthLinks a:hover
{
background-color: transparent;
color: #ccc;
text-decoration: none;
}

.calendarMonthLinks img
{
border: none;
margin: 0px;
}

.calendarDayHeading
{
background-color: #86A8C8;
color: #fff;
font-size: 11px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}

.calendarToday
{
background-color: transparent;
color: #fff;
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 10px;
font-weight: normal;
height: 114px;
letter-spacing: .1em;
overflow: hidden;
padding: 0px;
text-align: left;
text-decoration: none;
vertical-align: top;
width: 114px;
}

.calendarToday a
{
color: #fff;
}

.calendarCell
{
background-color: transparent;
color: #000;
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 10px;
font-weight: normal;
height: 114px;
overflow: hidden;
padding: 0px;
text-align: left;
text-decoration: none;
vertical-align: top;
width: 114px;
}

.calendarCell a
{
background-color: transparent;
color: #000;
text-decoration: underline;
}

.calendarCell a:visited
{
background-color: transparent;
color: #000;
text-decoration: underline;
}

.calendarCell a:hover
{
background-color: transparent;
color: #fff;
text-decoration: none;
}

.daynumHeader,
.todayHeader
{
background: #5f5f5f;
border-bottom: 1px solid #0a0a0a;
border-left: 1px solid #0a0a0a;
margin-bottom: 2px;
margin-left: -1px;
padding: 2px;
text-align: left;
width: 114px;
}

ul.entries
{
height: 60px;
margin-left: 0px;
padding-left: 0px;
width: 114px;
}

ul.entries li
{
background-color: #536270;
background-image: url('/themes/site_themes/flexmix/images/cal_entryBG.gif');
background-repeat: no-repeat;
font-size: 11px;
height: 15px;
list-style: none;
margin-left: 0px;
margin-top: 4px;
padding-left: 16px;
width: 114px;
}

ul.entries li a, ul.entries li a:visited
{
color: #b1e2e8;
text-decoration: none;
}

ul.entries li a:hover
{
color: #fff;
text-decoration: underline;
}