﻿/* ajax modal dialog styles */

.modalBackground
{
	position: absolute;
	z-index: 980;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.modalBackgroundLight
{
	background: #000000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 999;
}

.modalBox
{
	/*	background-color : #f5f5f5; */
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Black;
	padding-left: 3px;
}

.modalBox caption
{
	background-image: url(images/window_titlebg.gif);
	background-repeat: repeat-x;
}

/* 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;
	border: solid 1px #275473;
	border-collapse: collapse;
	background-color: Transparent;
}

.modalPanel td
{
	vertical-align: top;
}

.titleIcon
{
	padding-right: 20px;
}

