﻿/* ajax modal dialog styles */
.modalBackground {
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox
{
    background-color: #f5f5f5;
    border-right: black thin ridge;
    padding-right: 5px;
    border-top: black thin ridge;
    padding-left: 5px;
    font-size: 10px;
    padding-bottom: 5px;
    border-left: black thin ridge;
    padding-top: 5px;
    border-bottom: black thin ridge;
    font-family: Verdana;
}

.caption {
	background-image: url(images/tilebg_tablecaption.gif);
	background-repeat:repeat-x;
	font-size: 12px; 
	margin-bottom: 10px; 
	cursor: auto;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/tilebg_tablecaption.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 650px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}
.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
