/* RadWindow telerik skin */

iframe.RadWContentFrame
{
	background: #fff; /* Mozilla overlay */
}

/*
.RadWContentFrame
{
	scrollbar-face-color: #BACBF4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #7E9FD2;
	scrollbar-3dlight-color: #E6EEFC;
	scrollbar-arrow-color: #4D6185;
	scrollbar-track-color: #F7F7F3;
	scrollbar-darkshadow-color: #C6D1DC;		
}
*/

.RadWStatus
{
	display: none; /* this skin does not support status bar */
}

.RadWModalImage
{
	background: url('images/transparent-background.png');
}

.RadWStatusRow
{
	background-color: #fff;
}

.RadWDragHelper
{		
	border: solid 4px #ccc;
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Moz */
	opacity: 0.5; /* CSS3 */
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 50000;
	overflow: hidden;	
}

.RadWMinimizedPageLoaded .RadWButton,
.RadWMinimizedActive .RadWButton,
.RadWMinimizedOver .RadWButton,
.RadWMinimizedInactive .RadWButton
{
	top: 0px;
}

.RadWMinimizedPageLoaded .RadWTitleText,
.RadWMinimizedActive .RadWTitleText,
.RadWMinimizedOver .RadWTitleText,
.RadWMinimizedInactive .RadWTitleText
{
	top: 0px;
}

.RadWMinimizedActive,
.RadWMinimizedOver
{
	width: 60px;
	height: 29px;
	background: url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x;
	border: solid 4px #FFFF00;
}

.RadWMinimizedPageLoaded
{
	width: 60px;
	height: 29px;
	background: #c4c4c4 url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x;
	border: solid 4px #FF0000;
}

.RadWMinimizedInactive
{
	width: 60px;
	height: 29px;
	background: #c4c4c4 url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE */
	-moz-opacity: 0.6; /* Moz */
	border-left: solid 4px #0000FF;
	border-right: solid 4px #0000FF;
}

.RadWLoadingWrapper
{
	width: 80px;
	height: 100%;
	border: solid 1px red;	
	vertical-align: middle;
	text-align: center;	
	font-family: normal 11px Verdana, Arial, Sans-Serif;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99); /* IE */
}

.RadWIcon
{
	width:0px;
}

.RadWTitleText
{
	color: #fff;
	position: relative;
	z-index: 4000;	
}

.RadWButton
{
	cursor: default;
	width: 33px;
	height: 26px;
	float: right;
	position: relative;
	top: -3px;
	z-index: 7000;
}

.RadWWrapperActive
{
	font-size: 0px;	
	background: transparent;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#808080,strength=10); */
}

.RadWWrapperInactive
{
	font-size: 0px;	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE */
	-moz-opacity: 0.9; /* Moz */
	opacity: 0.9; /* CSS3 */
}

.RadWWrapperModal
{	
	/*filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#808080,strength=10); */
}

.RadWTitleRow
{
	cursor: default;		
}

.RadWTitleRow TD
{
	padding: 0px;
}


/*---- Left Corner of the header ----*/
.RadWWrapperHeaderLeft
{
	width: 16px;
	height: 34px;
	display: block;
	background:url(images/window-sprite.png) -10px -10px no-repeat;
	background-color:#5f574f;
}


/*---- Spacing for the top of the middle header ----*/
.RadWHeaderTopResizer
{
	height: 0px;
}


/*---- Middle of the header ----*/
.RadWWrapperHeaderCenter
{
	text-align: left;
	vertical-align:middle;
	height: 34px;
	font-size: medium; /* make sure you always set a value */
	color: #fff;
	background:#5f574f;
	vertical-align: bottom;
}


/*---- Right Corner of the header ----*/
.RadWWrapperHeaderRight
{
	width: 16px;
	height: 34px;
	display: block;
	background:url(images/window-sprite.png) -40px -10px no-repeat;
}

.RadWWrapperBodyLeft
{
	width: 1px;
	background:#fff;
}


.RadWWrapperBodyCenter
{
	width: 100%;
	height: 100%;
}

.RadWWrapperBodyRight
{
	width: 1px;
	background:#fff;
}

/* footer start */
.RadWWrapperFooterLeft 
{
	width: 16px;
	height: 14px;
	display: block;
	background:url(images/window-sprite.png) -10px -56px no-repeat;
} 

.RadWWrapperFooterCenter 
{
	background: #5f574f;
	height:12px;
	_position: relative; /*IE*/
	_top: -1px; /*IE*/
	padding: 0px;
} 

.RadWWrapperFooterRight 
{
	width: 16px;
	height: 14px;
	display: block;
	background:url(images/window-sprite.png) -38px -56px no-repeat;
} 
/* footer end */