﻿/* modal overlay */
.modalBackground
{
	background-color: #909090;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalBackground2
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}  


/* dialog frame */
.modal-dialog
{
    position:absolute;
}

/* dialog contents container */
.modal-dialog .container
{
    font-family:tahoma,helvetica,arial,sans-serif;
    font-size:11px;
    /*width:340px;*/
    border:solid 1px #99aabd;
    background-color:#F2F9FF;
} 

/* dialog header */
.modal-dialog .header
{
    background:url(imagenes/sprite.gif) repeat-x 0px -1100px;	
    height:25px;
    padding-top:5px;
}

/* dialog header message */
.modal-dialog .header .msg
{
    vertical-align:middle;
    padding-left:3px;
    color:#fff;
    font-size:12px;
    font-weight:bold;
}         

/* dialog body */
.modal-dialog .body
{
    padding-left:3px;    
    background-color:#F2F9FF;
} 

/* dialog body message */
.modal-dialog .body h2
{
    padding-top:5px;
    background-color: #F2F9FF;
    font-size:11px;
    text-align:center;
    font-weight:normal;
}  

/* dialog footer */
.modal-dialog .footer
{
    height:30px;
    background-color: #F2F9FF;
} 

/* dialog footer buttons */
.modal-dialog .footer .right
{
    background-color: #F2F9FF;
    float:right;
    text-align:right;
    padding-bottom:6px;
    padding-right:6px;
} 

/* dialog footer checkbox */
.modal-dialog .footer .left
{
    background-color: #F2F9FF;
    float:left;
    text-align:left;
    padding-bottom:6px;
    padding-left:6px;
} 

/* dialog close */
.modal-dialog .close
{
    right:2px;	
    background: url(imagenes/close_15b.gif) no-repeat 0px 0px;	
    width:16px;	
    cursor:hand;	
    position:absolute;
    top:5px;	
    height:16px;
}

/* dialog close hover */
.modal-dialog .close:hover { background: url(imagenes/close_15a.gif) no-repeat 0px 0px;	}



.modalPopup
{
	border: 2px solid Gray;
	background-color: #F8F8F8;
	padding: 3px;
}

.modalPopup_drag
{
	cursor: move;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
}

.modalPopup_msg
{
	border: 1px solid #663300;
	background-color: #FFFFE8;
	padding: 3px;
	/*background-image: url('imagenes/information.png');*/
}


.modal-background
{
	background-color: #F0F0F0; /*#ffffdd;*/
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: auto;
	height: auto;
}

.modal-form
{
	/*background-color: #fff;*/
	position:relative;
	padding: 1px;
}

.modal-form-header
{
	cursor:default;
}
