/* @override http://l:3002/stylesheets/header_player.css */

.favScrollContainer {
  height: 80px;
	padding-bottom: 10px;
  overflow: hidden;
}

a.display_name {
    color: #c4df3d;
}


.pageHeader {
    height: 124px;
    overflow: hidden;
    /*margin-top: 150px;*/
}

    .pageHeader img {border:none;}

.logo {
    float: left;
    width: 115px;
}

.rightPane {
    /*width: 682px;*/
    width: 843px;
    height: 114px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}

.player-login {
	width: 843px;
	height: 100px;
}

.player {
    float: left;
    /*width: 412px;*/
    width: 573px;
}

.login {
    float: left;
    width: 270px;
    height: 114px;
    overflow: hidden;
    background: #000;
}

.glossyTitlebar {
    background: #000 url('/images/player/playerGlossyTitlebar.png') repeat-x;
    height: 25px;
    overflow: hidden;
    color: #FFF;
    text-shadow: #000 0px -1px;
    font-size: 12px;
    line-height: 24px;
}

    .glossyControls {
        widh: 100px;
        text-align: right;
        float: right;
        margin-right: 7px;
    }

    .glossyCornerLeft {
        background: url('/images/player/playerGlossyCornerLeft.png') top left no-repeat;
        padding-left: 7px;
    }

    .glossyCornerRight {
        background: url('/images/player/playerGlossyCornerRight.png') top right no-repeat;
        padding-right: 7px;
    }

.currentlyPlaying {
    height: 11px;
    overflow: hidden;
    background: url('/images/player/playerCurrentlyPlaying.png') top left repeat-x;
    border-bottom: 1px solid #101010;
    font-size: 9px;
    color: #555;
    text-shadow: #D7D7D7 0px 1px;
    line-height: 9px;
    padding: 0px 3px;
}

    .playerBuffer {
        width: 213px;
        float: right;
    }

        .playerBuffer .bufferBG {
            background: url('/images/player/playerBufferBG.png') top left no-repeat;
            padding: 2px;
            width: 151px;
            float: right;
            height: 7px;
            overflow: hidden;
            margin-top: 2px;
        }

            .playerBuffer .bufferBG .bufferIndicator {
                background: url('/images/player/playerBufferIndicator.png') top left repeat-x;
                width: 75%;
                height: 3px;
                overflow: hidden;
            }

.playerDisplay {
    background: black url('/images/player/playerDisplay.png') top left repeat-x;
    height: 28px;
    overflow: hidden;
}

    .playerDisplay .radio {
        font-size: 24px;
        display: block;
        float:left;
        color: #FFF;
        text-shadow: #181818 0px -1px;
        line-height: 18px;
        /*margin-left: 8px;*/
        margin-right: 3px;
        padding:5px;
    }

    .playerDisplay .podcast {
        font-size: 15px;
        display: block;
        float:left;
        margin-left: 5px;
        position: relative;
        top: -3px;
        color: #BABABA;
        text-shadow: #181818 0px -1px;
    }

    .playerDisplay img {
        position: relative;
        left:5px;
        top: 6px;
        display:block;
        float:left;
    }

.playerKnobs {
    background: url('/images/player/playerKnobsBG.png') top left repeat-x;
    height: 100px;
}

    .playerKnobs #playerEmbed {
        display: none;
    }

	div.playerKnobs table {
      margin: 0;
      position: relative;
      top: 0px;
      left: 0px;
	}

	div.playerKnobs input {
		position: relative;
		top:  6px;
		left: 6px;
		margin-right: 2px;
	}

        .playerKnobs a {
            margin-right: 2px;
            position: relative;
            top: 6px;
            left: 6px;
        }

    .playerCornerLeft {
        background: url('/images/player/playerKnobsCornerLeft.png') top left no-repeat;
        height: 17px;
        overflow: hidden;
        position: relative;
        top: -136px;
        clear: all;
    }

        .loginCornerRight {
            background: url('/images/player/playerLoginCornerRight.png') top left no-repeat;
            height: 17px;
            width: 17px;
            float: right;
        }

.playerDisplayLogo {
    float: right;
    position: relative;
    top: -125px;
    left: -15px;
    background: url('/images/player/playerDisplayLogo.png') center center no-repeat;
    width: 67px;
    height: 68px;
    overflow: hidden;
    text-align: center;
}

    .playerDisplayLogo img {
        position: relative;
        top: 8px;
    }

.scroll-pane {
    background: #000;
	  height: 90px;
    color: #fff;
    width: 261px;
		margin-left: 7px;
		font-size: 12px;
}

.scroll-pane a {
		text-decoration: none;
		color: #fff;
}

.loginForm {
    background: #000;
	  height: 100px;
    overflow: auto;
    /*padding-top: 6px;*/
    color: #fff;
    width: 243px;
		margin-top: 5px;
}

a.logout {
	float: right;
}



    .loginForm label {
        display: block;
        float: left;
        width: 90px;
        padding-left: 7px;
        font-size: 12px;
        color: #BCD542;
        height: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .loginForm .text {
        display: block;
        float: left;
        width: 127px;
        height: 19px;
        background: #40444A;
        border: 0;
        border-bottom: 1px solid #64676C;
        margin-bottom: 5px;
        color: #FFF;
        font-size: 12px;
    }

    .loginForm a {
        color: #1497D5;
        text-decoration: none;
        font-size: 12px;
        display: block;
        width: 220px;
        height: 10px;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
    }

    .loginForm .login {
        background: url('/images/buttonLogin.png') top left no-repeat;
        border: 0;
        display: block;
        float: left;
        margin-left: 113px;
        width: 62px;
        height: 26px;
        text-align: center;
        color: #D7026B;
        padding-bottom:4px;
    }

input.login {
	position: relative;
	left: -15px;
	top: -15px;	
}