/* CSS Document */
/*
<div id="livesWidgetMainContainer">
    	<div id="livesWidgetHeader">
        </div>
        <div id="livesWidgetBody">
        	<div id="livesWidgetPlayer">
            </div>
        </div>  
    </div>
*/


#livesWidgetWrapper{
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#livesWidgetMainContainer {
width: 100%;	
    min-width:200px;
    
	height:352px;
	/*border-style:solid;
	border-color:#636363;
	border-width:1px;*/
	display:inline-block;

	
}

#livesWidgetHeader {
	

	height:40px;
	background-color: #484848;
}

#livesWidgetBody {
background-color: #000000;
}




#livesWidgetPlayer {
	max-width:360px;
	max-height:202px;
	background-color:#000000;
        text-align: center;
}

#liveWidgetSelectEmissionButton{
    margin-top:5px;
}

.smallBlackButton {
	cursor:pointer;
	/*background-color:#212121;*/
	margin-right:10px;
	float:left;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 12px;
	color: #fafafa;
	padding: 5px 10px;
	/*background: -moz-linear-gradient(
		top,
		#323333 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#323333),
		to(#000000));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.3);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.3);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
        text-decoration:none;*/
}


.smallBlackButton:hover{
    color: #eaeaea;
    
}
#livesWidgetFooter {
/*width: 100%;	
    min-width:360px;*/
	height:34px;
	background-color: #484848;
	overflow:hidden;
        -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

#livesWidgetCurrentLivesPopUp {
	visibility:hidden;
	display: compact;
	/*width:100%;*/
	height:235px;
	background-color:#FFFFFF;
	/*-webkit-box-shadow:  1px 1px 12px 2px #444444;
    box-shadow:  1px 1px 12px 2px #444444;*/
    position:absolute;
    margin-top:40px;
    background-image:url(../img/liveswidget/liveEventsBg.jpg);
	
	
	
}

.livesWidgetLiveListItemMainContainer {

cursor:pointer;
width: 100%;

/*height:100px;*/
background: #eaeaea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #eaeaea 0%, #bfbfbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* IE10+ */
background: linear-gradient(to bottom, #eaeaea 0%,#bfbfbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-8 */
padding-bottom: 10px;
}


.livesWidgetLiveListItemImage {
	
	width:98px;
	height:66px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:5px;
	background-color:#EEEEEE;
	position:relative;
	top:10px;
	left:10px;
	float:left;
	
	
	
}


.livesWidgetLiveListItemData{
	position:relative;
	height:76px;
	top:10px;
	width:213px;
        line-height:12px;
	float:left;

}

.livesWidgetListItemTitle {
	display:block;


	/*width:213px;*/
	height:25px;
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:14px;
        text-align: center;


}

.livesWidgetStartDateDiv {
	width:100px;
	height:51px;
	float:left;


}

.livesWidgetInitTitleSpan {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:12px;
	color:212121;
	font-weight:bold;
}

.livesWidgetEndTitleSpan {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:12px;
	color:212121;
	font-weight:bold;
}

.livesWidgetEndDateDiv {
	width:100px;
	height:51px;
	float:right;

	margin-right:5px;
}

.livesWidgetDateDaySpan {
	font-family:'Open Sans Condensed', Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
	font-weight:700;
}

.livesWidgetDateHourSpan {
	font-family:'Open Sans Condensed', Helvetica, sans-serif;
	font-size:13px;
	color:#212121;
	font-weight:700;
}

#livesWidgetpopUpContent {
	height:235px;
	overflow-x:hidden;
        overflow-y: scroll;
        
       
}

.livesWidgetFooterSpan {
	height:20px;
	/*background-color:#212121;*/
	color:#636363;
	padding-left:10px;
	padding-right:10px;
	width:120px;
	display:block;
	-moz-border-radius: 0px 15px 15px 0px;
	-webkit-border-radius: 0px 15px 15px 0px;
        border-radius: 0px 15px 15px 0px;
		font-family:'Open Sans', Helvetica, sans-serif;
		font-size:12px;
		margin-top:6px;
		padding-top:2px;
		float:left;
}

.livesWidgetFooterInfoSpan {
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
        
	display:block;
		font-family:'Open Sans', Helvetica, sans-serif;
		font-size:12px;
		margin-top:4px;
		padding-top:2px;
		float:left;
}

#livesWidgetMarqueeDiv{
	/*min-width:260px;
        width: 100%;*/
	height:25px;
	/*padding-left:10px;*/
	padding-top:6px;
	float:left;
}

#livesWidgetMarquee {

	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:13px;
        color:#636363;

}


#livesWidgetShareDiv {
	
        /*width: 100%;	*/
        /*min-width:360px;*/
	height:40px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#adadad;
	/*border-top-style:solid;
	border-bottom-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-color:#333333;
	border-bottom-color:#333333;*/
	padding-left:10px;
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
        /*background-image:url(../img/liveswidget/shareDivBackground.jpg);*/
        display: none;
	
        
}

.livesWidgetIconDiv {
	float:left;
	width:30px;
	height:30px;
	
}