/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow
{
    text-align:center;
    font-family: "Tahoma", "Lucida Grande", "Trebuchet MS", Sans-serif;
    display: none;
    position: fixed;
    top: 3px;
    left: 50%;
    margin-left: -300px;
    width: 500px;
    /*background-color: #DFDFDF; /*color: #333;*/
    background: url(images/submenu_bg.jpg) repeat-x top center;
    border: 1px solid black;
    padding: 12px;
    font-size:14px;
}
.jqmWindow table { margin-left:auto; margin-right:auto;}
.jqmWindow tr {margin-bottom:5px;}
.jqmWindow h2 {font-size:19px;}

#videoVaultDialog
{
    width:960px;
    margin-left:-480px;
    padding:10px;
    border: 3px solid black;
}
#videoVaultDialog ul {list-style:none;}
#videoVaultDialog h2 { display: inline; width:200px;}
.closeLinkContainer{float:right;padding:0;margin:0;}
#videoList
{
    float:left;
    width:310px;
    text-align:left;
    max-height:480px;
    overflow:auto;
}
#videoList img {float:left; margin-right:5px;}
#videoList li{clear:both; margin-bottom:10px; padding-bottom:5px;padding-right:5px; min-height:68px; border-bottom:1px solid #333;}
#playerContainer
{
    width: 640px;
    height: 480px;
    float:left;
    margin-right:10px;
}
#duiVideoDialog
{
    top:4%;
    width:640px;
}
#duiPlayer
{
display:block;width:640px;height:480px;margin:0;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

label.error
{
    display:block;
    font-weight:bold;
    font-size:11px;
    color:Red;
}