﻿.mpcalendarmain {  
margin: 30px 0px 10px 0px; 
border: solid 1px #999; 
margin:0; 
color: black; 
background:  #fff; 
font-size:12px; 
width: 90%;
}

.mpcalendarmain a { 
color:Black; 
}


/*"""""""" Days of the week Text""""""""*/	
.mpcalendardayheader { 
font-weight:bold; 
font-size:11pt;  
color: black; 
background:  #999; 
text-align:center; 
white-space:nowrap;
}

/*"""""""" Current Month (days)""""""""*/	
.mpcalendarday { 
font-size:10pt; 
color:Black; 
text-align:center; 
white-space:nowrap;
background:  #F9ECA2; 
border: solid 1px #999; 
}


/*"""""""" Next Previous (-+)""""""""*/	
.mpcalendarnextprevious { 
color: white; 
background:  #888; 
text-align:center; 
white-space:nowrap;
font-size:25px; 
}

.mpcalendarnextprevious a {
font-weight:bold; font-size:small; 
color: black; 
background:  #888; 
text-align:center; 
white-space:nowrap;
font-size:15px; 
}


/*"""""""" Other Month (days)""""""""*/	
.mpcalendarothermonth { 
background-color:#EDEAD8;  
font-size:8pt; 
color:Black; 
text-align:center; 
white-space:nowrap; 
border: solid 1px #999; 
}

.mpcalendarselectedday { 
background-color:#F5EBB3;  
font-size:8pt; 
color:Black; 
text-align:center;  
}
	
.mpcalendarselector { 
color: #8AAF55; 
background:  #F5EBB3; 
border:solid thin #666;
font-size:8pt; 
font-weight:bold; 
text-align:center; 
white-space:nowrap;  
}
	

/*"""""""" Month Title""""""""*/	
.mpcalendartitle { 
font-size:14pt; 
font-weight:bold; 
text-align:center; 
white-space:nowrap; 
color: #fff; 
background:  #444; 
border:solid thin #6F7A86;
}

table.mpcalendartitle { 
border:solid thin #6F7A86;
}
	

/*"""""""" Todays Date box""""""""*/	
.mpcalendartoday { 
color:#fff; 
font-size:8pt; 
text-align:center; 
background-color:#EDEAD8; 
border: solid 1px #999;  
}


/*"""""""" Weekend boxes (days)""""""""*/	
.mpcalendarweekendday { 
background-color:#EDEAD8; 
color:Black; 
font-size:8pt; 
text-align:center; 
border: solid 1px #999; 
}

.eventcalendar {
margin: 30px 0px 10px 0px; 
}
