/* MAIN */
*
{
	padding: 0;
	margin: 0;
}

.clear { clear: both; }

body
{
	background-color: #4d1413;
	text-align: center;
	font-family: Helvetica;
	font-size: 12px;
}

/* images */
a img
{
	border: none;
}

/* TOP */

#top
{
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #000000;
}

#top .left-banner
{
	margin-right: 5px;
}

/* MAIN CONTENT */

#content
{
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#content-inner
{
	margin: 0 auto 0 auto;
	width: 975px;
	text-align: left;
}

/* HEADER */

#header
{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-color: #9b2826;
	
	padding-top: 120px;
	position: relative;
	z-index: 100;
}

#header h1.logo a {
	position: absolute;
	top: 50px;
	width: 450px;
	height: 85px;
	z-index: 501;
}

#header h1.logo a span {
	display: none;
}

#header #arrowhead
{
	width: 323px;
	height: 150px;
	
	background-image: url('../images/arrowhead.png');
	background-repeat: no-repeat;
	
	position: absolute;
	
	top: 0;
	left: -70px;
	z-index: 500;
}

* html #header #arrowhead {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.kcchiefs.com/include/images/arrowhead.png', sizingMethod='crop');
	}

/* navigation */

#navContainer {
    background-image: url('../images/nav-background.jpg');
    height: 40px;
}

#header ul#navigation
{
    padding-left: 157px;
	list-style: none;
	background-image: url('../images/nav-background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 40px;
}

#header ul#navigation li.first {
    
}

#header ul#navigation li.top
{
	float: left;
	height: 40px;
	position: relative;
	z-index: 501;
}

#header ul#navigation li.top a
{
	float: left;
	position: relative; /* used to bump link above transparent arrowhead png */
	z-index: 1001;
	
	display: block;
	padding: 14px 11px 0 11px;
	height: 26px;
	
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#header ul#navigation li.top a.selected, #header ul#navigation li a:hover
{
	background-image: url('../images/nav-hover-background.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
}

/* dropdowns */

#header ul#navigation ul.dropdown
{
	clear: both;
	list-style: none;
	position: absolute;
	top: 40px;
	z-index: 999;
	
	background-color: #111111;
	
	display: none;
	
	width: 200px;
}

#header ul#navigation ul.dropdown-show
{
	display: block;
}

#header ul#navigation ul.dropdown li
{
	float: none;
	display: inline;
}

#header ul#navigation ul.dropdown li a
{
	float: none;
	display: block;
	padding: 7px 12px 5px 12px;
	height: auto;
	font-size: 11px;
	color: #bbbbbb;
	text-decoration: none;
	font-weight: bold;
	
	border-bottom: 1px solid #343434;
	}

#header ul#navigation ul.dropdown li a:hover
{
	background-image: none;
	color: #fddc13;
}

/* post navigation */

#header #post-navigation
{
	border-top: 1px solid #9a4a48;
	border-bottom: 1px solid #751e1d;
}

#header #post-navigation
{
	zoom: 1;
}

#header #post-navigation ul
{
	list-style: none;
	float: left;
}

#header #post-navigation ul li
{
	float: left;
}

#header #post-navigation ul li a
{
	display: block;
	height: 33px;
	background-repeat: no-repeat;
}

#header #post-navigation #nfl-network
{
	width: 0px;
	height: 33px;
	overflow: hidden;
	float: left;
	
	background-color: #6e1d1a;
}

#header #post-navigation #nfl-network ul
{
	width: 450px;
	padding: 0;
	list-style: none;
	background-color: #6e1d1a;
	overflow: hidden;
}

#header #post-navigation #nfl-network ul img
{
	margin-left: 10px;
	margin-right: 5px;
	float: left;
}

#header #post-navigation #nfl-network ul img.network-nfl
{
	padding-top: 4px;
}

#header #post-navigation #nfl-network ul img.network-afc
{
	padding-top: 7px;
}

#header #post-navigation #nfl-network ul img.network-nfc
{
	padding-top: 5px;
}

#header #post-navigation #nfl-network ul select
{
	margin-top: 7px;
	float: left;
	font-size: 11px;
}

#header #post-navigation ul li a.nfl-network-button
{
	width: 123px;
	background-image: url('../images/nfl-network-button.jpg');
}

#header #post-navigation ul li a.nfl-network-button-hide
{
	width: 123px;
	background-image: url('../images/network-hide.jpg');
}

#header #post-navigation ul li a.twitter-button
{
	width: 185px;
	background-image: url('../images/twitter-button.jpg');
}

#header #post-navigation ul li a span
{
	display: none;
}

/* post nav search */

#header #post-navigation #search-field
{
	float: right;
	
	padding: 4px 5px 0 11px;
	
	background-image: url('../images/search-left.jpg');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#header #post-navigation #search-field input
{
	float: left;
}

#header #post-navigation #search-field #search
{
	background-image: url('../images/search-background.jpg');
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 7px;
	
	border: 0;
	
	color: #e0e0e0;
	font-size: 11px;
}

/* BODY */

#body
{
	background-image: url('../images/content-background.jpg');
	background-repeat: repeat-y;
	zoom: 1;
}

#body-subsection
{
	background-image: url('../images/sub-bg-repeat.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}

#body #flash
{
	height: 283px;
	float: left;
	clear: both;
}

#body #flash object
{
	position: relative;
	z-index: 10;
}

/* left */

#body .left
{
	width: 695px;
	float: left;
}

#body .left #tickets
{
	background-image: url('../images/ticket-banner-background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 106px;
}

#body .left #tickets .flash-ad
{
	float: left;
	margin: 5px 0 0 5px;
}

#body .left #tickets img {
	float: right;
}

/* left content */

#body .left #left-content
{
	padding: 20px 10px 20px 10px;
}

#body .left #left-content .column
{
	float: left;
	margin-right: 20px;
}

#body .left #left-content .thin
{
	width: 175px;
}

#body .left #left-content .wide
{
	width: 285px;
}

#body .left #left-content .no-margin
{
	margin-right: 0;
}

#body .left #left-content .column .section
{
	margin-bottom: 20px;
}

#body .left #left-content h1
{
	font-size: 14px;
	color: #000000;
	
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #9b2826;
}

#body .left #left-content .view-more-button
{
	clear: both;
	height: 22px;
}

#body .left #left-content .view-more-button a
{
	display: block;
	width: 77px;
	height: 22px;
	
	background-image: url('../images/view-more-button.gif');
	background-repeat: no-repeat;
	
	float: right;
}

#body .left #left-content .view-more-button a span
{
	display: none;
}

/* headlines */

#body .left #left-content .headline
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d6d6d7;
}

#body .left #left-content a:hover
{
	text-decoration: underline;
}

#body .left #left-content .headline a.title
{
	color: #9b2826;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#body .left #left-content .headline a.title:hover
{
	text-decoration: underline;
}

#body .left #left-content .headline .date
{
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
}

/* poll */

#body .left #left-content .header-sponsor
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #9b2826;
	
	position: relative;
}

#body .left #left-content .header-sponsor h1
{
	float: left;
	font-size: 14px;
	color: #000000;
	
	padding: 0;
	margin: 0;
	
	border-bottom: none;
	
	position: absolute;
	bottom: 2px;
}

#body .left #left-content .header-sponsor a
{
	float: right;
}

#body .left #left-content h2
{
	color: #9b2826;
	font-size: 16px;
	
	border-bottom: 1px solid #b8b9b9;
	padding-bottom: 5px;
}

#body .left #left-content ul.poll
{
	list-style: none;
}

#body .left #left-content ul.poll li
{
	padding: 10px 0 10px;
	border-bottom: 1px dotted #d6d6d7;
}

#body .left #left-content ul.poll li input
{
	float: left;
	margin-right: 7px;
}

#body .left #left-content ul.poll li label
{
	color: #111111;
	font-size: 11px;
}

table.poll td
{
    padding: 5px;
}

table.poll td.percent
{
    font-weight: bold;
}

/* thumbnails */

#body .left #left-content .thumbnail
{
	display: block;
	width: 175px;
	height: 110px;
	overflow: hidden;
	
	margin-bottom: 5px;
}

#body .left #left-content .thumbnail img
{
	width: 175px;
}

#body .left #left-content .caption
{
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #d6d6d7;
	
	color: #9b2826;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

/* right */

#body .right
{
	width: 280px;
	float: right;
	
	text-align: center;
}

/* right ad */

#body .right #right-ad
{
	margin: 10px auto 20px auto;
}

/* newsletter */

#body .right #newsletter
{
	width: 260px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#body .right #newsletter h1
{
	font-size: 14px;
	margin-bottom: 5px;
}

#body .right #newsletter #newsletter-content
{
	padding: 60px 0 0 10px;
	height: 44px;
	
	background-image: url('../images/newsletter-background.jpg');
	background-repeat: no-repeat;
}

#body .right #newsletter #newsletter-content label
{
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

#body .right #newsletter #newsletter-content input#email
{
	float: left;
	width: 170px;
	margin-right: 5px;
}

/* tab block */

#body .right #tab-block
{
	width: 260px;
	margin: 0 auto 20px auto;
	text-align: left;
}

#body .right #tab-block ul.tabs
{
	list-style: none;
	
	background-image: url('../images/tab-background.jpg');
	background-repeat: repeat-x;
	
	height: 30px;
}

#body .right #tab-block ul.tabs li
{
	float: left;
	margin: 0 0 0 10px;
}

#body .right #tab-block ul.tabs li a
{
	float: left;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	
	display: block;
	margin-top: 5px;
	padding: 8px 7px 0 7px;
	height: 17px;
}

#body .right #tab-block ul.tabs li a:hover, #body .right #tab-block ul.tabs li a.selected
{
	background-image: url('../images/tab-hover-background.jpg');
	background-repeat: repeat-x;
	color: #000000;
}

/* tab-content */

#body .right #tab-block #tab-content
{
	background-color: #FFFFFF;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#body .right #tab-block #tab-content .info-bar
{
	background-image: url('../images/tab-content-background.jpg');
	background-repeat: repeat-x;
	
	height: 33px;
	
	text-align: right;
	padding-right: 7px;
}

#body .right #tab-block #tab-content .info-bar a
{
	display: block;
	padding-top: 7px;
}

/* tweets */

#body .right #tab-block #tab-content ul.tweet_list
{
	list-style: none;
}

#body .right #tab-block #tab-content ul.tweet_list li
{
}

#body .right #tab-block #tab-content ul.tweet_list li a
{
	text-decoration: none;
	font-size: 11px;
	color: #9b2826;
}

#body .right #tab-block #tab-content ul.tweet_list li a:hover
{
	text-decoration: underline;
}

#body .right #tab-block #tab-content div.hidden-tab
{
	display: none;
}

#body .right #tab-block #tab-content .tweet
{
	padding: 10px 8px 10px 8px;
	border-bottom: 1px solid #dddddd;
}

#body .right #tab-block #tab-content .tweet p
{
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}

#body .right #tab-block #tab-content .tweet span.time
{
	color: #9b2826;
	font-size: 11px;
	font-weight: bold;
}

/* gameday tab */

#body .right #tab-block #tab-content #gameday-tab img.helmet
{
	width: 90px;
}

#body .right #tab-block #tab-content #gameday-tab
{
	text-align: center;
	padding: 15px;
}

#body .right #tab-block #tab-content #gameday-tab a
{
	text-decoration: none;
}

#body .right #tab-block #tab-content #gameday-tab h2
{
	color: #9b2826;
}

/* FOOTER */

#footer
{
	margin-bottom: 50px;
	position: relative;
	top: -3px;
}

#footer #footer-bar
{
	background-color: #9b2826;
	height: 35px;
}

#footer #footer-bar ul
{
	list-style: none;
	float: left;
}

#footer #footer-bar ul li
{
	float: left;
	
}

#footer #footer-bar ul li a
{
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	
	display: block;
	padding: 0 10px 0 10px;
	
	border-right: 1px solid #bc4236;
	padding-top: 12px;
	height: 23px;
}

#footer #footer-bar ul li a:hover
{
	text-decoration: underline;
}

#footer #footer-bar #rss-icon
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#footer img.checking
{
	float: left;
	margin-top: 10px;
}

#footer p
{
	float: right;
	color: #a68a89;
	font-size: 11px;
	margin-top: 10px;
}


/* SUBSECTIONS */

/* BREADCRUMB */

#breadcrumb
{
	width: 100%;
	background-color: #FFFFFF;
	height: 31px;
	border-bottom: 1px solid #dddddd;
}

#breadcrumb ul
{
	list-style: none;
}

#breadcrumb ul li
{
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	
	background-image: url('../images/sub-breadcrumb.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	
	height: 31px;
	padding-right: 18px;
}

#breadcrumb ul li.bread-final
{
	background-image: url('../images/sub-breadcrumb-selected.jpg');
	background-position: right center;
}

#breadcrumb ul li a
{
	text-transform: uppercase;
	text-decoration: none;
}

#breadcrumb ul li span
{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	display: block;
}

#breadcrumb ul li.bread-final span
{
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #222222;
}

#switchwidget
{
	float:right;
}

/* subsection left */

.subsection-left
{
	width: 210px;
	float: left;
}

.subsection-left .subnav
{
	margin: 20px 0 0 20px;
	background-color: #FFFFFF;
}

.subsection-left .subnav ul
{
	list-style: none;
}

.subsection-left .subnav ul li
{
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}

.subsection-left .subnav ul li.nav-border-top
{
	border-top: 1px solid #dddddd;
	margin-top: 8px;
}

.subsection-left .subnav ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.subsection-left .subnav ul li a:hover
{
	text-decoration: underline;
}

.subsection-left .subnav ul li.sidenavhead
{
	background-color: #9b2826;	
}

.subsection-left .subnav ul li.sidenavhead a
{
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
}

.subsection-left .subnav ul li.sidenavactive a
{
	font-size: 12px;
	color: #9b2826;
}

.subsection-left .subnav ul li.sidenavchild, .subsection-left .subnav ul li.sidenavchildactive
{
	border-bottom: none;
	padding: 4px 0 2px 10px;
}

.subsection-left .subnav ul li.sidenavactive
{
	border-bottom: none;
	padding: 8px 0 2px 10px;
}

.subsection-left .subnav ul li.sidenavchild a
{
	font-size: 11px;
	font-weight: normal;
	color: #878787;
}

.subsection-left .subnav ul li.sidenavchildactive a
{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
}

.subsection-left .left-nav-ad
{
	margin: 20px 0 0 20px;
}

.subsection-left .left-nav-ad img
{
	width: 190px;
	margin-bottom: 20px;
}

.subsection-left #google_translate_element
{
	margin: 0 0 20px 20px;
}


/* subsection right */

.subsection-right
{
	width: 720px;
	float: right;
	margin: 20px 20px 0 0;
	
	padding-bottom: 20px;
}

	.full-width {
		width: auto;
		float: none;
		margin: 20px 20px 0 20px;
	}

.subsection-right *
{
	font-family: Helvetica, Arial;
}

.subsection-right a
{
	text-decoration: none;
	font-weight: bold;
	color: #9b2826;
}

.subsection-right a:hover
{
	text-decoration: underline;
}

.subsection-right h1
{
	font-size: 37px;
	color: #222222;

	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 10px;
}

.subsection-right .contentLeft {
	float: left;
	width: 424px;
}

#righthandads {
	width: 275px;
	float: right;
}

/* new headlines */

.news-headlines h3
{
	font-size: 14px;
	color: #000000;
	
	padding-bottom: 5px;
	border-bottom: 3px solid #9b2826;
}

.news-headlines .headline
{
	padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 8px;
	border-bottom: 1px dotted #d6d6d7;
}

.news-headlines .alt2 {
    background-color: #e5e5e5;
}

.news-headlines .headline .title
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.news-headlines .headline a.title
{
    color: #9b2826;
}

.news-headlines .headline .sub
{
	color: #666666;
	font-size: 11px;
	margin-top: 3px;
}

.news-headlines .headline-large .title
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.news-headlines .headline-large .sub
{
	color: #666666;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 3px;
}

.news-headlines .more-link {
	margin-bottom: 20px;
}

.news-headlines .more-link a {
	color: #666;
}

/* information content (misc pages) */

.information-content p, .contentLeft p {
	margin: 1em 0;
}

.information-content li, .contentLeft li {
	margin-left: 25px;
}

.information-content h3 {
	font-size: 1.3em;
}

.information-content h3 a {
	color: #9b2826;
}

hr {
	margin: 1em 0;
}

/* article */

.subsection-right .article
{
	margin-bottom: 40px;
}

.subsection-right .article .title
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #c3c3c3;
	margin-bottom: 20px;
}

.subsection-right .article .title h2 a
{
	font-size: 22px;
	color: #bf223c;
	text-decoration: none;
}

.subsection-right .article .title .time
{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.subsection-right .article p
{
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 16px;
}

/* search results */

#search-page p
{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d7;
	display: block;
	
	font-family: Helvetica, Arial;
}

#search-page span.excerpt
{
	color: #333333;
	font-size: 12px;
	padding-top: 3px;
	display: block;
}

#search-page em
{
	font-style: normal;
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
	display: block;
}

/* roster */

.subsection-right table td, .subsection-right table th {
	padding: 5px;
	font-size: 11px;
}

table.item-list {
	width: 100%;
}

table.item-list h3 {
	margin-top: 15px;
}

table.item-list h3 a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none !important;
	font-size: 14px;
}

table.item-list th {
	border-bottom: 3px solid #9b2826;
	font-size: 13px;
}

table.item-list td {
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	line-height: 1em;
}

table.item-list tr.items:hover {
	background: #f5f5f5;
}

table.item-list td.status {
	border: 0;
}

.player-sort, .header-subtext {
	text-align: right;
	position: relative;
	margin-top: -30px;
	margin-bottom: 10px;
}

/* player */

.player-page p {
	margin: 1em 0;
}

.player-page h2 {
	padding-bottom: 5px;
	margin: 20px 0 0 0;
	font-size: 22px;
	color: #bf223c;
}

.player-page h3 {
	padding-bottom: 5px;
	margin: 30px 0 0 0;
	font-size: 18px;
	color: #bf223c;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 10px;
}

.player-page .player-details {
	border: solid #9b2826;
	border-width: 3px 0;
	padding: 5px 0;
	overflow: hidden;
}

.player-page .player-details table {
	float: left;
	width: 380px;
}

.player-page .player-details table td, .player-page .player-details table th {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1em;
}

.player-page .player-details table tr.last td, .player-page .player-details table tr.last th {
	border-bottom: 0;
}

.player-page .player-details img {
	width: 322px;
	float: right;
}

.player-page .history-text {
	line-height: 1.4em;
	padding: 0 50px 0 0;
}

/* photo page */

.gallery-list
{
    position: relative;
    width: 850px;
    margin: 0 auto;
    text-align: left;
    padding-top: 15px;
}

.gallery-list .thumbnail
{
    position: relative;
    float: left;
    width: 150px;
    margin: 10px;
    height: 150px;
    overflow: hidden;
}

.gallery-list .thumbnail img
{
    position:absolute;
    clip:rect(0px,150px,100px,0px);
}

.gallery-list .thumbnail h4
{
    display: block;
    margin-top: 100px;
    text-align: center;
    padding: 5px;
}

h2.gallery-title {
    margin-top: 15px;
}

p.gallery-desc {
    margin-bottom: 15px;
}

.gallery p.caption {
    padding-top: 5px;
}

.gallery ul.nobullet {
    margin-top: 15px;
    font-size: 1.2em;
}

.gallery ul.nobullet li {
    list-style: none;
    display: inline;
}

/* KC LIVE page */

#livestream-player
{
	
}

#cover-it-live
{
	float: right;
}

#kc-live-banner
{
	position: relative;
	top: -3px;
	
	width: 575px;
	height: 70px;
	
	background-image: url('../images/live-bottom.jpg');
	background-repeat: no-repeat;
}

#kc-live-banner p
{
	padding: 25px 0 0 185px;
	
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #fddc13;
}

#kc-live-banner p span
{
	color: #FFFFFF;
}

/* misc information pages */

.content-newvip table {
    width: 100%;
}

.content-cheerleadersgame-action p {
    width: auto !important;
    text-align: center;
}

/* schedule page */

.schedule-row {
    background: #fff;
    border:1px solid #ddd;
    padding: 2px;
    margin-top: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
}

.schedule-container h3 {
    padding-top: 15px;
}

.schedule-row .game-number, .schedule-row .helmet, .schedule-row .info {
    float: left;
}

.schedule-row div.game-number {
    height: 49px;
    width: 49px;
    background: url('../images/schedule/p-bg.jpg');
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height:50px;
}

.schedule-row div.helmet {
    padding: 5px 10px 0 5px;
}

.schedule-row div.helmet img {
    width: 47px;
}

.schedule-row div .results {
    float: right;
    position: relative;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    background: #fff;
}

.schedule-row .alt2 .results {
    background: #eee;
}

.schedule-row div .results a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    color: #999;
}

.schedule-row div.info {
    width: 601px;
    height: 49px;
    margin-left: 2px;
}

.schedule-row div.alt2 {
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.schedule-row div.info .inner {
    padding: 5px 0 0 10px;
}

.schedule-row div.info .inner {
    padding: 5px 0 0 10px;
}

.schedule-row div.info .inner h4 {
    font-size: 18px;
    padding: 0 0 3px 0;
    line-height: 1em;
    border-bottom: 1px solid #e5e5e5;
}

.schedule-row div.info .inner p {
    padding: 5px 0 0 0;
    font-size: 1.1em;
    color: #666;
    line-height: 1em;
}

.schedule-row div.info .inner p strong {
    color: #9b2826;
}

.small {
    font-size: 11px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.grey {
    color: #666;
}
