


a.print
{
	background-color:#e3e3e3;
	background-image:url(/images/icons/print.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:1px solid #AAAAAA;
	padding:7px 12px 7px 40px;
	text-decoration:none;
	color: #474a4c;
}
	a.print:hover
	{
		background-color: #efefef;
		border: 1px solid #666;
		color: #c75505;
	}



#schedule
{
	width: 100%;
}
	#schedule th
	{
		font-weight: bold;
		border-bottom: 1px solid #666;
		padding: 3px 5px;
		background: #aaa;
	}
		#schedule th.gamesDate
		{
			font-size: 1.1em;
			font-weight: bold;
			margin-top: 1em;
			background: #c75505;
			color: #ffffff;
			border-bottom: 0px none;
		}
	#schedule .media
	{
		width: 105px;
		padding-right: 0;
	}
	#schedule .media a.media-icon
	{
		float:left;
		margin-right: 10px;
	}
	
	#schedule td
	{
		padding: 3px 10px;
		vertical-align: middle;
		min-height: 24px;
	}
	#schedule .parity1
	{
		background: #E4E9EA;
	}

	#schedule .notes
	{
		font-size: 0.9em;
		padding: 3px;
	}

	#schedule .noNewsHound
	{
		padding:3px;
		font-size: 0.75em;
		color: #999;
		line-height: 0.9em;
	}


/* ============ Games List OLD ============ */
.games li
{
	position: relative;
}
.games .game
{
	padding: 3px 5px;
}
.games .parity1
{
	background: #E4E9EA;
}

.game .date {
	font-size: 8.5pt;
	background: #c75505;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
.game .away, .game .home {
	overflow: auto;
	display: inline;
}

.game .gameName
{
	font-style: italic;
}
.game .team
{}
.game .team a{
}
.game .score {
}
.game .away {
}
.game .home {
}


.game .meta, .date-subhead .notes
{
	position:absolute;
	left:350px;
	top: 2px;
}
.game .meta
{
	font-size: 0.9em;
}

.game .location {
	font-size: 0.95em;
}
.game .winner {
	/*background-color: #f8e0b2; */
	font-weight: bold;
}
.game .notes {
	font-size: 0.9em;
}

#calendarHolder
{
	margin: 25px 0px;
	border: 1px solid #CCCCCC;
	background: #dfdfdf;
	padding: 5px;
}
	#primary #calendarHolder ol.calendar
	{
		margin: 5px 0px;
	}
	#primary #calendarHolder ol.calendar li
	{
		margin: 0px 10px 0px 0px;
	}
	#calendarHolder hr
	{
		background:#AAAAAA none repeat scroll 0%;
		border:0px none;
		height:1px;
		margin-bottom:0px;
		width:100%;
	}
