body {
	background-color: #006;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

table th {
	color: #c00;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #666;
}

#bodyContainer {
	width: 750px;
	background: url(../images/mainpageTile.gif) repeat-y;
	padding-right: 12px;
}

/*<group=Top Menu>*/

#topMenu {
	background-image: url(../images/Menu_Tile.gif);
	background-repeat: repeat-x;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

#topMenu li {
	display: inline;
	margin-right: 20px;
}

/*</group>*/

/*<group=Left Column>*/

#leftColumn {
	float: left;
	width: 104px;
}

#leftColumn .focus {
	margin-bottom: 2em;
}

/*</group>*/

/*<group=Right Column>*/

#rightColumn {
	float: right;
	width: 155px;
	margin-right: 5px;
	margin-bottom: 1em;
	padding-top: 6px;
}

* html #rightColumn {
	margin-right: 3px;
}

#rightColumn .focus {
	margin-bottom: 1em;
}

/*</group>*/

/*<group=Content>*/

#content h2 {
	color: #c00;
	font-size: 14px;
}

#content {
	float: left;
	margin-left: 6px;
	width: 468px;
	margin-top: 0px;
	min-height: 400px;
	font-size: 12px;
	color: #000;
}

#content .defaultBlock {
	padding-bottom: .7em;
	clear: both;
}

* html #content {
	height: 400px;
}

#content h1 {
	color: #777;
	border: 1px none #4F4F4F;
	border-bottom: 1px dotted #C4C4C4;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: .5em;

}

#programSchedule .col1 {
	width: 100px;
	padding-right: 10px;
}

#programSchedule h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border: 1px none #4F4F4F;
	border-bottom: 1px dotted #C4C4C4;
}

#programSchedule2 .col1 {
	width: 100px;
	padding-right: 10px;
}

#programSchedule2 h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	border: 1px none #4F4F4F;
	border-bottom: 1px dotted #C4C4C4;
}
.colColor {
	background: #f5f5f5;
}

.programBox {
	padding-bottom: 1em;
}

.programBox img {
	float: left;
}

.programBox div {
	margin-left: 190px;
}

.programBox h2 {
	color: #c00;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: .3em;
}

.sportsBox {
	border: 1px solid #888;
	margin-bottom: 1em;
	padding: 10px;
}

.sportsBox.Astros {
	background: url(../images/Sports_AstrosID.jpg) no-repeat right top;
	
}

.sportsBox.Rockets {
	background: url(../images/Sports_RocketsID.jpg) no-repeat right top;
	
}

.sportsBox .content {
	margin-left: 145px;
/*	margin-right: 140px; */
}

.AstrosAlternating {
	background: #E5E5E5;
	color: #1F1F1F;
}

#astrosSchedule table {
	width: 290px;
	margin-bottom: 1em;
}

#astrosSchedule table td {
	padding: 3px;
	border-bottom: 1px solid #fff;
}

#astrosSchedule table.one {
	float: left;
}

#astrosSchedule table.two {
	float: right;
}

#astrosSchedule td.col1 {
	width: 10%;
	white-space: nowrap;
	text-align: left;
	font-size: 11px;
	color: #777;
	padding-right: 8px;
}

#astrosSchedule td.col3 {
	width: 20%;
	text-align: center;
	white-space: nowrap;
	color: #777;
	font-size: 11px;
}

#astrosSchedule tr.highlight td {
	background: #faee94 !important;
	font-weight: bold;
	color: #670003;
}

#astrosSchedule tr.highlight td.col1 {
	color: #d90000;
	font-weight: normal;
}

#astrosSchedule tr.highlight td.col3 {
	font-weight: normal;
}

#astrosSchedule th {
	padding-top: 5px;
}

/*</group>*/

/*<group=Footer>*/

#footer {
	color: #c00;
	background-image: url(../images/FooterTile.jpg);
	background-repeat: repeat-x;
	line-height: 19px;
	height: 19px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a {
	color: #c00;
	font-size: 11px;
}

#footerLinks {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 2em 0 1em;
}

#footerLinks li {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	display: inline;
}

#footerLinks li.last {
	margin-right: 0;
	border-right-style: none;
}

#footerLinks a {
	color: #c00;
	text-decoration: underline;
}
#footerLinks a:hover {
	color: #00004D;
}

/*</group>*/