a img {
	border: none;
}

td#headerwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px; 
}
td#bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0C4289;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;


}
.subheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6D01;
	
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
}

a.footerlinks:link, a.footerlinks:visited {
	color: #ffffff;
	text-decoration: none;
	
}
.logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding-left: 10px; 
	padding-top: 1px; 
	line-height: 14px;
	
}

/********  DYNAMIC LEFT NAV FIRST LEVEL ***********/

 #navcontainer
{
width: 136px;
padding: 0 0 1em 0;
margin-bottom: 1px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: ;
color: #0C4289;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #2563B5;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 2px 2px 2px;
border-left: 5px solid #0C4289;
background-color: #0C4289;
color: #fff;
text-decoration: none;
width: 136px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 5px solid #FF6D01;
background-color: #2586d7;
color: #fff;
}
.rightnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}


/******** NOEL  DYNAMIC LEFT NAV ***********/

#left_nav
{
	margin: 0;
	margin-right:1px;
	padding: 0;
	border: none;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:9px;
	line-height: 14px;
}

#left_nav ul
{
list-style: none;
margin: 0;
padding: 0;
border-top: 0px solid #FFFFFF;
}

/*****************************************************
 *Modify this to control the characteristics of the box around the border. 
 *
 * Leave out border-top, as it prevents buttons from being 1px 
 * vertically apart (border-top adds another pixel in between) 
 *******************************************************/
#left_nav li
{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	text-align:left;
	cursor:pointer;
}

/*****************************************************
 * The contents inside the box (bg color, font, etc)
 *
 * Use padding to move the margin for the text
 *******************************************************/
#left_nav li a
{
	display: block;
	padding: 6px 14px 6px 14px;
	
	border-right: 18px solid #3B83CA;
	background-color: #0C4289;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:middle;
}

/*****************************************************
 * The contents inside the box when highlighted (bg color, font, etc)
 *
 * Use padding to move the margin for the text
 *******************************************************/
#left_nav li a:hover
{
	display: block;
	padding: 6px 14px 6px 14px;
	
	border-right: 18px solid #0C4289;
	background-color: #3B83CA;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align:middle;
}

#left_nav li ul li {
	border-right: none;
	border-left: none;
}
#left_nav li ul li a {
	border-right: 18px solid #0C4289;
	background-color: #3B83CA;
	padding-left: 30px;
}
#left_nav li ul li a:hover {
	border-right: 18px solid #3B83CA;
	background-color: #0C4289;
	padding-left: 30px;
}









/* Headings/Titles */

.heading {
	padding: 6px 4px;
	font-weight: bold;
	color: #0099FF;
	font-size: 12px;
	background-color: #000080;
}

.heading a, .heading a:active {
	color: #0099FF;
	text-decoration: underline;
}
.heading a:hover {
	color: #FFF;
	text-decoration: underline;
}

.title-bar-left {
	background-color: #0000B5;
	height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 8px;
	color: #FFF;
	font-size: 11px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.title-bar-mid {
	background-color: #0000B5;
	height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000080;
	color: #FFF;
	font-size: 11px;
}
.title-bar-right {
	background-color: #0000B5;
	height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000080;
	width: 156px;
	color: #FFF;
	font-size: 11px;
}
.title-bar-left a, .title-bar-mid a, .title-bar-right a {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
.title-bar-right a {
	margin-left: 2px;
}
.title-bar-left a:hover, .title-bar-mid a:hover, .title-bar-right a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
.title-bar-right #linkwin {
	text-decoration: none;
	background-color: #999;
	padding: 2px;
	color: #000080;
	width: 24px;
}
.title-bar-right #linkplace {
	text-decoration: none;
	background-color: #999;
	padding: 2px;
	color: #000080;
	width: 24px;
}
.title-bar-right #linkwin.active, .title-bar-right #linkplace.active {
	background-color: #45DBFB;
}




/* Upcoming Races */

#upcoming-races {}
#race-table {
	background-color: #F5F5F5;
}
#features-table {
	background-color: #F5F5F5;
	padding-bottom: 14px;
}
#upcoming-races #row-date {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F5F5F5;
	background-image: url(http://www.sportspunter.com/images/bg-data-rows.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEBEF;	
}
#venues-table {
	padding-top: 8px;
	padding-bottom: 10px;
	width: 97.5%;
	margin-left: 10px;
	background-image: url(http://www.sportspunter.com/images/line-inset-01.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#upcoming-races #venue-title {
	padding: 2px 10px 0px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #008EF4;
	height: 18px;
	max-height: 18px;
	line-height: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	background-image: url(http://www.sportspunter.com/images/arrow-colored-small.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}
#upcoming-races #race-number {
	font-weight: bold;
	height: 12px;
	padding-top: 6px;
	font-size: 11px;
	background-color: #296D92;
	padding-bottom: 4px;
	color: #FFFFFF;
	margin: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F5F5F5;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
}
#upcoming-races #race-tab {
	background-color: #B8C8D2;
	height: 20px;
	max-height: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F5F5F5;
}
#upcoming-races #race-tab a {
	color: #000;
	height: 16px;
	display: block;
	margin: 0px;
	background-image: url(http://www.sportspunter.com/images/bg-race-tile.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: -0.05em;
	background-color: #F5F5F5;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
#upcoming-races #race-tab a:hover {
	color: #FFF;
	background-image: url(http://www.sportspunter.com/images/bg-race-tile.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	letter-spacing: -0.05em;
	background-color: #F5F5F5;
}
#upcoming-races .toggleOn {
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	color: #000;
	padding-right: 0px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(http://www.sportspunter.com/images/plus-minus.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 12px;
}
#upcoming-races .toggleOn:focus {
	outline: 0px; 
}
#upcoming-races .toggleOff {
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	color: #000;
	padding-right: 0px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(http://www.sportspunter.com/images/plus-minus.png);
	background-repeat: no-repeat;
	background-position: 0px -79px;
	font-size: 12px;
}
#upcoming-races .toggleOff:focus {
	outline: 0px; 
}


/* Feature Races */

#feature-races {
	background-color: #F5F5F5;
}
#feature-races a {
	text-transform: uppercase;
}


/* Racing Matchups */

#racing-matchups {
	background-color: #F5F5F5;
}
#racing-matchups a {
	text-transform: uppercase;
}











/* END style5 */


