/*


*/

.wrap {
	max-width: 640px;
	min-width: 480px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
	background: #403c3c;
}

.header {
	
}

.header a {
	color: #fff;
}

#ical {
	height:18px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-image: url(images/ical_download.png);
	
}

thead {
	display: none
}

.dtend {
	display: none;
}

h3 {
	color: #fff;
}

table.vcalendar {
	border-collapse: collapse;
	margin-bottom: 2em;
	line-height: 1.5;
	color: #333;
}
table.vcalendar caption {
	line-height: 1;
	text-align: center;
}
table.vcalendar tr {
	vertical-align: text-top;
}
table.vcalendar th,
table.vcalendar th * {
	font-weight: bold;
}
table.vcalendar th,
table.vcalendar td {
	padding: .5em .5em .75em;
}
table.vcalendar thead td {
	border: 0;
}
table.vcalendar thead th {
	text-align: left;
	vertical-align: bottom;
	color: #456;
	border: 1px dotted #ccd;
}
table.vcalendar tbody td {
	padding: 15px;
	background-color: #eeebd6;
	border: 1px solid #ddd;
}
table.vcalendar tbody td:hover,
table.vcalendar tbody td:focus {
	background-color: #ddce56;
	border: 1px solid #ccc;
}
table.vcalendar tbody th {
	padding: 12px;
	font-size: 10px;
	text-align: right;
	color: #fff;
	background-color: #c9c370;
	border: 1px dotted #99a;
}
table.vcalendar tbody th abbr {
	border: none;
}
table.vcalendar tbody tr:hover th,
table.vcalendar tbody tr:focus th {
	background-color: #a18d61;
	border: 1px dotted #889;
}

/* non-hCalendar classes */

table.vcalendar tbody td.global {
	background-color: #ffc;
	border: 1px solid #cc9;
}
table.vcalendar tbody td.global:hover,
table.vcalendar tbody td.global:focus {
	background-color: #eeb;
	border: 1px solid #cc9;
}
table.vcalendar tbody tr.break th {
	background-color: #89a;
}
table.vcalendar tbody tr.break td {
	background-color: #eef;
}