/* === Calendar Styles ============================================= */
.clearer
{
	clear:both;
}

.calendar-control
{
	padding:0px;
	margin:0px;
	width:210px;
	height:140px;
	border:solid 1px #A4B4CB;
}

.calendar-control .header
{
	height:18px;
	clear:both;	
	text-align:center;
	border-bottom:solid 1px black;	
}

.day a, .day a:hover, .day a:visited
{
	text-decoration:none;
	color: #000000;
}

.calendar-control span.arrow
{
	font-family:Arial, Helvetica, Courier, Sans-Serif;
	font-size:12px;
}

.calendar-control span.current
{
	width:76%;
	text-align:center;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.calendar-control a.previous
{
	text-align:left;
	float:left;
	width:12%;
}

.calendar-control a.next
{
	text-align:right;
	float:left;
	width:12%;
}

.calendar-control .detail
{
	padding:0px 0px 0px 4px;
}

.calendar-control .detail .week
{
	padding:4px 0px 0px 0px;
	height:12px;
	font-size:10px;
	text-transform:uppercase;
	clear:both;
}

.calendar-control .detail .week .ch
{
	float:left;
	width:14%;
	text-align:center;
	font-weight:bold;
}

.calendar-control .detail .week .day 
{
	float:left;
	width:14%;
	text-align:center;
	height:12px;
}

.outside
{
	color:#CCCDCF;
}

.day.outside a, .day.outside a:hover, .day.outside a:visited
{
	color:#CCCDCF;
}

.today
{
	outline:black solid 1px;	
}

.busy
{
	background-color:Red;
}

.day.busy a, .day.busy a:hover, .day.busy a:visited
{
	color:#000000;
}

/* === Calender Detail Styles ============================================= */
.calcontainer
{
	width:390px;
	float:left;
}

.calendar-detail
{
	padding:0px;
	margin:0px;
	width:380px;
	height:auto;
	border:solid 1px #A4B4CB;
}

.calendar-detail .header
{
	width:100%;
	height:22px;
	clear:both;	
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

.calendar-detail .detail
{
	width:100%;
	height:100%;
}

.calendar-detail .row
{
	width:100%;
	min-height:20px;
	height:auto;
	clear:both;
}

.calendar-detail .label
{
	float:left;
	width:150px;
	text-align:left;
	font-weight:bold;
	padding-left:2px;	
}

.calendar-detail .display
{
	float:right;
	width:215px;
	font-size:8px;
	padding:0px 0px 6px 0px;
}

.calendar-detail .display input
{
	width:200px;
	font-size:10px;
}

.calendar-detail .display textarea
{
	width:200px;
	height:40px;
	font-size:10px;
}

.calendar-detail .display select
{
	width:204px;
	font-size:10px;
}

