.grandstand_color {
	color: #578E16;
}

#grandstand_container {
	background: #E6E9F2;
	width: 960px;
	min-height: 600px;
	margin: -15px 0 15px -15px;
	color: #578E16;
}

#grandstand_padding {
	padding: 15px 0 0 15px;
}

#grandstand_schedule {
	background: #fff url(/_assets/img/images/freestage_schedule_bg.gif) repeat-x 0 bottom;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 50px 25px 25px 25px;
	min-height: 450px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 1px solid #ccc;
}

#grandstand_schedule h1 {
	background-color: #000;
	display: block;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 5px;
	word-spacing: 1px;
	border-bottom:  1px dotted #c7c7c7;
	border-top:  1px dotted #c7c7c7;
	padding: 10px 0 10px 0;
	margin: 0 35px 5px 25px;
}

#grandstand_schedule h2 {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 5px;
	word-spacing: 1px;
	border-bottom:  1px dotted #c7c7c7;
	border-top:  1px dotted #c7c7c7;
	padding: 10px 0 10px 0;
	margin: 0 35px 35px 25px;
}

#grandstand_schedule_blurb {
	font-size: 11px;
	height: 105px;
	text-align: left;
	color: #777;
	border-bottom:  1px dotted #c7c7c7;
	border-top:  1px dotted #c7c7c7;
	padding: 10px 0 10px 5px;
	margin: 0 35px 35px 25px;
}

.grandstand_schedule_blurb_text {
	padding-top: 5px;
	text-align: center;
	display: block;
	width: 810px;
	float: left;
}

#grandstand_schedule_download {
	font-size: 14px;
	height: 67px;
	text-align: left;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 5px;
	word-spacing: 1px;
	border-bottom:  1px dotted #c7c7c7;
	border-top:  1px dotted #c7c7c7;
	padding: 10px 0 10px 0;
	margin: 0 35px 35px 25px;
}

.grandstand_schedule_download_text {
	padding-top: 15px;
	text-align: center;
	display: block;
	width: 500px;
	float: left;
}

#grandstand_schedule_download img{
	float: right;
}

.grandstand_schedule_list {
	display: block;
	float:left;
	width:250px;
	min-height:220px;
	_height:220px;
	border-bottom: 1px dotted #DFDFDF;
	border-left: 1px dotted #DFDFDF;
	margin: 0 0 10px 25px;
}

.grandstand_schedule_act {
	display: block;
	height: 80px;
}

.grandstand_schedule_act_links {
	display: block;
	height: 65px;
}

.grandstand_schedule_list img {
		margin:15px 0 10px 20px;
}

.grandstand_schedule_list h3 {
	font-size: 16px;
	line-height: 19px;
	color: #444;
	margin:0 0 0 20px;
}

.grandstand_schedule_list h4 {
	color: #777;
	margin:0 0 0 20px;
}

.grandstand_schedule_list h5 {
	color: #777;
	margin:0 0 0 20px;
}

.grandstand_schedule_list p {
	color: #777;
	font-size: 13px;
	margin: 0 0 0 20px;
}

.grandstand_schedule_list ul {
	color: #578E16;
	margin-top: 10px;
	display: block;
	font-size: 12px;
	line-height: 14px;
	list-style-type: square;
	list-style-image: url(/_assets/img/images/act_star.gif);
}

.grandstand_schedule_list ul a{
	color: #578E16;
}

@media print {
.noPrint {
    display:none;
    }
}



