div
{
   color:#9f9f9f;   
}

img
{
}

label
{
   position:relative;
   top:-1px;   
}

div#videocontainer
{
   position:relative;
   width:800px;
   text-align:left;
   z-index:50;
}

div#videomain
{
   height:800px;
   padding:44px 80px 44px 80px;
   background-color:#000;
   /*
   background-image:url(/include/common/videoplayer/graphic/videoplayerbg.png);
   background-repeat:no-repeat;
   */
}

div#vdocnotecontainer
{
   position:absolute;
   top:44px;
   left:641px;   
   padding:0px;
   margin:0px;
   z-index:-1;
}

div#vdocnote
{
   position:relative;
   z-index:1;   
   background-color:#161616;
   border-top:1px solid #2d2d2d;
   border-right:1px solid #181818;
   border-bottom:1px solid #131313;
   width:167px;
   height:194px;
   margin:0px;
   padding:14px 0 0 18px;
   background-image:url(/include/common/videoplayer/graphic/boxgrip.png);   
}

div#vdocnoteinfo
{
   line-height:16px;   
}

div#vdocnoteassesment
{
   margin-top:8px;   
}

div#vdocnoteassesment p
{
   margin-bottom:5px;   
   font-weight:bold;
}

div#vdocnotecomment
{
   /*background-image:url(/include/common/videoplayer/graphic/boxtextareabg.png);*/
   height:53px;
   width:132px;
   margin:0;
   padding:0;
   margin-top:8px;
   border:1px solid #303030;
}

div#vdocnotecomment textarea
{
   background-color:Transparent;
   border:0px none black;
   width:126px;
   height:45px;
   color:#9f9f9f;
   padding:3px;
   overflow:auto;
}

p#vdocnotecommentSend
{
   margin:4px 0 0 0;
   text-align:right;
   cursor:pointer;
   visibility:hidden;
}

div#vdocnoteassesment input
{
   margin-left:-1px;
   margin-right:5px;
}

div#boxshadow
{
   position:absolute;
   top:44px;
   left:728px;   
   background-image:url(/include/common/videoplayer/graphic/boxshadow.png);   
   background-repeat:repeat-y;
   width:12px; 
   height:208px;
   z-index:-1;
}

div#videoplayerHdLn
{
   height:22px;
   margin-bottom:6px;
}

div#videosummary
{
   color:#9f9f9f;
   line-height:18px;  
   height:87px;
   overflow:hidden;
}

div#videosummary img
{
   margin-right:0px;
   margin-left:3px;
   margin-top:4px;
}

div.videoplayer
{
   width:640px;   
   height:380px;
   margin-bottom:50px;
   background-color:Black;
}

div#buttoncontainer
{
   color:#9f9f9f;
   width:636px;
   margin-left:5px;
}

div.button
{
   background-image:url(/include/common/videoplayer/graphic/videoplayerbutton.png);
   width:98px;
   height:18px;
   float:left;
   text-align:center;
   padding-top:4px;
   margin-left:9px;
   margin-bottom:7px;
   cursor:pointer;
}

.clearfloat
{
   clear:both;
   margin:0px;
   padding:0px;
   height:0px;
   width:0px;   
}

div#navigation
{
   text-align:center;
   margin-top:13px;
   color:#9f9f9f;   
}

div#navigation span
{
   margin:0 3px 0 2px;
   cursor:pointer;
}

img.navigationImg
{
   position:relative;
   margin-left:5px;
   margin-right:5px;
   top:2px;
}

span.active
{
   color:#bbb;   
   font-weight:bold;   
}

span.inactive
{
   color:#9f9f9f;   
   font-weight:normal;   
}

#dialog {position:fixed; width:525px; padding:0px; z-index:200; background:#000; font-family:Tahoma, Arial, Helvetica; font-size:12px; }
#dialog-header {display:none; position:relative; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px;}
#dialog-content {display:block; padding:6px; color:#666666; font-size:13px;}
#dialog-content-inner {padding:20px; text-align:center; font-weight:bold; color:#bbb;}
#dialog-mask 
{
   position:fixed; 
   top:0; left:0; 
   height:00%; width:00%; 
   background:#000;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50, Style=0); 
   opacity:0.4; 
   z-index:100
}
.success {background:#000 url(../img/jquery.modaldialog/s_bg.jpg) bottom right no-repeat; border:1px solid #666;}
.successheader {color:#9f9f9f; border:1px solid #666; border-bottom:none; display:none;}
.successbutton { background-color:#3c7f51; border:1px solid #fff; color:#fff; display:none;}
