/* 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('Img/ModalImageBg.gif');
}

.RadWStatusRow
{
	background-color: #fff;
}

.RadWDragHelper
{		
	border: solid 1px #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 1px #c8c8c8;
}

.RadWMinimizedPageLoaded
{
	width: 60px;
	height: 29px;
	background: #c4c4c4 url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x;
	border: solid 1px #4b89d9;
}

.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 1px #828282;
	border-right: solid 1px #828282;
}

.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
{
	margin-left: 2px;	
	margin-right: 2px;
	height: 26px;
	cursor: default;
}

.RadWTitleText
{
	font: bold 11px Verdana, Arial, Sans-Serif;
	color: #212121;
	display: block;
	position: relative;
	top: -8px;
	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;
}

.RadWWrapperHeaderLeft
{
	width: 18px;
	height: 29px !important;
	display: block;
	background: transparent url('CssImg/RadWWrapperHeaderLeft.gif') no-repeat;
}

.RadWHeaderTopResizer
{
	font-size: 0px;
	height: 3px;
	background: #c4c4c4 url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x top;
}

.RadWWrapperHeaderCenter
{
	text-align: left;
	height: 26px;
	font-size: medium; /* make sure you always set a value */
	color: #fff;
	background: #c4c4c4 url('CssImg/RadWWrapperHeaderCenter.gif') repeat-x bottom;
	vertical-align: bottom;
}

.RadWWrapperHeaderRight
{
	width: 18px;
	height: 29px !important;
	display: block;
	background: url('CssImg/RadWWrapperHeaderRight.gif') no-repeat;
}

.RadWWrapperBodyLeft
{
	width: 3px;
	background: #fafafa;
	border-left: solid 1px #e1e1e1;
}

/* Mozilla 1.5 Fix */
.RadWWrapperBodyLeft:before
{
	content: " ";
	display: block;
	width: 3px;
}

.RadWWrapperBodyCenter
{
	width: 100%;
	height: 100%;
}

.RadWWrapperBodyRight
{
	width: 3px;
	background: #fafafa;
	border-right: solid 1px #e1e1e1;
}

/* Mozilla 1.5 Fix */
.RadWWrapperBodyRight:before
{
	content: " ";
	display: block;
	width: 3px;
}

/* footer start */
.RadWWrapperFooterLeft 
{
	border-bottom: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
	width: 1px;
	height: 1px !important;
	display: block;
	_position: relative; /*IE*/
	_top: -1px; /*IE*/
} 

.RadWWrapperFooterCenter 
{
	line-height: 0px;
	border-bottom: solid 1px #c8c8c8;
	background: #fff;
	_position: relative; /*IE*/
	_top: -1px; /*IE*/
	padding: 0px;
} 

.RadWWrapperFooterRight 
{
	border-bottom: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	width: 1px;
	height: 1px !important;
	display: block;
	_position: relative; /*IE*/
	_top: -1px; /*IE*/
} 
/* footer end */