/* Calendar Main */

table.calendar {
	border-collapse: collapse;
	border-spacing: 0;
	font: normal 1.1em arial,verdana,sans-serif;
	width: 525px;
	margin-bottom: 10px;
}
table.calendar table,
table.calendar div {
	border-collapse: collapse;
	border-spacing: 0;
	width: 525px;
}

	/* Defaults */
	table.calendar td {
		padding: 0;
		vertical-align: top;
	}
	
	/* Header Area */
	table.calendar table.title {
		border: 1px solid #fff;
		border-bottom: 0;
	}
		table.calendar table.title td {
			font-weight: bold;
			background-color: #726C4A;
			vertical-align: middle;
			color: #fff;
		}
		table.calendar table.title td img {cursor: pointer;}
	
	/* Days */
	table.calendar td table.month td {
		border: 1px solid #F1EBC7;
		padding: 4px;
		font-size: 0.90em;
	}
		/* Day Header */
		table.calendar td table.month td.dayheader {
			background-color: #F1EBC7;
			text-align: center;
		}
		/* Days */
		table.calendar td table.month td.day {
			width: 75px;
			height: 70px;
			background-color: #fff;
			font-weight: bold;
		}
			table.calendar td table.month td.day br {display: none;}
			table.calendar td table.month td.day div {
				font-size: 0.86em;
				font-weight: normal;
				padding-top: 4px;
				width: 65px;
			}
			/* Other Month Day */
			table.calendar td table.month td.day.othermonthday {color: #ccc;}
			/* Today */
			table.calendar td table.month td.day.today {background-color: #eee;}
	
	/* Loader */
	div.loader {
		width: 525px;
		height: 318px;
		text-align: center;
		padding-top: 150px;
	}
	
/* Calendar Details */
table.events {width: 526px;}
	table.events td {width: 346px;}
	table.events td.eventcell {
		font-weight: bold;
		width: 180px;
	}
	table.events td.back p {
		font-weight: bold;
		margin: 10px 0;
	}
		table.events td.back p a {text-decoration: none;}
		table.events td.back p a:hover {text-decoration: underline;}

		

