/* Calendar CSS
 * Copyright 2010 WebCamp One, LLC
 * Jim Pietrangelo, webcampone.com
 * For: All4Hym
*/
table#calendarList {
	 position: relative;
	 display: table;
	 width: 100%;
	 height: auto;
	 min-height: 100%;
	 margin-top: 2em;
	 text-align: left;
	 border: 1px solid #9AA242;
	 border-top: 5px solid #aa7410; }
	colgroup {
		}
		colgroup col {
	 	}
		colgroup col#location {
		 	width: 125px;
		 }
		colgroup col#date {
			width: auto;
		}		 
		colgroup col#venue {
			width: 125px;
			text-align: left;
		}		 		
		colgroup col#startTime {
			width: 100px;
		}
		colgroup col#addlInfo {
			width: auto;
			text-align: right;
		}
	thead {
		}
		thead tr {
			color: #334839;
			text-shadow: 1px 1px 1px #fff;
			background: #A8DDF9; }
			thead tr th {
				width: auto;
				height: 2em;
				font-size: 1.5em;
				vertical-align: middle; }
			thead tr th:first-child {
				padding-left: 5px; }
	tbody {
		}
		tbody tr {
			border-top: 1px solid #9AA242;
			background: #eee3cb; }
			tbody tr.even {
				background: #eee;
				opacity: .8; }
			tbody tr td {
				width: auto;
				height: auto;
				padding: 5px 5px 5px 0;
				font-size: 1.2em;
				vertical-align: middle; }
			tbody tr td:first-child {
				padding-left: 5px; }
		