#widget .cal_table {
    width: 100%;
    /*font-family: "Lucida Grande";*/
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#widget table {
margin:auto;
border-collapse:separate;
}

#widget .cal_lines {
border:solid 1px #5a1617;
background-color:#ececec;
width:99%px;
}
/* Month */
#widget .cal_event_heading {
    background-color: #000066;
    color: #ffffff;;
    text-align: center;
    text-transform: capitalize;
    font-size:10pt;
    font-weight: bold;
}

#widget .cal_event_heading a:link {
    color: #ffffff;
    text-decoration: none;
}

#widget .cal_event_heading a:visited {
    color: #ffffff;
    text-decoration: none;
}

#widget .cal_event_heading a:hover {
    color: #000000;
    text-decoration: none;
}

/* Date */
#widget .cal_day_heading {
    background-color: #5a1617;
    color: #ffffff;
    text-align: left;
    text-transform: capitalize;
    font-size:11px;
    font-weight: bold;
	padding-left:5px;
}

#widget .cal_day_empty {
    background-color: #cccccc;
    color: #000000;
}

#widget .cal_day_today {
    background-color: #ccccff;
    color: #000000;
}

#widget .cal_day_selected {
    border: 1px solid #003399;
}


#widget .cal_day_normal {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000000;
	font-size:8pt;
}

#widget .cal_row_even {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #edf3f8;
	border:1px solid #edf3f8;
    color: #024476;
	font-size: 8pt;
}

#widget .cal_row_content{
	font-family:Arial, Helvetica, sans-serif;
    color: #024476;
	font-size: 8pt;
}

#widget .cal_row_odd {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
	border:1px solid #edf3f8;
    color: #024476;
	font-size: 8pt;
}

#widget .cal_row_even A:link {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #CDE8F6;
    color: black;
    text-decoration: none;
	font-size:8pt;
}

#widget .cal_row_even A:visited {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #CDE8F6;
    color: black;
    text-decoration: none;
	font-size:8pt;
}

#widget .cal_row_even A:hover {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #CDE8F6;
    color: #000000;
    text-decoration: underline;
	font-size:8pt;
}

#widget .cal_row_odd A:link {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: black;
    text-decoration: none;
	font-size:8pt;
}

#widget .cal_row_odd A:visited {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: black;
    text-decoration: none;
	font-size:8pt;
}

#widget .cal_row_odd A:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: underline;
	font-size:8pt;
}

#widget .cal_credit {
    font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
}
#widget .cal_credit A:link {
    font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
}
#widget .cal_credit A:visited {
    font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
}
#widget .cal_credit A:hover {
    font-size: 9px;
    font-family:Arial, Helvetica, sans-serif;
}

#widget .mark { background-color: #9bb6ca;
		border:1px solid #024476; }

#widget .calhdr	{font-weight: bold;
		font-size: 14px;
		font-style: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #5a1617;
		color: #ffffff;
		width:190px;
		}
#widget .calmonth {font-weight: bold;
		font-size: 10px;
		color: #ffffff;
		background-color: #5a1617;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;}
#widget .calmonthon {font-weight: bold;
		font-size: 10px;
		color: #ffffff;
		background-color: #024476;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center }
#widget .caldayhdr {font-weight: bold;
		background-color: white;
		color: black;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none; 
		text-align: center }
#widget .calday {font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none; 
		background-color: white;
		color: #000000;
		text-align: center;
		line-height:17px }
#widget .caldayon {font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: white;
		background-color: #024476;
		text-align: center }
#widget .caldayout {font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		background-color: #F3F6F8;
		color: darkgrey;
		text-align: center }
#widget .calnodata { font-size: 14px;
		font-style: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif }
#widget .calarrowback { background-color:#5a1617}
		
#widget .caldayhasevents { text-decoration: underline }
		