/* RadCalendar skin */

/*
.calendarWrapper_delaware 
{
	background: #fff !important;
	color: #363636 !important;
	}
*/

.RadCalendar, .RadCalendar_default
{
	background: #fff !important;
	color: #363636 !important;
}

	
/*.calendarWrapper_delaware .titlebar_delaware*/
.RadCalendar .rcTitlebar, .RadCalendar_default .rcTitlebar
{
	background: #666667 url('Calendar/bg-gridheader.gif') bottom left repeat-x !important;
	width: 215px;
	height: 25px !important;
	color: #fff !important;
	}	

.RadCalendar_default .rsAptContent {}

/*.calendarWrapper_delaware .rcTitle */
.RadCalendar_default .rcTitle {
	color: #fff !important;

	}
	
/*.calendarWrapper_delaware .rcTitlebar */
.RadCalendar_default .rcTitlebar table {
	/* none */
	}

.RadCalendar_default .rcTitlebar table td {
	text-align:center
	}

.RadCalendar_default .rcTitlebar a:link {
	color: #fff;
	text-decoration: none
	}
	
.RadCalendar_default .rcTitlebar a:hover 
{
	color: #f7941d;
	text-decoration: none
	}	
	
/*.TableLayout_delaware {*/
.rcMainTable {
	width: 100% !important;
	height: 150px !important;
	text-align: center;
	}
	
/*.DaysOfWeek_delaware {*/
.rcWeek {
	background: #ebebeb !important;
	}	

.rcRow a:link {
	color: #363636
	}		

.rcRow a:hover {
	color: #0054a6;
	text-decoration: none;
	}

.RadGrid_delaware {
	background: #fff !important;
	border: 1px solid #666667 !important;
	text-align: left !important;
	vertical-align: top !important;
	display: table;
	}
	
/*.MasterTable_delaware {*/
.rgMasterTable {
	width: 665px !important;
	}	
	
/*.GridHeader_delaware {*/
.rgHeader {
	background: #666667 url('Calendar/bg-gridheader.gif') bottom left repeat-x !important;
	width: 665px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	height: 28px;
	}
	
/*.GridRow_delaware {*/
.rgRow {
	padding: 4px;
	}
	
/*.GridAltRow_delaware {*/
.rgAltRow {
	background: #ebebeb !important;
	padding: 4px;
	}	

