﻿.DialogBackground
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:500;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	background-color: #666666;
	visibility: hidden;
	display: none;
}
.DialogContainer 
{
	position:absolute;
	width:429px;
	left:256px;
	top:323px;
	background: black;
	z-index:750;
	visibility: hidden;
	display: none;
}        
.DialogTop 
{
	height:5px;
	width:429px;
	float:left;
	margin:0px;
	padding:0px;
	background-color: #000000;
	/*background-image: url(../Images/DialogTop3.png);*/
	background-repeat: no-repeat;
	background-position: bottom;
	display:none;
}        
.DialogMiddle 
{
    /*background-image:url(../Images/LightboxCenter3.png);
    width:369px;*/
    padding-right:30px;
    padding-left:30px;
    padding-top:20px;
    padding-bottom:20px;
    float:left;
    border: ridge 2px white;
    background: black;
}        
.DialogHeader 
{
    font-size:20px;
    color:#FFF;
    line-height:30px;
    margin:0px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:10px;
    padding-left:0px;
    font-weight:normal;
}
.DialogContentArea 
{
    font-size:15px;
    color:#B2B2B2;
    line-height:23px;
    margin:0px;
    padding-top:5px;
    padding-right:0px;
    padding-left:0px;
    padding-bottom:5px;
}      
.DialogScroll
{ 
	overflow: auto;
	overflow-x:hidden;
	height:250px;
	width:360px;
	filter:chroma(color=#5593c6);
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #888888;
	scrollbar-3dlight-color: #888888;
	scrollbar-shadow-color: #888888;
	scrollbar-darkshadow-color: #888888;
	scrollbar-track-color: #888888;
	scrollbar-arrow-color: #5593c6;
} 
.TextField 
{
    color:#FFF;
    float:left;
    margin-top:5px;
    height:17px;
    text-indent:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-style:normal;
    line-height:13px;
    font-weight:normal;
    font-variant:normal;
    padding-top:2px;
    border-top-style:none;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:none;
    border-right-color:#808080;
    border-bottom-color:#808080;
    background-color:#232323;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px
}       
.DialogBorder 
{
    float:left;
    border-bottom-style:solid;
    border-right-color:#808080;
    border-bottom-color:#575757;
    /*width:369px;*/
    height:1px;
    padding:0px;
    border-top-width:1px;
    border-bottom-width:1px;
    border-top-style:none;
    border-right-style:none;
    border-left-style:none;
    margin-top:12px;
    margin-right:0px;
    margin-bottom:10px;
    margin-left:0px;
}       
/*Dialog Buttons*/ 
a.CloseTop {
    background-image:url(../Images/CloseOff.gif);
    display:block;
    height:20px;
    width:22px;
    background-repeat:no-repeat;
    float:right;
    cursor:pointer
}
a.CloseTop:hover {
    background-image:url(../Images/CloseOn.gif)
}         
a.CloseBottom {
    background-image:url(../Images/Close2Off.gif);
    display:block;
    height:34px;
    width:86px;
    background-repeat:no-repeat;
    float:right;
    cursor:pointer
}
a.CloseBottom:hover {
    background-image:url(../Images/Close2On.gif)
}    
a.DialogButtonClose {
    background-image:url(../Images/Close2Off.gif);
    display:block;
    height:34px;
    width:86px;
    background-repeat:no-repeat; float:right;
    cursor:pointer
}
a.DialogButtonClose:hover {
    background-image:url(../Images/Close2On.gif)
}   
a.DialogSaveButton {
    background-image:url(../Images/SaveButtonOff.gif);
    display:block;
    height:34px;
    width:86px;
    background-repeat:no-repeat;
    float:right;
    cursor:pointer
}
a.DialogSaveButton:hover {
    background-image:url(../Images/SaveButtonOn.gif)
}   
a.DialogOkButton {
    background-image:url(../Images/OkOffLarge2.gif);
    display:block;
    height:34px;
    width:82px;
    background-repeat:no-repeat;
   float:right;
    cursor:pointer
}
a.DialogOkButton:hover {
    background-image:url(../Images/OkOnLarge2.gif)
}   	
a.DialogCancelButton {
    background-image:url(../Images/CancelOffLarge.gif);
    display:block;
    height:34px;
    width:88px;
    background-repeat:no-repeat;
    float:right;
    cursor:pointer
}
a.DialogCancelButton:hover {
    background-image:url(../Images/CancelOnLarge.gif)
}

    
/*End Dialog Buttons*/
.DialogBottom 
{
	background-image:url(../Images/DialogBottum3.png);
	background-repeat:no-repeat;
	display:block;
	height:3px;
	width:429px;
	float:right;
	background-position: top;
	display:none;
}
.DialogPublishedHTML
{
	font-size:11px;
	width: 429px;
	visibility:hidden;
	display: none;
}  
.DialogPublishedHTML .div
{
	font-size:2px;
	width: 429px;
	visibility:hidden;
	display: none;
}  

     
.DialogInnerContainer 
{
	font-size:11px; 
	line-height:15px;
}
.DialogContentLeftBucket 
{
	background-repeat:no-repeat;
	display:block;
	width:80px;
	float:left;
	background-color: #FFFF00;
	height: 90px; 
	clear:both;
}
.DialogContentRightBucket 
{
	background-repeat:no-repeat;
	height:5px;
	width:290px;
	padding-top:10px;
	float: left;
	margin-left: 10px;
	background-color: #000000;
}        
.DialogImageLeft 
{
	padding-right:10px;
	padding-bottom: 10px;
	float: left;
}
/*Eben's Added Styles*/
.DialogContentMainBucket 
{
	width:389px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	float:left;
	font-size: 11px;
	line-height: 15px; 
}


      
.DialogImageLeft 
{
	padding-right:10px;
	padding-bottom: 10px;
	float: left;

}

#loading 
{
	position:absolute;
	height:429px;
	width:429px;
	left:256px;
	top:323px;
	background-image:url(../Images/loader.gif);
	background-repeat:no-repeat;
	background-position: center;
	z-index:2000;
	visibility: hidden;
	display: none;
} 