/* ajax modal dialog styles */
.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox 
{
	background-color : #f5f5f5;
	border-width: 5px;
	border-style: solid;
	border-color: Black; /*Blue;*/	
	padding: 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;
	width: 500px;
	border: solid 1px #000000;
	position: relative; 
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td
{
	vertical-align: top;
}

.titleIcon 
{
	padding-right: 20px;
}

.modalCaption, table caption 
{
	background-color: #cccccc;
	background-image: url('images/tilebg_tablecaption.gif');
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: left;
}

.modalFieldEditDescriptor
{
	font-weight:bold;
	width:100px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.modalFieldEditField
{
	white-space:nowrap;
}

/* Message Boxes */

.modal_MessageBox
{
    margin:10px 6px 5px 6px; 
    padding:5px;  
    border: solid 2px black;
}

.modal_MessageBox_Icon
{
    float: left;
}

.modal_MessageBox_Text
{
    padding-left: 35px;
}