td {
	vertical-align: top;
	text-align: left;
}

table#column-layout {
	margin-top: -25px;
	margin-bottom: -30px;
}

td#left-bar, td#right-bar {	
	padding-bottom: 50px;
}

td#left-bar {
	width: 620px;
	padding-top: 25px;
}

td#right-bar {
	width: 185px;
	background: #b5b5b5;
	padding-top: 10px;
}

td#left-bar p {
	padding-right: 20px;
}

table.grid {
	margin-bottom: 15px;
}

table.grid th {
	text-align: left;
	background: #495356;
	color: #eaeaea;
	font-weight: bold;
}

table.grid td { 
	background: #eaeaea;
	padding-top: 8px;
	padding-bottom: 8px;
}

table.grid td div, table.grid th div {
	padding-left: 12px;
}

table.grid td.date { 
	font-weight: bold;
	width: 227px;
}

table.grid td.date img { 
	margin-top: 8px;
}

table.grid td.guests { 
	font-size: 11px;
	width: 348px;
}

a.guest {
	font-weight: bold;
	text-decoration: underline;
	color: #2d2d2d;
}

a.guest:hover {
	text-decoration: none;
	background: #9ec1cb;
}

td#right-bar img { 
	margin: auto;
}

div#boost-brand {
    width: 150px;
    padding-left: 15px;
}

div.note {
	color: #495356;
	font-size: 10px;
	line-height: 11px;
	padding-top: 12px;
	padding-bottom: 10px;
    padding-left: 15px;
}

td#right-bar p.heading {
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
}



#schedule-page {
	width: 826px;
}
	#schedule-page td#left-bar {
		width: 620px;
	}
	#schedule-page td#right-bar {
		width: auto;
		background: none;
	}
	

