
/* 

Saddleback Media Buttons and Player Style Sheet 

By: Justin Jenkins <justinj@saddleback.net>


*/




/* --------------------------------- Buttons ---------------------------- */


.Button
{
    vertical-align: top;
    background: transparent;
    margin: 0px;
    padding-right: 3px;
    float: left;
    width: auto;
}


/* Audio Button */
a#btn-play-audio
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_play_audio.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

a#btn-play-audio:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}

/* Video Button */
a#btn-play-video
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_play_video.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

a#btn-play-video:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}


/* Replay Button */
a#btn-replay
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_replay.gif);
    background-position: 0 0;
    margin: 0;
}

a#btn-replay:hover
{
    background-position: 0 -21px;
}


/* I'm Done Button */
a#btn-done
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_done.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

a#btn-done:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}


/* Ooops!/Undo Button */
a#btn-oops
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_oops.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

a#btn-oops:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}

/* I'm Done Button */

INPUT.btnDone
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_done.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

INPUT.btnDone:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}

/* Ooops!/Undo Button */

INPUT.btnOpps
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_oops.gif);
    background-position: 0 0;
    margin: 0;
    cursor: pointer;
}

INPUT.btnOpps:hover
{
    background-position: 0 -21px;
    cursor: pointer;
}

/* Expand Button */

INPUT.btnExpand
{
    display: block;
    width: 55px;
    height: 20px;
    background-image: url(../../images/button_expand.gif);
    background-position: 0 0;
    margin: 0;
}

/* Collapse Button */

INPUT.btnCollapse
{
    display: block;
    width: 55px;
    height: 20px;
    background-image: url(../../images/button_collapse.gif);
    background-position: 0 0;
    margin: 0;
}

/* Outline */
a#btn-outline
{
    display: block;
    width: 92px;
    height: 21px;
    background-image: url(../../images/button_download.gif);
    margin: 0;
}


/* Shadow box */

div.back
{
    background: #A3A3A3;
    float: right;
    clear: right;
    width: 158px;
    margin-top: 1px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 10px;
}

div.front
{
    border: solid 1px #CCCCCC;
    background: white;
    position: relative;
    top: -2px;
    right: 2px;
    padding: 3px;
    color: #666666;
}
/*
div.backvideo
{
    background: #A3A3A3;
    float: right;
    clear: right;
    width: 328px;
    margin-top: 1px;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 10px;
}

div.frontvideo
{
    border: solid 1px #CCCCCC;
    background: white;
    position: relative;
    top: -2px;
    right: 2px;
    padding: 3px;
    color: #666666;
}
*/

/* ------------------------ Player ------------------------------- */

Body.Player
{
    Padding: 0px;
    Margin: 0px;
    Font: 10pt Arial, Verdana, "Sans Serif";
    Color: White;
}


.BlockPlayer
{
	font-weight: bold;
    font-size: 0.95em;
	color: Black;
    width: 450px;
    height: 390px;
    text-align: left;
    background: url(/mediacenter/RickWarren/images/player-back.jpg) no-repeat;
}

.BlockVideoPlayer
{
	font-weight: bold;
    font-size: 0.95em;
	color: black;
    width: 550px;
    height: 450px;
    text-align: left;
    background: url(/mediacenter/RickWarren/images/videoplayer-back.jpg) no-repeat;
}

.PlayerTitle 
{
	font-weight: bold;
	 font-size: 0.95em;
	 color: #000000;
}

.PlayerSeries
{

    
    font-variant:small-caps ; 
    font-size: 0.90em;
    color: #274867;
}


.PlayerDescription 
{
	 font-size: .90em;
	 color:#000000;
}

.Player
{
	 font-size: 1.00em;
	 color: #000000;
	 padding-left:8px;
	 padding-top:5px;
}
