﻿/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-image: url(images/bg-links.jpg);
	border-width: 3px;	
	border-color: Blue;
	
}
.modalBox caption {
	background-image: url(images/bg-links.jpg);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/bg-links.jpg);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;	
	position: absolute;
	border-collapse: collapse;	
	background-image : url(images/bg-links.jpg);
}

.modalPanel td {
	vertical-align: top;
	background-image: url(images/bg-links.jpg);
}

.titleIcon {
	padding-right: 20px;
}



