﻿/* ajax modal dialog styles */
.modalBackground
{
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
 	
	background-color: #849FC1;
	
}
.modalPanel
{
    border-collapse: collapse;
    background-color: #ffffff;
    background-image: url(images/comun/ModalBackGroundContent.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
.modalTitulo
{
    font-size: 12px;
    background-image: url(Images/comun/ModalBackGroundTitle.gif);
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    color: gray;
}



/*
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption
{
	background-image: url(images/window_titlebg.gif);
	background-repeat: repeat-x;
}
*/
/* tweb modal dialog styles */
/*
*/

/*
.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
*/
