﻿/* ajax modal dialog styles */
.modalBackground {
	background-color: #CCCCCC;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: #336699;
	padding: 3px;
	margin:auto;
}
.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 #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}

/*This will remove the borders from a RadWindow in Classic Render mode*/

.RadWindow_Borederless .rwCorner .rwTopLeft,  
.RadWindow_Borederless .rwTitlebar,  
.RadWindow_Borederless .rwCorner .rwTopRight,  
.RadWindow_Borederless .rwIcon, 
.RadWindow_Borederless table .rwTopLeft,  
.RadWindow_Borederless table .rwTopRight,  
.RadWindow_Borederless table .rwFooterLeft,  
.RadWindow_Borederless table .rwFooterRight,  
.RadWindow_Borederless table .rwFooterCenter,  
.RadWindow_Borederless table .rwBodyLeft,  
.RadWindow_Borederless table .rwBodyRight,  
.RadWindow_Borederless table .rwTitlebar,  
.RadWindow_Borederless table .rwTopResize, 
.RadWindow_Borederless table .rwStatusbar, 
.RadWindow_Borederless table .rwStatusbar .rwLoading 
{    
    display: none !important;
	margin:auto;   
}