.modaldialog_mask{
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    filter: alpha(opacity=60);
    opacity: .6;
}

.modaldialog_dragmask {
   position: fixed;
   z-index: 920;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   padding: 0px;
   margin: 0px;
   background: #FFFFFF;
   filter: alpha(opacity=0);
   opacity: .0;
   cursor: move;
}


.modaldialog  {
    border: none;
    position: fixed;
    z-index: 910;
    top: 0px;
    left: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.modaldialog table{
	border: none;
}

.modaldialog .content {
    padding: 7px 17px 7px 17px;
}

/*
   Content styles
*/

.modaldialog .content .message{
   min-width: 200px;
   min-height: 30px;
}

.modaldialog .content .page{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

.modaldialog .content .dom, .modaldialog .content .html{
   margin: 0px 0px 0px 0px;
}

/*
	Title bar!
*/
.modaldialog .titlebar{
    vertical-align: middle;
}
.modaldialog .titlebar td{
    vertical-align: middle;
}

.modaldialog .titlebar table{
    width: 100%;
    vertical-align: middle;
}

.modaldialog .titlebar .title, .modaldialog .titlebar .left, .modaldialog .titlebar .right, .modaldialog .titlebar .controls {
    margin: 0px;
    padding: 0px;
    height: 22px;
    background: url(default-bar.gif) repeat-x;
    border-bottom: none;
}
.vdf-mozilla .modaldialog .titlebar td, .vdf-opera .modaldialog .titlebar td{
    height: 24px;
}

.modaldialog .titlebar .title{
    font-size: 12px;
}

.modaldialog .titlebar .left{
	width: 6px;
}

.modaldialog .titlebar .right{
	width: 6px;
}

.modaldialog .titlebar .controls {
	padding-left: 10px;
	width: 1px;
    padding-top: 1px;
}




.modaldialog .titlebar .controls .close{
    background: url(default-close.png) no-repeat center;
	width: 14px;
	height: 14px;
}
.modaldialog .titlebar .controls A:hover .close{
	background: url(default-close-hover.png) no-repeat center;
}

.vdf-ie .modaldialog .titlebar .controls .close{
    background: url(default-close.gif) no-repeat center;
}
.vdf-ie .modaldialog .titlebar .controls A:hover .close{
    background: url(default-close-hover.gif) no-repeat center;
}

/*
	Button bar
*/

.modaldialog .buttonbar table{
   width: 100%;  
}

.modaldialog .buttonbar .left{
    width: 6px;
}

.modaldialog .buttonbar .right{
    width: 6px;
}

.modaldialog .buttonbar .buttons{
    padding: 5px 5px 6px 5px;
}

.modaldialog .buttonbar .buttons a{
    border: 1px solid #9FBEEA;
    color: #000000;
    margin-right: 3px;
    margin-left: 3px;
    padding: 2px 6px 2px 6px;
    height: 17px;
    text-decoration: none;
    background: url(default-button.gif) repeat-x center;
}

.modaldialog .buttonbar .buttons a:hover{
    text-decoration: none;
    background: url(default-button-hover.gif) repeat-x center;
}

/*
	Default buttons
*/


.modaldialog .buttonbar .buttons .btnClose{

}

.modaldialog .buttonbar .buttons .btnSave{

}

.modaldialog .buttonbar .buttons .btnOke{

}






/*
   LOOKUPDIALOG STYLE
*/

.modaldialog .content .lookupdialog form, .modaldialog .content .lookupdialog{
   margin: 0px 0px 0px 0px;
}

.modaldialog .buttonbar .buttons .btnCancel{

}

.modaldialog .buttonbar .buttons .btnSearch{

}

.modaldialog .buttonbar .buttons .btnSelect{

}