﻿/* ajax modal dialog styles */

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width:100%;
	height:100%;
}

.modalBox {
	text-align: justify;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: gray;
	border: 1px solid #CBCBCC;
	background-color: #F6F6F6;
	padding: 10px 10px 10px 10px;
	z-index: 100;
}

.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	/*background-repeat:repeat-x;*/
}

.modalPanelTitle td {
	padding: 13px;
	font-weight: bold;
	font-size: 0.9em;
	color: gray;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #E5E4E4;
}

.modalPanel {
	z-index: 100;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #E5E4E4;
}

.modalPanel td {
	vertical-align: top;
	background-color:#E5E4E4;
}

.titleIcon {
	padding-right: 20px;
}


.caption, table caption 
{
	background-color: #E6FFB6;
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	border: 0;
/*	border-bottom: solid 1px #737373;*/
	white-space: nowrap;
	text-align: center;
	padding: 5px 55px 5px 5px;
}
