iframe.RadWContentFrame
{
	background: white; /* Mozilla overlay */
}

.RadWContentFrame
{
	scrollbar-face-color: #BACBF4;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #7E9FD2;
	scrollbar-3dlight-color: #E6EEFC;
	scrollbar-arrow-color: #4D6185;
	scrollbar-track-color: #F7F7F3;
	scrollbar-darkshadow-color: #C6D1DC;	
}

.RadWStatus
{
	height: 19px;
	background: white url('CssImg/RadWStatus.gif') repeat-x;
	display:none;
}

.RadWModalImage
{
	background: url('Img/ModalImageBg.gif');
}

.RadWStatusRow
{
	background-color: #f7f7f7;
	display:none;
}

.RadWStatus input
{
	font: normal 10px Arial, Verdana, Sans-Serif !important;
	cursor: default;
	color: #a5a5a5;
	margin-top: 2px;
}

.RadWDragHelper
{		
	border: solid 1px solid #ccc;
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Mozilla */
	opacity: 0.5; /* CSS3 */
	margin: 0px;
	padding: 0px;	
	position: absolute;
	z-index: 50000;
	overflow: hidden;
}

.RadWMinimizedPageLoaded
{
	width: 60px;
	height: 24px;
	border: solid 1px #ccc;
}

.RadWMinimizedActive,
.RadWMinimizedOver
{
	width: 60px;
	height: 24px;
	border: solid 1px #ccc;
}

.RadWMinimizedInactive
{
	border: solid 1px #ccc;
	width: 60px;
	height: 24px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=63); /* IE */
	-moz-opacity: 0.6; /* Moz */
	opacity: 0.6; /* CSS3 */
}

.RadWLoadingWrapper
{
	width: 80px;
	height: 100%;
	vertical-align: middle;
	text-align: center;	
	font: normal 11px Verdana, Arial, Sans-Serif;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); /* IE */
}

.RadWIcon
{
	margin: 0px 2px 0px 2px;
	cursor: default;
	vertical-align: middle;
	display:none;
}

.RadWTitleText
{
	float:left;
	font: normal normal bold 14px Trebuchet MS;
	color: #cc0000;
	vertical-align: top;
	margin:15px 0px 0px 40px;
}

.RadWButton
{
	cursor: hand;
	vertical-align: top;
	margin-right:10px;
}

/*.RadWWrapperActive
{
	background-color: white;
}*/

/*.RadWWrapperInactive
{
	background-color: white;
}*/

.RadWWrapperModal
{	
	/*background:#ffffff url('CssImg/MsgErroFundo.gif') repeat-x bottom;*/
	border:solid 1px #cccc99;
}

.RadWTitleRow
{
	cursor: default;
	background:#ffffff url("CssImg/IconeExclamacao.gif") no-repeat 12px 8px;
}

.RadWWrapperHeaderLeft
{
	width: 3px;
	height: 25px;
	display:none;
}

.RadWHeaderTopResizer
{
	height: 3px;
	font-size: 0px;
	display:none;
}

.RadWWrapperHeaderCenter
{
	height: 44px;
	text-align: left;
}

#RadWindowHeaderRowAlert
{
	background:#ffffff url("CssImg/IconeExclamacao.gif") no-repeat 12px 8px;
}

.RadWWrapperHeaderCenter img
{
	/*display:none;*/
}

.RadWWrapperHeaderRight
{
	width: 3px;
	background: white url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x;
	height: 25px;
	display:none;
}

.RadWWrapperBodyLeft
{
	width: 3px;
	font-size: 0px;
	background: white url('CssImg/RadWWrapperBodyLeft.gif') no-repeat bottom;
	display:none;
}

.RadWWrapperBodyCenter
{
	width:100%;
	height:80%;
	margin:0px 0px 0px 0px;
	background-color:Transparent;
}

.RadWWrapperBodyRight
{
	width: 3px;
	font-size: 0px;
	background: white url('CssImg/RadWWrapperBodyLeft.gif') no-repeat bottom;
	display:none;
}

/* Mozilla 1.5 Fix */
.RadWWrapperBodyLeft:before
{
	content: " ";
	display: block;
	width: 3px;
}

/* Mozilla 1.5 Fix */
.RadWWrapperBodyRight:before
{
	content: " ";
	display: block;
	width: 3px;
}

.RadWWrapperFooterLeft,
.RadWWrapperFooterCenter,
.RadWWrapperFooterRight
{
	font-size: 0px;
	background: white;
	height: 3px;
	display:none;
}