﻿/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;  
}
.modalBox {
	background-color : white;
	border-width: 3px;
	border-style: solid;
	border-color: #66CC33;
	padding: 3px;
}
.modalBox caption {
	background-repeat:repeat-x;
}
.caption, table caption {
	background-color: #CCFF99;
	color: #000;
	font-size: 16pt;
	font-weight: normal;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: normal;
	text-align: center;
	vertical-align:middle;
}
.divCol{
	font-weight:bold;
	float:left; 
	width:180px;
	white-space: nowrap;
	text-align:right;
	margin-right:10px; 
}
.messageBox{
	font-size: 12pt;
	border: 0;
	white-space: normal;
	text-align: center;
	vertical-align:middle;
	float:left; 
	white-space:normal;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	white-space:nowrap;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	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;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}
