
/* 

DayPilot Calendar Theme 
http://themes.daypilot.org/calendar/theme/pectq6

*/

.calendar_g_main 
{
	border: 1px solid #dddddd;
}

.calendar_g_main, .calendar_g_main td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.calendar_g_event { 
	
}

.calendar_g_event_inner { 
	position: absolute;
	overflow: hidden;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	margin: 0px;

	color: #1d1d1d;
	background-color: #9a9cff;
	
	
	
	padding: 3px;
	
	
	
	border: 1px solid #373ad7;
	
	
	
	
	
}

.calendar_g_alldayevent { 
	
}

.calendar_g_alldayevent_inner { 
	position: absolute;
	overflow: hidden;
	
	left: 1px;
	right: 0px;
	top: 1px;
	bottom: 0px;
	
	margin: 2px;

	color: #1d1d1d;
	background-color: #9a9cff;
	
	
	
	padding: 2px;
	
	
	border: 1px solid #373ad7;
	
	text-align: left;
	
	
	
}

.calendar_g_alldayheader_inner
{
	text-align: center; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid  #dddddd;

	color: #555555;
	background: #ffffff;
	

}

.calendar_g_colheader_inner
{
	text-align: center; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
	color: #555555;
	background: #ffffff;
	
}

.calendar_g_rowheader_inner
{
	font-size: 12px;
	
	text-align: right; 
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid  #dddddd;
	
	color: #555555;
	background: #ffffff;
	
}

.calendar_g_rowheader_minutes 
{
	font-size:12px; 
	xvertical-align: super; 
	padding-left: 2px;
	padding-right: 2px;
}

.calendar_g_corner_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid  #dddddd;

	color: #555555;
	background: #ffffff;
	
}

.calendar_g_cornerright_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid  #dddddd;

	color: #555555;
	background: #ffffff;
	

}

.calendar_g_rowheader_inner {
	padding: 2px;
}

.calendar_g_cell_inner
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
}

.calendar_g_cell_business .calendar_g_cell_inner {
	background: #ffffff;
}

.calendar_g_message 
{
	padding: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	color: #1d1d1d;
	background: #f9edbe;
	
}

.calendar_g_shadow_inner 
{
	background-color: #666666;
	opacity: 0.5;
	filter: alpha(opacity=50);
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

