﻿/* ajax modal dialog styles */
.modalBackground {
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.60;
}
.modalBox {
	background-color : #f0f0f0;
	border-width: 3px;
	border-style: solid;
	border-color: white;
	padding: 0px 0px 0px 0px;
}

.modalBox .caption {
	background:#9ACD32;
	color:White;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 0 0;
	padding: 2px 7px 2px 7px;
}


/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

fieldset 
{
   padding: 10px  7px 7px 7px;
}

fieldset legend
{
    color:#CC0033;
    font-size:12px;
    font-weight:bold;
    padding-bottom:7px;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
