.dCalendarTable{
	
	border: 1px solid #BBB;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	height: 230px;
	width: 290px;
	background-color: white;
	margin-left: -10px;
	margin-right: auto;
	
}

.dCalendarTable tr, .dCalendarTable td, .dCalendarTable th{
	
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}

.dCalendarTable td{
	
	width: 30px;
	height: 30px;
	
}

.dCalendarHeaderRow{
	
	position: relative;
	font-family: "Myriad Pro", Verdana, Arial;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #CC0000; /* Change this value to change the colour of the box */
	text-align: center;
	z-index: 0;
	
}

.iCalendarHeaderRow{

	position: relative;
		left: -10px;
		top: 40px;
	height: 30px;
	width: 290px;
	z-index: 1;


}

.dCalendarPrev a, .dCalendarNext a{
	
	color: #ddd;
	
}

#dCal a{

	padding: 0px;
	margin: 0px;
	text-decoration: none;
	
}

#dCal a:hover{
	
	text-decoration: underline;
	
}

.dCalendarTitleDay{
	
	width: auto;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #E3DFD3;
	text-align: center;
	
}

.dCalendarEvent, .dCalendarToday{
	
	height: 18px;
	width: 25px;
	color: white;
	margin-top: -2px;
	padding-top: 6px;
	background: #FF8888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
	margin-left: 10px;
	
}

.dCalendarToday{
	
	-webkit-border-radius: 5px;
	-moz-border-radius:: 5px;
	background-color: #FFD444;
	
}

.dCalendarEvent a, .dCalendarToday a{

	color: white;
	vertical-align: middle;
		
}

.dCalendarEvent a:hover, .dCalendarToday a:hover{
	
	color: white;
	
}