@media screen {
body.racingNewsArticle #content_main {
    background:url(../images/racing/profile/bgContent.png) repeat-x;
    float:right;
    padding:35px 20px 0 29px;
    position:relative;
    width:626px;
    min-height:422px;
    color:#ccc;
}
/* This #content_nav may be unecessary within the actual application. It may be dynamically constructed via info pulled from Documentum */
body.racingNewsArticle #content_nav {
    border-bottom:18px solid #222222;
    background:url(../images/racing/contingency/bgNav.jpg) no-repeat;
    height:422px;
    left:0;
    position:absolute;
    top:80px;
    width:275px;
    font-size:12px;
}
body.racingNewsArticle #content_main h3 {
    border-bottom:7px solid #242424;
    font-size:25px;
    font-weight:normal;
    margin-bottom:15px;
    padding-bottom:8px;
    color:#fff;
    width:626px;
}
body.racingNewsArticle h2{
	font-size:19px;
	/*padding:23px 0 8px 12px;*/
	height:19px;
	width:938px;
}
body.racingNewsArticle #content_main h3.pageTitle{
	font-size:24px;
	line-height:28px;
}
body.racingNewsArticle .pageTools{
	position:absolute;
	top:20px;
	right:0;
}
body.racingNewsArticle .pageTools li{
	float:left;
}
body.racingNewsArticle #content_main ul li a.sendTo,
body.racingNewsArticle #content_main ul li a.printable{
	font-size:12px;
	text-decoration:none;
	text-align:right;
	padding-left:20px;
	margin-left:20px;
}
body.racingNewsArticle #content_main ul li a.sendTo:hover,
body.racingNewsArticle #content_main ul li a.printable:hover{
	text-decoration:underline;
}
body.racingNewsArticle #content_main cite{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	font-style:normal;
	margin:10px 0;
	display:block;
}
body.racingNewsArticle #content_main .date{
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	margin-bottom:5px;
}

body.racingNewsArticle #content_main .articleGallery{
	float:right;
	width:232px;
	height:232px;
	padding:10px 10px 36px;
	margin:0 0 25px 25px;
	background:url(../images/racing/news/bgArticleGallery252x268.png) no-repeat;
}
body.racingNewsArticle #content_main .articleGallery .description{
	font-size:11px;
	/*padding:4px 0;*/
	margin:0;
}
/*
body.racingNewsArticle #content_main .articleGallery .prev,
body.racingNewsArticle #content_main .articleGallery .galleryPanel{
	float:left;
}
body.racingNewsArticle #content_main .articleGallery .prev,
body.racingNewsArticle #content_main .articleGallery .next{
	text-indent:-9999px;
	width:11px;
	height:52px;
	float:left;
	padding:0;
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel{
	padding:0 3px;
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel li{
	display:inline;
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel li a{
	display:block;
	background-image:none;
	padding:0;
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel li a.galleryNext img{
	padding:22px 0 0 3px;	
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel li a{
	width:64px;
	height:52px;
	float:left;
	margin-left:6px;
}
body.racingNewsArticle #content_main .articleGallery ul.galleryPanel li.first a{
	margin:0;
}
body.racingNewsArticle #content_main .articleGallery a:hover img{
	border-color:#c00;
}
*/
body.racingNewsArticle #content_main .articleBody {
	margin:0 60px 0 0;
	/*padding-bottom:30px;*/
}
body.racingNewsArticle #content_main p{
	line-height:18px;
	font-size:12px;
	margin:0 0 20px;
}
body.racingNewsArticle #content_main h4{
	line-height:20px;
	font-size:14px;
	font-weight:bold;
}
body.racingNewsArticle #content_main .nextPage {
	background:url(../images/bullChevron_c00.png) no-repeat center left;
	font-size:12px;
	text-decoration:none;
	padding-left:10px;
	float:right;
}
body.racingNewsArticle #content_main a:hover{
	text-decoration:underline;
}
body.racingNewsArticle #content_main #pagination {
    height:27px;
    /*margin-top:25px;*/
    background:url(../images/racing/news/bgPagination626x21.png) no-repeat;
}
body.racingNewsArticle #content_main #pagination a,
body.racingNewsArticle #content_main #pagination strong 
{
    font-weight:normal;
    color:#ccc;
    text-decoration:none;
}
body.racingNewsArticle #content_main #pagination ul {
    float:right;
    padding-right:76px;
}
body.racingNewsArticle #content_main #pagination li {
    display:inline-block;
    float:left;
    font-size:11px;
    padding-bottom:9px;
}
body.racingNewsArticle #content_main #pagination a:hover 
{
    text-decoration:underline;
}
body.racingNewsArticle #content_main #pagination .prev a {
    background:url(../images/racing/news/bgLinkPrev10x7.png) no-repeat left center;
    padding:0 15px 3px;
}
body.racingNewsArticle #content_main #pagination .current {
    
}
body.racingNewsArticle #content_main #pagination .next a {
    background:url(../images/racing/news/bgLinkNext10x7.png) no-repeat right center;
    padding:0 15px 3px;
}
} /* @media screen */