﻿/* ajax modal dialog styles */
.modalBackground 
{
	background-color: #eeeeee;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalBox 
{
	background-color : #f5f5f5;
	border-width: 2px;
	border-style: solid;
	border-color: Navy;
	padding: 3px;
}

.modalBox caption 
{
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle
{
	padding: 0px;
	font-weight: bold;
	font-size: 1.0em;
	cursor: inherit;
	color: white;
	font-family: Verdana;
	width: 100%;
	height: 18px;
	background-color: navy;
}

.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;
}

/*no width on the last col so it will expand*/
.divColLast
{
	float:left; 
	white-space:nowrap;
}

.caption, table caption 
{
	background-color: #9dbcb0;
	color: #23423a;
    font-family : Arial, sans-serif	;
    font-size   : 10pt              ;
    font-weight : bold              ;
    font-style  : normal            ;
    padding-left: 15px;
	border: 0;
}

.clearer 
{
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter: alpha(opacity=0);
	opacity: 0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

.divCol
{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:left;
	margin-right:15px; 
	margin-left:15px; 
	white-space:nowrap;
}

