@charset "utf-8";
/*
Novasports
Forthnet S.A.
14/06/2011
*/

/* CSS Reset------------------------------------------
------------------------------------------------0303*/
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, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

img{
	border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

table td{
	vertical-align:top;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* Global CSS
----------------------------------------------- */
html, body{
	background-color: #275a94;
	margin: 0;
	padding:0;
	/*background-image: url(../../../_assets/_gfx/newbody.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	/*background-color:#014888;*/
	background-color:#e7e7e7;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#FFF;
	height:auto !important;
  	height:100%;
  	min-height:100%;
	color:#183765;
}

.mainContainer{
	width:999px;
	height:100%;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
	
	position:relative;
	z-index:1;
}

.topNav{
	height:23px;
	margin-left:20px;
}

.topNav li{
	float:left;
	background-image:url(../../../_assets/_gfx/topNav_sep.png);
	background-repeat:no-repeat;
	background-position:right 50%;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
}

.topNav li a{
	/*color:#FFFFFF;*/
    color:#9e9e9e;
	padding:6px 10px 5px 15px;
	margin-right:7px;
	display:block;
}

.topNav li:hover{background:none;}
.topNav li.active{background:none;}
.topNav li a:hover, .topNav .active a{
	color:#5c5c5c;
	
	/*background-image:url(../../../_assets/_gfx/topNav_back.gif);*/
	
	text-decoration:none;
	background-color:#ffffff;
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}

.topNav .active a{
	font-weight:bold;
}

.topNav li a b{
	color:#5c5c5c;
	display:block;
	width:5px;
	height: 25px;
	position:absolute;
	right:2px;
	top:0;
}

.topNav li a:hover b, .topNav .active a b{
	color:#5c5c5c;
	display:block;
	/*background-image:url(../../../_assets/_gfx/topNav_back.gif);
	background-position:right top;
	background-repeat:no-repeat;*/
	
	width:5px;
	height: 25px;
	position:absolute;
	right:2px;
	top:0px;
}

.lang{
	background-image:url(../../../_assets/_gfx/topNav_sep.png);
	background-repeat:no-repeat;
	float:right;
	color:#FFFFFF;
	padding:0 10px;
	font-weight:bold;
}

.lang span{
	display:block;
	background-image:url(../../../_assets/_gfx/arrow_lang.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:6px 0 6px 0;
}

.topBanners{
	background-color:#fff;
	background-image:url(../../../_assets/_gfx/bannersBack.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding:8px 18px;
}

.bottomBanners{
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:right top;
	padding:10px 0;
	margin-top:-8px;
}

.topBanners table{
	width:965px;
}

.topBanners table td{
	white-space:nowrap;
	height:100px;
}

.header{	
}

.header .top{
	/*background-image:url(../../../_assets/_gfx/topCurve.gif);*/
	background-color:#ffffff;
	-webkit-border-radius: 4px 4px 0 0; 
	-moz-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	
	height:4px;
	overflow:hidden;
}

.headLogos{
	background-color:#fff;
	padding:5px 17px;
	height:35px;
	background-image:url(../../../_assets/_gfx/socialBar.png);
	background-repeat:no-repeat;
	background-position:235px top;
	z-index: 2147483580;
    position: relative;
}

.logo{
	background-image:url(../../../_assets/_gfx/novasports_logo.png);
	width:252px;
	height:34px;
	display:block;
	text-indent:-999999px;
	float:left;
	
	/*width: 261px;
    	height: 44px;
    	display: block;
    	text-indent: -999999px;
    	float: left;
    	margin-top: -5px;*/
}

.socialBar{	
	float:right;
	margin:5px 12px 10px 0;
	color:#7b7b7b;
	font-size:10px;
	height:18px;
	padding-top:5px;
	max-width:700px;
}

.searchField{
	background-image:url(../../../_assets/_gfx/searchBack.png);
	background-repeat:no-repeat;
	width:120px;
	border:0;
	font-size:10px;
	padding:4px 5px 3px 5px;
	font-family:Arial;
	color:#CCCCCC;
	float:left;
	margin:-3px 5px 0 0;
}

.searchField:focus{
	background-position:left bottom;
	color:#7b7b7b;
}

.loginBtn{
	background-image:url(../../../_assets/_gfx/ico_user.png);
	background-repeat:no-repeat;
	display:block;
	padding:3px 3px 3px 20px;
	float:left;
	color:#7b7b7b;
	font-weight:bold;
	font-size:10px;
	margin-top:-1px;
}

.socialBar > b{
	float:left;
	/*padding:1px 1px 1px 1px;
	margin:0;*/
}

.socialBar span{
	/*float:left;
	padding:3px 2px 3px 2px;*/
}
.socialBar .datetime
{
    float:left;
}

.searchBtn{
	background-image:url(../../../_assets/_gfx/ico_search.png);
	width:16px;
	height:16px;
	border:0;
	float:left;
	margin:-1px 5px 0 0;
	cursor:pointer;
}

.socialBtns{
	float:left;
	margin-top:-1px;
	height:20px;
}

.at300bs{
	background-repeat:no-repeat;
	height:10px !important;
}

.footer .at300bs{
	background-repeat:no-repeat;
	height:16px !important;
	margin-left:4px;
}

.addthis_button_facebook_like{
	margin-top:-5px !important;
	float:left;
	display:block;
}

.mainSocial .addthis_button_facebook_like{
	margin-top:0px !important;
	float:left;
	display:block;
}

.articleAddthis .addthis_button_facebook_like{
	margin-top:0px !important;
	float:left;
	display:block;
}

.addthis_toolbox.addthis_default_style span{
	line-height:inherit;
}

    .fb_edge_comment_widget{
	display: block !important;
	
}

.login{
	float:left;
	position:relative;
	z-index:2147483581;
}

.loginBox{
	background-image:url(../../../_assets/_gfx/loginBack.png);
	background-repeat:no-repeat;
	_background-image:none;
	background-color:transparent !important;
	background-color:#FCFCFC;
	border:none !important;
	border:#999999 solid 1px;
	width:291px;
	height:88px;
	position:absolute;
	margin:15px 0 0 -15px;
	*margin:15px 0 0 -70px;
	z-index:2147483647;
	display:none;
}

.loginBox table{
	margin:15px;
}

.loginBox table td{
	padding:4px 0;
	color:#636466;
}

.loginSubmit{
	background-color:transparent;
	background-image:url(../../../_assets/_gfx/loginBtn.png);
	background-repeat:no-repeat;
	width:57px;
	height:20px;
	border:0;
	cursor:pointer;
	float:left;
	margin-top:1px;
}

.loginField{
	width:91px;
	border:none;
	background-image:url(../../../_assets/_gfx/loginField.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
	color:#a0a1a3;
	padding:3px 3px;
	float:left;
	margin:2px 5px 0 0;
}

.loginField:focus{

}

.register{
	color:#e7e7e7;
	margin:-5px 15px;
	overflow:hidden;
}

.register b{
	margin:0 5px;
	float:left;
}

.register a{
	color:#6b7b93 !important;
	background-image:url(../../../_assets/_gfx/loginArrow.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	padding:0 10px 0 5px;
	float:left;
}

.loginBox span{
	font-size:11px;
	font-weight:bold;
	color:#3b5997 !important;
	padding-right:20px;
}


.subLeft {
	position: absolute;
	top: 27px;
	*top: 26px;
	left:-1px;
	float: left;
	display:none;
	z-index:2147483647 !important;
}

.subRight {
	position: absolute;
	top: 27px;
	*top: 26px;
	right:-7px;
	float: left;
	display:none;
	z-index:2147483647 !important;
}

.subLeft ul, .subRight ul{
	padding: 0;
	margin:0 5px;
	width:160px;
}

.subLeft ul li, .subRight ul li {
	color: #000;
	margin: 0; padding: 0;
	color:#636466;
	float:none;
}

.subLeft ul li a, .subRight ul li a{
	color:#183765;
	font-weight:normal;
	display:block;
	background-image:url(../../../_assets/_gfx/arrowBullet.png) !important;
	background-repeat:no-repeat;
	background-position:left 5px;
	padding:2px 0 2px 12px !important;
	font-size:11px;
}

.subLeft ul li a:hover, .subRight ul li a:hover{
	text-decoration:underline;
}

.double{
	float:left;
	width:70px !important;
}






.head{
	font-weight:bold;
	padding:0 0 3px 0px !important;
	margin:5px 5px 3px 5px !important;
	border-bottom:#E0E0E0 solid 1px;
	color:#F11E24 !important;
	width:155px;
}

.menuTable{
	width:auto;
}

.menuTable table td{
	vertical-align:top;
	text-align:left
}

.cont{
	background-color:#f5f5f5;
	padding:5px 5px 15px 5px;
	color:#666666;
}

.tlc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:left center;
	width:6px;
	height:1px;
}

.trc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:right center;
	width:6px;
	height:1px;
}

.blc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:6px;
	height:6px;
}

.brc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:6px;
	height:6px;
}

.tmc{
	background-color:#f5f5f5;
	height:1px;
}

.bmc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	height:6px;
}

.mlc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:left center;
	height:6px;
}

.mrc{
	background-image:url(../../../_assets/_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:right center;
	height:6px;
}

.content{
	background-color:#FFFFFF;
	padding:6px 17px;
}

.ticker{
	background-image:url(../../../_assets/_gfx/ticker_back.png);
	width:963px;
	height:25px;
	overflow:hidden;
	margin:0 0 5px 0;
}

.ticker .title{
	display:block;
	float:left;
	margin:8px 50px 8px 10px;
	color:#FFFFFF;
	font-weight:bold;
}

.homeTicker{
	z-index:1 !important;
}

.homeTicker ul{
	z-index:1 !important;
}

.homeTicker a{
	color:#183765;
}

.liveItem{
	height:18px;
	position:relative;
	overflow:hidden;
	padding-top:7px !important;
	z-index:1;
}

.hline{
	border-top:#f2f2f2 solid 1px;
	height:1px;
	overflow:hidden;
	margin-bottom:5px;
}

.filmstrip_home{
	background-image:url(../../../_assets/_gfx/h_filmstrip_small.png);
	width:653px;
	height:168px;
	margin:5px auto;
	position:relative;
}

.filmstrip_home .desc{
	background-color:#1e447e;
	height:30px;
	padding:4px;
	color:#fff;
	width:137px;
}

.filmstrip_home .desc a{
	height:20px;
	overflow:hidden;
	color:#FFFFFF;
}


.filmstrip_h{
	background-image:url(../../../_assets/_gfx/h_filmstrip.png);
	width:943px;
	height:191px;
	margin:5px auto;
	position:relative;
}

.filmstrip_h .desc{
	background-color:#1e447e;
	height:35px;
	padding:5px;
	color:#fff;
	width: 135px;
}

.filmstrip_h .desc a{
	height:23px;
	overflow:hidden;
	color:#FFFFFF;
}

.filmstrip_v{
	background-image:url(../../../_assets/_gfx/v_filmstrip.png);
	width:297px;
	height:532px;
	margin:30px auto;
	position:relative;
}

.filmstrip_v h3{
	position:absolute;
	top:15px;
	left:35px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
}

.filmstrip_v .desc{
	background-color:#1e447e;
	height:15px;
	padding:5px;
	color:#fff;
}

.filmstrip_v .desc a{
	height:23px;
	overflow:hidden;
	color:#FFFFFF;
}

.banner963x65{
	width:963px;
	height:65px;
}

.columns{
	width:963px;
	margin:10px 0 0 0;
}

.sidebar{
	width:300px;
	/*padding-left:10px;*/
	padding-left:8px;
}

.midBox{
	width:653px;
	margin-bottom:10px;
}


.midBox .top{
	background-image:url(../../../_assets/_gfx/midBox.gif);
	height:3px;
	overflow:hidden;
}

.midBox .bot{
	background-image:url(../../../_assets/_gfx/midBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.midBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	overflow:hidden;
	background-color:#fff;
}

.frontNews{
	font-family:"Trebuchet MS";
}

.newsMedia{
}

.frontNews .item{
	padding:15px 23px 0px 23px;
	color:#fff;
	font-size:14px;
	background-color:#00052e;
	margin:0 2px;
	width:601px;
}

.frontNews .item h1{
	font-size:22px;
	margin-bottom:5px;
}

.frontNews .video{
	background-image:url(../../../_assets/_gfx/video_ico_v-5.png);
	background-repeat:no-repeat;
	padding:0 0 0 55px;
	min-height:47px;
}

.frontNews .photo{
	background-image:url(../../../_assets/_gfx/photo_ico_v-5.png);
	background-repeat:no-repeat;
	padding:0 0 0 55px;
	min-height:47px;
}
.frontNews .gallery{
	background-image:url(../../../_assets/_gfx/gallery_ico_v-5.png);
	background-repeat:no-repeat;
	padding:0 0 0 55px;
	min-height:47px;
}

.frontNews .item h1 a{
	color:#fff;
}

.frontNews .item ul{
	padding:20px 0 10px 0;
}

.frontNews .item li{
	padding:2px 0 2px 10px;
	font-size:13px;
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	
}

.frontNews .item li a{
	color:#00052e;
	text-decoration:underline;
}

.frontNews .item li a:hover{
	color:#00052e;
	text-decoration:underline;
}

.mediaLoader{
	position:absolute;
	right:0;
	bottom:0;
}

.mediaLoader .photo_btn{
	background-image:url(../../../_assets/_gfx/photo_btn.png);
	background-repeat:no-repeat;
	width:33px;
	height:32px;
	display:block;
	float:left;
}

.mediaLoader ul{
	float:left;
	width:80px;
	margin:0;
	padding:0;
}

.mediaLoader li{
	float:left;
	margin:0;
	padding:0 !important;
}

.mediaLoader li{
	background-image:none !important;
}

.mediaLoader .video_btn{
	background-image:url(../../../_assets/_gfx/video_btn.png);
	background-repeat:no-repeat;
	width:33px;
	height:32px;
	display:block;
	float:left;
}

.mediaLoader span{
	background-image:url(../../../_assets/_gfx/type_sep.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:1px;
	height:26px;
	display:block;
	float:left;
	margin:0 3px;
}

.mediaLoader .more{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#d9221b !important;
	margin-right:10px;
	padding-top:13px;
	text-decoration:underline;
}

.relNews{
	position:relative;
	background-color:#ffb81b;
	width:101%;
	padding:5px 20px 0 20px;
	margin:20px 0 0 -23px;
}

.newsStripe{
	background-color:#f3f3f3;
	border-top:#ebebeb solid 1px;
	border-bottom:#ebebeb solid 1px;
	padding:8px;
	height:62px;
	margin-top:0px;
}

.newsStripe li{
	float:left;
	margin:0 9px;
	position:relative;
}

.newsStripe li a:hover img, .newsStripe .active img{
	border:#2c4872 solid 1px;
	background-color:#fff;
	opacity:1;
	filter: alpha(opacity = 100);
}

.newsStripe li img{
	border:#dedede solid 1px;
	padding:4px;
	background-color:#fafafa;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

.newsStripe li b{
	position:absolute;
	left:44%;
	top:-19px;
	display:block;
	width:19px;
	height:11px;
	background-image:url(../../../_assets/_gfx/news_arrow.gif);
	display:none;
}

.newsStripe li:hover b, .newsStripe .active b{
	display:block;
}

.loadMedia{
	/*height:580px;*/
}

#newsVideo, #newsVideo2{
	height:335px;
	width:600px;
}

#newsVideo3{
	height:270px;
	width:435px;
}

.outer{
	padding:2px;
}

.photoDiv{
        width:605px;
		padding:2px;
		/*height:340px;*/
		position:relative;
}

.photoDiv b a{
	display:block;
	background-image:url(../../../_assets/_gfx/play_btn_big.png);
	width:68px;
	height:68px;
	position:absolute;
	z-index:100;
	top:40%;
	left:45%;
}

#imageDiv{
	position:relative;
}

#imageDiv b a{
	display:block;
	background-image:url(../../../_assets/_gfx/play_btn.png);
	width:42px;
	height:41px;
	position:absolute;
	z-index:100;
	top:40%;
	left:45%;
}

.mediaDiv{
	/*height:340px;*/
	width:605px;
	border:#d8d8d8 solid 1px;
	margin:10px auto 0 auto;
	background-color:#ffd03c;
	position:relative;
	z-index:100;
}

.mediaDiv .arrow_d{

	display:block;
	position:absolute;
	bottom:-11px;
	left:15px;
	width:21px;
	height:11px;
	background-image:url(../../../_assets/_gfx/arrow_d.gif);
}


.mediaDivIn{
	height:280px;
}
.galleryDiv
{
    display: block; margin-bottom: 2px;
}


.homeFeaturedNews{
	overflow:hidden;
	padding:0 0 0px 8px;
	*padding:0 0 10px 8px;
}

.homeFeaturedNews .item{
	width:197px;
	margin:10px 2px 10px 10px;

	float:left;
	font-size:13px;
	font-family:Arial;
	color:#000;
}

.homeFeaturedNews .item img{
	border:#d8d8d8 solid 1px;
	padding:4px;
}

.homeFeaturedNews .item h2 a{
	font-size:15px;
	color:#183765;
	display:block;
	margin:2px 0 5px 0;
	font-family:Trebuchet MS;
}

.homeFeaturedNews .item .eq{
	line-height:17px;
}

.homeFeaturedNews .item ul{
	padding:5px 0;
}

.homeFeaturedNews .item li{
	padding:2px 0 2px 10px;
	font-size:12px;
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	
}

.homeFeaturedNews .item li a{
	color:#183765;
	text-decoration:underline;
}

.homeFeaturedNews .item li a:hover{
	color:#d02914;
	text-decoration:underline;
}

.homeFeaturedNews .item .more{
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	padding:2px 0 4px 0px;
	display:block;
	text-decoration:underline;
}

.homeFeaturedNews .photo{
	position:relative;
	display:block;
	opacity:1;
	filter: alpha(opacity = 100);
}

.homeFeaturedNews .photo:hover{
	opacity:0.9;
	filter: alpha(opacity = 90);
}


.homeFeaturedNews .photo b{
	background-image:url(../../../_assets/_gfx/play_btn.png);
	width:42px;
	height:41px;
	display:block;
	position:absolute;
	top:35px;
	left:80px;
}

.homeNews{

}

.homeNews .category{
	padding:5px 17px;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.homeNews .category h2{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.homeNews .category2{
	padding:5px 17px;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.homeNews .category2 h2{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.newsCat{
	background-image:url(../../../_assets/_gfx/newsCat.gif);
	width:197px;
	height:23px;
	display:block;

	margin:3px auto;
	color:#FFFFFF;
	font-size:12px;
}

.newsCat:hover{
	text-decoration:none;
}

.newsCat span{
	padding:6px 6px;
	display:block;
	font-weight:bold;
}

.newsSep{
	background-image:url(../../../_assets/_gfx/newsSep.gif);
	background-position:center top;
	height:1px;
	clear:both;
}

.homeMediaCenter{
	margin:5px 20px 15px 20px;
	padding:1px;
}

.homeMediaCenter .title{
	font-size:22px;
	font-family:Trebuchet MS;
	color:#183765;
	padding-bottom:0px;
	margin-top:5px;
}

.mediaBox{
	background-color:#183765;
	border-top:#ec3029 solid 2px;
	overflow:hidden;
	padding:5px 0;
	position:relative;
	z-index:999;  
}
.mediaContent
{
    
}
.mediaBox .infoBox{
	border-top:#465f84 solid 1px;
}

.mediaThumbs{
	width:105px;
	height:283px;
	float:left;
	margin-left:1px;
	*margin-top:17px;
}

.arrow_up{
	background-image:url(../../../_assets/_gfx/arrow_up.gif);
	width:103px;
	height:16px;
	display:block;
	margin:2px 1px;
}

.arrow_down{
	background-image:url(../../../_assets/_gfx/arrow_down.gif);
	width:103px;
	height:16px;
	display:block;
	margin:2px 1px;
}

.mediaThumbs img{
	border:#fff solid 2px;
	background-color:#FFFFFF;
	padding:0px;
	opacity:0.7;
	filter: alpha(opacity = 70);
}

.mediaThumbs .active img, .mediaThumbs a:hover img{
	opacity:1;
	filter: alpha(opacity = 100);
}

.mediaThumbs a{
	display:block;
	position:relative;
	z-index:10;
}

.mediaThumbs a b{
	background-image:url(../../../_assets/_gfx/arrow_media.png);
	width:9px;
	height:15px;
	display:none;
	position:absolute;
	top:40%;
	right:-13px;
	z-index:2147483647;
}

.mediaThumbs a:hover b, .mediaThumbs .active b{
	display:block;
}

.mediaImage{
	width:500px;
	height:280px;
	float:right;
	border:#343434 solid 1px;
	margin-right:0px;/*ak###1px###;*/
	position:relative;
	z-index:1;
}

.mediaImage img{
	position:absolute;
	z-index:2;
}

.mediaImage .playBtn{
	background-image:url(../../../_assets/_gfx/play_btn_big.png);
	width:68px;
	height:68px;
	display:block;
	position:absolute;
	top:40%;
	left:40%;
	z-index:12;
}

.watch_now{
	width:72px;
	height:17px;
	position:absolute;
	left:10px;
	bottom:10px;
	background-image:url(../../../_assets/_gfx/watch_now.png);
	display:block;
	z-index:10;
}


.leftC{
	margin-left:10px;
	border-top:#465F84 solid 1px;
	width:585px;
}

.leftC table{
	margin-top:7px;
}

.leftC table td{
	padding:10px 10px 10px 0px;
	color:#FFFFFF;
}

.chn{
	float:right;
	width:150px;
}

.chn span{
	text-align:right;
	float:left;
	width:80px;
}

.chn img{
	float:right;
	margin-top:10px;
}

.leftC table td.cats{
}

.leftC table td span{
	color:#ffffaf;
	font-family:"Trebuchet MS";
	font-weight:bold;
}

.leftC table td a{
	color:#b5dfff;
	font-size:11px;
}

.leftC li{
	float:left;
	margin:0 10px 0 0;
}

.rightC{
	margin-right:1px;
	position:relative;
	z-index:1;
	padding:10px 0px 10px 10px;
	font-family:Trebuchet MS;
}

.rightC h2 a{
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
}

.rightC span{
	color:#FFFFFF;
	font-size:13px;
	display:block;
	margin:10px 10px 5px 0px;
}

.rightC img{
	float:right;
	margin-right:10px;
}

.homeMediaCenter ul.tabs {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	overflow:hidden;
	margin-top:-25px;
}

.homeMediaCenter ul.tabs li {
	float: right;
	margin: 0px 0px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	
}

.homeMediaCenter ul.tabs li a {
	text-decoration: none;
	color: #ed9b9d;
	display: block;
	font-size: 15px;
	font-family:Trebuchet MS;
	text-align:center;
	outline: none;
	height: 31px;
	padding:2px 10px;
	position:relative;
	background-image:url(../../../_assets/_gfx/mediaTabRight_off.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:7px;
	z-index:1;
	font-weight: bold;
}

.homeMediaCenter ul.tabs li a b{
	background-image:url(../../../_assets/_gfx/mediaTabLeft_off.png);
	background-repeat:no-repeat;
	width:16px;
	height:31px;
	display:block;
	position:absolute;
	left:-15px;
	top:0;
}

.homeMediaCenter .tab_container
{
    position:relative;  
}
.homeMediaCenter .tab_cont
{
    zoom: 1.0;
}

html .homeMediaCenter ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/mediaTabRight_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 10px;
	z-index:5;
}

html .homeMediaCenter ul.tabs li.active a  b{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/mediaTabLeft_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
}

html .homeMediaCenter ul.tabs li.active a{
	color:#fff;
	font-weight: bold;
}

.blogNews .category{
	padding:5px 17px;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.blogNews .category h2{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.blogNews .category h2 a{
	color: #183765;
    font-family: Trebuchet MS;
    font-size: 22px;
}

.homePro .category{
	padding:5px 17px;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.homeSpecialNews .category h2{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.homeSpecialNews .category{
	padding:5px 17px;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.mid .moreSpecialNews {
    color: #D9221B;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 25px 4px 0px;
    text-align: right;
    text-decoration: underline;
}

.homePro .category h2{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.blogNews{
	margin:0px 2px;
}

.homesideBox{
	width:300px;
	margin-bottom:10px;
}

.homesideBox .top{
	background-image:url(../../../_assets/_gfx/homesideBox.gif);
	height:3px;
	overflow:hidden;
}

.homesideBox .bot{
	background-image:url(../../../_assets/_gfx/homesideBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.homesideBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	overflow:hidden;
	background-color:#fff;
}



.homesideBox .category{
}

.homesideBox .category h2{
	font-size:22px;
	font-family:Trebuchet MS;
	color:#183765;
	font-weight:normal;
	border-bottom:#183765 solid 2px;
	padding:5px 10px 3px 10px;
}

.tabsHome{
}

.tabsHome ul.tabs{
	background-image:url(../../../_assets/_gfx/homeTeamsBack.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	padding:0 0 0 8px;
	width:290px;
	border-bottom:#b7b7b9 solid 1px;
}

.tabsHome ul.tabs li{
	float:left;
	width:28px;
	height:38px;
	padding:2px 0 3px 0;
}

.tabsHome ul.tabs img{
	opacity:0.7;
	filter: alpha(opacity = 70);
}

.tabsHome ul.tabs a{
	width:28px;
	height:39px;
	position:relative;
	margin:0 !important;
	padding:0 !important;
}

.tabsHome ul.tabs li.active a b{
	background-image:url(../../../_assets/_gfx/thisTeam.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:28px;
	height:39px;
	position:absolute;
	bottom:2px;
	left:0;
	z-index:100;
}

.tabsHome ul.tabs li.active img, .tabsHome ul.tabs li:hover img{
	opacity:1;
	filter: alpha(opacity = 100);
}

.theTeam{
	padding:10px 18px;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
}

.theTeam .mainpic
{
    position:relative;
    display:block;    
}
.theTeam img{
	border:#dfdfdf solid 1px;
	padding:3px;
	width:253px;
}
.theTeam .mainpic b{
  background-image: url("../../../_assets/_gfx/play_btn.png");
  display: block;
  height: 41px;
  left: 110px;
  position: absolute;
  top: 50px;
  width: 42px;
}

.theTeam h2{
	border-bottom:none !important;
}

.theTeam h2 a{
	font-size:20px;
	color:#183765;
	display:block;
	margin:2px 0 5px -10px;
	font-weight:normal;
}


.theTeam ul{
	padding:5px 0;
}

.theTeam li{
	padding:2px 0 2px 10px;
	font-size:12px;
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	
}

.theTeam li a{
	color:#183765;
	text-decoration:underline;
}

.theTeam li a:hover{
	color:#d02914;
	text-decoration:underline;
}

.theTeam .more, .theFeeds .more{
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	padding:2px 0 4px 10px;
	display:block;
	text-decoration:underline;
}


.crossTabs ul.tabs{
	overflow:hidden;
	width:300px;
	height:29px;
	position:relative;
}


.crossTabs ul.tabs a{
	width:157px;
	height:29px;
	position:relative;
	display:block;
	font-family:Trebuchet MS;
	font-size:13px;
	text-align:center;
	color:#183765;
}

.crossTabs ul.tabs a:hover{
	text-decoration:none;
}

.crossTabs ul.tabs .left{
	width:157px;
	height:29px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.crossTabs ul.tabs .right{
	width:157px;
	height:29px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}

.crossTabs ul.tabs .active{
	z-index:3;
	font-size:20px;
}

.crossTabs ul.tabs .left a{
	background-image:url(../../../_assets/_gfx/crossTabL_off.png);
	padding:8px 0;
}

.crossTabs ul.tabs .right a{
	background-image:url(../../../_assets/_gfx/crossTabR_off.png);
	padding:8px 0;
}

.crossTabs ul.tabs .left.active a{
	background-image:url(../../../_assets/_gfx/crossTabL_on.png);
	font-size:18px;
	padding:5px 0;
}

.crossTabs ul.tabs .right.active a{
	background-image:url(../../../_assets/_gfx/crossTabR_on.png);
	font-size:18px;
	padding:5px 0;
}

.theFeeds, .theFeedsHeadlines{
	padding:10px 15px;
}

.theFeeds ul, .theFeedsHeadlines ul{
	margin-bottom:5px;
}

.theFeeds li, .theFeedsHeadlines li{
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 7px;
	display:block;
	padding:3px 0 3px 15px;
	font-family:Trebuchet MS;
	overflow:hidden;
}

.theFeeds li a, .theFeedsHeadlines li a{
	font-size:13px;
	color:#183765;
	float:left;
	width:200px;
}

.theFeeds li span, .theFeedsHeadlines li span{
	font-size:13px;
	color:#ec3029;

	font-weight:bold;
	float:left;
	width:45px;
}

.homesideBox h2{
	font-size:20px;
	color:#183765;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	border-bottom:#183765 solid 2px;
	font-family:Trebuchet MS;
}

.homesideBox .redBar{
	background-color:#ec3029;
	color:#FFFFFF;
	padding:8px;
	background-image:url(../../../_assets/_gfx/redBar.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	position:relative;
	font-size:14px;
	font-weight:bold;
}

.a_right{
	text-align:right;
}

.redBar b{
	background-image:url(../../../_assets/_gfx/red_arrow.gif);
	width:9px;
	height:7px;
	display:block;
	position:absolute;
	left:15px;
	bottom:-5px;
}

.homeprogram{
}

.homeprogram .item{
	padding:5px 10px;
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
	position:relative;
}

.homeprogram .item:last-child{
	border-bottom:none;
}

.homeprogram .item img{
	float:left;
	margin-right:10px;
}

.homeprogram .item span{
	font-weight:bold;
	color:#3d91e8;
	padding-left:10px;
}

.homeprogram .item a{
	color:#183765;
}

.homeprogram .item .game{
	display:block;
	float:left;
	margin-top:3px;
}

.homeprogram .dateTime{
	margin-top:4px;
	display:block;
}

.homeprogram .live{
	position:absolute;
	top:5px;
	right:5px;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	width:40px;
}

.homeprogram .live img{
	display:block;
	margin-bottom:2px;
}

.homeLiveScores{
}

.homeLiveScores .item{
	padding:5px 10px;
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
}

.homeLiveScores .item .scores{
	background-image:url(../../../_assets/_gfx/livescore_back.gif);
	width:88px;
	height:16px;
}

.homeLiveScores .item div{
	float:left;
}

.homeLiveScores .item td{
	vertical-align:middle;
	font-weight:bold;
	padding:0 5px;
}

.homeLiveScores .scores{
	text-align:center;
	padding:6px 0 0 0;
}

.homeLiveScores .scores span{
	padding:0 16px;
	color:#3d91e8;
}

.visitor, .home{
	width:80px;
}

.redBar a{
	color:#FFFFFF;
}

.redBar .newsDate{
	/*background-image:url(../../../_assets/_gfx/news_date.gif);*/
	background-image:url(../../../_assets/_gfx/NewspaperWidgetCalendar.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:5px 3px 6px 25px;
	position:absolute;
	font-size:12px;
	top:4px;
	left:13px;
}

.nThumb{
	float:left;
	margin:7px 5px 7px 6px;
	padding:3px 3px;
	border:#fff solid 1px;
}

.nThumb:hover{
	border:#CCCCCC solid 1px;
}


.homesideBox .more {
    color: #d9221b;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0 4px 10px;
		text-align:center;
		text-decoration:underline;
}

.homesideBox .special{
	margin:5px 0;
}

.homesideBox .special .item{
	margin:0px 10px;
	border-bottom:#d8d8d8 solid 1px;
	overflow:hidden;
	padding:5px 0;
}

.homesideBox .special .item:last-child{
	border-bottom:none;
}

.homesideBox .special img{
	border:#d8d8d8 solid 1px;
	padding:3px;
	background-color:#FFFFFF;
	margin-right:10px;
	float:left;
}

.homesideBox .special div a{
	font-size:16px;
	font-weight:bold;
	color:#183765;
	display:block;
	margin-bottom:3px;
}

.newsFeeds{
	padding:10px 15px;
}

.newsFeeds ul{
	margin-bottom:5px;
}

.newsFeeds li{
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 8px;
	display:block;
	padding:5px 0 5px 15px;
	font-family:Trebuchet MS;
	overflow:hidden;
}

.newsFeeds li a{
	font-size:13px;
	color:#183765;
	float:left;
	width:183px;
	margin-left:5px;
	margin-top:-1px;
	text-decoration:underline;
}



.newsFeeds li span{
	font-size:13px;
	color:#ec3029;
	font-weight:bold;
	float:left;
}

.footer{
	background-color:#FFFFFF;
	/*background-image:url(../../../_assets/_gfx/bottom_curve.gif);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	-webkit-border-radius: 0 0 4px 4px; 
	-moz-border-radius: 0 0 4px 4px; 
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	
	padding:5px 17px 20px 17px;
	color:#8f8f8f;
	position:relative;
}

.footer .socialBtns{
	position:absolute;
	right:17px;
	top:18px;
}

.line{
	height:1px;
	overflow:hidden;
	border-bottom:#e5e5e5 solid 1px;
	margin-bottom:15px;
}


.footer a{
	color:#8f8f8f;
}

/* New Footer */

.groupFooter table td{
	vertical-align:top;
}

.topMid{
	height:10px;
}


.fTitle a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin-bottom:25px;
	display:block;
}

.sTitle{
	font-weight:bold;
	margin-bottom:4px;
}


.fGroup{
	margin-bottom:15px;
	float:left;
}

.fGroup a{
	color:#fff;
	text-decoration:none;
	display:block;
	background-image:url(../../../_assets/_gfx/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:8px;
}

.fGroup a:hover{
	text-decoration:underline;
}

.fGroup li{
	margin:6px 0 6px 10px;
}

.fSep{
	padding-left:15px;
}


.explorerBar{
	background-image:url(../../../_assets/_gfx/explore_bar_off.gif);
	background-repeat:no-repeat;
	width:964px;
	padding:34px 0 0 0;
	cursor:pointer;
	margin:10px 0 0 0;
}

.groupFooter{
	background-color:#606060;
	border-left:#b4b4b4 solid 1px;
	border-right:#b4b4b4 solid 1px;
	background-image:url(../../../_assets/_gfx/footer_back.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:0 0 0 0;
	margin-top:-2px;
	display:none;
}

.fotter_bot{
	background-image:url(../../../_assets/_gfx/footer_back_bot.gif);
	width:964px;
	height:3px;
	overflow:hidden;
	display:none;
}

.midInBox{
	width:467px;
	margin-bottom:10px;
	margin-right:6px;
}

.midInBox .top{
	background-image:url(../../../_assets/_gfx/midInBox.gif);
	height:3px;
	overflow:hidden;
}

.midInBox .bot{
	background-image:url(../../../_assets/_gfx/midInBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.midInBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	overflow:hidden;
	background-color:#fff;
	padding:0 10px;
	position:relative;
}

.smallBox{
	width:178px;
	margin-bottom:10px;
}

.smallBox .top{
	background-image:url(../../../_assets/_gfx/smallBox.gif);
	height:3px;
	overflow:hidden;
}

.smallBox .bot{
	background-image:url(../../../_assets/_gfx/smallBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.smallBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	overflow:hidden;
	background-color:#fff;
}


.midInBox .title{
	padding:5px 0 2px 0;
	font-size:22px;
	color:#183765;
	font-family:Trebuchet MS;
}

.midInBox .title span{
	float:right;
	font-size:15px;
	margin-top:-20px;
	font-weight:bold;
}

.midInBox .title h1{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:3px;
}

.smallBox .title{
	padding:5px 0 2px 0;
	font-size:18px;
	color:#183765;
	font-family:Trebuchet MS;
}

.smallBox .title h1{
	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding:0 10px 7px 10px;
}



.midInBox .video{
	background-image:url(../../../_assets/_gfx/video_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}

.midInBox .photo{
	background-image:url(../../../_assets/_gfx/photo_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}

.midInBox .gallery{
	background-image:url(../../../_assets/_gfx/gallery_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}

.midInBox h2{
	margin:10px 0;
	padding:10px 0 0px 0;
	color:#183765;
}

.midInBox h2 a{
	color:#183765;
	font-size:18px;
	font-family:"Trebuchet MS";
}

.midInBox h2 span{
	display:block;
}

.midInBox .article h2:first-child {
	color:#183765;
	font-size:18px;
	font-family:"Trebuchet MS";
}

.midInBox .article h2:first-child span{
	display:block;
	font-size:11px;
}

.CMTcopy{
	margin-top:0px;
	margin-bottom:0px;
	font-size:13px;
	font-family:Arial;
	color:#666666;
	text-align:justify;
	padding:0;
	line-height:16px;
}

.CMTcopy ul{
	margin:0;
	padding:5px 0 10px 20px;
}

.CMTcopy ul li{
	margin:0;
	padding:0;
	list-style-type:circle;
}

.CMTcopy p{
	margin:10px 0;
	padding:0;
}

.CMTcopy a{
	font-size:12px;
	font-family:Arial;
	color:#336da6;
	text-decoration:none;
}

.CMTcopy a:hover{
	text-decoration:underline;
}

.CMTcopy img{
	margin:5px 20px 3px 0;
}

.CMTcopy .read-more a{
	display:block;
	float:right;
	margin:10px 0;
	text-decoration:underline;
	font-size:10px !important;
	font-weight:bold;
	color:#FF0000;
}

.CMTcopy h2{
	font-size:17px;
}

.relativeNews{
	margin:20px 0 0px 0;
	border-top:#acacac dotted 1px;
}

.relativeNews .item{
	border-bottom:#acacac dotted 1px;
	padding:10px 0;
	font-size:12px;
}

.relativeNews .item .tag{
	display:block;
	padding:0 0 5px 0;
}

.relativeNews .item .tag a{
	color:#ef001f;
	font-weight:bold;
}

.relativeNews .item h3 a{
	padding:0 0 3px 0;
	color:#183765;
	display:block;
}

.pagerDiv{
	padding:5px 1px 5px 1px;
	color:#000;
	font-size:11px;
}

.pagerDiv table td{
	vertical-align:middle;
}

.pagerDiv a{
	color:#183765;
}

.selected{
	color:#183765;
	font-family:Arial; 
	font-weight:bold; 
	font-size:11px;
}

.pagerLink:Link {color:#183765; text-decoration:none; font-family:'Arial'; font-weight:normal; font-size:11px;}
.pagerLink:Visited {color:#183765; text-decoration:none; font-family:'Arial'; font-weight:normal; font-size:11px;}
.pagerLink:Hover {color:#183765; text-decoration:underline; font-family:'Arial'; font-weight:normal; font-size:11px;}

.breadcrumbs{
	color:#7b7b7b;
	margin-bottom:10px;
	font-weight:bold;
	/*float:left;*/
	position:relative;
}

.breadcrumbs a{
	color:#7b7b7b;
	font-weight:normal;
}

.mainSocial{
	float:right;
	height:25px;
	margin-top:-10px;
	margin-right:-15px;
}

.col1{
	width:475px;
	float:left;
}

.col2{
	width:178px;
	float:left;
}

.doubleColumn{
	width:655px;
}

.bigTabs{
	border-bottom:#FF0000 solid 2px;
	margin:25px 0 5px 0;
	position:relative;
}

.bigTabs ul.tabs {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	overflow:hidden;
	margin-top:-25px;
}

.bigTabs ul.tabs li {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;

	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	
}

.bigTabs ul.tabs li a {
	text-decoration: none;
	color: #ed9b9d;
	display: block;
	font-size: 14px;
	font-family:Trebuchet MS;
	text-align:center;
	outline: none;
	height: 31px;
	padding:2px 10px;
	position:relative;
	background-image:url(../../../_assets/_gfx/r_mediaTabRight_off.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:7px;
	z-index:1;
}

.bigTabs ul.tabs li a b{
	background-image:url(../../../_assets/_gfx/r_mediaTabLeft_off.png);
	background-repeat:no-repeat;
	width:16px;
	height:31px;
	display:block;
	position:absolute;
	right:-15px;
	top:0;
}

html .bigTabs ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/r_mediaTabRight_on.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 10px;
	z-index:5;
}

html .bigTabs ul.tabs li.active a  b{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/r_mediaTabLeft_on.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
}

html .bigTabs ul.tabs li.active a{
	color:#fff;
}

.sideDrop{
	background-image:url(../../../_assets/_gfx/sideDrop.gif);
	width:174px;
	height:19px;
	border:0;
	padding:3px 2px 2px 2px;
	position:absolute;
	top:5px;
	right:0px;
}

.sideDrop select{
	border:0;
	width:172px;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#7b7b7b;
	height:19px;
}

.sideDrop2{
	background-image:url(../../../_assets/_gfx/sideDropSmall.png);
	width:137px;
	height:19px;
	border:0;
	padding:3px 2px 2px 2px;
	margin:0 0 0 8px;
}

.sideDrop2 select{
	border:0;
	width:136px;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#7b7b7b;
	height:19px;
}

.sideDrop3{
	background-image:url(../../../_assets/_gfx/sideDrop3.png);
	width:117px;
	height:19px;
	border:0;
	padding:3px 2px 2px 2px;
	margin:0 0 0 8px;
}

.sideDrop3 select{
	border:0;
	width:116px;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#7b7b7b;
	height:19px;
}

.sideDropWidget{
	background-image:url(../../../_assets/_gfx/sideDropSmall.png);
	width:177px;
	height:19px;
	border:0;
	padding:3px 2px 2px 2px;
	margin:0 0 0 8px;
}

.sideDropWidget select{
	border:0;
	width:176px;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#7b7b7b;
	height:19px;
}

.sideDropWidgetTD
{
	margin:0 0 0 8px;
}


.greyBack{
	padding:5px 10px;
	background-color:#f3f3f3;
	position:relative;
}

.greyBack{
	padding:5px 10px;
	background-color:#f3f3f3;
	position:relative;
	overflow:hidden;
}

.greyBack img{
	float:right;
}

.greyBack span{
	padding:10px 0;
	display:block;
	float:left;
	font-weight:bold;
}

.team{
	padding:5px 0;
}

.team ul{
	padding:0 10px;
}

.team li{
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding:3px 5px 3px 12px;
}

.team li a{
	text-decoration:none;
}

.team li a:hover{
	text-decoration:underline;
}

.team span{
	display:block;
	color:#183765;
	text-decoration:none;
	padding:3px 0 3px 5px;
	background-image:url(../../../_assets/_gfx/blueArrow2.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	margin-left:5px;
	font-weight:bold;
}
.team span b{
	color:#183765;
	background-image:none;
	font-weight:normal;
}

.team a{
	text-decoration:underline;
	color:#183765;
}

.team table{
	margin:5px;
	width:165px;
}

.team table td{
	padding:3px 2px;
	color:#183765;
	font-weight:bold;
}

.team table .tg{
	width:20px;
	text-align:center;
}

.team table .tg span{
	background-color:#ebebeb;
	padding:1px;
	margin:0;
	font-weight:normal;
	width:20px;
}

.team .more{
	text-align:center;
	width:180px;
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	float:right;
	padding:5px 0;
	text-decoration:underline;
}

.team table b{
	display:block;
}

.team .time{
	font-weight:normal;
}

.team .sep{
	border-bottom:#eaeaea solid 1px;
	padding:0;
}


.bigInBox{
	width:653px;
	margin-bottom:10px;
}

.bigInBox .top{


	background-image:url(../../../_assets/_gfx/bigInBox.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:3px;
}

.bigInBox .topMedia{
	background-image:url(../../../_assets/_gfx/bigInBoxTop.gif);
	overflow:hidden;
	height:45px;
	position:relative;
}

.bigInBox .bot{
	background-image:url(../../../_assets/_gfx/bigInBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.bigInBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	/*overflow:hidden;*/
	background-color:#fff;
	padding:0 20px;
	position:relative;
}

.bigInBox h1{
	color:#183765;
	font-family:Trebuchet MS;

	font-weight:normal;
	border-bottom:#ed302a solid 2px;
	padding-bottom:5px;
	font-size:22px;
	padding-top:5px;
}

.bigInBox h1 a{
	color:#183765;
	font-family:Trebuchet MS;

	font-weight:normal;
	/*border-bottom:#ed302a solid 2px;*/
	padding-bottom:5px;
	font-size:22px;
	padding-top:5px;
}

.paperStripe{
	padding:10px;
	background-color:#183765;
	color:#fff;
	font-weight:bold;
	position:relative;
	margin-bottom:20px;
}

.paperStripe b{
	background-image:url(../../../_assets/_gfx/arrow_blue.gif);
	width:9px;
	height:5px;
	position:absolute;
	left:20px;
	bottom:-5px;
	display:block;
}

.paperStripe .date{
	position:absolute;
	right:5px;
	top:4px;
	*top:7px;
}

.paperStripe table{
	width:100px;
}

.paperStripe .date td{
	vertical-align:middle;
}

.paperStripe .date input{
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	color:#183765;
	padding:0 6px;
	float:left;
}

.ui-datepicker-trigger{
	position:absolute;
	margin:2px 0 0 -23px;
}

.paperthumbs{
	padding-bottom:10px;
	overflow:hidden;
}

.paperthumbs .item{
	float:left;
	border:#d8d8d8 solid 1px;
	width:179px;
	padding:5px;
	margin:6px;
}

.paperthumbs .item:hover{
	background-color:#f1f1f1;
}

.paperthumbs .item:hover span{
	background-color:#183765;
	border-bottom:#ec3029 solid 1px;
	color:#fff;
}

.paperthumbs img{
	opacity:0.9;
	filter: alpha(opacity = 90);
}

.paperthumbs .item:hover img{
	opacity:1;
	filter: alpha(opacity = 100);
}

.paperthumbs span{
	display:block;
	background-color:#f1f1f1;
	border-bottom:#f1f1f1 solid 1px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#183765;
	padding:5px;
}

.paperHolder{
}

.ui-datepicker{
	display:none;
}


.hugeBox{
	width:964px;
	margin-bottom:10px;
}

.hugeBox .top{
	background-image:url(../../../_assets/_gfx/hugeBox.gif);
	height:3px;
	overflow:hidden;
}

.hugeBox .bot{
	background-image:url(../../../_assets/_gfx/hugeBox.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:3px;
}

.hugeBox .mid{
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	background-color:#fff;
	padding:0 0;
}

.liveStream{
}

.liveStream .title{
	background-color:#eeeeee;
	margin:0 2px;
	border-bottom:#ec3029 solid 2px;
	font-size:22px;
	font-family:Trebuchet MS;
	padding:7px 10px 1px 10px;
	overflow:hidden;
}

.liveStream .title span{
	font-size:15px;
	color:#5f5f60;
	margin-top:10px;
}

.liveStream .title b{
	font-weight:normal;
	float:left;
	margin-top:5px;
}

.sponsorArea{
	height:500px;
	width:958px;
	height:535px;
	margin-left:2px;
	position:relative;
}

.streamInfoText{
	padding:15px 10px;
	font-size:13px;
	line-height:16px;
}

.webterms{
	background-image:url(../../../_assets/_gfx/guide_btn.gif);
	width:118px;
	height:14px;
	text-indent:-999999px;
	display:block;
	position:absolute;
	top:5px;
	right:5px;
}

.webcontact{
	background-image:url(../../../_assets/_gfx/contact_btn.gif);
	width:88px;
	height:14px;
	text-indent:-999999px;
	display:block;
	position:absolute;
	top:5px;
	right:130px;
}


.userGuide{
	position:absolute;
	background-color:#fff;
	top:10px;
	width:490px;
	height:493px;
	right:10px;
	padding:10px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	display:none;
}

.userGuide .guide{
	overflow-y: scroll;
	height:470px;
	padding:0 8px 0 0;
}

.userGuide b{
	display:block;
	float:left;
	width:300px;
	padding:5px 0;
	color:#01318c;
}

.closeGuide{
	float:right;
	font-weight:bold;
	color:#01318c;
	text-decoration:none;
	margin-right:5px;
}

.closeGuide:hover{
	color:#FF0000;
}

.streamProgram{
	background-image:url(../../../_assets/_gfx/streamingList_Back.png);
	width:413px;
	position:absolute;
	left:10px;
	bottom:13px;
}

.bCurve{
	background-image:url(../../../_assets/_gfx/streamingList_Back.png);
	width:413px;
	height:3px;
	background-position:left bottom;
	margin: -5px -3px;
}

.streamProgram .paperStripe{
	background-color:#ec3029;
	margin:3px;
}

.streamNews{
	margin:3px;
}

.streamNews h2{
	font-size:14px;
	font-family:Trebuchet MS;
	padding:0 0 5px 0;
}

.streamNews span{
	float:left;
	margin-right:10px;
	padding-top:2px;
}

.streamNews .pad{
	/*height:43px;*/
	overflow:hidden;
	margin-bottom:10px;
}

.pad{
	padding:10px;
}

.streamFeed{
	bottom:5px;
	width:390px;
	margin-left:8px;
	position:relative;
	overflow-y:scroll;
	overflow-x:hidden;
}

.streamFeed .time{
	background-image:url(../../../_assets/_gfx/time.gif);
	width:39px;
	height:13px;
	padding:3px 0 0 25px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}

.watch_now_btn{
	background-image:url(../../../_assets/_gfx/whach_now_btn.gif);
	width:89px;
	height:16px;
	display:block;
	float:left;
}

.times{
	width:160px;
}

.streamFeed table{
	bottom:2px;
}

.streamFeed table td{
	padding:4px 2px;
	border-top:#acacac dotted 1px;
	vertical-align:middle;
}


.streamFeed table tr:hover td{
	background-color:#ebebeb;
}

.streamFeed table td a{
	color:#183765;
}

.myaddthis{
	margin:10px 0 !important;
}

.banner300x250{
	margin:0 0 10px 0;
}


.midInBox .mediaLoader{
	position:absolute;
	right:0;
	bottom:auto;
}

.moreNews{
	padding:0 5px;
}

.moreNews .item{
	border-bottom:#d5d5d5 solid 1px;
	padding:3px 5px;
}

.moreNews .item a{
	display:block;
	text-decoration:none;
	padding:2px 0;
}

.moreNews .item a:hover{
	text-decoration:underline;
}

.commentsHolder{
	padding:1px;
	background-color:#FFFFFF;
	padding-bottom:8px;
}

.commentsHolder .top{
	background-color:#c5c6c8;
	padding:10px;
	font-size:17px;
	font-weight:bold;
	color:#000000;

}

.com{
	position:absolute;
	right:5px;
	top:2px;
	background-image:url(../../../_assets/_gfx/comBubble.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:63px;
	font-size:12px;
	padding:5px 75px 0 5px;
}

.com span{
	border-left:#dcdcde solid 1px;
	padding:5px 0px 6px 15px;
	display:block;
}


.c_pad .commentCount{
	position:absolute;
	right:10px;
	top:15px;
	font-weight:bold;
}

.commentsHolder .items .item{
	overflow:hidden;
	font-size:12px;
	border-bottom:#e2e2e3 dotted 1px;
	padding-bottom:5px;
	margin-bottom:5px;
}

.commentsHolder .items .item img{
	float:left;
	margin-right:10px;
	border:#d8d8d8 solid 1px;
	padding:4px;
}

.commentsHolder .items .item .date{
	float:left;
	display:block;
	padding:2px 6px 0 0;
	font-size:10px;
	color:#2079b5;
	
}

.commentsHolder .items .item .nick{
	float:left;
	display:block;
	padding:2px 10px 0 0px;
	font-size:11px;
	color:#2079b5;
	font-weight:bold;
}

.commentsHolder .comForm{
	background-color:#f0f0f0;
	padding:10px;
}

.commentsHolder .comTxtArea{
	width:98%;
	height:80px;
	background-color:#FFFFFF;
	border:#bfbfbf solid 1px;
	padding:5px;
	font-family:Arial;
	font-size:12px;
}

.login2{
	height:25px;
}

.login2 .loginBtn{
	background-image:url(../../../_assets/_gfx/login_btn.png);
	background-repeat:no-repeat;
	padding:2px 0 2px 20px;
	height:16px;
	margin-top:8px;
	display:block;
	float:left;
	color:#7b7b7b;
	text-decoration:none;
}

.reg2{
	color:#7b7b7b;
	display:block;
	border-left:#7b7b7b solid 1px;
	margin:5px 0 0 10px;
	padding:5px 5px 5px 35px;
	float:left;
	background-image:url(../../../_assets/_gfx/pen.png);
	background-position:10px 1px;
	background-repeat:no-repeat;
}

.reg2 a{
	color:#7b7b7b;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
}

.reg2 a:hover{
	text-decoration:underline;
}

.reg3{
	color:#7b7b7b;
	display:block;
	margin:5px 0 0 -10px;
	padding:5px 5px 5px 35px;
	float:left;
	background-image:url(../../../_assets/_gfx/pen.png);
	background-position:10px 1px;
	background-repeat:no-repeat;
}

.reg3 a{
	color:#7b7b7b;
	text-decoration:none;
	font-weight:bold;
	margin-right:20px;
}

.reg3 a:hover{
	text-decoration:underline;
}

.submitComment{
	width:155px;
	height:20px;
	background-image:url(../../../_assets/_gfx/send_comment.gif);
	background-repeat:no-repeat;
	border:0;
	float:right;
	margin:5px 0 0 0;
}

.bigInBox .c_pad{
	padding:0 10px !important;
}

.bigInBox .c_pad h1{
	margin-bottom:10px;
}

.banner{
	margin:10px 0;
}
 .newsListFilter
 {
     background-color:#EF1F24; 
     color:#ffcccc; 
     text-align:right;
     padding:7px;
     font-size:14px;
 }
 .newsListFilter a
 {
    color:#ffcccc; 
    font-size:14px;
    margin: 0px 5px 0px 5px;
 }
 .newsListFilter a.active
 {
    font-size:14px;
    font-weight:bold;
    color:#fff; 
 }
 
.newsList{
	margin:10px 0;

}

.newsList .item{
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
	margin-bottom:10px;
}

.newsList .photo{
	position:relative;
	display:block;
	opacity:1;
	filter: alpha(opacity = 100);
	float:left;
}

.newsList .photo:hover{
	opacity:0.9;
	filter: alpha(opacity = 90);
}

.newsList .photo img{
	border:#CCCCCC solid 1px;
	padding:4px;
	float:left;
	margin-right:10px;
}

.newsList .photo b{
	background-image:url(../../../_assets/_gfx/play_btn.png);
	width:42px;
	height:41px;
	display:block;


	position:absolute;
	top:30px;
	left:60px;
}

.newsList .item .date{
	font-weight:bold;
	margin:0 0 10px 0;
}

.newsList .item h2 a{
	font-size:17px;
	color:#183765;
	margin-bottom:10px;
	display:block;
	height:17px;
	overflow:hidden;
}
.newsList .item .reLinks a {
    font-size: 14px;
    color: #183765;
}

.newsList .item .reLinks{
	background-color:#f4f4f4;
	margin:10px 0 1px 0;
	padding:10px;
	overflow:hidden;
}

.newsList .item .reLinks span{
	float:left;
	font-weight:bold;
	background-image:url(../../../_assets/_gfx/arrow_grey.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}

.newsList .item .reLinks ul{
	float:left;
	width:520px;
}

.tab_container .newsList .item .reLinks ul{
	float:left;
	width:480px;
}

.newsList .item .reLinks li{
	float:left;
	margin:0px 10px;
	padding:0 0 3px 10px;
	background-image:url(../../../_assets/_gfx/arrowBullet.png);
	background-repeat:no-repeat;
	background-position:left 2px;
}

.newsList .item .reLinks li a{
	color:#183765;
	text-decoration:underline;
}

/* logaras css */
.newsList .item .reLinksTags {
	margin: 10px 0 1px 0;
	padding: 0px 10px 5px 0px;
	overflow: hidden;
}
.newsList .item .reLinksTags ul {
	float: left;

}
.newsList .item .reLinksTags li {
	float: left;
	margin: 0px 0px;
	padding: 3px 0 3px 3px;
	color: #8b8b8b;
}
.newsList .item .reLinksTags li a {
	color: #8b8b8b;
	text-decoration: none;
}
.newsList .item .reLinksTags li a:hover {
	text-decoration: underline;
}

.newsList .item .reLinksTags li:last-child 
{
	display: none;
}

/* logaras css */

/* kxip */

.newsList .item .desc{
	height:23px;
	overflow:hidden;
	 margin: -5px 0 0 0;
}

#mediaGallery{
	border:#CCCCCC solid 1px;
	margin-top:10px;
}

.mediaInfo{
	padding:20px 0;
	font-size:14px;
}

.mediaInfo .date{
	font-size:12px;
	font-weight:bold;
}

.mediaInfo h1{
	border-bottom:none;
	font-family:Trebuchet MS;
}

.tags{
	margin:0;
	font-size:11px;
	border-left:#D8D8D8 solid 1px;
	border-right:#D8D8D8 solid 1px;
	padding:10px 20px;
}

.tags a{
	color:#183765;
}

/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../../../_assets/_gfx/star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:20px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:20px;
line-height:20px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;

display: inline-block;
vertical-align: middle;
}

.raterId{
	float:right;
	margin-top:5px;
	padding-left:6px;
	margin-left:5px;
}

.rateDiv{
	width:60px;
	position:absolute;
	margin-top:10px;
	right:15px;
}

.mythis{
	padding-top:8px;
}

.mythis a{
	color:#999999;
	font-weight:bold;
	padding-top:10px;
}

.banner468x60{
	/*
    width:468px;
	height:60px;
    */
	margin:10px auto;
	text-align: center;
}

.tags{
	background:#f8f8f8;
}

.mediaCenter{
	margin:0px 0;
	padding:10px 0;
}

.mediaCenter ul.tabs {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	overflow:hidden;
	border-bottom:#ec3029 solid 2px;
}

.mediaCenter ul.tabs li {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	
}

.mediaCenter ul.tabs li a {
	text-decoration: none;
	color: #ed9b9d;
	display: block;
	font-size: 14px;
	font-family:Trebuchet MS;
	text-align:center;
	outline: none;
	height: 31px;
	padding:2px 10px;
	position:relative;
	background-image:url(../../../_assets/_gfx/r_mediaTabRight_off.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-right:7px;
	z-index:1;
}

.mediaCenter ul.tabs li a b{
	background-image:url(../../../_assets/_gfx/r_mediaTabLeft_off.png);
	background-repeat:no-repeat;
	width:16px;
	height:31px;
	display:block;
	position:absolute;
	right:-15px;
	top:0;
}

html .mediaCenter ul.tabs li.active a  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/r_mediaTabRight_on.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
	padding:0px 10px;
	z-index:5;
}

html .mediaCenter ul.tabs li.active a  b{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/r_mediaTabLeft_on.png) !important;
	background-repeat:no-repeat;
	background-position:left top;
}

html .mediaCenter ul.tabs li.active a{
	color:#fff;
}

.mediaCenter .mediaHolder{
}

.mediaCenter .mediaHolder .bar{
	background-color:#f2f2f2;
	padding:6px 10px;
	border-top:#ec3029 solid 2px;
	font-weight:bold;
	position:relative;
}

.bigInBox .topMedia span{
	display:block;
	float:left;
	margin:15px 0 0 20px;
	font-size:15px;
	font-weight:bold;
}

.mediaSearch{
	float:right;
	margin:10px 20px 0 0;
}

.mediaSearch .mSearch{
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, border;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	position:absolute;
	right:20px;
	width: 100px;
	background-image:url(../../../_assets/_gfx/search_ico.gif);
	background-repeat:no-repeat;
	background-position:right center;
	border:#dddddd solid 1px;
	padding:5px;
	font-size:10px;
	color:#7b7b7b;
}

.mediaSearch .mSearch:focus{
	width: 200px;
	border:#183765 solid 1px;
}

.pagerText{
	position:absolute;
	top:6px;
	right:10px;
	font-weight:normal;
}


.mediaItems{
	margin:10px 0;
}

.scroll{
	overflow:auto;
	height:530px;
}

.scroll .item{
	margin:5px 1px 5px 0 !important;
}

.mediaItems .item{
	float:left;
	width:197px;
	margin:5px 10px 5px 0;
}

.mediaItems .item:nth-child(3n + 3){
	margin-right:0px;
}

.mediaItems .item img{
	border:#d8d8d8 solid 1px;
	padding:4px;
	opacity:0.9;
}

.mediaItems .item img:hover{
	opacity:1;
}

.mediaItems .item h2 a{
	display:block;
	margin:3px 0;
	color:#183765;
}

.mediaItems .item .info{
	margin:3px 6px;
}

.mediaItems .item .time{
	overflow:hidden;
	margin-top:10px;
	font-weight:bold;
}

.mediaItems .item .time span{
	float:left;
}

.mediaItems .item .time b{
	float:right;
	color:#d2050a;
}

.mediaSep{
	clear:both;
	background-image:url(../../../_assets/_gfx/mediaSep.gif);
	height:3px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

.mediaCenter .mediaHolder .bar table td {
    vertical-align: middle;
}

.mediaCenter .mediaHolder .bar .sideDrop2{
	width:160px;
	background-image:none;
}

.mediaCenter .mediaHolder .bar .sideDrop2 select{
	width:160px;
	border:#d8d8d8 solid 1px;
	padding:2px;
	border-radius:3px;
	height:23px;
}

.mediaCenter .mediaHolder .bar a{
	color:#183765;
	padding:0 5px;
	font-weight:normal;
}

.mediaCenter .mediaHolder .bar .active{
	font-weight:bold;
}

.sideStream{
	margin:5px;
}

.sideStream .info{
	color:#5e7394;
	padding:5px;
}

.sideStreamUL{
	border-top:#acacac dotted 1px;
}

.sideStreamUL li{
	padding:3px 10px;
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
}

.sideStreamUL li.active{
	background-color:#ebebeb;
	font-weight:bold;
}

.sideStreamUL li a{
	color:#183765;
	width:194px;
	display:block;
	float:left;
}

.sideStreamUL li .str_btn{
	background-image:url(../../../_assets/_gfx/stream_btn_small.gif);
	width:17px;
	height:16px;
	float:left;
	display:block;
	margin-top:-2px;
}

.sideStreamUL li span{
	float:left;
	display:block;
	width:65px;
}

.sideStream .more{
	float:right;
	width:80px !important;
	text-decoration:underline;
}

.sideStream b{
	background-image:url(../../../_assets/_gfx/stream_btn_small.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 20px 3px 0;
	float:left;
	margin:0 0 5px 5px;
	font-weight:normal;
}




.contact td{
	padding:2px 0px 2px 0px;
	vertical-align:middle;
}

.contact td table td{
	border-top:none;
}

.contact td img{
	margin-left:3px;
}

.contactBot{
	height:28px;
	color:#858585;
	padding:2px 0 0 0px !important;
}


.contactField{
	/*border:#f6f6f6 solid 2px;*/
	border:#ebebeb solid 1px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:4px 3px 3px 3px;
	background-color:#fcfcfc;
	border-radius:3px;
}

.contactField2{
	border:#ebebeb solid 1px;
	width:270px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:4px 3px 3px 3px;
	background-color:#fcfcfc;
	border-radius:3px;
	margin-right:30px;
}

.contactField3{
	border:#ebebeb solid 1px;
	width:335px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:4px 3px 3px 3px;
	float:left;
	background-color:#fcfcfc;
	border-radius:3px;
}

.contactFieldDate{
	width:0px;
	height:1px;
	float:left;
	border:0;
	background-color:#fcfcfc;
	border-radius:3px;
}

.contactFieldArea{
	border:#ebebeb solid 1px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:4px 3px 3px 3px;
	background-color:#fcfcfc;
	border-radius:3px;
}

.contactFieldArea2{
	border:#ebebeb solid 2px;
	width:148px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:3px 3px 3px 3px;
	background-color:#fcfcfc;
	border-radius:3px;
}

.formLabel{
	width:110px;
	font-weight:bold;
	color:#183765;
}


.formLabel span{
	background-image:url(../../../_assets/_gfx/arrow_grey2.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
	display:block;
	color:#183765;
}

.contact td .blue{
	color:#183765;
	display:block;
	padding-bottom:10px;
}

.margin{
	margin:5px 10px 5px 0px;
}

.margin2{
	margin-right:5px;
}

.error{
	color:#FF0000;
	padding-bottom:5px;
}

.success{
	color:#00CC00;
	padding-bottom:5px;
}

.text{
	margin:10px 0;
	font-size:13px;
}

.text a{
	color:#ee2024;
}

.form_submin_btn{
	background-image:url(../../../_assets/_gfx/form_submit_btn.gif);
	width:155px;
	border:0;

	display:block;
	text-align:center;
	padding:4px 0 5px 0;
	color:#FFFFFF;
	float:right;
}

.form_clear_btn{
	background-image:url(../../../_assets/_gfx/form_clear_btn.gif);
	width:155px;
	border:0;
	display:block;
	text-align:center;
	padding:4px 0 5px 0;
	color:#183766;
	float:right;
}

.file_input_div
{
	position: relative; 
	width: 126px;
	height: 23px; 
	overflow: hidden;
}

.file_input_button
{
	background-image:url(../../../_assets/_gfx/search_btn.gif);
	width:126px;
	height:20px;
	border:0;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

.file_input_textboxL
{
	float: left;
	border:#ebebeb solid 1px;
	font-family:Arial;
	font-size:11px;
	color:#183765;
	padding:4px 3px 3px 3px;
	background-color:#fcfcfc;
	border-radius:3px;
	width:315px;
}


.w485{
	width:485px;
}

.w470{
	width:470px;
}

.w493{
	width:493px;
}

.w150{
	width:170px;
}

.w162{
	width:162px;
}

.w163{
	width:163px;
}

.w180{
	width:178px;
}

.w80{
	width:59px;
}

.socialRegister{
	overflow:hidden;
	border-top:#ec3029 solid 2px;
}

.socialRegister .item{
	float:left;
	width:300px;
	padding:0px 0;
	margin:10px 0;
}

.socialRegister .item:first-child{
	border-right:#CCCCCC solid 1px;
	margin-right:10px;
}

.socialRegister .item img{
	border:#d8d8d8 solid 1px;
	padding:4px;
	float:left;
	margin-right:10px;
}

.fbLink{
	padding-top:25px;
	color:#183765;
	display:block;
	background-image:url(../../../_assets/_gfx/fb_link.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:185px;
	padding-bottom:5px;
	font-size:13px;
	float:left;
}

.twLink{
	padding-top:25px;
	color:#183765;
	display:block;
	background-image:url(../../../_assets/_gfx/twLink.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:185px;
	padding-bottom:5px;
	font-size:13px;
	float:left;
}

.vpad{
	margin:10px 0;
}

.servicesHolder{
}

.servicesHolder .item{
	overflow:hidden;
	border-bottom:#acacac dotted 1px;
	padding:10px 0;
}

.servicesHolder .item img, .mobileHolder img{
	border:#d8d8d8 solid 1px;
	padding:4px;
	float:left;
	margin-right:10px;
}

.servicesHolder .more{
	float:right;
	font-size:10px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
	text-decoration:underline;
}

.mobTitle{
	font-size:18px;
	border-bottom:#183765 solid 2px;

	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:3px;
}

.mobTabs .tabs{
	border-bottom: #ED302A solid 2px;
}

.mobileHolder{
	overflow:hidden;
	padding:10px 0;
}

.mobileHolder ul{
	float:left;
	width:380px;
	padding:0;
}

.mobileHolder li{
	margin:0px !important;
	padding:10px 0  10px 15px !important;
	list-style:none !important;
	background-image:url(../../../_assets/_gfx/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:left 13px;
}

.moBar{
	background-color:#eaeaea;
	padding:10px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

.mobHolder{
	width:420px;
	margin:40px auto;
	overflow:hidden;
}

.mobHolder .item{
	width:190px;
	float:left;
	font-size:14px;
}

.mobHolder .item img{
	border:#d8d8d8 solid 1px;
	padding:4px;
	margin-top:10px;
}

.mobHolder .bd{
	border-right:#d7d7d7 solid 1px;
	margin-right:20px;
}

.select_widget{
	background-color:#f1f1f1;
	padding:5px 10px;
	margin-bottom:5px;
	background-image:url(../../../_assets/_gfx/wi_back.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.widget_btn{
	width:20px;
	height:22px;
	position:absolute;
	margin-left:-22px;
	border:0;
	cursor:pointer;
}

.tvwidget_btn{
	width:20px;
	height:22px;
	position:absolute;
	margin-left:-22px;
	border:0;
	cursor:pointer;
	background-color:transparent;
}

.topMedia .widget_btn {
    border: 0 none;
    cursor: pointer;
    height: 22px;
    margin-left: -22px;
	background-color:transparent;
    position: absolute;
    right: 25px;
    width: 20px;
}

.wiSearch{
	margin:0;
}

.wiSearch .mSearch{
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, border;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	width: 140px;
	background-image:url(../../../_assets/_gfx/search_ico.gif);
	background-repeat:no-repeat;
	background-position:right center;
	border:#dddddd solid 1px;
	padding:4px 26px 4px 4px;
	font-size:10px;
	color:#7b7b7b;
	border-radius:2px;
}

.wiSearch .mSearch:focus{
	border:#9d9d9d solid 1px;
}

.select_widget .sideDrop2{
	margin:0;
}

.select_widget td{
	padding:2px 0;
}

.mobileTabs{
	overflow:hidden;
}


.daysHolder{
	width:570px;
	height:22px;
	float:left;
	margin-top:10px;
	padding-top:8px;
	margin-left:5px;
}

.inTv .daysHolder{
	margin-left:0px !important;
}

.daysHolder a{
	background-image:url(../../../_assets/_gfx/dayBack_off.gif);
	background-repeat:no-repeat;

	width:35px;
	height:14px;
	font-size:10px;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:3px 0 0 0;
	margin-right:5px;
	float:left;
}

.daysHolder a:hover, .daysHolder .active{
	background-image:url(../../../_assets/_gfx/dayBack_on.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#fff;
	font-weight:bold !important;
}

.mobProgram{
	border:#d9d9d9 solid 1px;
	padding:1px;
	overflow:hidden;
}

.mobProgram .chan{
	background-image:url(../../../_assets/_gfx/prBack.gif);
	background-repeat:repeat-x;
	height:38px;
	text-align:center;
}

.mobProgram .chan img{
	padding:7px 0;
}

.mobProgram .col{
	float:left;
	width:202px;
	border-right:#d9d9d9 solid 1px;

}

.mobProgram .col:last-child{
	border-right:none;
	width:201px;
}

.mobProgram .item span{
	display:block;
	padding:5px;
}

.mobProgram .item b{
	display:block;
	padding:5px;
	background-color:#f0f0f0;
	font-weight:normal;
	color:#959595;
	position:relative;
}

.mobProgram .item img{
	float:right;
	margin-top:-3px;
}

.vathHead td{
	border-top:#ddecff solid 1px;
	border-bottom:#ddecff solid 1px;
	padding:8px;
	background-color:#e1e9f7;
	color:#5a85cf;
	font-size:12px;
	font-weight:bold;
	width:50%;
}

.vathBor{
	border-right:#ddecff solid 1px;
}

.hLeft{
	background-position:left top;
	padding:0 0 0 20px;
	text-align:left;
}

.hRight{
	background-position:left top;
	padding:0 20px 0 0 ;
	text-align:right;
}

.vathTR td{
	padding:15px 0;
}

.vathTR td a{
	display:block;
	background-repeat:no-repeat;
	color:#000000; 
	font-weight:bold;
	text-decoration:none;
	margin:2px 10px;
}

.vathTR td a:hover{
	text-decoration:underline;
}

.vathArr_left{
	padding: 3px 0 3px 10px;
	background-position:left 6px;
	background-image:url(../../../_assets/_gfx/vathArrow_left.gif);
}

.vathArr_right{
	padding: 3px 10px 0 3px;
	background-position:right 6px;
	background-image:url(../../../_assets/_gfx/vathArrow_right.gif);
	text-align:right;
}

.flag{
	background-image:none !important;
	margin:4px;
}


.webTv{
	/*background-image:url(../../../_assets/_gfx/webtvback.png);*/
	background-repeat:no-repeat;
	width:916px;
	height:584px;
	margin:0 auto;
	position:relative;
}

.sponsor-logo{
	padding:20px 0 0 60px;
	float:left;
}

.wTitle{
	float:right;
	margin:60px 80px 0 0;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}

.wTitle select{
	border:#6f6f6d solid 1px;
	color:#000;
	padding:2px;
	width:490px;
	font-size:11px;
	border-radius:4px;
}

.webTvObject{
	width:768px;
	height:432px;
	margin:10px auto;
	
}

.wDesc{
	width:660px;
	margin:0 auto;
	padding-top:10px;
	height:34px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}

.webTvStats{
	background-image:url(../../../_assets/_gfx/shadow2.png);
	margin:0px 10px 0px 10px;
}

.tvScores{
	background-image:url(../../../_assets/_gfx/tvScoreback.png);
	width:440px;
	height:164px;
	position:relative;
}

.tvCol{
	padding:20px;
	width:50%;
}

.hostTeam{
	background-image:url(../../../_assets/_gfx/tvTeamBack.png);
	width:105px;
	height:124px;
	position:absolute;
	top:17px;
	left:7px;
	padding:5px;
}

.visitTeam{
	background-image:url(../../../_assets/_gfx/tvTeamBack.png);
	width:105px;
	height:124px;
	position:absolute;
	top:17px;
	right:7px;
	padding:5px;
}

.tvInfo{
	position:absolute;
	left:135px;
	width:170px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.tvInfo span{
	font-size:15px;
	display:block;
	margin-bottom:8px;
}

.tvInfo b{
	line-height:13px;
}

.tvScore{
	text-align:center;
	font-size:28px;
	padding:20px 20px 10px 20px;
	font-weight:bold;
	color:#FFFFFF;
}

.tvHead{
	background-image:url(../../../_assets/_gfx/tvWebHead.png);
	width:420px;
	height:14px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	padding:5px 10px;
}

.gBor{
	border-left:#5c5c5c solid 1px;
	border-right:#5c5c5c solid 1px;
	width:60px;
	text-align:center;
}

.lBor, .rBor{
	width:40%;
}

.lBor{
	text-align:right;
}

.goalH{
	width:440px;
}

.goalH table td{
	padding:6px 10px;
	color:#FFFFFF;
}

.tvChanges{
	width:430px;
	margin-left:5px;
}

.bBor{
	border-right:#5c5c5c solid 1px;
	width:50%;
}

.tvChanges table td{
	padding:8px 10px;
}

.tvChanges table .even td{
	background-color:#2b3321;
}

.tvChanges .item{
	background-repeat:no-repeat;
	padding:0 20px;
	font-size:12px;
	color:#FFFFFF;
	width:155px;
	position:relative;
}

.tvChanges .item img{
	position:absolute;
	right:0px;

}

.tvChanges span{
	color:#a0b0b0;
	font-size:11px;
	display:block;
	margin-left:20px;
	width:175px;
	position:relative;
}

.tvChanges span img{
	position:absolute;
	right:0px;
}


.tvRoster{
	width:430px;
	margin-left:5px;
}

.tvRoster table td{

	padding:3px 10px;
}

.tvRoster table .even td{
	background-color:#2b3321;
}

.tvRoster .item{
	background-repeat:no-repeat;
	padding:0 20px;
	font-size:12px;
	color:#c4c6bd;
}

.tvRoster .item span{
	color:#a0b0b0;
	font-size:11px;
	display:block;
}

.yellow_card{
	background-image:url(../../../_assets/_gfx/tv_yellow_card.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding:0px 0 0 15px;
	width:15px;
	height:13px;
	float:right;
	color:#c4c6bd;
}

.red_card{
	background-image:url(../../../_assets/_gfx/tv_red_card.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding:0px 0 0 15px;
	width:15px;
	height:13px;
	float:right;
	color:#c4c6bd;
}

.tvArea
{
	padding:20px 0;
	margin-left: 2px;
	position: relative;
	width: 958px;
	background-repeat:no-repeat;
	background-color:#3c6000;
}

.tvArea ul.tabs {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	overflow:hidden;
}
.tvArea ul.tabs li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	background-image:url(../../../_assets/_gfx/tabInactive.png);
}
.tvArea ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	width:140px;
	outline: none;
}

html .tvArea ul.tabs li.active  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../../../_assets/_gfx/tabActive.png);
	background-color:transparent;
}

.tvHead{
	position:relative;
}

.tvHead a{
	width:13px;
	height:13px;
	position:absolute;
	background-image:url(../../../_assets/_gfx/more_league.png);
	right:7px;
	margin-top:1px;
}

.tvHead span{
	font-size:15px;
}

.goalΤ{
	width:440px;
}

.goalΤ table td{
	padding:3px 0px;
	color:#90ab73;
	background-image:url(../../../_assets/_gfx/shadow.png);
}

.cScore{
	background-image:url(../../../_assets/_gfx/shadow3.png)!important;
}

.alt td{
	background-image:url(../../../_assets/_gfx/shadow4.png) !important;
}

.alt .cScore{
	background-image:url(../../../_assets/_gfx/shadow3.png) !important;
}

.g1 td{
	font-size:11px;
	color:#FFFFFF !important;
}

.lBor img{
	float:right;
	margin-left:5px;
	margin-top:1px;
}

.lBor span{
	float:right;
	margin-left:5px;
}

.rBor img{
	float:left;
	margin-right:5px;
	margin-top:1px;
}

.rBor{
	width:160px;
	height:10px;
	overflow:hidden;
}

.leftBor, .rightBor{
	width:160px;
	padding:0 5px;
}

.leftBor span{
	float:right;
	padding: 0 5px 0 0;
}

.rightBor span{
	padding: 0 0 0 5px;
}

.borInfo{
	text-align:center;
	width:25px;
}

.extBtn{
	position:absolute;
	width:16px;
	height:15px;
}

.infoS{
	width:16px;
	height:15px;
	margin-right:5px;
	background-image:url(../../../_assets/_gfx/infoS.png);
	display:block;
	float:right;
}

.signP{
	background-image:url(../../../_assets/_gfx/plus_btn.png);
}

.signM{
	background-image:url(../../../_assets/_gfx/minus_btn.png);
}

.bloggerInfo{
	background-color:#f2f2f2;
	padding:10px;
	margin-top:-2px;
	overflow:hidden;
	border-bottom:#ED302A solid 2px;
}

.b_img{
	float:left;
	width:70px;
}

.b_text{
	float:left;
	width:350px;
}

.b_img img{
	border:#d8d8d8 solid 1px;
	padding:4px;

	background-color:#fff;
	margin-right:10px;
}

.bloggerInfo .CMTcopy{
	font-size:12px;
}

.blogArticle{
	padding:10px 0;
	position:relative;
}

.blogArticle span{
	display:block;
	font-size:11px;
	font-weight:normal;
	padding-bottom:10px;
}

.blogArticle{
	font-size:17px;
	font-weight:bold;
}

.articles .b_toolbar{
	position:absolute;
	top:5px;
	right:0;
	z-index:999999999;
}

.textre .b_toolbar{
	text-align:right;
}

.articles, article{
	position:relative;
}

.articles .CMTcopy img{
	float:left;
	border:#d8d8d8 solid 1px;
	padding:4px;
	background-color:#fff;
}

.archive .item{
	border-bottom:none;
}

.article .signature{
	margin:10px 0;
	font-style:italic;
	color:#3333333;
}

.article .signature span{
	color:#2079B5;
}

.views{
	background-image:url(../../../_assets/_gfx/views.gif);
	height:26px;
	margin-top:-2px;
}

.moreNews .item .inn{
	overflow:hidden;
	background-image:url(../../../_assets/_gfx/arrow_red2.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.inc{
	float:left;
	font-weight:bold;
}

.bub{
	background-color:#ebebeb;
	padding:3px 8px !important;
	float:right;
	font-weight:normal !important;
	display:block;
	border-radius:3px;
}

.inn{
	clear:both;
}

.blogListHolder{
	margin-bottom:10px;
}

.blogListHolder .item{
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
	padding:15px 0;
}

.blogListHolder .item h1 a{
	color:#183765;
	padding:5px 0;
	display:block;
	font-size:13px;
}


.blogListHolder .item .blogInfo{
	padding:10px 0;
	font-size:12px;
}

.blogListHolder .blogInfo div{
	float:left;
	
}
.blogListHolder .blogr{
	font-weight:bold;
}

.blogListHolder .c_num{
	color:#3d91e8;
}

.blogListHolder .new{
	color:#ef1f24;
}

.blogListHolder .more{
	float:right;
	font-size:10px;
	font-weight:bold;
	color:#d9221b;
	text-decoration:underline;
}

.blogListHolder .b_text{
	width:370px;
}

.crossLine{
	border-bottom:#d8d8d8 solid 1px;
	width:600px;
	margin:20px 0 0 -10px;
}

.crossLine .tabs{
	margin-bottom:-1px;
	margin-left:10px;
}


.mobLogo{
	text-align:right;
	padding:50px 0 10px 0;
	border-bottom:#d0d0d0 solid 1px;
	margin-bottom:10px;
}

.mobLogo img{
	margin-top:-50px;
}

.redHead{
	color:#e8322f;
	font-weight:bold;
	font-size:13px;
}

.articleBox{
	border:1px solid #f1f1f1;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	margin:0 0px 5px 0px;
	margin-top:5px;
}

.articleBox .inner{
	border:1px solid #b7b7b9;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	background-color:#FFFFFF;
}

.mobDescBox{
	background-image:url(../../../_assets/_gfx/mobShadow.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:10px;
	font-size:12px;
}

.mobDescBox p{
	padding:8px 0;
}

.mobDescBox strong{
	color:#5b83c9;
}

.mobDescBox table td{
	padding:10px;
}




.channelToolTip{
	width:281px;
}

.channelToolTip .top{
	background-image:url(../../../_assets/_gfx/tooltipTop.png);
	background-repeat:no-repeat;
	width:281px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:11px 0 0 0;
}

.channelToolTip .top div{
	margin:0 0 0 0;
	padding:0 5px 4px 5px;
}
.channelToolTip .mid{
	background-image:url(../../../_assets/_gfx/tooltipMid.png);
	background-repeat:repeat-y;
	width:281px;
	font-size:11px;
	color:#000000;
}

.channelToolTip .bottom{

	background-image:url(../../../_assets/_gfx/tooltipBottom.png);
	background-repeat:no-repeat;
	width:281px;
	height:9px;
}

.channelToolTip .mid .shaddow{
	margin:0 2px;
	padding:2px 10px 0 10px;
}

.mobileLogo{
	background-image:url(http://www.novasports.gr/_assets/_gfx/logos/novasports_mobile.png);
	width:211px;
	height:25px;
	float:right;
	margin-top:-28px;
}

/* PROGRAM CSS
----------------------------------------------- */

.programHolder{
	padding-left:5px;
	overflow:hidden;
	clear:both;
}

.programContent{
	border:#dadada solid 1px;
	background-color:#FFFFFF;
	float:left;
	padding:1px;
	font-size:11px;
	overflow:hidden;
}


.programContent .channelHeader{
	background-image:url(../../../_assets/_gfx/programHeadBack.gif);
	background-repeat:repeat-x;
	height:39px;
}

.programContent .channelHeader div{
	width:100px;
	height:23px;
	margin:0px auto;
	padding-top:5px;
	text-align:center;
}

.programContent .channelHeader{
	background-image:url(../../../_assets/_gfx/programHeadBack.gif);
	background-repeat:repeat-x;
	height:39px;
}

.programContent .channelTitle{
	text-align:center;
	padding:3px 0;
	font-weight:bold;
	color:#222b62;
}

.programContent .showInfo{
	background-color:#dde8f8;
	padding:3px;
	color:#222b62;
}


.programContent .showTitle{
	margin:5px 0 0 0;
	display:block;
}

.programContent .showInfoHighlight{
	background-color:#FFFDA6;
	padding:3px;
	color:#222b62;
}

.day{
	color:#222B62;
	font-weight:bold;
	line-height:10px;
}

.day div{
	color:#696969;
	font-weight:normal;
}

.programContent .showInfo a{
	color:#222b62;
	text-decoration:none;
}

.programContent .showDescription{
	background-color:#ffffff;
	padding:3px;
	color:#6a6a6a;
	font-size:10px;
}

#lightbox{
	display:none;
	background:#000000;
	opacity:0.8;
	position: fixed;
	top:0;
	left:0px;
	min-width:100%;
	min-height:100%;
	filter:alpha(opacity=80);
	zoom:1;
	z-index:99998;
	
}

#help-panel{
	display:none;
	position:absolute;
	z-index:9999999;
}

.helpBoxTop{
	background-image:url(../../../_assets/_gfx/helpBoxTop.gif);
	background-repeat:no-repeat;
	width:620px;
	height:23px;
	font-size:11px;
	font-weight:bold;
	padding:1px 0 0 30px;
	color:#ffffff;
}

.helpBoxBot{
	background-image:url(../../../_assets/_gfx/helpBoxBot.gif);
	background-repeat:no-repeat;
	width:650px;
	height:6px;
	overflow:hidden;
}

.helpBoxTop a{
	float:right;
}

#help-panel .mid{
	border-left:#c22727 solid 2px;
	border-right:#c22727 solid 2px;
	background-color:#FFFFFF;
	font-family:Arial;
	width:646px;
	font-size:11px;
	color:#000000;
	padding:0 !important;
}

.helpHead td{
	background-image:url(../../../_assets/_gfx/helpHead.gif);
	background-repeat:repeat-x;
	height:14px;
	padding:5px 10px;
	color:#c22727;
	font-weight:bold;
	width:50%;
}

.helpBack td{
	background-image:url(../../../_assets/_gfx/helpBack.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.helpBack ul{
	margin:0;
	padding:0;
}

.helpBack ul li{
	margin:0 0 0 20px;
	padding:0 0 0 0px;
	list-style-type:decimal;
}

#protaseis-panel{
	display:none;
	position:absolute;
	z-index:9999999;
}

.protBoxTop{
	background-image:url(../../../_assets/_gfx/proBoxTop.gif);
	background-repeat:no-repeat;
	width:620px;
	height:23px;
	font-size:11px;
	font-weight:bold;
	padding:1px 0 0 30px;
	color:#ffffff;
}

.protBoxBot{
	background-image:url(../../../_assets/_gfx/proBoxBot.gif);
	background-repeat:no-repeat;
	width:650px;
	height:6px;
	overflow:hidden;
}

.protBoxTop a{
	float:right;
}

#protaseis-panel .mid{
	border-left:#1e89eb solid 2px;
	border-right:#1e89eb solid 2px;
	background-color:#FFFFFF;
	padding:5px;
	width:636px;
	clear:both;
	font-size:11px;
}

#protaseis-panel .mid .imgs{
	float:left;
	margin:0 5px 0 0;
}

#protaseis-panel .mid h4{
	margin:0;
	padding:0;
	color:#222b62;
	font-weight:bold;
	font-size:11px;
}

#protaseis-panel .mid .sep{
	padding:8px 0;
}

#protaseis-panel .mid .holder{
	background-image:url(../../../_assets/_gfx/protBottom.gif);
	background-repeat:repeat-x;
	height:11px;
	background-position:bottom;
	border-bottom:#c8c8c8 solid 1px;
	padding:0px;
}

#protaseis-panel .mid table{
	width:635px;
	border-collapse:collapse;
	border:#c8c8c8 solid 1px;
	clear:both;
	float:left;
	margin-top:-1px;
	z-index:0;
}

#protaseis-panel .mid table td{
	padding:20px 8px 0px 8px;
	color:#6a6a6a;
	background-image:url(../../../_assets/_gfx/protaseisBack.gif);
	background-repeat:repeat-x;
}

#protaseis-panel .mid table td a{
	font-weight:bold;
	color:#1d2cac;
	text-decoration:none;
	display:block;
	font-family:Arial;
}

#protaseis-panel .mid table td a span{
	font-weight:normal;
	color:#6a6a6a;
	text-decoration:none;
}

#protaseis-panel .arrowBlue{
	position:relative;
	margin-top:-15px;
	right:-290px;
	width:10px;
}

#protaseis-panel .days{
	margin:0;
	padding:0;
	height:22px;
}

#protaseis-panel .days a{
	background-image:url(../../../_assets/_gfx/protDay.gif);
	background-repeat:no-repeat;
	width:72px;
	height:20px;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	color:#6a6a6a;
	padding:2px 0 0 0;
	margin-right:5px;
	float:left;
	position:relative;
	z-index:2;
}


#protaseis-panel .days a:hover, #protaseis-panel .days .active{
	background-image:url(../../../_assets/_gfx/protDay_on.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#222b62;
	font-weight:bold;
	height:20px;
}
.logoTime{
}

.logoTime b{
	position:absolute;
	margin:8px 0 0 80px;
	color:#222b62 !important;
	font-weight:bold !important;
}

.tvGuide_menu{
	float:right;
	color:#7b7b7b;
	font-size:10px;
	font-family:Arial;
	margin-top:-27px;
}

.tvGuide_menu a{
	color:#7b7b7b;
	text-decoration:none;
}

.tvGuide_menu a:hover{
	text-decoration:underline;
}

.tvGuide_menu span{
	padding:0 13px 0 30px;
	font-weight:bold;
}

.tvTitle{
	background-color:#EF1C21;
	padding:10px 15px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:-10px;
	margin-bottom:5px;
	background-image:url(../../../_assets/_gfx/tvTitle.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
}

.tvSearch{
	color:#636466;
	border:#808080 solid 1px;
	padding:2px 20px 1px 2px;
	font-size:11px;
	font-family:Arial;
	width:110px;
	float:left;
}
.tvSearch_btn{
	background-image:url(../../../_assets/_gfx/tvSearch_btn.gif);
	background-repeat:no-repeat;
	width:17px;
	height:15px;
	border:0;
	background-color:transparent;
	cursor:pointer;
	position:absolute;
	top:2px;
	right:1px;
}

.tvTopCurve{
	background-image:url(../../../_assets/_gfx/tvTopCurve.gif);
	width:632px;
	height:6px;
}

.tvBotCurve{
	background-image:url(../../../_assets/_gfx/tvBotCurve.gif);
	width:632px;
	height:6px;
}

.tvMidHead{
	padding:10px 5px 5px 5px;
	color:#222b62;
	font-weight:bold;
	font-size:12px;
	border-bottom:#dadada solid 1px;
	margin-bottom:5px;
}

.tvMid{
	padding:5px;
}

.bubble{
	background-image:url(../../../_assets/_gfx/bubbleName.gif);
	background-repeat:no-repeat;
	width:120px;
	height:23px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0 0 10px;
}

.chanImage{
	float:left;
	width:54px;
	height:33px;
	border-bottom:#dadada solid 1px;
	text-align:center;
	background-image:url(../../../_assets/_gfx/chanDeg.gif);
	background-repeat:no-repeat;
	padding-top:7px;
}

.chanItm{
	float:right;
	border-bottom:#dadada solid 1px;
	background-image:url(../../../_assets/_gfx/chDeg.gif);
	background-repeat:repeat-x;
	height:40px;
	width:547px;
}

.chanItm table{
	width:500px !important;
	border:none  !important;
	margin:6px !important;
	font-family:Arial;
}

.chanItm table td{
	margin:0 !important;
	padding:0 !important;
	background-image:none !important;
	color:#6a6a6a;
}

.chanItm table td span, .chanItm table td a{
	color:#222b62  !important;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	margin:0  !important;
	padding:0  !important;
}

.tv_time{
	background-image:url(../../../_assets/_gfx/tv_time.png);
	width:42px;
	height:20px;
	padding:5px 0 0 22px;
	display:block;
	color:#183765;
	font-weight:bold;
	float:right;
}

#onair{
	overflow:hidden;
	border-top:#FF0000 solid 1px;
	margin-top:5px;
}

#onair .item{
	overflow:hidden;
	padding:5px 0 0px 0;
}

.airDesc{
	float:left;
	width:145px;
	padding: 0 0 0 15px;
}

.airDesc2{
	float:left;
	width:145px;
}

.imgg{
	float:left;
	width:45px;
}

#onair .item:nth-child(even){
	background-color:#f6f5f5;
}

.vline{
	border-bottom:#EF1C21 solid 2px;
}

.seeMore{
	float:right;
	padding:5px 0px 10px 0;
}

.elevate{
	margin-top:-35px;
	margin-right:0px;
}

.watch_now_box .wnCol{
	width:298px;
	float:left;
}

.watch_now_box .wnCol:nth-child(2){
	width:298px;
	float:right;
}

.watch_now_box .top{
	background-image:url(../../../_assets/_gfx/now_top.gif);
	width:268px;
	height:11px;
	padding:8px 15px;
	color:#183765;
	font-weight:bold;
}

.watch_now_box .mid{	
	border-bottom:#D8D8D8 solid 1px;
	padding:10px 0;
	overflow:hidden;
}


.watch_now_box .mid .item{
	padding:5px 10px 0px 10px;
}	

.watch_now_box .mid .item:nth-child(even){
	background-color:#f6f5f5;
}	

.watch_now_box .more{
	float:right;
	margin:5px 10px 0 0;
	color:#000000;
	text-decoration:underline;
}

.watch_now_box .item a{
	color:#183765;
}

.homeTvGuide{
}

.homeTvGuide .hd{
	background-color:#f5f5f5;
	padding:10px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	border-radius:5px 5px 0 0;
	border-bottom:#acacac dotted 1px;
	overflow:hidden;
}

.homeTvGuide .headTv{
	float:left;
}

.homeTvGuide .headTv:first-child{
	width:473px;
}

.homeTvGuide .hd .headTv{
	overflow:hidden;
}

.homeTvGuide .hd .headTv span{
	float:left;
	display:block;
	padding-right:8px;
}

.homeTvGuide .hd .headTv span:last-child{
	background-image:url(../../../_assets/_gfx/arrow_down2.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding:0 0 0 15px
}

.inGuide td{
	vertical-align:middle;
	border-bottom:#acacac dotted 1px;
	padding:0 2px;
}

.inGuide td:nth-child(4), .inGuide td:nth-child(9){
	width:310px;
	color:#707070;
}

.inGuide td:nth-child(10){
	width:50px;
}

.inGuide td:nth-child(1), .inGuide td:nth-child(5){
	text-align:center;
}

.inGuide{
	height:180px;
	overflow:auto;
}

.inGuide table{
	width:925px;
}

.inGuide td:nth-child(5){
	width:70px;
}

.inGuide td:nth-child(3), .inGuide td:nth-child(8){
	font-weight:bold;
}

.ErrorPos{
	width:400px;
	background-color:#FFFFFF;
	margin:50px auto;
	background-image:url(../../../_assets/_gfx/novasports_logo.png);
	background-position:center 20px;

	background-repeat:no-repeat;
	padding:100px 0 20px 0;
	border:#FF0000 solid 3px;
	border-radius:10px;
}

.ErrorTitle{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

.ErrorTxt{
	color:#FF0000;
	font-size:14px;
	margin-top:10px;
}

.ErrorTxtHolder .LinkPos {
    margin: 10px 0 0;
}

.ErrorTxt2{
	font-size:14px;
	margin-top:10px;
}

.ErrorTxt2 a{
	color:#FF0000;
}

.social img{
	padding:0;
	float:left;
}

.p2Back{
	background-color:#00052e;
	padding:10px 0 0 0px;
	margin:0 2px;
	border-radius:3px 3px 0 0;
}

.medialink{
	width:100%;
	text-align:right;
	padding:8px 10px 5px 10px;
	color:#FFFFFF;
	float:right;

    display: block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
	
	
}

.addthis_default_style .at300b, .addthis_default_style .at300m{
	padding:0 !important;
}

.showsContent{
}

.showsContent .sHead{
	background-image:url(../../../_assets/_gfx/showsHeader.png);
	background-repeat:repeat-x;
	height:37px;
	margin:0 2px 0 2px;
}

.showsContent .sHead .title{
	font-size:21px;
	color:#fff;
	padding:7px 0 0 20px;
	float:left;
}

.showsContent .sHead .date{
	font-size:16px;
	color:#fff;
	padding:10px 0px 0 0;
	float:right;
}

.showsContent .sHead img{
	padding:4px 15px 3px 10px;
	float:right;
}

.showsIn{
	padding:5px 2px;
	overflow:hidden;
	width:100%;
}

.showsIn .left{
	float:left;
	width:580px;
}

.showsIn .right{
	float:right;
	width:370px;
	padding-top:20px;
}

.showsIn .title{
	color:#014888;
	font-size:17px;
	margin:20px;
}

.open_video{
	background-image:url(../../../_assets/_gfx/video_btn.png);
	background-repeat:no-repeat;
	height:29px;
	padding:18px 0 0 35px;
	display:block;
	float:left;
	color:#c82510;
	font-weight:bold;
	margin:0 0 0 20px;
}


.showsIn .CMTcopy{
	color:#000;
	font-size:15px;
	margin: 0 20px 0 0;
}

.showsIn .CMTcopy ul li{
	list-style-image:url(../../../_assets/_gfx/arrowBullet.png);
	padding:2px 0;
}

.showThumb{
	width:352px;
	margin-bottom:20px;
}

.showThumb .top{
	background-image:url(../../../_assets/_gfx/showThumbTop.png);
	height:3px;
}

.showThumb .bot{
	background-image:url(../../../_assets/_gfx/showThumbTop.png);
	background-position:bottom;
	height:3px;
}

.showThumb .mid img{
	margin: 4px 7px 4px 7px;
}

.showThumb .mid span{
	padding:0 7px 7px 7px;
	display:block;
	font-size:15px;
	font-weight:bold;
}

.showThumb .mid span b{
	display:block;
	color:#014888;
}

.sportHolder
{
    overflow:hidden;
	background-color:#f1f1f1;
	padding:10px;
	background-image: linear-gradient(bottom, #E8E9E9 0%, #F1F1F1 15%);
	background-image: -o-linear-gradient(bottom, #E8E9E9 0%, #F1F1F1 15%);
	background-image: -moz-linear-gradient(bottom, #E8E9E9 0%, #F1F1F1 15%);
	background-image: -webkit-linear-gradient(bottom, #E8E9E9 0%, #F1F1F1 15%);
	background-image: -ms-linear-gradient(bottom, #E8E9E9 0%, #F1F1F1 15%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #E8E9E9),
		color-stop(0.15, #F1F1F1)
	);
}

.sportHolder table td{
	padding:2px 2px;
	
}

.sportButton{
	display:block;
	padding:6px 15px;
	background-color:#cbcbcb;
	float:left;
	color:#193664;
	font-family:Trebuchet MS, Tahoma;
	border-radius:3px;
}

.sportButton:hover, .sportHolder .active{
	background-color:#305595;
	color:#FFFFFF;
	text-decoration:none;
}

.epathloLegend
{
    color:#FFFFFF; 
    background-color: #062554; 
    padding: 20px 35px 20px 35px;
    margin:20px -20px -20px -20px;    
}
.epathloVideoContainer
{
    width:570px; height:345px; margin:0px auto;
}

.mediaCenter .galleryVideo
{
    padding-top:20px;
    padding-bottom:0px;    
}
.epathloTextImg{
	float:right;
	margin-left:10px;
	margin-right:0;
	border:0;
}

.epathloTitle{
	font-size:15px;
	color:#2e5493;
	margin:15px 0;
}

.epathloTable{
	border:#dadada solid 1px;
}

.epathloTable td{
	border-collapse:collapse;
	vertical-align:middle;
}

.epathloTable thead td{
	background-image:url(../../../_assets/_gfx/epathloHead.gif);
	height:40px;
	padding:0 15px;
	font-weight:bold;
	font-size:12px;
}

.epathloTable tbody td{
	padding:5px 15px;
}

.epathloTable thead .headSep{
	padding:0;
	background-image:url(../../../_assets/_gfx/epathloHeadSep.gif);
	width:3px;
}

.epathloTable tbody .sep{
	padding:0;
	background-image:url(../../../_assets/_gfx/epathloSep.gif);
	width:3px;
}

.epathloTable tbody tr:nth-child(2n+2) td{
	background-color:#f0f0f0;
}

.score{
	float:left;
	width:25px;
}

.scoreBar{
	float:left;
	width:250px;
	background-color:#b2c8f4;
	height:13px;
	border-radius:3px;
}

.epathloBar{
	height:13px;
	background-image:url(../../../_assets/_gfx/scoreBar.gif);
	border-radius:3px;
}

.tabsStandingsItem{
    margin-bottom:10px;    
}
.tabsStangingsFooter {
    height:16px; 
    background-image: url(../../../_assets/_gfx/epathlo_tablebg_arrow.jpg);
    background-repeat:no-repeat; 
    background-position:520px 0px;  
    display:none;  
}
.tabsStandingsTitle{
    background-color:#2f5594; 
    padding: 7px 10px 7px 10px; 
    margin-bottom:2px;
    font-weight:bold; 
    font-size:14px; 
    color: #ffffff;     
}
.tabsStandingsImg{
    float:right; 
    overflow:hidden; 
    width:109px; 
    /*border: 1px solid #d4d4d4;*/ 
    clear:right;    
}
.tabsStandingsContent{ display:none;}


.galleryPhoto{
	padding:20px 20px 0 20px;
	text-align:center;
}


.epathloDiv .photo{
	background-image:url(../../../_assets/_gfx/photo_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}
.epathloDiv .gallery{
	background-image:url(../../../_assets/_gfx/gallery_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}
.epathloDiv .video{
	background-image:url(../../../_assets/_gfx/video_ico_v-5.png);
	background-repeat:no-repeat;
	padding-left:55px;
	min-height:47px;
}

.epathloDiv h2{
	margin:10px 0;
	padding:10px 0 0px 0;
	color:#183765;
}

.epathloDiv h2 a{
	color:#183765;
	font-size:18px;
	font-family:"Trebuchet MS";
}

.epathloDiv h2 span{
	display:block;
}

.epathloDiv{
	margin-bottom:20px;
	clear:both;
}

.epathloDiv .textre{
		margin-top:-20px;
}

.return{
	color:#646464;
	text-decoration:none;
	font-weight:bold;
	float:right;
	display:block;
}


.epathloTabs{
	position:relative;
	display:block;
	padding-top:35px;
	margin-bottom:-30px;
}

.infoOra{
	overflow:hidden;
	border-bottom:#D8D8D8 solid 1px;
	margin:10px 0;
	font-size:13px;
}

.infoOra h3{
	font-size:14px;
	color:#173865;
	font-weight:bold;
	margin-bottom:10px;
}

.infoOraSide .text{
	height:80px;
	overflow:hidden;
}

.oraToday{
	padding:0px 0px 0px 30px;
	color:#FFF;
	background-color:#1f508b;
	font-size:13px;
	margin:10px 0;
}

.todayIn{
	background-image:url(../../../_assets/_gfx/oraInfo.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:10px 20px 10px 20px;
	position:relative;
	background-color:#17325d;
}

.todayIn h3{
	margin-bottom:5px;
}

.todayArrow{
	position:absolute;
	top:45%;
	left:0px;
}


/* *** APOSTOLOS' STYLES : start *** */
.homeFeedHighs
{
	padding:0 19px 0px 19px;
	*padding:0 19px 10px 19px;
}
.ed302a_line_mtop
{	
	border-bottom:#ed302a solid 2px;
	margin-top:11px;
}
.e3e3e3_line_mtop
{
	border-bottom:#e3e3e3 solid 1px;
	margin-top:3px;
}
.ed302a_line_mbot
{	
	border-bottom:#ed302a solid 2px;
	margin-bottom:11px;
}
.e3e3e3_line_mbot
{
	border-bottom:#e3e3e3 solid 1px;
	margin-bottom:3px;
}
.f2f2f2_box
{
	background-color:#f2f2f2;
}
.pad7
{
	padding:7px;
}
.homeFeedHighs_head
{
	font-size:13px;
	color:#ec3029;
	font-weight:bold;
}
.homeFeedHighs_title
{
	font-size:18px;
	color:#183765;
	font-weight:bold;
	line-height:22px;
}
.homeFeedHighs_text
{
	font-size:11px;
	color:#183765;
	font-weight:normal;
	padding:5px 0 5px 0;
}
.homeFeedHighs_time
{
	font-size:13px;
	color:#ec3029;
	font-weight:bold;
	padding-top:20px;
}
DIV.homeNewsFeedsTabs
{
	padding:0 19px 0px 19px;
	*padding:0 19px 10px 19px;
}
ul.homeNewsFeedsTabs_menu
{	
	list-style-type: none;
	border-top:#ed302a solid 2px;
	background-image:url(../../../_assets/_gfx/homeNewsFeedsTabs_norm_bg.gif);
	background-position:top right;
	height: 37px;
	line-height:37px;
}
ul.homeNewsFeedsTabs_menu li.normal
{
	float: left;
	font-family: Trebuchet MS, Tahoma;
	font-size: 13px;
	color:#183765;
	height: 37px;
	line-height:37px;
}
ul.homeNewsFeedsTabs_menu li A
{
	padding:0px 7px 0px 7px;
	color:#183765;
	display: block;
	background-image:url(../../../_assets/_gfx/homeNewsFeedsTabs_norm_R_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}
ul.homeNewsFeedsTabs_menu li.active A
{
	border-right:1px solid #d8d8d8;
	display: block;
	background-image:none;
}
ul.homeNewsFeedsTabs_menu li.active A:hover
{
	text-decoration: none;
}
ul.homeNewsFeedsTabs_menu li.active
{
	float: left;
	font-family: Trebuchet MS, Tahoma;
	font-size: 13px;
	font-weight:bold;
	color:#183765;
	background-image:url(../../../_assets/_gfx/homeNewsFeedsTabs_act_bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	height: 37px;
	line-height:37px;
}
ul.homeNewsFeedsTabs_menu li.start
{
	float: left;
	width:1px;
	padding:0px;
	margin:0px;
	height: 37px;
	line-height:37px;
	background-color:#d8d8d8;
}
.homeNewsFeedsTab
{
	padding:20px 19px 0px 19px;
	display: none;
}
.homeNewsFeedsTab .item
{
	width:100%;
	margin-bottom:20px;
	display: block;
}
.homeNewsFeedsTab .item img{
	border:#d8d8d8 solid 1px;
	padding:4px;
	margin-right: 10px;
}
.homeNewsFeedsTab .photo{
	position:relative;
	display:block;
	opacity:1;
	filter: alpha(opacity = 100);
	float:left;
}
.homeNewsFeedsTab .itemimg
{

}
.homeNewsFeedsTab .photo:hover{
	opacity:0.9;
	filter: alpha(opacity = 90);
}
.homeNewsFeedsTab_date
{
	font-size:11px;
	color:#ec3029;
	font-weight:bold;
}
.homeNewsFeedsTab_title, homeNewsFeedsTab_title>a
{
	font-size:11px;
	color:#183765;
	font-weight:bold;
	line-height:15px;
}
.homeNewsFeedsTab_title
{
	display:block;
	padding-bottom:4px;
}

.homeNewsFeedsTab_text
{
	font-size:11px;
	color:#000;
	font-weight:normal;
}
.homeNewsFeedsTab>a.more{
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
	padding:2px 0 4px 0px;
	display:block;
	text-decoration:underline;
	float:right;
}
/* 28/11/11 */
/* TEAM ICONS CLASSES: START */
.teambox
{
	behavior: url(http://www.novasports.gr/_assets/_css/PIE.htc);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 660px;
	height: 39px;
	border:1px solid #dcdcdc;
	background-image:url(../../../_assets/_gfx/teamiconsstrip_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
	
}
UL.teambox_icons
{
	position:absolute;
	left: 4px;
	list-style-type: none;
}
UL.teambox_icons>li
{
	position:relative;
	float: left;
	height: 39px;
	line-height: 39px;
	background-image:url(../../../_assets/_gfx/teamicon_rb.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:35px;
	text-align:center;
}
UL.teambox_icons>li.start
{
	width: 1px !important;
}
UL.teambox_icons>li>a
{
	position:absolute;
	display: block;
	top: 0px;
	left:0px;
	height: 43px;
	width:40px;
}
UL.teambox_icons>li>a:hover
{
	
	background-image:url(../../../_assets/_gfx/teamicon_ahover_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:1px;
	padding-left:1px;
}
UL.teambox_icons>li img {
width: 40px;
margin-left: -2px;
}

/* TEAM ICONS CLASSES: END */


/* CATEGORIES MENU BOX: START */
.categoriesBox
{
	behavior: url(http://www.novasports.gr/_assets/_css/PIE.htc);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 963px;
	height: 30px;
	border:1px solid #dcdcdc;
	background-image:url(../../../_assets/_gfx/categoriesBox_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:0px;
	margin-top: 0px;
	display: block;
	position:relative;
}

.categoriesBox>UL
{
	list-style-type: none;
	margin-left:10px;
	padding-top:0px;
	margin-top:0px;

}
.categoriesBox>UL>li.heading
{
	color:#ac1703 !important;
	font-weight: bold;
}
.categoriesBox>UL>li
{
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	
}
.categoriesBox>UL>li.sep
{
	background-image:url(../../../_assets/_gfx/categoriesBox_sep.gif);
	background-repeat:no-repeat;
	background-position:1px 4px;
	width: 2px;
	margin:0px;
}
.categoriesBox>UL>li>a
{
	color:#003469;
	text-decoration:none;
	font-size: 11px;
	font-family:Trebuchet MS, Tahoma;
	font-weight: bold;
}
.categoriesBox>UL>li>a:hover
{
	color:#ff0048;
}
.sponsor_categories
{
	float: right;
	padding-top: 2px;
	padding-right: 2px;
}
/* CATEGORIES MENU BOX: END */
.homeicon
{
/*	padding-top:6px*/
}
.mainMenu{
	margin:0px;
	padding:0 0 0 13px;
	background-image:url(../../../_assets/_gfx/menuBack.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:2147483579;
	height:34px;
}
.mainmenu_banner
{
	position:absolute;
	top:3px;
	left:3px;

}
.mainmenu_banner:hover, .mainMenu li a.mainmenu_banner, .mainMenu li a.mainmenu_banner:hover
{
	background-image:none !important;
}


/*
A.webtv
{
	
	background-image:url(../../../_assets/_gfx/mainmenu_webtv_bg.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
	width: 104px !important;
	padding-right:20px;
	height:50px;
	
}
LI.webtv
{
	padding:0px !important;
	margin:0px !important;
	height: 40px !important;
	width: 85px !important;
	position: relative;
}
A.webtv
{
	background-image:url(../../../_assets/_gfx/mainmenu_webtv_bg.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	width: 74px !important;
	margin:0px;
	padding:0px;
	display:block;
	position: absolute;
	height: 40px !important;
	top:-4px;
	text-align:center;
	
}
*/
.schedule_date
{
	color: #183765;
	font-weight:bold;
}
.schedule_time
{
	color: #3d91e8;
	font-weight:bold;
}
.dotted_border
{
	border-bottom:1px dotted #acacac;
}
.webtv_img
{
    width:242px;    
}
.webtv_img>img, .webtv_img>a>img
{
	border:2px solid white;
	width:238px;
	height: 138px;
}
.webtv_info
{
	color:#fff;
	padding-left:8px;
	font-size:12px;
}
.webtv_game,a.webTVGame
{
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	color:#fff;
	
	padding-bottom: 6px;
    padding-top: 6px;
}
.webtv_desc
{
	line-height:14px;
}
.webtv_footer
{
	position: relative;
	top: -17px;
	right: -17px;
	background-image:url(../../../_assets/_gfx/webtv_footer_bg.gif);
	background-repeat:no-repeat;
	width: 613px;
	height: 32px;
}
.webtv_fullschedule
{
	position: absolute;
	top: 13px;
	right: 14px;
}
.webtv_fullschedule>a
{
	color: #ffffff !important;
	text-decoration: underline;
}
.blog_item
{
	width:270px;
	margin:12px 12px 0px 10px;
	padding-bottom:8px;
	float:left;
	height:60px;
	border-bottom:1px solid #d8d8d8;
}
.blog_item img
{
	border:#d8d8d8 solid 1px;
	background-color:#FFFFFF;
	padding:3px;
	float:left;
	margin-right:5px;
}
.blog_item .author{
	color:#183765;
	font-weight:bold;
	padding-top:3px;
	display:block;
}

.blog_item .authorDesc{
	color:#183765;
	padding-top:5px;
	display:block;
}

.blog_item:hover img{
	border:#183765 solid 1px;
	background-color:#FFFFFF;
}

.blog_item:hover a{
	color:#32578d;
}

.blog_item a:hover{
	text-decoration:none;
}
/* MAIN MENU SPONSOR STYLES */
.sponsor_forthnet
{
	background-image:url(../../../_assets/_gfx/sponsor_forthnet.gif);
	background-position: 0px 7px;
	background-repeat:no-repeat;
	padding-left: 10px !important;
	height: 20px;
}
.sponsor_nova
{
	background-image:url(../../../_assets/_gfx/sponsor_nova.gif);
	background-position: 0px 7px;
	background-repeat:no-repeat;
	padding-left: 10px !important;
	height: 20px;
}

.mainMenu{
	margin:0px;
	padding:4px 0 0 13px;
	position:relative;
	z-index:2147483579;
	height:34px;
}


LI.mainMenuwebtv
{
	padding:0px !important;
	margin:0px !important;
	height: 20px !important;
	/*width: 140px !important;*/
	width: 95px !important;
	position: relative;	
}
A.mainMenuwebtv
{
	background-image:url(../../../_assets/_gfx/mainmenu_webtv_bg_smaller2.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	/*width: 145px !important;*/
	width: 100px !important;
	margin:0px;
	padding:15px 0px 10px 10px !important;
	display:block;
	position: absolute;
	height: 20px !important;
	top:-4px;
	left:0px;
	text-align:center;
	z-index: 111\9;
}
A.mainMenuwebtv:hover, .mainMenu li.actives A.mainMenuwebtv:hover
{
	background-image:url(../../../_assets/_gfx/mainmenu_webtv_bg_off_smaller2.gif) !important;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	/*width: 145px !important;*/
	width: 100px !important;
}
/*, .mainMenu li.mainMenuwebtv A.mainMenuwebtv_active:hover */
A.mainMenuwebtv_active
{
                background-image:url(../../../_assets/_gfx/mainmenu_webtv_bg_off_smaller2.gif) !important;
                background-position: 0px 0px;
                background-repeat:no-repeat;
                /*width: 145px !important;*/
                width: 100px !important;
                margin:0px;
                /*padding:18px 0px 0px 2px !important;*/
                display:block;
                position: absolute;
                height: 20px !important;
                top:-4px;
                left:0px;
                text-align:center;
                color:#17325C !important;
                padding-left: 8px !important;
                padding-top: 15px !important;
}




.mainMenu li{
	float:left;
	position:relative;
	margin:7px 2px 0px 4px;
	padding:10px 0 0 0;
}

.mainMenu li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	/*background-image:url(../../../_assets/_gfx/mainmenu_off.png);*/
	padding:17px 8px 5px 10px;
}

.mainMenu li:first-child a{
	padding: 17px 5px 5px 8px;
}

.mainMenu li:first-child a{ padding: 18px 5px 5px 8px \0/IE8+9; }


.mainMenu li:first-child a img{
	margin-top:-5px;
	margin-left:3px;
}

.mainMenu li.active a{
	background-image:url(../../../_assets/_gfx/mainmenu_on.png);
	color:#17325c;
}

.mainMenu li.active a b{
	background-image:url(../../../_assets/_gfx/mainmenu_on.png);
}

.mainMenu li a:hover{
	background-image:url(../../../_assets/_gfx/mainmenu_on2.png);
	color:#17325c;
}

.mainMenu li a:hover b{
	background-image:url(../../../_assets/_gfx/mainmenu_on2.png);
}

.mainMenu li.actives a{
	background-image:url(../../../_assets/_gfx/mainmenu_on2.png) !important;
	color:#17325c;
}

.mainMenu li.actives b{
	background-image:url(../../../_assets/_gfx/mainmenu_on2.png) !important;
}

.mainMenu li .subLeft a, .mainMenu li .subRight a{
	background-image:url(../../../_assets/_gfx/arrowBullet.png) !important;
}

LI.mainmenu_sep
{
	background-image:url(../../../_assets/_gfx/mainmenu_sep.gif);
	background-repeat:no-repeat;
	background-position:0px -4px;
	width:2px;
	height:20px;
	margin:0px 0px 0px 6px;
}
LI.mainmenu_dis
{
	width:1px;
	height:20px;
}

.mainMenu li a b{
	display:block;
	width:3px;
	height:35px;
	/*background-image:url(../../../_assets/_gfx/mainmenu_off.png);*/
	background-position:right top;
	position:absolute;
	top:-8px;
	right:-3px;
}


/*  TV GUIDE RIGHT SIDE  */
.tvguide_img>img
{
	border:2px solid white;
	width:258px;
	height: 143px;
}
.tvguide_info
{
	color:#fff;
	padding-left:8px;
	font-size:12px;
}
.tvguide_game
{
	font-size: 12px;
	line-height:30px;
	font-weight: bold;
	color:#fff;
	line-height: 18px;
    	padding-top: 5px;
}
.tvguide_desc
{
	line-height:14px;
}
.tvguide_footer
{
	position: relative;
	top: -17px;
	right: -17px;
	background-image:url(../../../_assets/_gfx/webtv_footer_bg.gif);
	background-repeat:no-repeat;
	width: 613px;
	height: 32px;
}
.tvguide_fullschedule
{
	position: absolute;
	top: 13px;
	right: 14px;
}
.tvguide_fullschedule>a
{
	color: #ffffff !important;
	text-decoration: underline;
}

.inGuide_right td{
	vertical-align:middle;
	border-bottom:#acacac dotted 1px;
	padding:0 2px;
}

.inGuide_right td:nth-child(4){
	width:110px;
	color:#707070;
}
.inGuide_right td:nth-child(1){
	text-align:center;
}

.inGuide_right{
	/*height:230px;
	overflow:auto;*/
}

.inGuide_right table{
	width:278px;
}

.inGuide_right td:nth-child(5){
	width:40px;
}

.inGuide_right td:nth-child(3){
	font-weight:bold;
}
.inGuide_right DIV A.more {
font-size: 10px;
font-weight: bold;
color: red;
padding: 2px 0 4px 0px;
display: block;
text-decoration: underline;
}

/* MAIN CAROUSEL */

.webtv_poweredby_banner
{
	position:relative;
}
.webtv_poweredby_banner IMG
{
	position:absolute;
	right:0px;
	top: -37px;
}
.webtv_tab_banner
{
	position:relative;
	float: right;
	margin-right:-10px;
    margin-bottom: 2px;
    *margin-right:3px;
}
.webtv_tab_banner IMG
{
    /*
	position:absolute;
	right:0px;
	top: 0px;
    */    
}

/* MAIN CAROUSEL */
#mainCarousel
{
	behavior: url(http://www.novasports.gr/_assets/_css/PIE.htc);
	margin-top:35px;
	width: 963px;
	background-color:#fff;
	height:437px;
	border:1px solid #d8d8d8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	display:block;
	padding-top: 3px;
}
#mainCarousel>DIV.innerDiv
{
	behavior: url(http://www.novasports.gr/_assets/_css/PIE.htc);
	width:957px;
	height: 432px;
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*/
	position: relative;
	margin:0px 2px 4px 2px;
	border:0px solid #fff;
	background-color:#fff;
}
#squareboxcorner
{
	/*
	width: 4px;
	height: 4px;
	background-color:#003469;
	position: absolute;
	top: -2px;
	left: -1px;
*/
display:none;
}
#mainCarouselTabs
{
	position: absolute;
	top: -29px;
	left:-1px;
	z-index:2147483570 !important;
}
#mainCarouselTabs>UL
{
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainCarouselTabs>UL>LI
{
	margin:0px;
	padding:0px;
	float: left;
}
#mainCarousel_left
{
	position: absolute;
	width: 639px;
	height: 415px;
	top: 10px;
	left:10px;
	/*background-color:#999999;*/
}
#mainCarousel_right
{
	position: absolute;
	width: 289px;
	height: 415px;
	top: 10px;
	right:10px;
	/*background-color:#999999;*/
}
.mainCarousel_right_banner
{
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.mainCarousel_left_image
{
	position:absolute;
	top:0px;
	left:0px;
	
}
.mainjcarousel
{
	cursor: pointer;
}
.mainCarouselImage_Container
{
	display: none;
	float: left;
	height:415px;
	width: 640px;
	position:absolute;
	top: 0px;
}
.mainCarousel_left_image>DIV.sponsor_banner
{
	position: absolute;
	top: 4px;
	right: 4px;
}
#mainCarousel_left_image_title
{
	background-image:url(../../../_assets/_gfx/mainCarousel_left_image_title_bg.gif);
	background-repeat:repeat-x;
	background-color: #0B3C67;
	min-height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: 9px;
	left:0px;
	padding-left: 12px;
	padding-right:10px;
	font-family: Tahoma;
	font-size: 25px;
	color:#fff;
	margin:0px;
	z-index:999;
}

.NewsTabsSponsor IMG
{
	border:0px !important;
	padding:0px !important;
	padding-top:4px !important;
}
.mainCarousel_left_links
{
	/*background-color:#d6d7d7;*/
	background-image:url(../../../_assets/_gfx/mainCarousel_left_links_bg_v-1.png);
	background-repeat:no-repeat;
	background-position:bottom;
	position: relative;
	top: 346px;
	left:0px;
	height: 43px;
	width: 639px;
}

.mainCarousel_left_links_desc
{
	padding-top:1px;
	padding-left:12px;
	font-family: Tahoma, Arial;
	font-size:13px;
	color:#000;
	height: 43px;
}
.mainCarousel_left_links_anchors
{
	background-image: url(../../../_assets/_gfx/mainCarousel_left_links_anchors_bg_v-1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 27px;
	position: absolute;
	top: 38px;
	width: 639px;
}
.mainCarousel_left_links_anchors IMG
{
	float:left;
	padding-top:5px;
}

A.mainCarousel_left_links_anchor
{
	color:#fff;
	font-size:11px;
	position: relative;
	padding-left:12px;
	bottom:0px;
	line-height:34px;
	padding-top:0px;
	float:left;
	text-decoration:underline !important;
}
A.mainCarousel_left_links_anchor:hover
{
	text-decoration: none !important;
}
A.mainCarousel_left_links_anchor_active
{
	font-weight: bold;
	color:#fff;
	font-size:11px;
	position: relative;
	padding-left:12px;
	background-image:url(../../../_assets/_gfx/mainCarousel_left_links_anchor_active_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	line-height:34px;
	padding-top:0px;
	float:left;
}
.maincarousel_txt
{
	position:absolute;
	bottom: 7px;
	left: 0px;
	color: #fff;
	background-image: url(../../../_assets/_gfx/mainCarousel_txt_bg.png);
	background-color:#003469;
	background-repeat:repeat-x;
	line-height: 30px;
	padding-left: 18px;
	font-family: Tahoma,Arial;
	font-size:13px;
	min-height:30px;
	padding-right: 10px;
	display: inline-block;
	cursor: pointer;
	border-bottom:1px solid #53718e;
}
.jcarousel-control
{
	margin-left: 0px;
}
.jcarousel-control A
{
	font-size:14px;
	color:#02264b;
	display: block;
	width: 17px;
	height:20px;
	float:left;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
	font-weight: normal;
	font-family: Tahoma !important;
}
.jcarousel-control A.active-control
{
	font-size:14px;
	color:#b42512;
	display: block;
	width: 17px;
	height:20px;
	float:left;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align:center;
	/*background-image:url(../../../_assets/_gfx/jcarousel_control_active_bg.gif);
	background-repeat:no-repeat;
	background-position:center center;*/
	font-weight: bold;
	font-family: Tahoma !important;
}

.mainCarousel_slider
{
	display:none;
}
#mainCarousel_left_image_title>a
{
	font-family:Trebuchet MS, Tahoma;
	font-size: 25px;
	color:#fff;
	text-decoration:none;
}
/* *** APOSTOLOS' STYLES : end *** */
/** novasports_videos **/
.novasports_video_iframe
{
	width: 637px;
	height: 371px;
	border: 0px;
	padding:0px;
	margin:0px;
	position: absolute;
	top: 0px;
	left:0px;
}
.mainTab
{
	cursor: pointer;
}
#mainCarousel>DIV.novasports_videos
{
	behavior: url(http://www.novasports.gr/_assets/_css/PIE.htc);
	width:957px;
	height: 432px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	margin:0px 2px 4px 2px;
	display:none;
	/*
	border:1px solid #143b62;
	background-color:#003469;
	background-image:url(../../../_assets/_gfx/maincarousel_bg.jpg);
	background-repeat:repeat-x;
	*/
}
.novasports_video, #novasports_video_wrapper
{
	border:1px solid #8fbfee;
}
#novasports_videos_left
{
	position: absolute;
	width: 639px;
	height: 415px;
	top: 10px;
	left:10px;
	/*background-color:#999999;*/
}
#novasports_videos_right
{
	position: absolute;
	width: 289px;
	height: 415px;
	top: 10px;
	right:10px;
	/*background-color:#999999;*/
}
.undervideo_banner
{
	position: absolute;
	bottom: 0px;
	left:0px;
	margin:0px;
	padding:0px;
}
.nextstream
{
	width: 289px;
	height:87px;
	background-image:url(../../../_assets/_gfx/nextstream_bg_v-1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position: relative;
}
.nextstream_title
{
	position:absolute;
	top:9px;
	left: 12px;
	color: #fff;
	font-size: 14px;
	
}
.nextstream_banner
{
    position: absolute;
    top: 32px;
    right: 7px;
    width:26px;
    height:26px;
    overflow:hidden;
}
.nextstream_title>a
{
	text-decoration: none;
	background-image:url(../../../_assets/_gfx/redarrow_v-1.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right: 10px;
	display:block;
	width: 250px;
	color: #fff;
	font-size: 14px;
}
.nextstream_date
{
	position: absolute;
	color:#ff4648;
	font-size: 15px;
	font-weight: bold;
	top:40px;
	left:12px;
}
.nextstream_gametitle
{
	position: absolute;
	color:#00488d;
	font-size: 14px;
	font-weight: bold;
	top:60px;
	left:12px;
}
.videoselector
{
	border:1px solid #9b9b9b;
	width:288px;
	color:#000;
	background-color:#fff;
	font-size: 13px;
	font-weight: bold;
	font-family:Trebuchet MS, Tahoma;
	margin-top: 7px;
}
.videoscroller
{
	height:333px;
	width: 288px;
	overflow-y: scroll;
	/*background-image:url(../../../_assets/_gfx/scrolldiv_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	margin-top: 5px;
}
.videoimage
{
	padding:3px;
}
.videotext
{
	padding:10px;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
}
.videotext>a
{
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
}
.videotexthome
{
	padding:10px;
	color: #000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
}
.videotexthome>a
{
	color: #000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration: none;
	line-height: 13px;
}
.videobannerhome
{
	width:26px; 
	height:26px; 
	float:right; 
    overflow:hidden;
}
.dottedsep
{
	/*background-image:url(../../../_assets/_gfx/dottedsep.gif);
	background-repeat:repeat-x;*/
	height: 3px;
}
.underscroll_banner
{
	position: absolute;
	bottom: 0px;
	margin:0px;
	padding:0px;
}
.gamedata:hover
{
	/*background-color:#0052a3;*/
}
.HomeVideosMore
{
    display:block;
    color:#000;
    text-decoration: underline;
    text-align:center;
    padding:5px;
}

/* kxip styles start */
.blogNewsNew .item
{
	border-bottom: 1px solid #D8D8D8;
    margin: 0 10px;
    overflow: hidden;
    padding: 5px 0
}

.blogNewsNew .item img{
	border:#d8d8d8 solid 1px;
	background-color:#FFFFFF;
	padding:3px;
	float:left;
	margin-right:5px;
}

.blogNewsNew .item .author{
	color:#183765;
	font-weight:bold;
	display:block;
	font-size: 11px;
}

.blogNewsNew .item .authorDesc{
	color:#183765;
	padding-top:2px;
	display:block;
	font-size: 11px;
    font-weight: normal;
}

.blogNewsNew .item:hover img{
	border:#183765 solid 1px;
	background-color:#FFFFFF;
}

.blogNewsNew .item:hover a{
	color:#32578d;
}

.blogNewsNew .item a:hover{
	text-decoration:none;
}

/* kxip styles end */

/* LIVE STRAMING TICKER*/
#headLiveTickerContainer
{
    position:absolute;
    top:-6px;
    right:0px;
}
.template-home #headLiveTickerContainer
{
    top:-32px;
}

#headLiveTickerContainer.template-home-new
{
 cursor:pointer;background:url(../../../_assets/_gfx/2013_HomePageNew/WebTvTicker.png) no-repeat;width:298px;height:41px;position:absolute !important;top:43px !important;right:-5px;
}
#headLiveTickerContainer.template-inside
{
 cursor:pointer;background:url(../../../_assets/_gfx/2013_HomePageNew/WebTvTicker.png) no-repeat;width:298px;height:41px;position:relative !important;float:right;top:0 !important;
 padding-bottom:10px;
 float:none;
}

#headLiveTicker {
	height: 26px;
	overflow: hidden;
    /*position:absolute;*/
    text-align: right;
    top:0px; right:0px;        
    margin:0px;
}
#headLiveTicker li {
	float:none !important;
	height:26px; 
}


/*LIVE TV DIMOFILH BOX*/
.categoriesBox .mc_match_live
{
    position:relative !important;
    top:0px !important;
    right:0px !important;
    margin-top:0px !important;
}
.mc_match_live
{
    display:inline-block;
    /*margin-top:4px;*/
    white-space: nowrap;
}
.mc_match_live div
{
    float:left;
    margin:0;padding:0;
    height:22px;
    display:block;
}

.mc_match_live div.mc_start
{
    width:1px;
    font-size:1px;
    background:url('../../../_assets/_gfx/euro/web-tv-live-start.png') no-repeat 0px 0px;
}
.mc_match_live div.mc_webtv
{
    width:55px;
    font-size:1px;
    background:url('../../../_assets/_gfx/euro/webtv-webtv.png') no-repeat 0px 0px;
}
.mc_match_live div.mc_live
{
    width:39px;
    font-size:1px;
    background:url('../../../_assets/_gfx/euro/webtv-live.png') no-repeat 0px 0px;
}
.mc_match_live div.mc_match
{
    padding:0 10px;    
    background:url('../../../_assets/_gfx/euro/web-tv-match.png') repeat-x 0px 0px;
}
.mc_match_live div.mc_match a,.mc_match_live div.mc_match
{
    color:#ffffff;
    font-weight:bold;
    line-height:22px;
}
.mc_match_live div.mc_end
{
    width:1px;
    font-size:1px;
    background:url('../../../_assets/_gfx/euro/web-tv-end.png') no-repeat 0px 0px;
}
/*LIVE TV DIMOFILH BOX*/

/* back to top start */

#back-topLogo {
	position: fixed;
	bottom: 4px;
    right: 4px;
}

#back-top {
	position: fixed;
	bottom: 4px;
    right: 4px;
}
#back-top a {
	width: 64px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
    color: #fff;
	width: 64px;
	height: 64px;
	display: block;
	background: #999 url(http://www.novasports.gr/img/back-top.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	filter: alpha(opacity=100);
	opacity: 1;
}



.homesideBox .special .photo b{
	background-image:url(../../../_assets/_gfx/play_btn.png);
	width:42px;
	height:41px;
	display:block;
	position:absolute;
	top:65px;
	left:130px;
}


/* back to top end*/


.newsCatRed{
	background-image:url(../../../_assets/_gfx/newsCatRed.png);
	width:197px;
	height:24px;
	display:block;

	margin:4px auto;
	color:#FFFFFF;
	font-size:12px;
}
.newsCatRed:hover{
	text-decoration:none;
}

.newsCatRed span{
	padding:6px 5px;
	display:block;
	font-weight:bold;
}



.lgapp_container { position:relative; width:964px; height:855px; background:url(../../../_assets/_gfx/novasports_apps/lg_bg.jpg) 0 0 no-repeat; }
.lgapp_container .btn { display:block; position:absolute; bottom:26px; right:27px; width:140px; height:93px; background:url(../../../_assets/_gfx/novasports_apps/lg_btn.png) 0 0 no-repeat; text-indent:-999999em; cursor:pointer; }



    
    
.horizontalBlogs
{
    width: 638px;
    height:315px;
    overflow:hidden;
    display:block;
    position:relative;
    border-bottom: 1px dotted #acacac;
        
}
.horizontalBlogs .heading
{
    background: url('../../../_assets/_gfx/FinalFour/section-header-bg.png') no-repeat top left;
    width: 638px;
    height: 32px;
    margin-bottom: 8px;
}
.horizontalBlogs .heading span
{
    line-height :32px;
    color:#fff;
    padding-left:15px;
    font-size:16px;
    font-weight:bold;  
}
.horizontalBlogs .adv
{
    position:absolute;
    width: 638px;
    height:300px;
    top:0;left:0;
    z-index:0;
}
.horizontalBlogs .top
{
    display:none;
}
.horizontalBlogs .blogs_content
{
    position:absolute;
    width:638px;
        
    top:0;left:0;
    z-index:1;
}
    
.horizontalBlogs .bot,.horizontalBlogs .top,.horizontalBlogs .mid
{
    background-image:none!important;
    background-color:transparent!important;
    border-width:0!important;
}
.horizontalBlogs .midtop .title
{
    float:left;
    padding-left:18px;
    padding-top:12px;
}
.horizontalBlogs .midtop .advert
{
        
}
    
.horizontalBlogs .bloggers
{
    margin:0;padding:0;
    margin-left: 14px;
    padding-top:5px;
    display:inline-block;       
        
}
.horizontalBlogs .bloggers .sep
{
    display:table-cell;        
    width:7px;                
}
.horizontalBlogs .bloggers .blogger
{
    display:table-cell;        
    width:148px;
    color:#fff;
}
.horizontalBlogs .bloggers .photo
{
    border:1px solid #d8d8d8;
    width:145px;
    height:105px;
    background:url('../../../_assets/_gfx/blogs/blogger-bg.jpg') no-repeat;
    display:block;
    position:relative;
}
.horizontalBlogs .bloggers .blogger-name
{
    display:block;
    position:absolute;        
    bottom:0;
    left:0;
    width:145px;
    height:59px;
    background:url('../../../_assets/_gfx/blogs/blogger-name.png') no-repeat;
    background-position:bottom;
}
.horizontalBlogs .bloggers .blogger-name a
{
    display:block;        
    color:#d8d8d8;
    font-family:Trebuchet MS;
    font-size:12px;
    text-decoration:none;
    padding:42px 12px 0 12px;
    font-weight:bold;
}
    
.horizontalBlogs .bloggers h3
{
    font-size:13px;
    font-weight:bold;
    line-height:14px;
    padding:6px 0;
    display:block;
    height:37px;        
    overflow:hidden;
    margin-bottom:2px;
}
.horizontalBlogs .bloggers h3 a
{
    color:#183765;
    text-decoration:none;
}
.horizontalBlogs .bloggers p
{
    color:#183765;
    font-size:11px;
    line-height:12px;
    padding-bottom:5px;
    font-family:Tahoma;
    display:block;
    height:44px;        
    overflow:hidden;
    margin-bottom:7px;
}
.horizontalBlogs .bloggers span.date
{
    color:#ec3029;
    font-size:11px;
}
.horizontalBlogs .midbot
{
    text-align:right;
        
    padding:4px 19px 5px 0;
}
.horizontalBlogs .more
{
    color:#ec3029;
    text-decoration:underline;
    font-family:Tahoma;
}


/*SOCIAL START*/
.site-social-toolbox
{
   line-height:20px; 
   float:left; 
   vertical-align:middle; 
   margin-top: -3px;
}
.site-social-toolbox > b, .site-social-toolbox > span, .site-social-toolbox > a
{
    float:left;
}
.site-social-toolbox .st_fblike_hcount
{
    margin-top:-3px;
    margin-left:5px;
}

.site-social-toolbox .social-icon
{    
    background: url(../../../_assets/_gfx/social/icons.gif) no-repeat left; 
    height:16px; 
    width:16px;
    margin:2px 2px 0px 2px;
    display:inline-block;
}

.site-social-toolbox .social-icon.facebook
{
    background-position: 0 -1648px;
}
.site-social-toolbox .social-icon.twitter
{
    background-position: 0 -5472px;
}
.site-social-toolbox .social-icon.youtube
{
    background-position: 0 -6176px;
}
.site-social-toolbox .social-icon.rss
{
    background: url(../../../_assets/_gfx/rss_small.gif) no-repeat left; 
}


/*----*/
.content-social-toolbox
{
    line-height:26px;
    white-space: nowrap;    
}
.content-social-toolbox .st-twitter-counter
{
  background-image: url(../../../_assets/_gfx/social/tweet-off.png) !important;
}
.content-social-toolbox .st-twitter-counter:hover
{
  background-image: url(../../../_assets/_gfx/social/tweet-on.png) !important;
}
.content-social-toolbox .st_plusone_hcount > div
{
    margin-top:-3px;   
}
.content-social-toolbox .st_twitter_hcount .stButton_gradient.stHBubble
{
    margin-top:-2px;    
}
.content-social-toolbox .st_twitter_hcount
{
   margin-left:-3px;    
}
.content-social-toolbox .st_email_hcount
{
   margin-left:-14px; 
}
.content-social-toolbox .st_plusone_hcount
{
    margin-left: -6px; 
}
.content-social-toolbox .st_fblike_hcount > span
{
    line-height:16px !important;
}


/*SOCIAL END*/

/*DISQUS BEGIN*/
.disqus-count
{
    /*background-image:url(http://www.novasports.gr/_assets/_css/_assets/_gfx/social/disqus-count-off.png);*/
    text-align: center;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.disqus-count a
{
    font-size:12px;
    font-weight:bold;
    color:#162d56;
    text-decoration:none !important;
}
.disqus-count a:hover
{
    color:#ac1400;
}
.disqus-reactions-count
{
    display:none;
}
#disqus_thread a
{
    color:#162d56;
}
/*DISQUS END*/





/*start new code for home page*/






#slides {

}

#slides .slides_container {
	width:645px;
	height:415px;
	overflow:hidden;
	position:relative;
	/*display:none;*/
	padding:2px;
}

#slides .slide-content{ position:relative;}

#slides .slide-content b{
	background-image:url(../../../_assets/_gfx/2013_HomePageNew/play_btn.png);
	width:92px;
	height:92px;
	display:block;
	position:absolute;
	top:139px;
	left:276px;
}



#slides .exlusive{position:absolute;top:10px;left:-7px;}


#slides .slides_container div.slide {
	width:645px;
	/*height:380px;*/
	display:block;
	
}

#slides .pagination {
	/*margin:10px auto 0;*/
	margin:0 auto 0;
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
#slides .pagination li div
{
    position:relative;
    overflow:hidden;
    float:left;
    /*width:160px;*/
    width:160px;
    /*height:190px;*/
    height:150px;   
    padding-bottom:9px;
}

#slides .pagination li img.live
{
    position:absolute;top:9px;right:6px;
}

#slides .pagination li img.thumb
{
    border: #d8d8d8 solid 1px;
    padding: 2px;
    margin:4px;
}
#slides .pagination li h2
{
    margin-left: 5px;
    margin-right:5px;
    margin-bottom:2px;
}
#slides .pagination li h2 a{color:#183765;font-size:14px;font-weight:bold;}
#slides .pagination li h3
{
    margin-left: 5px;
    margin-right:5px;
    line-height:14px;
}
#slides .pagination li h3 a{color:#000000;font-size:12px;font-weight:normal;}

#slides .pagination li.current div {
	/*background-color:#e4e4e4;*/
	background-image:url(../../../_assets/_gfx/2013_HomePageNew/HomeTopNewsSel.png);
	
}
#slides .pagination li.current div img {
	border-color:#aaaaaa;
}

#slides .caption {
	z-index:500;
	position:absolute;
	/*background:url(../../../_assets/_gfx/2013_HomePageNew/gradientTrans.png) repeat;*/
	background-color:#15325c;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
	/*bottom:0px;*/
	left:0;
	padding:10px;
	font-weight:bold;
	font-size:30px;
	/*line-height:1.33;*/
	line-height:24px;
	width:625px;
	color:#fff;
}
#slides .caption h1 {border:0;font-family:Tahoma;font-weight:bold;}
#slides .caption h1 a{color:#fff;font-size:30px;font-weight:bold;}
#slides .caption h2 {line-height:16px;}
#slides .caption h2 a{color:#fff;font-size:16px;font-weight:normal;}
#slides .slide .mainCarousel_left_links_anchors{top:365px;width:645px;}
.homeTopNews {overflow:hidden !important;margin-left:0px;padding-bottom:5px;}


/*****************************start home middle sports widgets*/
.newMidbox
    {
	background-color:#ffffff;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	border:1px solid #d8d8d8;
	overflow:hidden;
	
}
.newMidbox.big{width:650px;margin-bottom:5px;}
.newMidbox.left{float:left;width:440px;margin-top: 10px;margin-left: 3px;}
.newMidbox.right{margin:10px;float:right;height:357px;}

.homeNews .categoryNew {
padding: 8px 17px;
font-size: 23px;
color: #fff;
font-family: Trebuchet MS;
background-color: #ef001f;
margin: 0;
border-radius: 3px 3px 0 0;
position: relative;
font-weight:bold;
}

.homeNews .categoryNew.home-middle-sports-volley{color:#000;}

.newsListSportsWidget{margin:5px;}


.newsListSportsWidget .item {/*overflow: hidden;*/margin-bottom: 10px;/*height:71px;*/}
.newsListSportsWidget hr {border: 1px #D7DBE4 solid;margin-right: -5px;margin-left: -5px;}

.newsListSportsWidget h2 {margin-top:2px;margin-bottom:2px;}
.newsListSportsWidget h2 a{font-weight:bold;font-family:Arial;font-size:12px;}
.newsListSportsWidget .desc{line-height:12px;font-family:Arial;font-size:12px;padding-bottom: 2px;}

.newsListSportsWidget.home-middle-sports-soccer h2 a{color:#1C3063;}
.newsListSportsWidget.home-middle-sports-basket h2 a{color:#DD671D;}
.newsListSportsWidget.home-middle-sports-volley h2 a{color:#1A3061;}


.newsListSportsWidget .photo img {margin-bottom:10px;width:121px;height:71px;}
.videoListSportsWidget .photo img {width:177px;height:102px;}

.videoListSportsWidget .item {overflow: hidden;margin: 5px;}

.itemDateFB {display:inline-block;width:305px;padding-left:10px}
.itemDateFB .date {float: left;margin-top:6px;font-weight: normal;font-family:Arial;font-size:10px;line-height:13px;}

.itemDateFB.home-middle-sports-soccer{background-color:#F8F8F8;}
.itemDateFB.home-middle-sports-soccer .date{color:#1C3063;}

.itemDateFB.home-middle-sports-basket{background-color:#FEFAF7;}
.itemDateFB.home-middle-sports-basket .date{color:#DD671D;}

.itemDateFB.home-middle-sports-volley{background-color:#FAFAFA;}
.itemDateFB.home-middle-sports-volley .date{color:#1A3061;}




.itemMore {background-color:#F8F8F8;}
.HomeSportsWidgetbottomLinks
{
    background-color:#D8D8D8;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	border:1px solid #D8D8D8;
	overflow:hidden;
	display:inline-block;
	padding:5px;
	margin:5px;        
}
.HomeSportsWidgetbottomLinks a {color:#000;font-weight:bold;font-size:11px;font-family:Arial;}
.HomeSportsWidgetbottomLinks a:hover {color:#000;font-weight:bold;font-size:11px;font-family:Arial;}
.HomeSportsWidgetbottomLinks a:visit {color:#000;font-weight:bold;font-size:11px;font-family:Arial;}

.newsListSportsWidget .more{padding:10px;text-align:right;}
.newsListSportsWidget .more a{font-weight:bold;font-family:Arial;font-size:11px;}
.newsListSportsWidget .more a:hover{font-weight:bold;font-family:Arial;font-size:11px;}
.newsListSportsWidget .more a:visit{font-weight:bold;font-family:Arial;font-size:11px;}
.videoListSportsWidget .more{padding:10px;text-align:right;font-family:Arial;font-size:11px;}
.videoListSportsWidget .more a{font-weight:bold;font-family:Arial;font-size:11px;}
.videoListSportsWidget .more a:hover{font-weight:bold;font-family:Arial;font-size:11px;}
.videoListSportsWidget .more a:visit{font-weight:bold;font-family:Arial;font-size:11px;}



.newsListSportsWidget .more.home-middle-sports-soccer{background-color:#F8F8F8}
.newsListSportsWidget .more.home-middle-sports-basket{background-color:#FFEFE5}
.newsListSportsWidget .more.home-middle-sports-volley{background-color:#F3F3F3}

.newsListSportsWidget .more.home-middle-sports-soccer a{color:#D9221A}
.newsListSportsWidget .more.home-middle-sports-basket a{color:#000}
.newsListSportsWidget .more.home-middle-sports-volley a{color:#000}

.videoListSportsWidget .more.home-middle-sports-soccer a{color:#D9221A}
.videoListSportsWidget .more.home-middle-sports-basket a{color:#000}
.videoListSportsWidget .more.home-middle-sports-volley a{color:#000}

.videoListSportsWidget .more.home-middle-sports-soccer{background-color:#F8F8F8}
.videoListSportsWidget .more.home-middle-sports-basket{background-color:#FFEFE5}
.videoListSportsWidget .more.home-middle-sports-volley{background-color:#F3F3F3}
.HomeSportsWidget-bottom-banner{text-align:center;width:445px;margin-bottom:10px;margin-top:10px;}
.HomeSportsWidget-top-banner{position:absolute;right:15px;top:3px;}

/*#D8D8D8*/
/*****************************************end home middle sports widgets*/