/* Stylesheet */
* {
	padding: 0;
	margin: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}



table {
	border-collapse:separate;/*border-spacing:0;*/
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
	background:#daeffc url(../images/bg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

p{line-height:20px;margin-bottom:15px;margin-top:15px;}
a {
	color:#223ebf;
	text-decoration:none;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
/* SAHAL */
.font_white {
	color:#ffffff;
}
.font_red {
	color:#f3483c;
}
.font_gray {
	color:#999999;
}
.font_black {
	color:#000;
}
.font_9 {
	font-size:9px;
}
.font_11 {
	font-size:11px;
}
.font_dark {
	color:#333;
}
.font_12 {
	font-size:12px;
}
.font_14 {
	font-size:14px;
}
.font_16 {
	font-size:16px;
}
.font_18 {
	font-size:18px;
}
.font_20 {
	font-size:20px;
}
.font_24 {
	font-size:24px;
}
.font_26 {
	font-size:26px;
}
.font_28 {
	font-size:28px;
}
.font_30 {
	font-size:30px;
}
.font_36 {
	font-size:36px;
}
.font_40 {
	font-size:40px;
}
.font_50 {
	font-size:50px;
}
.font_uppercase {
	text-transform:uppercase;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.container {
	width:100%;
	margin:0 auto;
}
.font_colored {
	color:#4fb1e6;
}
.font_italic {
	font-style:italic;
}
.gradient_bg {/*background: -webkit-gradient(linear, left top, left bottom, from(#3077ae), to(#5dc9fe));
	background: -moz-linear-gradient(top, #3077ae, #5dc9fe);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3077ae, endColorstr=#5dc9fe);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3077ae, endColorstr=#5dc9fe)";*/
	background: #20348A; /* Old browsers */
	/* background gradient for cross-browser compatibility */
    background:  -moz-linear-gradient(top, #00012F 0%, #20348A 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00012F), color-stop(100%, #20348A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00012F 0%, #20348A 100%); /* Chrome10+,Safari5.1+ */
	background-image:  -ms-linear-gradient(top, #00012F 0%, #20348A 100%); /* IE10+ */
	background: -o-linear-gradient(top, #00012F 0%, #20348A 100%); /* Opera11.10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00012F', endColorstr='#20348A', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #00012F 0%, #20348A 100%); /* W3C */
	background: transparent none; /* reset the background, just in case */
	filter: ''; /* clear the filter since it's the reason for the border-radius missing */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyOTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDAxMkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyMDM0OEEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyOTYpIiAvPgo8L3N2Zz4=);
}
.gray_gradient_bg {
	background: #ccc; /* Old browsers */
	/* background gradient for cross-browser compatibility */
    background:  -moz-linear-gradient(top, #ffffff 0%, #9f9f9f 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #9f9f9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #9f9f9f 100%); /* Chrome10+,Safari5.1+ */
	background-image:  -ms-linear-gradient(top, #ffffff 0%, #9f9f9f 100%); /* IE10+ */
	background: -o-linear-gradient(top, #ffffff 0%, #9f9f9f 100%); /* Opera11.10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #3077ae 0%, #9f9f9f 100%); /* W3C */
}



.yellow_gradient_bg {/*background: -webkit-gradient(linear, left top, left bottom, from(#3077ae), to(#5dc9fe));
	background: -moz-linear-gradient(top, #3077ae, #5dc9fe);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3077ae, endColorstr=#5dc9fe);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3077ae, endColorstr=#5dc9fe)";*/
	background: #C2FF1C; /* Old browsers */
	/* background gradient for cross-browser compatibility */
    background:  -moz-linear-gradient(top, #FFBD14 0%, #C2FF1C 100%); /* FF3.6+ */
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFBD14), color-stop(100%, #C2FF1C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFBD14 0%, #20348A 100%); /* Chrome10+,Safari5.1+ */
	background-image:  -ms-linear-gradient(top, #FFBD14 0%, #C2FF1C 100%); /* IE10+ */
	background: -o-linear-gradient(top, #FFBD14 0%, #C2FF1C 100%); /* Opera11.10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBD14', endColorstr='#C2FF1C', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FFBD14 0%, #C2FF1C 100%); /* W3C */
	background: transparent none; /* reset the background, just in case */
	filter: ''; /* clear the filter since it's the reason for the border-radius missing */
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3MzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkJEMTQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRkU2MjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3MzkpIiAvPgo8L3N2Zz4=);
}

.border_radius {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
}

.container{width:920px; margin:20px auto;}
.header_container{}
.header_banner{width:728px;height:90px;background:#fff;}
.countdown{background:#fff;width:390px;height:auto;margin:0px 0 10px 0; padding:10px;}
.content{background:#c8c7a9;padding:10px;margin:20px 0;}
.promos_cont{float:left;margin-right:10px;width:420px;}
.scorecard{width:470px;height:635px;background:#fff;float:right;}
.bc_player{background:#000;width:100%; height:350px;}
.promo_thumbnail{width:100px;background:#000;float:left;margin:2px;}
.promo_thumbnail img.bcimg{width:100px;height:80px;}
.watch_now{color:#fff;background:#666;}
.watch_now span{padding-top:5px;}
.promo_thumbnail:hover .watch_now{background:#fbbd0b; color:#000;}
.footer_container{width:910px;background:#252525;margin:0 auto;padding:5px;text-align:center;color:#fff;}