/* RADWINDOW TELERIK SKIN */

div.radwindow_Custom.maximizedwindow table td
{
	vertical-align: top;
}



div.radwindow_Custom table td.titlebar
{
    background: transparent url('Window/WindowSprites.gif') repeat-x 0 -58px;
}

div.radwindow_Custom .windowcontent
{
	height: 100%;
	border-bottom: 0;
	background: white;
}




div.radwindow_Custom table.titlebarcontrols ul.controlbuttons li a
{
	width: 30px; height: 30px; line-height: 20px; font-size: 1px;
	cursor: default;
	margin: 0;
	background-image: url('Window/close.gif');
	background-repeat: no-repeat;
	position:absolute; top: -4px; right: -10px;
}



/* close button */
div.radwindow_Custom a.closebutton
{
	background-position: 0 0;
}

div.radwindow_Custom table.titlebarcontrols a.windowicon
{
    display:none;
}

div.radwindow_Custom table.titlebarcontrols em
{
    display:none;
}

div.radwindow_Custom.minimizedwindow
{
	width: 170px !important; height: 29px !important;
	background: transparent url('Window/WindowSprites.gif') repeat-x 0 -58px;
	border: solid 1px #e1e1e1;
	border-top: 0;
}

/* overlay element should be minimized when the window is minimized */
iframe.minimizedwindowoverlay_Custom
{
	/* take into account the borders of the main DIV of the window when setting width/height */
	width: 172px !important; height: 30px !important;
}

div.radwindow_Custom.minimizedwindow td
{
    background: none !important;
}

div.radwindow.radwindow_Custom.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important; height: 40px !important;
	/*margin-top: -3px;*/
}

div.radwindow.radwindow_Custom.minimizedwindow table.titlebarcontrols ul
{
    /*position: relative; top: -1px;*/
}

div.radwindow_Custom.minimizedwindow em
{
	color: black !important;
	width: 75px !important;
}

div.radwindow_Custom.minimizedwindow td.corner
{
	cursor: default;
}

div.radwindow_Custom.minimizedwindow td.corner.topleft,
div.radwindow_Custom.minimizedwindow td.corner.topright
{
	width: 10px !important;
}

div.radwindow_Custom.minimizedwindow td.titlebar
{
	cursor: default !important;
	background: #4b4b4b;
}

div.radwindow_Custom .windowcontent .windowpopup
{
	margin: 16px;
	font: normal 11px Arial;
	color: black;	
	padding: 0px 0px 16px 50px;
}

div.radwindow_Custom .windowcontent .windowpopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

div.radwindow_Custom .windowcontent .windowpopup.radprompt
{
	padding: 0;
}

div.radwindow_Custom .windowcontent .windowpopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.radwindow_Custom .windowcontent  input.dialoginput
{
	padding: 3px 4px 0 4px;
	height: 17px; width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_Custom .windowcontent   a,
div.radwindow_Custom .windowcontent   a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_Custom .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_Custom .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right 0;
	padding: 0 3px 0 0;
}

div.radwindow_Custom .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_Custom .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_Custom .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_Custom .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}

div.modaldialogbacgkround
{
	background: black;
}