/* add this class to fix up TDC standard articles but the article in a div with this tag, used with boxDark s322 */
.artboxfix247 h1 {margin-top:12px;font-size:14px !important;;font-weight:bold !important;padding-left: 0px !important}  /* title hack */
.artboxfix247 .t_toolbar {display:none} /* removes print option */
.artboxfix247 {font-size:12px} /* sets font to resonable size */
.artboxfix247 p {margin-bottom:12px}
.artboxfix247 a {text-decoration: underline;}

/*
	Hide top banner.
	Requested by TDC @ ticket id: 2010012610000948
	deactivated ticket [247MS-Ticket#2010021210001202 ]  Topbanner on TDC Play 
*//*
	.sg_ad_top {
		display: none;
	}
	.sg_ad_content {
		display: none;
	}
	.sg_ad_bottom {
		display: none;
	}
*/

	/*
	remove outline from flash
	*/
    #imageflow {height:295px}

    object:focus {
		outline: none;
		-moz-outline-style: none;
	}

	/* PAGER */
	.footerH31 {
		height: 43px;
		background: url('../images/box_dark_819_footer_h31.jpg') no-repeat;
	    margin: 0;
        padding:0;
        padding-top:6px;
        font-weight: bold;
     	color: #000;
	}
	
	.footerH31 .tabsPaging .prevContainer {
		float: left;
		width: 25%;
	}

	.footerH31 .tabsPaging .nextContainer {
		float: right;
		width: 25%;
	}

	.footerH31 .tabsPaging .prevButtonDisabled {
		float:left;
		width: 66px;
		line-height: 15px;
		margin-left: 12px;
	}

	.footerH31 .tabsPaging .nextButtonDisabled {
		float:right;
		text-align: center;
		width: 66px;
		line-height: 15px;
		margin-right: 11px;
	}

    .footerH31 .tabsPaging .prevButtonEnabled {
        float:left;
        text-align: center;
        width: 66px;
        height: 15px;
        line-height: 15px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        margin-left: 11px;
    }

    .footerH31 .tabsPaging .nextButtonEnabled {
        float:right;
        text-align: center;
        width: 66px;
        height: 15px;
        line-height: 15px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        margin-right: 11px;
    }

    .footerH31 .tabsPaging .PagingPages li {
         width: auto !important;
         text-align: center;
         height:15px;
         border: 1px solid #dddddd;
         background-color: #ffffff;
         float: left;
         padding-left: 6px;
         padding-right: 6px;
         padding-top:2px;
         margin-right: 3px;
     }

     .footerH31 .tabsPaging .PagingPages li.active {
         width:17px;
         height:15px;
         border: 0;
         background-color: transparent;
         float: left;
         color: #f26522;
      font-weight: bold;
     }
     /* EOF PAGER */


/* added max height and changed height to auto */
.trackTblScrollWrapper {
	height: auto;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	margin-top: -5px;
}

/* Tagcloud - Height changed to auto */
.content.tagcloud {
	padding: 8px 9px 3px 4px;
	background: #fff;
	overflow: hidden;
	border-left: 4px solid #232323;
	border-right: 4px solid #232323;
	color: #000;
	height: auto;
	width: 299px;
}

/* Carousel - Force height to be 140 to avoid clipping of text - see ticket 2009121410000925 */
#frontpage-mycarousel2, #frontpage-mycarousel4 {
	height: 140px !important;
}

/* Carousel fix genre picker */
#black-slider-container li.jcarousel-item {
	width: 109px;
}
#frontpage-mycarousel {
	width: 1090px:
}

/* Playlister on frontpage needs a height definition */
.articleSmall {
	width: 323px;
	float: left;
	height: 210px;
	margin-bottom: 10px;
}

/* big articles auto-height for variable text length */
.article {
	height: auto;
}

/* Fix the boxes on the right */
.boxBlack .tbl_list  {
	margin: 0;
}

.boxBlack .footer {
	line-height:15px;
	padding:8px;
}

.boxBlack.hasList .content {
	padding:8px 8px 0px 5px;
}

.boxBlack .bigList {
	padding: 7px 5px 5px 5px;
	z-index: 100000;
}


/* articles */
/* title - change colors */
a.bigInvert {
	background: #F5F5F5 !important;
	color: #1D1D1D !important;
}

/* background frontpage */
/*
background:url("../images/yousee/stripes_background2_smooth.jpg") repeat-x scroll -165px 0 #1D1D1D;
*/

/* Prevent div from colapsing on too many tags */
.news_articles_container .competition-item {
	width: 646px;
	height: auto;
	background: url('../images/box_competitions_small.gif') no-repeat;
	margin: 0 auto 5px auto;
	display: inline-table;
}


/* Adding missing background color property - ticket id: [247MS-Ticket#2010012910001049] */
#content {
	background-color:#232323;
}


/* Yet another ZUPA fix. Add underline to article links [247MS-Ticket#2010020410000899 ] */
.boxDark .padding_wrapper a{
	text-decoration: underline;
}

/* ZUPA have implemented a jpg img. as footer rather than using background-color and border styles */
.boxDarkWide .footerH31 {
	height: 43px;
	background: none;
	background-color: #F7F7F7;
	border: 1px solid #E3E3E3;
	margin: 0;
	padding:0;
	padding-top:6px;
	font-weight: bold;
}

/* Tip en ven table styling */
.tipEnVen {
	width: 193px; 
	border: 0; 
	height: 25px; 
	padding: 0px 7px 0 7px; 
	#padding: 0 7px;
	
}

.clicklinkorange a {
	color:#1D1D1D;
	text-decoration:none !important;
}

.clicklinkorange a:hover {
	color:#F86119;
	text-decoration:none !important;
}	



