/* RADWINDOW WEBBLUE SKIN */

div.radwindow_WebBlue
{
	/*border: solid 1px #69798c;*/
}

div.radwindow_WebBlue table td.corner
{
	width: 1px;
}

div.radwindow_WebBlue table td.topleft
{
	background: transparent url('Window/TitleBar.gif') no-repeat left bottom;
	height: 1px;
}

div.radwindow_WebBlue table td.topright
{
	background: transparent url('Window/TitleBar.gif') no-repeat right bottom;
	height: 1px;
}

div.radwindow_WebBlue .windowcontent
{
	height: 100%;
	background: white;
}

div.radwindow_WebBlue table td.bodyright,
div.radwindow_WebBlue table td.bodyleft
{
	background: white;
}

div.radwindow_WebBlue table td.footerright,
div.radwindow_WebBlue table td.footercenter,
div.radwindow_WebBlue table td.footerleft,
div.radwindow_WebBlue .footerrow
{
	height: 1px;
	line-height: 1px;
	background: white;
}

div.radwindow_WebBlue table td.titlebar
{
	background: transparent url('Window/TitleBar.gif') repeat-x left bottom;
}

div.radwindow_WebBlue td.statusbar
{
	height: 19px;
	line-height: 19px;
	background: #d2d6db;
	border-top: solid 1px #c7c7c7;
}

div.radwindow_WebBlue td.statusbar .loading
{	
	background-image:url('Window/Loading.gif');
}

div.radwindow_WebBlue td.statusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.radwindow_WebBlue td.statusbar div
{		
    background: transparent url('Window/WindowResizeHandle.gif') !important;
}

div.radwindow_WebBlue td.statusbar input
{
    background-color: #f7f3e9;
    background-repeat: no-repeat;
}

/* window control buttons - minimize, maximize, close, reload, pin, unpin, restore */
div.radwindow_WebBlue ul.controlbuttons
{
	margin: -1px 0 0 0 !important;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a
{
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 1px;
	cursor: default;
	margin: 0 1px;
}

/* "reload" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.reloadbutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -3px 0;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.reloadbutton:hover
{
	background-position: -83px -21px;
}

/* "unpin" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.pinbutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -125px 0;	
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.pinbutton:hover
{
	background-position: -125px -21px;
}

/* "pin" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.pinbutton.on
{
	background-position: -104px 0 !important;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.pinbutton.on:hover
{
	background-position: -104px -21px !important;
}

/* "minimize" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.minimizebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat left top;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.minimizebutton:hover
{
	background-position: 0 -21px;
}

/* "maximize" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -42px 0;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.maximizebutton:hover
{
	background-position: -42px -21px;
}

/* "close" button */
div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.closebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -62px 0;
	top:4px;
	position:relative;
}

div.radwindow_WebBlue table.titlebarcontrols ul.controlbuttons li a.closebutton:hover
{
	background-position: -62px -21px;
}

/* maximized window "maximize" button */
div.radwindow.radwindow_WebBlue.maximizedwindow a.maximizebutton
{
    background: transparent url('Window/ControlButtons.gif') no-repeat -21px 0 !important;
}

div.radwindow.radwindow_WebBlue.maximizedwindow a.maximizebutton:hover
{
    background-position: -21px -21px !important;
}

/* minimized window "restore" button */
div.radwindow.radwindow_WebBlue.minimizedwindow .minimizebutton
{
   background: transparent url('Window/ControlButtons.gif') no-repeat -21px 0 !important;
}

div.radwindow.radwindow_WebBlue.minimizedwindow .minimizebutton:hover
{
   background-position: -21px -21px !important;
}

/* window icon */
div.radwindow_WebBlue table.titlebarcontrols a.windowicon
{
	background: transparent url('Window/Icon.gif') no-repeat left top;
	width: 16px; height: 16px;
	cursor: default;
	margin: 6px 0 0 2px;
	position: relative;
	top: -3px;
}

div.radwindow_WebBlue table.titlebarcontrols em
{
	font-style: normal;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #fff;	
	padding: 5px 0 0 4px;
}

div.radwindow_WebBlue.minimizedwindow
{
	width: 136px !important; height: 26px !important;
	background: #abc1de;
	border: solid 1px #5d6f88;
}

/* overlay element should be minimized when the window is minimized */
iframe.minimizedwindowoverlay_WebBlue
{
	/* take into account the borders of the main DIV of the window when setting width/height */
	width: 138px !important; height: 28px !important;
}

div.radwindow.radwindow_WebBlue.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important;
    position: relative;
    top: -4px;
}

div.radwindow_WebBlue.minimizedwindow em
{
	color: white !important;
	width: 55px !important;
}


div.radwindow_WebBlue.minimizedwindow td.corner
{
	cursor: default;
}

div.radwindow_WebBlue.minimizedwindow td.corner.topleft,
div.radwindow_WebBlue.minimizedwindow td.corner.topright
{
	background: none;
	width: 10px !important;
}

div.radwindow_WebBlue.minimizedwindow td.titlebar
{
	background: none;
	cursor: default;
}

div.radwindow_WebBlue .windowcontent .windowpopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
}

div.radwindow_WebBlue .windowcontent .windowpopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

div.radwindow_WebBlue .windowcontent .windowpopup.radprompt
{
	padding: 0;	
}

div.radwindow_WebBlue .windowcontent .windowpopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.radwindow_WebBlue .windowcontent  input.dialoginput
{
	border: solid 1px #666;
	padding: 3px 4px 0 4px;
	height: 17px;
	background: transparent url('<%=WebResource("Telerik.Web.UI.Skins.WebBlue.Window.ModalDialogButtonSprites.gif') repeat-x 0 -44px;
	width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_WebBlue .windowcontent   a,
div.radwindow_WebBlue .windowcontent   a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right 0;
	padding: 0 3px 0 0;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton:hover
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_WebBlue .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}

div.modaldialogbacgkround
{
	background: black;
}
