﻿div.playerContainer {
}

.flowPlayerContainer {
    text-decoration:none;
    cursor:pointer;
}

.splashBgImage {
    display: block; 
    position: relative; 
}

.partSelector 
{
    padding:10px;
    position: absolute;
    z-index:2;
    overflow:auto;
}

.floatingBanner 
{
    position: absolute;
    z-index:2;
}

.playImage {
    display: block; 
    position: relative; 
    z-index:3;
}

.splashInfoContainer {
    position: relative; 
    z-index:5;
}

.paddedInfo {
    padding: 5px 10px;
}

.logo_watermark {
    display: inline;
    border:0;
}

.mouseAsPointer 
{
    cursor:pointer;
}

.absolute_floater 
{
    position: absolute;
    z-index:2;
}

.infoPanel 
{
    position: absolute;
    z-index: 9;
}

.shareImage
{
    padding: 2px;
}

.extraCloseButton 
{
    display:inline;
    float:right;
    margin:5px;
}

.canvasColumn
{
    float: left;
    position:relative;
    top:-10px;
    overflow:auto;
    width: 40%
}

.leftPadded10 
{
    padding: 0px 0px 10px 10px;
}

.searchBox 
{
    background-color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;              
	border-radius: 5px; 
}

div.searchResultsBox {
    float: left;
    overflow-x: hidden;
    overflow-y:auto;
    height:80%;
    margin-bottom: 10px;
}

.searchPlayerHit {
    display: inline-block;
    float:left;
    padding: 0 10px 5px 10px;
    cursor: pointer;
}

.searchPlayerHit p 
{
    margin: 0;
    padding: 0;
}

#synapsePlayerInfoPanel a:link, #synapsePlayerInfoPanel a:visited
{
	font-weight: bold;
	text-decoration: none;
}

#synapsePlayerInfoPanel a:hover,#synapsePlayerInfoPanel a:visited:hover
{
    font-weight: bold;
	text-decoration: underline;
}
.scrollable
{
	overflow:hidden;
	height: 100%;
}

.playerAlertBox 
{
	z-index:10;
	background-color:white; 
	position:absolute;
	border-bottom: 3px solid rgba(82, 82, 82, 0.7);
	border-left: 3px solid rgba(82, 82, 82, 0.7);
	border-right: 3px solid rgba(82, 82, 82, 0.7);
	
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
	/*css3*/
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	/*mozilla*/
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	/*webkit*/
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.playerAlertBoxMessage 
{
    padding: 3px 10px;
}

.playerAlertBoxMessage a:hover,.playerAlertBoxMessage a:visited:hover
{
    font-weight: bold;
	text-decoration: underline;
}

.playerAlertBoxMessage a:link, .playerAlertBoxMessage a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #333333;
}
.vscrollerbar {
width: 10px;
/*background-color: #8B8B8B;*/
background-image: url('../img/scroller.png');
/* following is the bit that allows us fixed height scrollbars */
height: 83px !important;
}

.vscrollerbar, .hscrollerbar 
{
padding: 0px;
z-index: 2;   
}

.scrollerjogbox {
width: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


.playerYLink
{
    color: #FFCD00;
    text-decoration: none;
}

.ratingStar {
    /*height: 16px;
    width: 16px;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;*/
    height: 22px;
    width: 22px;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    position: relative;
    left: 68px;
    top: 5px;
}

.ratingStyle
{
    /*display: inline;*/
    display: inline-block;
    float: left;
    width: 208px;
    height: 30px;
    background-image: url('../img/base_votacao.png');
    background-repeat: no-repeat;
    background-position-x: -14px;
    background-position-y: center;
}

.savedRatingStar 
{
    /*background-image: url('../img/star-filled.png');
    width:30px; 
    height:30px;*/ 
    background-image: url('../img/star-filled_canalcurta2.png');
    background-size: 22px;
}

.emptyRatingStar 
{
    /*background-image: url('../img/star-empty.png');
    width:30px; 
    height:30px;*/ 
    background-image: url('../img/star-empty_canalcurta2.png');
    background-size: 22px;
}

.waitingRatingStar 
{
    /*background-image: url('../img/star-waiting.png');
    width:30px; 
    height:30px;*/ 
    background-image: url('../img/star-waiting.png');
}


.comment
{
	display:block;
}

.comment_list
{
    overflow:auto;
    height:80%;
    margin-bottom: 10px;
}
