/* REMOVE SIDEBAR */

#copy_body {
	background-color: #fff;
	background-image: none;
}

#sidebar {
	display: none !important;
}

#copy {
	float: none;
	width: auto;
}

#copy div.header {
	width: auto;
	margin-right: -30px;
}


/* CALENDAR STYLES */

#calendar {
	width: 100%; 
	border-collapse: collapse;
	font-size: 11px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}

#calendar td:hover div {
	font-size: 14px;	
	border: 3px solid #555;
	background-color: #fff;
	position: absolute;
	width: 125px;
	min-height: 125px;
	padding: 8px;
	margin: -12px;
	line-height: 1.2;
}

#calendar td:hover div span {
	color: #444;
	margin: -3px 0 0 0px;
}

#calendar td {
	border: 1px solid #ccc;
	padding: 6px;
	height: 100px;
	vertical-align: top;
	line-height:13px;
	position: static;
	display: table-cell;
}

#calendar td.cal_header {
	font-size: 24px;
	line-height: 45px;
	height: 45px;
	text-align: center;
	border-top: 4px solid #333;
}

#calendar td.prev_month {
	border: none;
	border-left: 1px solid #ccc;
}

#calendar td.next_month {
	border: none;
}

#calendar td span {
	float: left;
	font-size: 1.25em;
	padding: 4px 0;
	line-height: 15px;
	margin: -4px 0px 0 0px;
	text-align: left;
	font-weight: normal;
	color: #777;
}

#calendar td.today {
	background-color: #A4D7DB;
	
}

#calendar td.today span {
	color: #fff;
	font-weight: bold;
}

#calendar td a {
	display: block;
	margin: 0 0 1em 1.9em;
}

#calendar th {
	text-align: center;
	font-size: 11px;	
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 14%;
	text-transform: uppercase;
}

.date_select {
	text-align: center;
}

#date_select form {
	display: inline;
}

.link_next {
	float: right;
}

.link_prev {
	float: left;
}

