/* RadWindow 2 Common Css */

div.RadWindow
{
	float: left;
	position: absolute;
}

div.RadWindow a
{
    outline: none;
}

div.RadWindow table
{
    width: 100%;
    height: 100%;
    table-layout: auto;
	background: #1c67d3;
	border-radius: 2px;
	margin-top:-3px; /* to fix scrollbar overlap at top */
}

div.RadWindow div.min
{
	display: none;
}

div.RadWindow table td
{
	padding: 0; 
	margin: 0;
	border-collapse: collapse;
	vertical-align: top;
}

.RadWindow .rwCorner,
.RadWindow .rwFooterCenter
{
    line-height:1;
}

div.RadWindow table td.rwTitlebar
{
	-moz-user-select: none;
	/*cursor: move;*/
}

div.RadWindow td.rwTitlebar div.rwTopResize
{
	font-size: 1px;
	height: 4px !important;
	line-height: 4px !important;
	width: 100%;
}

div.RadWindow td.rwStatusbar input
{
	border: 0px;		
	background-color: transparent !important; 
	background-repeat: no-repeat;		
	width: 100%;	
	cursor: default;
	-moz-user-select: none;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: block; 
	float: left;
}

div.RadWindow td.rwStatusbar div
{		
	width: 18px; 
	height: 18px;	
}

div.RadWindow td.rwStatusbar .rwLoading
{
	padding-left:30px;
}

div.RadWindow td.rwStatusbar span.statustext
{
	cursor: default; 
	-moz-user-select: none;
}

div.RadWindow.nostatusbar tr.rwStatusbarRow
{
	display: none;
}

div.RadWindow table.rwTitlebarControls ul.rwControlButtons
{
	padding: 0; 
	margin: 0;
	list-style: none  !important; 
	white-space:nowrap;	
	float: right; 
}

div.RadWindow_rtl table.rwTitlebarControls ul.rwControlButtons
{
	float: left; 
}

div.RadWindow table.rwTitlebarControls ul.rwControlButtons li
{
	float: left;
}

div.RadWindow_rtl table.rwTitlebarControls ul.rwControlButtons li
{
	float: right;
}

div.RadWindow table.rwTitlebarControls ul.rwControlButtons li a
{
	display: block; 
	text-decoration: none;
}

div.RadWindow table.rwTitlebarControl ul.rwControlButtons li a span
{
	text-indent: -9999px; 
	display: block;	
}

div.RadWindow table.rwTitlebarControls a.rwIcon
{
	display: block; 
	margin-right: 3px;	
	width: 20px !important;
	height: 16px !important;
}

div.RadWindow table.rwTitlebarControls em
{	
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	float: left;	
}

div.RadWindow.rwMinimizedWindow
{
	overflow: hidden;
}

div.RadWindow div.iconmenu
{
	float: left; 
	position: absolute; 
	z-index: 56000000;
}

div.RadWindow div.iconmenu a
{
	cursor: default;
}

div.RadWindow.inactivewindow table.rwTitlebarControls
{
	position: static;
}
/* end of inactive window settings */

/* popup windows */
.RadWindow .rwDialogPopup a.rwPopupButton
{
    margin-top: 24px !important;
}

.RadWindow .rwDialogPopup a.rwPopupButton:focus,
.RadWindow .rwDialogPopup a.rwPopupButton:active
{
    border: 1px dotted #999999;                        
}

.RadWindow .rwDialogPopup a.rwPopupButton,
.RadWindow .rwDialogPopup a.rwPopupButton span
{
	display: block; 
	float: left;
}

div.RadWindow table.rwTitlebarControls ul.rwControlButtons li a
{
    text-indent: -9999px;
}

/* opera fix */
html:first-child div.RadWindow ul
{
    float: right; 
    border: solid 1px transparent;
}

.RadWindow .rwDialogText
{
    text-align: left;
}

div.RadWindow.rwMinimizedWindow .rwPinButton,
div.RadWindow.rwMinimizedWindow .rwReloadButton,
div.RadWindow.rwMinimizedWindow .rwMaximizeButton,
div.RadWindow.rwMinimizedWindow .rwTopResize
{
    display: none !important;
}

.RadWindow .contentrow .rwWindowContent
{
    font-size: 11px;
}

/* inactive window settings */
div.RadWindow.inactivewindow td.rwCorner,
div.RadWindow.inactivewindow td.rwTitlebar,
div.RadWindow.inactivewindow td.rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65) !important;
	opacity: .65 !important; 
	-moz-opacity: .65 !important;
}


/* RADWINDOW PROMETHEUS "VISTA" SKIN */

div.RadWindow_CSO table td.rwCorner
{
	width: 4px;
}

div.RadWindow_CSO table td.rwTopLeft
{
	/*background: transparent url('Window/CornerLeft.gif') no-repeat left bottom;*/
	height: 6px;
}

div.RadWindow_CSO table td.rwTopRight
{
	/*background: transparent url('Window/CornerRight.gif') no-repeat right bottom;*/
	height: 6px;
}

div.RadWindow_CSO table td.rwBodyLeft
{
	/*background: transparent url('Window/BodyLeft.gif') repeat-y left top;*/
}

div.RadWindow_CSO .rwWindowContent
{
	height: 100%;
	border: solid 1px black;
	border-bottom: 0;
	background: white;
}

div.RadWindow_CSO table td.rwBodyRight
{
	/*background: transparent url('Window/BodyRight.gif') repeat-y right top;*/
}

div.RadWindow_CSO table td.rwFooterLeft
{
	/*background: transparent url('Window/FooterLeft.gif') no-repeat left top;*/
	height: 8px;
}

div.RadWindow_CSO table td.rwFooterRight
{
	/*background: transparent url('Window/FooterRight.gif') no-repeat right top;*/
	height: 8px;
}

div.RadWindow_CSO table td.rwFooterCenter
{
	/*background: transparent url('Window/FooterCenter.gif') repeat-x;*/
	height: 8px;
}

div.RadWindow_CSO table td.rwTitlebar
{
	/*background: transparent url('Window/TitleBar.gif') repeat-x left top;*/
}

div.RadWindow_CSO td.rwStatusbar
{
	height: 19px; line-height: 19px;
	background: #f7f3e9;
	border-top: solid 1px black;
}

div.RadWindow_CSO td.rwStatusbar .rwLoading
{	
	background-image:url('Window/Loading.gif');	
}

div.RadWindow_CSO td.rwStatusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.RadWindow_CSO td.rwStatusbar div
{		
    background: transparent url('Window/WindowResizeHandle.gif') !important;
}

div.RadWindow_CSO td.rwStatusbar input
{
    background-color: #f7f3e9;
    background-repeat: no-repeat;
}

div.RadWindow_CSO table.rwTitlebarControls ul.rwControlButtons li a
{
	width: 28px; height: 15px; line-height: 15px; font-size: 1px;
	cursor: pointer;
	margin: 4px 0 4px 2px;
}

/* reload button */
div.RadWindow_CSO a.rwReloadButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -112px top;
}

div.RadWindow_CSO a.rwReloadButton:hover,
div.RadWindow_CSO a.rwReloadButton:active,
div.RadWindow_CSO a.rwReloadButton:focus
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -112px -15px;
}

/* unpin button */
div.RadWindow_CSO a.rwPinButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat;	
}

div.RadWindow_CSO a.rwPinButton.on
{
	background-position: -140px top !important;
}

/* pin button */
div.RadWindow_CSO a.rwPinButton
{
	background-position: -168px top;
}

div.RadWindow_CSO a.rwPinButton:hover,
div.RadWindow_CSO a.rwPinButton:active,
div.RadWindow_CSO a.rwPinButton:focus
{
	background-position: -168px -15px;
}

/* minimize button */
div.RadWindow_CSO a.rwMinimizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat left top;
}

div.RadWindow_CSO a.rwMinimizeButton:hover,
div.RadWindow_CSO a.rwMinimizeButton:active,
div.RadWindow_CSO a.rwMinimizeButton:focus
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 0 -15px;
}

/* maximize button */
div.RadWindow_CSO table.rwTitlebarControls ul.rwControlButtons li a.rwMaximizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -56px top;
}

div.RadWindow_CSO a.rwMaximizeButton:hover,
div.RadWindow_CSO a.rwMaximizeButton:active,
div.RadWindow_CSO a.rwMaximizeButton:focus
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -56px -15px;
}

/* close button */

div.RadWindow_CSO a.rwCloseButton:after {
	content: "X";
	font-size: 15px;
	text-indent: 0px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #ffffff;
	cursor:pointer;
}

div.RadWindow_CSO a.rwCloseButton:hover:after,
div.RadWindow_CSO a.rwCloseButton:active:after,
div.RadWindow_CSO a.rwCloseButton:focus:after   {
	color:#bccae1;
	text-decoration:underline;
}

div.RadWindow_CSO a.rwCloseButton
{
	/*background: transparent url('Window/ControlButtons.gif') no-repeat -84px top; */
}

div.RadWindow_CSO a.rwCloseButton:hover
{
	/*background: transparent url('Window/ControlButtons.gif') no-repeat -84px -15px;*/
}

/* restore button */
div.RadWindow_CSO.rwMinimizedWindow a.rwMaximizeButton,
div.RadWindow_CSO.rwMinimizedWindow a.rwMinimizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -28px top !important;
}

div.RadWindow_CSO.rwMinimizedWindow a.rwMaximizeButton:hover,
div.RadWindow_CSO.rwMinimizedWindow a.rwMinimizeButton:active,
div.RadWindow_CSO.rwMinimizedWindow a.rwMinimizeButton:focus
{	
	background: transparent url('Window/ControlButtons.gif') no-repeat -28px -15px !important;
}

/*div.RadWindow_CSO table.rwTitlebarControls a.rwIcon
{
	background: transparent url('Window/Icon.gif') no-repeat left top;
	width: 16px; height: 16px;
	cursor: default;
	margin: 6px 0 0 2px;
}*/

div.RadWindow_CSO table.rwTitlebarControls em
{
	font-style: normal;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #ffffff;	
	padding: 4px 0px 2px 4px;
	margin-left: -20px;
}

div.RadWindow_CSO.rwMinimizedWindow
{
	width: 150px !important; height: 26px !important;
	background: #abc1de;
	border: solid 1px #5d6f88;
}

div.RadWindow.radwindow_CSO.rwMinimizedWindow table.rwTitlebarControls 
{
	width: 150px !important;
    position: relative; top: -4px;
}

div.RadWindow_CSO.rwMinimizedWindow em
{
	color: white !important;
	width: 55px !important;
}


div.RadWindow_CSO.rwMinimizedWindow td.rwCorner
{
	cursor: default;
}

div.RadWindow_CSO.rwMinimizedWindow td.rwCorner.rwTopLeft,
div.RadWindow_CSO.rwMinimizedWindow td.rwCorner.rwTopRight
{
	background: none;
	width: 10px !important;
}

div.RadWindow_CSO.rwMinimizedWindow td.rwTitlebar,
div.RadWindow_CSO.rwMinimizedWindow:hover td.rwTitlebar,
div.RadWindow_CSO.rwMinimizedWindow:active td.rwTitlebar,
div.RadWindow_CSO.rwMinimizedWindow:focus td.rwTitlebar
{
	background: none;
	cursor: default !important;
}

div.RadWindow_CSO .rwWindowContent .rwDialogPopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
}

div.RadWindow_CSO .rwWindowContent .rwDialogPopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

div.RadWindow_CSO .rwWindowContent .rwDialogPopup.radprompt
{
	padding: 0;
	
}

div.RadWindow_CSO .rwWindowContent .rwDialogPopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}


div.RadWindow_CSO .rwWindowContent  input.rwDialogInput
{
	border: solid 1px #666;
	padding: 3px 4px 0 4px;
	height: 17px;
	background: transparent url('<%=WebResource("Telerik.Web.UI.Skins.Vista.Window.ModalDialogButtonSprites.gif') repeat-x 0 -44px;
	width: 100%;
	font: normal 12px Arial, Helvetica, Sans-serif;
}

div.RadWindow_CSO .rwWindowContent   a,
div.RadWindow_CSO .rwWindowContent   a span
{
	text-decoration: none;
	color: #1c67d3;
	line-height: 22px;
	cursor: default;
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton
{
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton span.rwOuterSpan
{
	padding: 0 3px 0 0;
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton span.rwInnerSpan
{
	background: #ededed;
	padding: 0 12px;
	border-radius:2px;
	border:1px solid #cdcdcd;
	cursor:pointer;
	
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton:hover,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:active,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:focus
{
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton:hover span.rwOuterSpan,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:active span.rwOuterSpan,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:focus span.rwOuterSpan
{
	padding: 0 3px 0 0;
}

div.RadWindow_CSO .rwWindowContent a.rwPopupButton:hover span.rwInnerSpan,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:active span.rwInnerSpan,
div.RadWindow_CSO .rwWindowContent a.rwPopupButton:focus span.rwInnerSpan
{
	background: #ffffff;
	color:#214f9c;
}

div.modaldialogbacgkround
{
	background: black;
}
/* set window transparency */
/***DF: remove 
div.RadWindow.radwindow_CSO.rwNormalWindow.rwTransparentWindow td.rwCorner,
div.RadWindow.radwindow_CSO.rwNormalWindow.rwTransparentWindow td.rwTitlebar,
div.RadWindow.radwindow_CSO.rwTransparentWindow td.rwFooterCenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90) !important;  
    opacity: .9 !important; -moz-opacity: .9 !important;  
}
***/

div.RadWindow_CSO .rwTopResize
{
    /*background: transparent url('Window/TitleBar.gif') repeat-x;*/
}