﻿body {
	font-family: Verdana;
	font-size:  12px;
	color: #444444;
}

.CampaignText {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    line-height: 20px;
}
.ResponseText {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    line-height: 20px;
}
.VolPageTextBold {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}
.VolDropDown {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #EFEFEF;
}
.VolTextbox {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #EFEFEF;
}
.VolTextboxError {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFCC;
}

.FooterCopyright {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
}

.FooterName {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.FooterLink {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
}

    .FooterLink:hover {
        text-decoration: underline;
    }

.FooterSpacer {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.Button {
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #6BA640;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
.Button:hover {
    background-color: #4F792F;
}
.ButtonRed {
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #8C0000;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
.ButtonRed:hover {
    background-color: #C40000;
}
.ButtonOrange {
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #EC8D00;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
.ButtonOrange:hover {
    background-color: #FFAB2D;
}
.FilterTitle {
    font-size: 12px; 
    font-weight: bold;
}
.PublishedDate {
    font-size: 11px; 
    font-weight: normal;
    font-style: italic;
}
.PageMessageError {
    font-size: 12px;
    color: #FF0000;
    margin: 10px 0px;
    display: inline-table;
}
.AdminDropdown
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 4px;
    border: 1px solid #CCCCCC;
}
.AdminDropdownBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
    padding: 4px;
    border: 1px solid #CCCCCC;
}
.GridDropdown
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    padding-top: 1px; 
    padding-bottom: 1px;
}
.GridTextbox
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
    padding: 2px;
    border: 1px solid #CCCCCC;
}
.GridTextboxRed
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
    padding: 2px;
    border: 1px solid #CCCCCC;
}
.gridrow {
    background-color: #FFFFFF;
}
.gridrow:hover {
    background-color: #E6EAF2;
}
.gridrow_alt {
    background-color: #EFEFEF;
}
.gridrow_alt:hover {
    background-color: #E6EAF2;
}
.gridrow_edit {
    background-color: #E6EAF2;
}
.gridrow_edit:hover {
    background-color: #E6EAF2;
}

.Field {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #5CA428;
    text-decoration: none;
    line-height: 18px;
}

.FieldAway {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #5CA428;
    text-decoration: none;
    line-height: 18px;
}

.FieldStatus_Open {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.FieldStatus_Closed {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FF5722;
    line-height: 18px;
}

.FieldStatus_Date {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #666666;
}

.GridHeader
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    padding: 8px 5px;
}

.GridContent
{
    font-family: Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 10px 5px;
}

.ContactListHeader
{
    font-family: Verdana;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    padding: 10px 10px;
    cursor: pointer;
}

.Today
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.InputBox
{
    font-family: Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 6px;
}

.CellButton 
{
    cursor: pointer;
    background-color: #EFEFEF;
}
.CellButton:hover
{
    cursor: pointer;
    background-color: #DEECF5;
}

.EmailButton 
{
    cursor: pointer;
    background-color: #4F792F;
}
.EmailButton:hover
{
    cursor: pointer;
    background-color: #375621;
}

.PageTitle {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.PageHeader 
{
    padding-top: 5px; 
    padding-left: 2px;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #317BB2;
}
.PageHeaderDDL
{
    padding: 3px; 
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.UserNameHeader_LoginStatus 
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}
.UserNameHeader_LoginStatus:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #444444;
    text-decoration: underline;
}


/* --------------------- Old  ------------------*/

.GeneralPageText
{
    font-family: Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
}

.TeamLogos img {
    width: 49px;
}

.GeneralPageTextBoldBlue {
    font-family: Verdana;
    font-size: 11px;
    color: #367CAE;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
}

.GeneralPageTextBold {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
    line-height: 18px;
}

.GeneralPageTextBoldGray {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    line-height: 18px;
}

.GeneralPageTextItalic {
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    color: #444444;
    text-decoration: none;
}

.GeneralPageLink
{
    font-family: Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
}

.GeneralPageLink:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: underline;
}

.GeneralPageLinkBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    text-decoration: none;
}

.GeneralPageLinkBold:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #444444;
    text-decoration: underline;
}

.PageTitleLink
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
}

.PageTitleLink:hover
{
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #444444;
    text-decoration: underline;
}

.ErrorText
{
    font-family: Verdana;
    font-size: 11px;
    color: #FF0000;
    text-decoration: none;
}

.SectionHeaderText 
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

.SectionHeaderLink
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    text-decoration: none;
}

.SectionHeaderLink:hover
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    text-decoration: underline;
}

.MenuText
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.MenuLink
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.MenuLink:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

.LogInLink
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.LogInLink:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

.FooterText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #AAAAAA;
    text-decoration: none;
}

.footer_grass {
    width: 100%;
    height: 300px;
    background: URL("Images/bg_grass_footer.jpg") center no-repeat;
}

.Pricing_PackagePrice
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.PopupTitle
{
    font-family: Verdana;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.Pricing_FooterNote
{
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    color: #444444;
    text-decoration: none;
}

.Header_Date_Day
{
    font-family: Verdana;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
}

.Header_Date_Month
{
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.ContactForm_Error
{
    font-family: Verdana;
    font-size: 11px;
    color: #FF0000;
    text-decoration: none;
}



.twitted {
	width: 380px;
	margin-bottom: 1.5em;
	line-height: 10px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size:  11px;
	color: #333333;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.7em 0 0.7em 0;
	border-bottom: 1px dotted #333333;
	line-height: 14px;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #333333;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #222222;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}

.team-name {color: #222221; font: 21px NFLEndzoneSansCondMedium, sans-serif;}
.time-left {font-family: NFLEndzoneSlabCondBold, sans-serif; font-size: 20px;color: #323231;}
.down-yardline {font-family: NFLEndzoneSlabCondBold, sans-serif; font-size:16px;color:#496d92;}
.total-score {font: 26px/47px NFLEndzoneSlabBold, sans-serif;}
.week {font: 24px NFLEndzoneSansCondMedium, sans-serif; color: #FFFFFF;}
.date {font: 18px NFLEndzoneSansCondMedium, sans-serif; color: #FFFFFF;}
.spread {font: 20px NFLEndzoneSansCondMedium, sans-serif; color: #222221;}
.channel {font: 18px NFLEndzoneSansCondMedium, sans-serif; color: #222221;}
.userscore {font: 22px NFLEndzoneSlabCondBold, sans-serif; color: #333333;}
.section-title {color: #222221; font: 18px NFLEndzoneSansCondMedium, sans-serif;}
.section-subtitle {font: 18px NFLEndzoneSansCondMedium, sans-serif; color: #222221;}
.userscore30 {font: 28px NFLEndzoneSlabCondBold, sans-serif; color: #333333;}


@font-face {
    font-family: 'NFLEndzoneSansCondMedium';
    src: url('fonts/medium-cond.eot');
    src: url('fonts/medium-cond.eot?#iefix') format('embedded-opentype'),
         url('fonts/medium-cond.woff2') format('woff2'),
         url('fonts/medium-cond.woff') format('woff'),
         url('fonts/medium-cond.ttf') format('truetype'),
         url('fonts/medium-cond.svg#medium-cond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NFLEndzoneSlabCondBold';
    src: url('fonts/bold-cond.eot');
    src: url('fonts/bold-cond.eot?#iefix') format('embedded-opentype'),
         url('fonts/bold-cond.woff2') format('woff2'),
         url('fonts/bold-cond.woff') format('woff'),
         url('fonts/bold-cond.ttf') format('truetype'),
         url('fonts/bold-cond.svg#bold-cond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NFLEndzoneSlabBold';
    src: url('fonts/bold.eot');
    src: url('fonts/bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bold.woff2') format('woff2'),
         url('fonts/bold.woff') format('woff'),
         url('fonts/bold.ttf') format('truetype'),
         url('fonts/bold.svg#bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
