/** CALENDAR STARTS HERE **/

#calendar {
    color: #FFFFFF;
    border-collapse: separate;
    min-width: 50px;
	border: 1px solid #ddd;
}
#monthrow{
    background: #c70602;
}
#monthrow th {
    color: #fff !important;
    background-color: #c70602 !important;
    font: 30px sans-serif !important;
    
    text-align: center;
    padding: 14px 20px 14px;
    font-size: 12px;
    font-weight: normal;
    width:300px;
}

#prev, #next {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    background: none;
    font-weight: bold;
    border: none;
}

#prev {
    float: left;
}

#next {
    float: right;
}

#next:disabled,
#prev:disabled {
    color: #AA0505 !important;
}

#next:hover:enabled,
#prev:hover:enabled {
    color: #fff !important;
}


#calendar td {
    text-align: center;
    padding: 6px 5px;
	font-size: 12px;
}

.daysoftheweek{
    color: #fff;
    background: #000;
    padding: 2px 0px;
}
.daysoftheweek th {
    text-align: center;
    padding-top: 6px 15px;
	 font-size: 12px;

}

.current-date {
    border-radius: 5%;
    color: #fff !important;
    background-color: #c70602;
}

.week{
    color:#000;
    background: #fff;
}
/** CALENDAR ENDS HERE **/
