﻿#movie-frame
{
    width: 997px;
    margin-left: 1px;
    height: 510px;
    background-image: url(../img/player/videoback.jpg);
    float: left;
    background-repeat: no-repeat;
}
#movie-player a
{
    color:#FFFFFF;
    text-decoration:underline;
}
#movie-player
{
    width:850px;
    height:500px;
    outline:none;
    color:#EEEEEE;
    text-align:center;
}
#movie-player:focus
{
    outline:none;
}
.filmheader
{
    float:left;
    text-align:left;
    padding-top:20px;
    padding-left:10px;
    padding-bottom:5px;
}
.qbtn_on
{
    background-color:#00529b;
    color:#ffffff;
    font-weight:bold;
    border: solid 3px #6caedf;
}
.qbtn_on a
{
    color:#ffffff;
}
.qbtn
{
    float:left;
    cursor:pointer;
    margin-right:5px;
    margin-left:5px;
    padding:5px 10px 5px 10px;
    border: solid 1px #6caedf;
}

.chapters
{
    display:none;
    text-align:left;
    color:White;
    padding:0;
    margin:0;
    clear:both;
    z-index:1000;
    position:absolute;
    margin-top:27px;
    margin-left:75px;
}

#showchap
{
    /*display:none;*/
/*    margin-top:-16px;*/
     margin-left:75px;
     clear:both;
}
#showchap a, #showchap a:link, #showchap a:visited
{

}

#showchap a:hover
{
    text-decoration:none !important;
}

.chapters ul
{
    /*float:left;*/
    padding:0;
    margin:0;
}

.chapters ul li:first-child
{
 margin-top:0px;   
}
.chapters ul li
{
    border-color: #6CAEDF;
    list-style-type: none;
    width: 500px;
    max-width: 500px;
    color: White;
    border-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: none;
    padding:5px;
    background:#00529B;
    z-index:1000;
}

.chapters ul li:hover
{
    background-color:#6CAEDF;
    color:Black;
    cursor:pointer;
    background-position: left center;
    background-image: url(../img/portal/play.gif);
    background-repeat:no-repeat;
}

.chaptertitle
{
    text-align:left;
    width:385px;
    max-width:385px;
    display:inline;
    float:left;
    padding-left:25px;
}

.chaptertime
{
    text-align:left;
    width:75px;
    max-width:75px;
    display:inline;
    padding-right:20px;
}

.chapterselected
{
    /*background-color:Red;*/
    background-position: left center;
    background-image: url(../img/portal/play.gif);
    background-repeat:no-repeat;
}
.embedcontent
{    
    float: left;
    text-align:left;
    margin: 10px 0px 10px 0px;   
    clear: both;
    width: 880px;
}
.embedlabel
{
	float: left;
	color: #C41236;
	font-weight: bold;
}
.embedinput
{
    width:630px;    
    float:right;
}
