/******* MonthView Styles *******/
html {
	background: #FFFFFF;
}

body {
	background: #FFFFFF;
	background-image: none;
}

a {
	color:#CC3333;
	font-size: 10px;
}

table {
	margin: auto;
	width: 100%;
	border-top:1px solid #909090;
	border-right:1px solid #909090;
	border-collapse: collapse;
}

caption {
	color: #9ba9b4;
	font-size: 48px;
	/*letter-spacing: 0.1em;
	margin: 0.1em 0 0 0;
	padding: 0; */
	caption-side: top;
	text-align: center;
	width: 100%;
}	

td {
	color: #333333;
	border-bottom:1px solid #909090;
	border-left:1px solid #909090;
	height: 75px;
	width: 14%;
}	
			
th {
	font-weight:normal;
	color: #333333;
	text-align:left;
	border-bottom: 1px solid #909090;
	border-left:1px solid #909090;
	padding:.3em 1em;
}	
						
thead th {
	text-align:center;
	font:bold 1.0em/1.5em;
	color:#333333;
	background-color: #C0C0C0;
}

#subcalendar_form .Actions {
	padding-top: 10px;
}

#subcalendar_form {
	width: 10%;
	text-align: left;
	margin-right: 20px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#calendar {
	text-align: center;
	float: left;
	width: 85%;
	padding: 10px 0px 0px 0px;
}

#calendar_controls {
	float: right;
}

#calendar_name {
	float: left;
}

.day th {
	background: #CCCCCC;
	font-size: 0.6em;
	text-align: right;
}

.day .noncurrent {
	background-color: #FFFFFF;
	border-bottom: none;
}

.events .noncurrent {
	background-color: #FFFFFF;
}

.noncurrent {
	background-color: #FFFFFF;
}

.events td {
	background:#EEEEEE;
}

.events div {
	width: 95%;
	padding: 5px;
}

/**** MooTools Classes ****/
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #EEEEEE;
	padding: 8px 8px 4px;
	background: #333333;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #333333;
}

