/* Box Sizing */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

a {
    text-decoration: none;
    color: #005bf0;
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: black;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #D61119;
}

ul, li {
    line-height: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**Taken from bootstrap**/
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.loading {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b7b7b7 url(../images/loader.gif) no-repeat center center;
}

#adPush {
    	top:0px;
    	left:0px;
    	width:100%;
    	height:100%;
    	z-index:99998;
    	position:fixed;
    	display: none;
    }
    
#closeAd {
    	color:#666;
    	font-size:14px;
    	padding:10px;
    	text-align:right;
    	cursor: pointer;
    }
    
.closeText {
    	color:#666;
    	font-size:14px;
    }

/* Harness Home Page Ad */    
#div-gpt-ad-1447264841849-0 {
        top:100px;
        width:810px;
        background:#ffffff;
        display: block;
        position:absolute;
  		left: 0;
  		right: 0;
  		margin: 0 auto;
        text-align:center;
        padding-bottom:24px;
        border: 1px solid #666;
        visibility:hidden;
        z-index:99999;
    }

/* Main Home Page Ad */    
#div-gpt-ad-1447252780773-0 {
        top:100px;
        width:810px;
        background:#ffffff;
        display: block;
        position:absolute;
  		left: 0;
  		right: 0;
  		margin: 0 auto;
        text-align:center;
        padding-bottom:24px;
        border: 1px solid #666;
        visibility:hidden;
        z-index:99999;
    }
/* Bottom Overlay */
#bottom-open {
    height: 100px;
    width:100%;
    position:fixed;
    bottom:0;
    background:#ffffff;
    color:#000000;
    border-top: 2px solid #666;
    display:block;
}

#bottom-left {
	float:left;
	padding:5px;	
}

#bottom-right {
	float:right;
	text-align:left;
	width:660px;
	padding:5px;	
}

#bottom-right-ad {
	float:right;
	text-align:left;
	width:660px;
	padding:5px;
	display:none;	
}

#morning-line-info {
	float:left;
	max-width:260px;
	margin-top:10px;
	line-height:15px;
}

#morning-line-info-small {
		display:none;
	}

#morning-line-email {
	width:250px;
	margin-top:22px;
	padding-left:5px;
}

#morning-line-button {
	margin-top:22px;
}

#emailError {
	color:#ec1c24;
	display:none;
}

#bottom-close {
	position:fixed;
	right:10px;
	cursor:pointer;
	bottom:60px;
	color:#000000;	
}

#bottom-collapsed {
    height: 40px;
    width:60px;
    position:fixed;
    bottom:0;
    right:0;
    background:#eeeeee;
    color:#000000;
    padding:10px;
    border-top: 2px solid #666;
    cursor:pointer;
    display:none;
}

/* Sign Up Page */

.redStar {
	color:#f30707;
}

.submitText {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.signupButtonDiv {    
    width: 100%;
    text-align:center;
}

.redError {
	display:none;
	margin-top:5px;
	Font-size:11px;
	color:#f30707;
}

/* Top Nav */
.topWrap {
    font-size: 12px;
    height: 34px;
    padding-right: 5px; 
    border-bottom: 1px solid #eee;
}

.topNav {
    float: left;
}

.toploginNav {
    float: right;
    margin-right: 5px;
}

.topWrap li {
    line-height: 34px;
    float: left;
    font-size: 13px;
}
.topWrap a {
    display: block;
    padding: 0 5px;
    color: black;
}
.topWrap a:hover {
    color: #ec1c24;
}
.topWrap .topNavActive a {
    color: #ec1c24;
}

.userNav {
    position: relative;
    top: 0;
    right: 0;
    float: right;
}

.userNav .userName {
    position: relative;
    z-index: 112;
    display: block;
    margin-top: -3px;
    padding: 0 15px;
}

.userNav .userName {
    cursor: pointer;
}

.topWrap .userNav .userName {
    padding-top: 8px;
}

.userNav .userName span {
    font-size: 13px;
    line-height: 24px;
    float: left;
    color: #000;
}

/*Use !important to keep background from being overridden by latter stylesheet*/
.userNav .userName .icon-arrow {
    margin-top: 0;
    background-image: url('../img/iconSprite.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0 -18px !important; 
    width: 12px;
    height: 14px;
    margin: 10px 0 0 5px;
	float: right;
}

.userNav .name {
    margin-left: 5px;
}
.userNav ul {
    position: absolute;
    z-index: 111;
    top: 33px;
    right: 0;
    display: none;
    width: 175px;
    padding: 3px 15px;
    list-style-type: none;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #fff;
    background: #fff;
}
.userNav.userNavActive ul{
    display: block;
}
.userNav ul li {
    float:none;
    border-top:1px solid #e5e5e5;
}

.userNav ul li:first-child {
    border-top:none;
}
.userNav ul li a {
    padding:2px 0 2px 0;
    display:block;
    color:#000;
    font-size:13px;
    line-height:30px;
}
.contentWrap {
    position: relative;
    border: solid 1px #ddd;
}

/* Header */
.headerWrap {
    margin-bottom: 25px;
}

header {
    padding: 25px 0;
}

.logo {
    float: left;
    margin-top: 17px;
}
.logo a {
    display: block;
    width: 180px;
}

.harnessLogo {
    float: left;
}
.harnessLogo a {
    display: block;
    width: 180px;
}
.logoMobile {
    display: none;
}

.logoHarness {
    display: none;
}

.stick {
    position:fixed;
    top:270px;
}

.headerAds {
    float: right;
    width: 728px;
    height: 90px;
    text-align: center;
    color: #4e4e4e;
    background: #f1f1f1;
}

.icon-drfPlus {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0 -410px;
    width: 32px;
    height: 12px;
}

/* Nav */
nav {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 55px;
    text-transform: uppercase;
    border-left: 0;
    background: #404041;
}

.menuNav {
    float: left;
}
.menuNav li {
    position: relative;
    float: left;    
}
.menuNav > li {
	border-left: 1px solid #292929;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.menuNav li:hover, .menuNav li.active {
    background: #ec1c24;
}
.menuNav li a {
    display: block;
    line-height: 55px; 
    padding: 0 5px;
    color: white;
}
.menuNav li a.subMenuArrow {
  padding-right: 19px;
}
.menuNav li a sub {
    bottom: 0;
}
.menuNav .drfNav {
    margin: -1px 0 -1px -1px;
    border: 1px solid #890000;
    background: #ec1c24;
    display: none;
}
.menuNav .drfNav a {
    width: 40px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    text-indent: -10000px;
    background-position: 9px -155px;
}
.menuNav .drfNav a:hover {
    background: #ad1a20;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 9px -155px;
}

.subMenu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    z-index: 9999;
    top: 55px;
    display: none;
    width: 198px;
    text-transform: none;
    border: 1px solid #d2d2d2;
    border-top: 0;
    background: #fff;
}
.subMenu.subMenuActive {
    display: block;
}
.subMenu .colMenu {
    float: left;
    width: 160px;
    padding: 8px 0;
    border-left: 1px solid #ccc;
}
.subMenu .colMenu:first-child {
    border-left: 0;
}
.subMenu .colMenu ul:first-child h2 {
    padding-top: 10px;
}

.subMenu li {    
    float: none;
}
.subMenu li h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 10px 10px;
    text-transform: uppercase;
    color: #666;
}
.subMenu li h2 a{
    padding: 0;
    margin: 0;
    color: #666;
    text-decoration: none;
}
.subMenu li:hover {
    background: transparent;
}
.subMenu li a {
    padding: 0 15px;
    color: #000;
    line-height: 18px;
    margin-bottom: 16px;
    text-decoration: underline;
}
.subMenu li a:hover {
    color: #ec1c24;
}

/* Search Box */
.searchWrap {
    position: relative;
    float: right;
    width: 38px;
}
.searchWrap .icon-search {
    position: absolute;
    z-index: 103;
    top: 0;
    right: 0;
    width: 38px;
    height: 55px;
    cursor: pointer;
    border: 0;
    border-left: 1px solid #262626;
    background: none;    
}
.searchWrap .icon-search:before {
	content: "";
	width: 16px;
	height: 16px;
	background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0px -284px;
    display: block;
    margin: 19px 0 0 10px
}
.searchWrap.searchOpen .icon-search {
    background: #585858;    
}
.searchWrap .searchBox {
    position: absolute;
    z-index: 102;
    top: 55px;
    right: 0px;
    overflow: hidden;
    width: 310px;
    height: 0;
    background: #585858;
}
.searchWrap .searchBox input {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 40px;
    width: 235px;
    height: 40px;
    padding: 0 10px;
    color: white;
    border: 0;
    border: none !important;
    outline: none;
    background: transparent;
}
.searchWrap .searchBox input.btnSubmit {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    width: 60px;
    padding: 0 10px;
    color: white;
    border: 0;
    background: transparent;
}

.searchWrap.searchOpen .searchBox input.btnSubmit{
 background-image: none;
}
.searchWrap .searchBox .placeholder {
    float: left;
    width: 235px;
}
.searchWrap .searchBox .placeholder_span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    text-indent: 10px;
    text-transform: none;
}

/* Page Main Content */
.staticNewsWrap {
	width:100%;
	height:260px;
	margin-top:10px;
	margin-left:10px;
	text-align:center;
}

#staticNews {
	margin-left:12px;
	margin-top:30px;
}

#staticNews li {
	display: inline;
	list-style-type: none;
}

.staticNewsFrame {
	float:left;
	width:185px;
	height:275px;
	border: solid 1px #e3e4e5;
	margin-right: 23px;
}

.staticNewsBlue {
	text-align:left;
	margin-top:-21px;
}

.staticNewsBlueText {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size:15px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:10px;
	text-align:left;
	padding-left:10px;
	background-color:#005bf0;
	color:#ffffff;
}

.staticNewsHeadline {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	text-align:left;
	padding-top:10px;
	font-size:16px;
	color:#000000;
	margin-left:10px;
	margin-right:5px;
}

.staticNewsHeadline a{
	color:#000000;
	}
	
.staticNewsHeadline a:hover{
	color:#3079f0;
	}

.staticNewsText {
	font-family: Arial, sans-serif;
	text-align:left;
	padding-top:15px;
	font-size:15px;
	color:#333333;
	margin-left:10px;
	margin-right:5px;
}

.staticNewsText a {
	color:#333333;
	}
	
.staticNewsText a:hover {
	color:#005bf0;
	}

.breakingNewsWrap {
	height:115px;
	background-color:#fff0b6;
	border: solid 1px #f7df7d;
}

.breakingNewsLeft {
	float:left;
	padding-top:12px;
	margin-left:65px;
	width:680px;
}

.breakingNewsRight {
	float:right;
    padding-top:45px;
	margin-right:35px;
	width:50px;
}

.breakingNewsRed {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-size:26px;
	line-height:36px;
	color:#ec1c24;
}

.breakingNewsHeadline {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	color:#000000;
}

.breakingNewsHeadline a{
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-size:24px;
	line-height:26px;
	color:#000000;
}

.breakingNewsHeadline a:hover{
	color:#3079f0;
}
	

.breakingNewsText a{
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:30px;
	color:#666;
}

.breakingNewsText a:hover{
	color:#000;
}

.breakingNewsX {
	float:right;
}

.breakingNewsX a{
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-size:18px;
	line-height:30px;
	color:#666;
}

.breakingNewsBlue {
	float:left;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size:18px;
    padding: 7px;
    margin-right:15px;
    font-size: 17px;
	background-color:#005bf0;
	color:#ffffff;
}

.breakingNewsBlue a{
	color:#ffffff;
	}

.breakingNewsBlue:hover {
	background-color:#0048bd;
	cursor:pointer;
	}

.contentWrap {
    position: relative;
    margin-bottom: 30px;
    border: solid 1px #eeeeee;
    background: white;
}

.pageData {
    float: left;
    width: 618px;
    min-height: 500px;
    border-right: solid 1px #eee;
}
.pageDataFull {
    float: none;
    width: 100%;
    min-height: 500px;
    padding-top: 15px;
    border-right: 0;
}

.pageDataCenter {
    float: none;
    width: 50%;
    min-height: 500px;
    padding-top: 15px;
    margin-left: auto ;
  	margin-right: auto ;
}
.rightColumn {
    width: 321px;
    padding-top:10px;
    margin-left: -1px;
    border-left: solid 1px #eeeeee;
    float: right;
}
.rightColumn img {
    width: 100%;
}

/* Global */
.btnRed {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    vertical-align: top;
    color: white;
    background: #ec1c24;
}
.btnRed:hover {
    color: white;
    background: #a21116;
}
.btnblue {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 18px;
    color: white;
    border: 0;
    background: #3079f0;
}
.btnblue:hover {
    color: white; 
    background: #2266ee  
}

.updatesCount {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    display: inline-block;
    width: 70px;
    height: 18px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    color: #3079f0;
}

.valLive {
    color: #3079f0;
}

.bannerWrap {
    padding-bottom: 20px;
}
.bannerWrap .adWrap {
    display: none;
}
.banner {
    float: right;
    width: 618px;
    margin: 9px 9px 0 0;
    border: 1px solid #eee;
    background: #eee;
}
.slider {
    position: relative;
    overflow: hidden;
    height: 252px;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner .slide-captions {
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
}
.banner .slide-captions .slideHeadline {
    display: inline-block;
    width: 365px;
    margin: 0 20px;
}
.banner .slide-captions h3 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
}
.banner .slide-captions .discription {
    font-size: 12px;
    color: #fff;
}
.banner .slide-captions .btnRed {
    float: right;
    min-width: 110px;
    margin-right: 20px;
    padding: 0 10px;
    text-align: center;
}
.banner .arrow {
    position: absolute;
    z-index: 800;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
}
.banner .arrow.prev {
    left: 0;
    background-position: -32px -232px;
}
.banner .arrow.next {
    right: 0;
    background-position: 10px -232px;
}


/*---------------------------------------------------------
NAV
---------------------------------------------------------*/
.nav {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1002;
    left: 0;
    bottom: 4px;
    right: 0;
    margin-bottom: 0
}
.nav .wrapper {
    margin: 0 auto;
    width: 100%;
}
.nav ul {
    width: 100%;
    margin: 0;
}
.nav .dot, .nav .dot a {
    display: inline-block;
}
.dots .dot {
    position: relative;
    margin: 0 2px;
    width: 12px;
    height: 12px;
}
.dots .dot a {
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 4px;
    cursor: pointer;
    text-indent: -10000px;
    border: 1px solid white;
}
.dots .dot a:hover,
.dots .dot a.active {
    background: white;
}
/* drf Bets */
.drfBets {
    padding: 14px 10px 0 9px;
    width: 310px;
    text-align: center;
    float: left;
}
.drfBets .btnRed {
    display: block;
    padding: 0;
    margin: 13px 10px 10px;
    font-size: 17px;
}
.drfBets .createAc {
	color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
}
.drfBets .createAc a {
    display: block;
}
.drfBets .linkTo {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.drfBets .linkTo li {
    width: 50%;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-left: 0;
	line-height: 34px;
    float: left;
}
.drfBets .linkTo li:hover {
	background: #f2f2f2
}
.drfBets .linkTo li a {
    display: block;
    text-decoration: underline;
}
.drfBets .linkTo li:hover a {
    color: black;
}

/* Harness DRF Bets     */
.drfBets .linkHarness {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.drfBets .linkHarness li {
    border-top: 0;
    border-left: 0;
    padding: 0 24px;
	line-height: 32px;
	border-bottom: 1px solid #eeeeee;
	text-align: left;
}
.drfBets .linkHarness li:hover {
	background: #f2f2f2
}
.drfBets .linkHarness li a {
    display: block;
    text-decoration: underline;
}
.drfBets .linkTo li:hover a {
    color: black;
}

/* Saddle Color */
.oddsNo {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    color: black;
    border: 1px solid transparent;
    background-color: white;
    text-align: center;
    display: inline-block;
}

.saddle1 {
    background: #e91c1f;
    color: white !important;
}

.saddle2 {
    background: white;
    border-color: #babbbe;
}

.saddle3 {
    background: #0d4a9c;
    color: white;
}

.saddle4 {
    background: #e8e536;
}

.saddle5 {
    background: #438642;
    color: white;
}

.saddle6 {
    background: #0c0c0f;
    color: white;
}

.saddle7 {
    background: #f06724;
    color: white;
}

.saddle8 {
    background: #f8bec5;
}

.saddle9 {
    background: #20bbda;
    color: white;
}

.saddle10 {
    background: #761b77;
    color: white;
}

.saddle11 {
    background: #979998;
    color: white;
}

.saddle12 {
    background: #6bbd45;
    color: white;
}

.saddle13 {
    background: #5f3516;
    color: white;
}

.saddle14 {
    background: #771115;
    color: white;
}

.saddle15 {
    background: #cdc4b7;
    border-color: #999999;
}

.saddle16 {
    background: #8789c4;
    color: white;
}

.saddle17 {
    background: #1c3975;
    color: white;
}

.saddle18 {
    background: #103c1b;
    color: white;
}

.saddle19 {
    background: #0b73a8;
    color: white;
}

.saddle20 {
    background: #df0b7a;
    color: white;
}

/* DRF Trending */
.trendWrap .trendMenu {
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.trendWrap .trendMenu li {
    line-height: 48px;
    float: left;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
 	margin-bottom: -1px;
}
.trendWrap .trendMenu li a {
    display: block;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: black;
}
.trendWrap .trendMenu li a:hover {
    background: #ececec
}
.trendWrap .trendTitle {    
    width: 140px;
    height: 49px;
    float: left
}

/* Tab */
.homeLiveNews .feedTabs {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 20px 20px 20px;
    }
.homeLiveNews .feedTabs li {    
    text-align: center;
    float: left;
    z-index: 100;
    line-height: 40px;
    color: #3079f0;
    border: 1px solid #3079f0;
    cursor: pointer;
    margin-left: -1px;
    width: 33.33%
}
.homeLiveNews .feedTabs li .mobileHide{
	display: inline;
}
.homeLiveNews .feedTabs li.activeTab {
    color: #fff;
    background: #3079f0
} 
.homeLiveNews .feedTabs li .icon-arrowDown {
	background-position: 0 -16px;
    width: 12px;
    height: 8px;    
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    display: none;
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
}
.homeLiveNews .feedTabs li.activeTab .icon-arrowDown {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.homeLiveNews .tabContent {
	position: relative;
}

.homeLiveNews .tabContent h2 {
    margin: 0 235px 10px 20px;
}

.dataTable li {
    border-bottom: 1px solid #eeeeee;
}
.dataTable .sCell {
    display: inline-block;
    margin-right: -4px;
    padding: 8px 12px;
    vertical-align: top;
}

/* Mobile News Tabs */
#tabs {
   width: 100%;
   height:30px; 
   border-bottom: solid 1px #CCC;
   padding-right: 2px;
   margin-top: 30px;   
}

#tabs li {
    float:left; 
    list-style:none; 
    border-top:1px solid #ccc; 
    border-left:1px solid #ccc; 
    border-right:1px solid #ccc; 
    margin-right:5px; 
    outline:none;
}

#tabs li a {

    font-family:Arial, Helvetica, sans-serif; 
    font-size: small;
    font-weight: bold; 
    color: #5685bc;;
   	padding-top: 3px;
   	padding-left: 7px;
   	padding-right: 7px;
    padding-bottom: 8px; 
    display:block; 
    background: #FFF;
    text-decoration:none;
    outline:none;  
}

#tabs li a.inactive{
    padding-top:2px;
    padding-bottom:8px;
  	padding-left: 8px;
  	padding-right: 8px;
    color:#666666;
    background: #EEE;
   	outline:none;
   	border-bottom: solid 1px #CCC;
}

#tabs li a:hover, #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}

.newsContainer {
    clear:both;           
    width:100%; 
    text-align:left;
}

.newsContainer h2 { margin-left: 15px;  margin-right: 15px;  margin-bottom: 10px; color: #5685bc; }

.newsContainer p { margin-left: 15px; margin-right: 15px;  margin-top: 10px; margin-bottom: 10px; line-height: 1.3; font-size: small; }

.newsContainer ul { margin-left: 10px; font-size: small; line-height: 1.4; list-style-type: disc; }

.newsContainer li { padding-bottom: 5px; }

/* New Home Page */
.dateWrap {
    overflow: hidden;
    height: 72px;
    float: left;
    width: 280px;
    margin: 10px 0 0 10px
}
.dateWrap ul {
    margin: 0;
    padding: 0 20px;
}
.dateWrap .mCSB_horizontal > .mCSB_container {
    margin-bottom: 2px;
}
.dateWrap li {
    width: 48px;
    height: 72px;
    float: left;
    list-style-type: none;
    text-align: center;
    font-size: 11px;
    line-height: normal;
}

.dateWrap .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    height: 0px;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}
.dateWrap .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
    overflow: visible;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    top: -77px;
    height: 69px;
}
.dateWrap .mCustomScrollBox > .mCSB_scrollTools,
.dateWrap .mCSB_scrollTools .mCSB_buttonUp:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonDown:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft:hover,
.dateWrap .mCSB_scrollTools .mCSB_buttonRight:hover {
}
.dateWrap .mCSB_scrollTools .mCSB_buttonUp,
.dateWrap .mCSB_scrollTools .mCSB_buttonDown,
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft,
.dateWrap .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url("../img/iconSprite.png");
    background-color: #ffffff;
    background-position: -60px 28px;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonRight {
    background-position: -83px 28px;
}
.dateWrap .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    margin-left: 0;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonLeft.disabled {
    background-position: -108px 28px;
}
.dateWrap .mCSB_scrollTools .mCSB_buttonRight.disabled {
    background-position: -125px 28px;
}

.dateWrapMobile,
.mobileShow,
.titlePrint{
    display: none;
}

.dateWrap a {
    position: relative;
    color: #ffffff;
    display: block;
}
.dateWrap a .date {
    display: block;
    width: 27px;
    line-height: 26px;
    height: 27px;
    margin: auto;
    border: 1px solid #c6c6c6;
    text-indent: -1px;
    background: #ffffff;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.dateWrap .date.smallDate {
    width: 16px;
    height: 16px;
    position: absolute;
    font-size: 10px;
    line-height: 17px;
    text-indent: .1px;
    top: 15px;
    left: 25px;
    background-color: #3079f0;
    color: #fff;
    border: 0;
}
.dateWrap a .day,
.dateWrap a .month {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}
.dateWrap a .month {
	margin-top: 5px;
}
.dateWrap a:hover,
.dateWrap .activeDate a {
    color: #000000;
}
.dateWrap .activeDate a .date,
.dateWrap .activeDate a:hover .date {
    color: #ffffff;
    background: #ec1c24;
    border-color: #ec1c24
}
.dateWrap a:hover .date {
     border-color: #ec1c24
}
.dateWrap a:hover .smallDate {    
    background-color: #3079f0;
    color: #fff;
}
.newsHomeWrap {
    position: relative;
}
.newsHomeWrap .newsHeader {
    border-bottom: 1px solid #eeeeee;   
}
.newsHomeWrap .title {
    float: left;
    width: 220px;
    margin: 18px 0 0 14px;
    color: #333333
}
.newsHomeWrap .currentDate {
    width: 90px;
    float: left;
    margin-top: 32px;
    padding-left: 10px;
    color: #000;
    font-size: 15px
}
.filterRefreshWrap {
    border-top: 1px solid #eeeeee;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
}
.filterRefreshWrap .btnRefresh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 10px;
    display: block;
    vertical-align: top;
    cursor: pointer;
    line-height: normal;
    float: left;
}
.filterRefreshWrap .btnRefresh .icon-refresh {
    background-position: 0 -314px;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    height: 17px;
    margin-right: 5px;
    margin-top: -1px;
}

/* Filter */
.filterBtn {
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    float: right;    
    color: #000000;
}
.filterBtn .icon-arrow {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0 -436px;    
    width: 14px;
    height: 8px;
    margin: 9px 0 9px 5px;
}
.filterActive  .icon-arrow{
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: -17px -436px;
}
.filterWrap {
    display: none;
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 20px;
}
.filterTracks {
    float: left;
    margin-right: 15px;
    width: 225px;
}
.filterAuthors {
    float: left;
    width: 48%;
}
.ms-parent {
    width: 100% !important
}
.ms-drop ul {
    padding-right: 10px
}
.filterAction {
    float: left
}
.filterAction .btnblue {
    float: left;
    line-height: 35px;
}
.fliterReset {
    line-height: 35px;
    float: left;
    margin-left: 10px;
    cursor:pointer
}
.ms-choice  {
    border: 1px solid #dcdcdc;
    height: 35px;
    line-height: 35px
}
.ms-drop {
	border: 1px solid #dcdcdc;
}
.ms-drop input[type="checkbox"] {
    float: right;
}
.ms-drop ul > li {
    color: #888;
}
.ms-drop ul > li label {
    font-size: 13px;
}
.ms-drop ul > li.selected {
    color: #000;
}
.ms-choice > div {
    background: url('../img/iconSprite.png') 1px -445px no-repeat;
    top: 5px
}

.ms-choice > div.open {
    background: url('../img/iconSprite.png') -19px -445px no-repeat;
}

/* DRF Live */
.newsWrap li {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #eeeeee;
}
.newsWrap li:hover {
    background: #fafafa
}
.newsWrap li .newsLeft {
    position: absolute;
    left: 15px;
    top: 20px;
}
.newsWrap li .imgAuthor {
    margin-bottom: 6px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.newsWrap li .icon-star {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: -114px -39px;
    width: 10px;
    height: 9px;
    vertical-align: inherit;
    margin-right: 2px
}
.newsWrap li .icon-starSmall {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: -95px -41px;
    width: 9px;
    height: 9px;
    vertical-align: inherit;
    margin-right: 2px
}
.newsWrap li .icon-drfPlus {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0 -410px;
    width: 32px;
    height: 12px;
}
.newsWrap li .icon-livePlus {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: -40px -410px;
    width: 32px;
    height: 12px;
}
.newsWrap li .newsDrfNote {
    padding: 10px;
    border-top: 1px solid #eeeeee;
}
.newsWrap li .newsDrfNote span {
    color: black;
}
.newsWrap li .newsDrfNote .newsNoteCnt {
    float: left;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
}
.newsWrap li .newsDrfNote .newsNoteLink {
    float: left;
    width: 125px;
}
.newsWrap li.noResult {
    padding: 100px 0;
    text-align: center;
    border: 0;
}
.newsWrap li.noResult:hover {
    background: none
}

.newsCnt {
    padding: 20px 20px 20px 10px;
}
.newsCnt .newsAuthorDate {
    margin: 5px 0 10px;
}
.newsCnt .newsAuthorDate .newsAuthor {
    color: black;
    float: left;
    font-size: 15px;
}
.newsCnt .newsAuthorDate .newsDate {
    font-size: 11px;
    float: right;
    width: 170px;
    text-align: right;
}
.newsCnt h3 {
    color: black;
    margin-bottom: 15px;
    line-height: 26px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.newsCnt h3 a {
    color: black;
}
.newsCnt h3 a:hover {
    color: #3079f0;
}
.newsCnt .newsDisc {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 15px;
    color: #333333
}
.newsCnt .newsImg {
    float: right;
    width: 120px;
    cursor: pointer;
    height: 80px;
    margin-left: 20px;
    overflow: hidden;
    text-align: right;
}
.newsCnt .newsImg img {
    max-width: 100%;
}
.moreLink,
.moreLink:hover {
	font-size: 15px;
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}
.newsCnt .newsMedia {
    margin-bottom: 10px;
}
.newsCnt .newsMedia img {
    max-height: 200px;
    max-width: 400px;
}
.newsCnt .newsTags {
    color: #000;
}
.newsCnt .newsTags span {
    color: #888888;
}
.newsCnt .drfSponsor {
    color: #000;
}
.newsCnt .newsAuthor .mobileHide {
    display: inline-block;
}
.newsMoreLink {
    text-align: center;
    padding: 10px 0;
}
.newsMoreLink a {
    display: inline-block;
    padding: 5px 15px;
}
.loadingWrapper {
	text-align: center;
}

/* Side Content */
.sideWrap {
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.sideWrap:first-child {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

/* Loading */
.loader {
    width: 42.33333px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.circleG {
    background-color: #cdddfb;
    float: left;
    height: 10px;
    margin-left: 4px;
    width: 10px;
}
.copyRight {
	text-align: center;
    color: #888888;
}
.socialMedia{
	margin-top: 4px;
    float: right;
}
.socialMedia li {
    float: left;
}
.socialMedia li a {
	position: relative;
    display: block;
    padding: 0;
    width: 25px;
    height: 25px;
    text-indent: -10000px;
}
.socialMedia li a.twitter {
    background: #00aced;
}
.socialMedia li a.twitter:hover {
    background: #38b1da;
}
.socialMedia li a.twitter:before {
	content:"";
	background-image: url("../img/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 1px -63px;
    display: block;
    width: 19px;
    height: 18px;
    position: absolute;
	left: 3px;
	top: 4px;
}
.socialMedia li a.facebook {
    background: #3b5998;
    margin-left: 5px;	
}
.socialMedia li a.facebook:hover {
    background: #2f5b9f;
}
.socialMedia li a.facebook:before {
	content:"";
    background-image: url("../img/iconSprite.png");
    background-repeat: no-repeat;
    background-position: 0px -94px;
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
	left: 9px;
	top: 5px;
}

.mobileShow {
    display: none;
}

.mobileHide {
    display: block;
}

.ipadShow {
    display: none;
}

.ipadHide {
    display: block;
}

/* form Style */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    width: 100%;
    height: 34px;
    line-height: 24px;
    padding-right: 15px;
    border: 1px solid #dcdcdc;
    margin: 0;
    outline: 0;
    font-size: 14px;
}
input.filledPass {
    font-family: Arial, sans-serif !important;
}
.btn,
.btn:active,
.btn:focus,
input.btn,
input.btn:active,
input.btn:focus {
    background: #ec1c24;
    border: 0 none;
    color: #ffffff;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    outline: 0 none;
    padding: 0 10px;
}
.btn:hover,
input.btn:hover {
    background: #a21116;
    color: #ffffff;
}
.btnBlue,
.btn:active,
.btn:focus {
    background: #3079f0;
}
/* login */
.formWrap {
    color: #666666;
}
.formWrap h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 26px;
    padding: 0 20px;
    line-height: normal;
}
.formWrap ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}
.formWrap li {
    margin-top: 10px;
    position: relative;
}
.formWrap li:first-child {
    margin-top: 0;
}
.required {
    position: absolute;
    right: 5px;
    top: 11px;
    color: red;
}

/* LogIn */
.loginWrap .pageData {
    width: 599px;
    min-height: 300px;
    padding: 0;
}
.loginWrap .rightColumn {
    width: 340px;
    padding: 20px 0;
}
.loginHead {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
}
.loginHead h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #000000
}
.icon-drfplus {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0 -478px;
    width: 81px;
    height: 27px;
    vertical-align: top;
}
.drfplusCnt {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    padding-right: 80px;
}
.drfplusCnt span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.loginBody {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px 30px;
}
.loginCnt {
    width: 365px;
    float: left;
    margin-right: 20px;
}
.loginCnt sup {
    font-size: 9px;
}
.listCnt {
    margin: 0;
    list-style-type: none;
}
.listCnt li {
    padding-left: 30px;
    margin-top: 12px;
    background: url("../images/bullet.png") left 3px no-repeat;
}
.listCnt li:first-child {
    margin-top: 0;
}
.findOutWrap {
    width: 160px;
    float: left;
    text-align: center;
}
.findOutWrap .txtAsLow {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
}
.findOutWrap .txtCent {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 72px;
    color: #66aa33;
    line-height: 62px;
}

/* login */
.formWrap {
    color: #666666;
}
.formWrap h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 26px;
    padding: 0 20px;
    line-height: normal;
}
.formWrap ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    margin: 0;
}
.offerSubWrap li {
    border-left: 1px solid #eeeeee;
    width: 33.33%;
    float: left;
    position: relative;
    padding: 25px 0;
    color: #3079f0;
}
.offerSubWrap li:first-child {
    border: 0;
}
.offerSubWrap span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.offerSubWrap .txtSave {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e31d1a;
    font-size: 14px;
}
.offerSubWrap .txtSave span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.premiumCnt .loginMsg {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.premiumCnt .offerSubWrap {
    border-bottom: 1px solid #eee;
}
.premiumCnt .loginHead,
.premiumCnt .loginBody,
.premiumCnt .offerSubWrap {
    background: #f9f9f9;
}
.premiumCnt .loginCnt {
    width: 395px;
}
.premiumCnt .offerSubWrap .txtSave {
    left: 28px;
}

/* LogIn */
.loginWrap .pageData {
    width: 599px;
    min-height: 300px;
    padding: 0;
}
.loginWrap .rightColumn {
    width: 340px;
    padding: 20px 0;
}
.loginHead {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px;
}
.loginHead h2 {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 25px;
    color: #000000
}
.icon-drfplus {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: 0 -478px;
    width: 81px;
    height: 27px;
    vertical-align: top;
}
.drfplusCnt {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    padding-right: 80px;
}
.drfplusCnt span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.loginBody {
    border-bottom: 1px solid #eeeeee;
    padding: 25px 20px 30px;
}
.loginCnt {
    width: 365px;
    float: left;
    margin-right: 20px;
}
.loginCnt sup {
    font-size: 9px;
}
.listCnt {
    margin: 0;
    list-style-type: none;
}
.listCnt li {
    padding-left: 30px;
    margin-top: 12px;
    background: url("../images/bullet.png") left 3px no-repeat;
}
.listCnt li:first-child {
    margin-top: 0;
}
.findOutWrap {
    width: 160px;
    float: left;
    text-align: center;
}
.findOutWrap .txtAsLow {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
}
.findOutWrap .txtCent {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 72px;
    color: #66aa33;
    line-height: 62px;
}
.findOutWrap .txtPerDay {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 40px;
}
.findOutWrap .btnBlue {
    height: 35px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
}
.offerSubWrap ul {
    text-align: center;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
    list-style-type: none;
    margin: 0;
}
.offerSubWrap li {
    border-left: 1px solid #eeeeee;
    width: 33.33%;
    float: left;
    position: relative;
    padding: 25px 0;
    color: #3079f0;
}
.offerSubWrap li:first-child {
    border: 0;
}
.offerSubWrap span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 300;
}
.offerSubWrap .txtSave {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e31d1a;
    font-size: 14px;
}
.offerSubWrap .txtSave span {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.premiumCnt .loginMsg {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.premiumCnt .offerSubWrap {
    border-bottom: 1px solid #eee;
}
.premiumCnt .loginHead,
.premiumCnt .loginBody,
.premiumCnt .offerSubWrap {
    background: #f9f9f9;
}
.premiumCnt .loginCnt {
    width: 395px;
}
.premiumCnt .offerSubWrap .txtSave {
    left: 28px;
}
.loginNote {
    margin-bottom: 15px;
    padding: 0 20px;
}
.btnForgotPass {
    text-align: right;
}
.btnForgotPass a {
    color: #666666;
    display: inline-block;
    margin: 5px 0;
}
.btnForgotPass a:hover {
    color: #3079f0;
}
.formWrap input.btn {
    width: 100%;
    padding: 0;
    margin-right: 0;
}
.formWrap .btnCreateAc {
    text-align: center;
    color: #888888;
    margin-top: 20px;
}
.formErrorWrap {
    color: #d7181f;
    background: #fef2f2;
    border-top: 1px solid #f5dcdc;
    border-bottom: 1px solid #f5dcdc;
    position: relative;
    padding: 5px 20px 5px 55px;
    margin-bottom: 15px;
}
.formErrorWrap span {
    color: #888888;
    font-size: 12px;
    display: block;
}
.icon-error {
    margin-top: 0;
    background-image: url('../img/iconSprite.png');
    background-repeat: no-repeat;
    background-position: left -377px;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.placeholder{
    position:relative;
    overflow:hidden;
}
.placeholder_span {
    top:8px;
    position:absolute;
    font-size:16px;
    text-indent:6px;
    color:#aaa;
    white-space:nowrap;
}

.error404 {
    margin-bottom: 20px;
}
.error404 .errorNo {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    border: 1px solid transparent;
    color: #000000;
    margin: 0 6px;
}
.error404 .no4 {
    background: #e7e630;
}
.error404 .no0 {
    border: 1px solid #898989;
}

.popupCnt img{
    border: 1px solid #eee;
}
.popupClose, #close-button{
    float: right;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
}
.popupClose:hover{
    cursor: pointer;
    color: #3079f0;
}
.newsCnt .newsAuthor .mobileHide {
    display: inline-block;
}
/* Right Column Content */

.adsWrap {
	margin-left:10px;
}

.viewMoreTop {
	text-decoration: underline;
	font-size: 14px;
}
.viewMoreTop:hover {
	color:#000;
	text-decoration: underline;
}

.sideHeadBackground {
	background-color:#404041;
	height:50px;
}

.sideHeadline {
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#000;
}

.sideDate {
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666;
}

.sideHeadlineText a{
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	text-decoration:none;
	font-size:16px;
	line-height:22px;
	color:#000;
}

.sideHeadlineText a:hover{
	color:#3079f0;
	}

.sideLine {
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:1px solid #e3e4e5;	
}

.sideLink {
	font-family: Arial, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#005bf0;
	text-decoration: underline;
}

.trackHeadline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height:24px;
	color:#000;
}

.trackHeadline a{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height:24px;
	color:#000;
}

.trackHeadline a:hover {
	color:#005bf0;
	cursor: pointer;
} 

.trackDate {
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666;
}

.sideCntWrap {
	padding:10px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;	
}

.sideCntHeading a {
	color:#ffffff;
}

.sideCntHeading a:hover {
	color:#3079f0;
}
.sideHeadBackground .sideCntHeading {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
	font-size:24px;
	line-height:50px;
	color:#ffffff;
	display:block;
	margin-bottom:15px;
	margin-left:20px;	
}
.sideCntWrap .videoWrap {
	border-bottom:1px solid #ededed;
	padding-bottom:13px;
	margin-bottom:0;
}
.sideCntWrap .stakeDays li {
	float:left;
	padding-right:12px;
	cursor: pointer;
}
.stakeDays span {
	display:block;
	font-size:11px;
	line-height:12px;
	color:#000;
	font-family:Airal, Helvetica, sans-serif;
}
.stakeDays a {
	font-weight: bold;
	display:block;
	width:28px;
	height:28px;
	margin:auto;
	line-height:27px;
	text-align:center;
	font-size:14px;
	color:#000;	
	border: 1px solid #c6c6c6; 
}
.stakeDays li.active a {
	background:#ec1c24;
	border-color: #ec1c24;
	color:#fff;
}
.stakeDays .weekDays {
	margin-bottom:5px;
	text-align:center;
	text-transform: uppercase;
}
.stakeDays {
	padding-bottom:8px;
	border-bottom:1px solid #e6e6e6;
}
.stakeList {
	margin-bottom:9px;
}
.stakeList li {
	padding:11px 0;
	border-bottom:1px solid #f3f3f3;
	overflow:hidden;
}
.stakeList span {
	float:left;
	width:195px;
	overflow:hidden;
	white-space:nowrap;
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size:16px;
	color:#333;
} 
.stakeList a {
	float:right;
	text-decoration: underline;
	font-size:14px;
	color: #005bf0
}
.stakeList a:hover {
	color: #000
} 
.sideCntWrap .videoCntWrap a {
    position: relative;
    display: block;
    min-height: 74px;
    padding: 10px 0;
}
.sideCntWrap .videoCntWrap a:hover .videoHeading {
    color: #3079f0;
}
.videoCntWrap {
    margin-bottom: 9px;
}
.videoCntWrap li {
    border-bottom: 1px solid #eee;
}
.videoCntWrap a .videoWrapper {
    position: absolute;
    top: 10px;
    left: 0;
    width: 78px;
    height: 53px;
    border: 1px solid #eee;
}
.videoCntWrap a .videoWrapper img {
    height: 100%;
}
.videoCntWrap a .videoInfoWrap {
    padding-left: 88px;
}
.videoCntWrap a .videoInfoWrap span {
    display: block;
}

.videoCntWrap .videoInfo {
    font-size: 14px;
    line-height: 18px;
    color: #888;
}
.videoCntWrap .videoHeading {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

.videoCntWrap i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    margin-left: -13px;
    background: url('../img/iconSprite.png') 0 -124px no-repeat;
}
.viewAll {
	text-decoration: underline;
	font-size: 14px;
}
.viewAll:hover {
	color:#000;
	text-decoration: underline;
}

#bottom-left-big {
	display:block;
	}
	
#bottom-left-small {
	display:none;
}
	
.linkAsButton {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}