﻿body {
    margin: 0px auto 0px auto;
    background-color: #e1e1e1;
    color: #444444;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: small;
}

a, a:visited {
 color: #fc9200;
 text-decoration: none;
 }

a:hover {
 color: #ffd06c;
 text-decoration: underline;
}

.ContentCellBack {
 background-color: #ebebeb;
 margin-bottom: 10px;
}

.ContentCell {
 color: #444444;
 vertical-align: top;
 padding: 5px; 
 }

.TitleBar_Green, .TitleBar_Orange, .TitleBar_Blue {
    height: 30px;
    background-image: url(/content/Templates/images/Titlebars/Green.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    font-weight: bold; padding: 5px;
    }
    
.TitleBar_Blue { background-image: url(/content/Templates/images/Titlebars/Blue.jpg); }

.TitleBar_Orange { background-image: url(/content/Templates/images/Titlebars/Orange.jpg); }

.NewsHeadline
{
	color: #f74600; /*#15355b; */
	font-weight: bold;
	font-size: 12pt;
	border-bottom: solid 1px #bbbbbb;
	display: block;
	width: 100%;
	padding: 1px;
	font-family: Cambria, MS Sans Serif, Arial;
}

.NewsDate
{
	color: #787878;
	font-size: 8pt;
	font-family: Arial, Verdana, MS Sans Serif;
	padding: 3px;
}

.NewsContent
{
	color: #787878;
	font-size: 12px;
	font-family: Calibri, Arial, Verdana;
	text-align: justify;
}

.HighlightText {
    color: SteelBlue;
    font-weight: bold;
    }
    
.StandingsPoints {
    color: orange;
    font-size: 10pt;
    font-weight: bold; 
    }