/* CSS Document
The Greencards
Tour Page CSS
© 2006 The Greencards
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
	
div#contentwrapperdiv {
	width: 720px;
	color: #333;
	background: #fff url(../images/bgpattern01.gif) top left repeat-y;
	padding: 25px 25px 30px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
	
div#streetteamdiv {
	width: 550px;
	margin: 0 auto 25px auto;
	padding: 10px 15px 15px 15px;
	color: #333;
	font-size: 85%;
	background-color: #E5E5E5;
	border: thin solid #999999;
	}
	
div#streetteamdiv a:link, div#streetteamdiv a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
	
div#streetteamdiv a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	}
	
h1 {
	font-weight: bold;
	font-size: 110%;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
	color: #b6392b;
	}
	
table {
	width: 720px;
	font-size: 80%;
	color: #000;
	}
	
td {
	padding: 4px;
	border: none;
	vertical-align: middle;
	text-align: left;
	}
	
th {
	font-weight: bold;
	text-align: left;
	color: #000;
	padding: 4px 4px 6px 4px;
	font-size: 120%;
	}
	
tr.month {
	background: #b6392b;
	font-weight: bold;
	color: #000000;
	}

tr.month a:link, tr.month a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}

tr.month a:hover {
	color: #fff;
	text-decoration: none;
	}
	
tr.month td {
	padding: 5px;
	}
	
th.dateheader {
	width: 12%;
	}
	
th.cityheader {
	width: 20%;
	}
	
th.venueheader {
	width: 20%;
	}
	
th.timeheader {
	width: 10%;
	}
	
th.commentsheader {
	width: 38%;
	}
	
td.date {
	width: 12%;
	}
	
td.city {
	width: 20%;
	}
	
td.venue {
	width: 20%;
	}
	
td.time {
	width: 10%;
	}
	
td.comments {
	width: 38%;
	}
	
tr.odd {
	background: transparent;
	color: #000;
	}
	
tr.odd a:link, tr.odd a:visited {
	color: #b6392b;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.odd a:hover {
	color: #b6392b;
	text-decoration: underline;
	font-weight: bold;
	}
	
tr.even {
	color: #000;
	background-color: #CCCCCC;
	}
	
tr.even a:link, tr.even a:visited {
	color: #b6392b;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.even a:hover {
	color: #b6392b;
	text-decoration: underline;
	font-weight: bold;
	}
