@charset "utf-8";
/* CSS Document */

.calendar {
	color: #666666;
	width: auto;
}

.calendar table {
	background-color: #FFF;
	margin: 0 auto;
	width: auto;
	/*min-width:500px;
  	width:85% !important;
  	width:500px;*/

}

.calendar table th {
	color: #00a1de;
	background-color: transparent;
	border: 0;
}

.calendar table tr.headers td {
	height: 4em;
	border: 0;
}

.calendar table td {
	background-color: #FFF;
	border: thin dotted #CCC;
	height: 8em;
	margin: 0;
	padding: 0;
	vertical-align: top;
	padding: 0.5em;
	width: 14.285%;
}

.calendar table td a.eventlink {
	display: block;
	text-decoration: none;
	color: #666666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0.3em 1em;
	margin: 0.5em;
	font-size: 9px;
}

.calendar table td.today {
	border: thin solid #00a1de;
	color: #666;
}


.calendar .today a {
	font-weight: bold;
	color: #ffffff;
}

.calendar table td.blank {
	border: 0;
}

.title {
	font-size: 18px;
	margin: 0 2em;
}

.headers {
	font-weight: bold;
	color: #333;
}

.calendar table td.highlight a {
	background-color: #00a1de;
	color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	font-weight: normal;
}

.highlight a:hover {
	background-color: #00a1de;
	font-weight: bold;
	color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.calendar .left {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../img/buttons/l.png) no-repeat;
	float: left;
	margin: 6px 0 0 16px;
}

.calendar .right {
	display: block;
	height: 16px;
	width: 16px;
	background: url(../img/buttons/r.png) no-repeat;
	float: right;
	margin: 6px 10px 0 0;
}

.calendar.current {
}

.weeklist {
	width: auto;
}

.weeklist table {
	margin: 0;
}

.weeklist table td {
	width: auto;
	border: 0;
}

.weeklist table td a.eventlink {
	font-size: 12px;
}

.weeklist table td.date {
	width: auto;
}

.weeklist td.training.date div {
	background: url(../img/icons/calendar/training.png) top left no-repeat;
	height: 30px;
	width: 45px;
}

.weeklist td.event.date div {
	background: url(../img/icons/calendar/events.png) top left no-repeat;
	height: 30px;
	width: 45px;
}

.weeklist table td {
	height: auto;
	vertical-align: middle;
}

.weeklist td p.month {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 7px;
	width: 30px;
	height: 9px;
	text-align: center;
}

.weeklist td p.day {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	width: 30px;
	height: auto;
	text-align: center;
}

.weeklist table td a.eventlink {
	margin: 0;
	display: inline;
	height: auto;
	padding: 0;
}
