/* RadWindow for ASP.NET AJAX Hay Skin */

/* Window Background */

/* Horiznotal */
.RadWindow_ProFieldCustom .rwTopLeft,
.RadWindow_ProFieldCustom .rwTopRight,
.RadWindow_ProFieldCustom .rwTitlebar,
.RadWindow_ProFieldCustom .rwFooterLeft,
.RadWindow_ProFieldCustom .rwFooterRight,
.RadWindow_ProFieldCustom .rwFooterCenter,
.RadWindow_ProFieldCustom .rwTopResize,
.RadWindow_ProFieldCustom .rwStatusbar div,
.RadWindow_ProFieldCustom .rwStatusbar,
.RadWindow_ProFieldCustom .rwPopupButton,
.RadWindow_ProFieldCustom .rwPopupButton span,
.RadWindow_ProFieldCustom.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}

/* Vertical */
.RadWindow_ProFieldCustom .rwBodyLeft,
.RadWindow_ProFieldCustom .rwBodyRight,
.RadWindow_ProFieldCustom .rwStatusbarRow .rwCorner
{
	background-image: url('Window/WindowVerticalSprites.gif');
}

/* Window Shadows */

/* Horiznotal */
.RadWindow_ProFieldCustom .rwShadow .rwTopLeft,
.RadWindow_ProFieldCustom .rwShadow .rwTopRight,
.RadWindow_ProFieldCustom .rwShadow .rwTitlebar,
.RadWindow_ProFieldCustom .rwShadow .rwFooterLeft,
.RadWindow_ProFieldCustom .rwShadow .rwFooterRight,
.RadWindow_ProFieldCustom .rwShadow .rwFooterCenter,
.RadWindow_ProFieldCustom .rwShadow .rwTopResize,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbar div,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbar,
.RadWindow_ProFieldCustom .rwShadow .rwPopupButton,
.RadWindow_ProFieldCustom .rwShadow .rwPopupButton span,
.RadWindow_ProFieldCustom .rwShadow .rwBodyLeft,
.RadWindow_ProFieldCustom .rwShadow .rwBodyRight,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('Window/WindowHorizontalSprites.png');
}

/* Vertical */
.RadWindow_ProFieldCustom .rwShadow .rwBodyLeft,
.RadWindow_ProFieldCustom .rwShadow .rwBodyRight,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_ProFieldCustom .rwShadow .rwStatusbarRow .rwBodyRight
{
	background-image: url('Window/WindowVerticalSprites.png');
}

/* Shadows End */


.RadWindow_ProFieldCustom .rwStatusbar input
{
    background-color: #f0f7f0;
}

.RadWindow_ProFieldCustom .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_ProFieldCustom a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_ProFieldCustom .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_ProFieldCustom .rwDialogInput
{
	border: solid 1px #7f8a7f;
}

div.RadWindow_ProFieldCustom .rwDialogInput:hover
{
	border: solid 1px #65a362;
}

.RadWindow_ProFieldCustom td.rwWindowContent
{
    background-color: #ffffff;
}

/* Loading Indicators */
div.RadWindow_ProFieldCustom tr td.rwLoading
{
    background-color: #dbf0da;
}

/* When ShowContentDuringLoad="true" */
.RadWindow_ProFieldCustom td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_ProFieldCustom input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}

div.RadWindow_ProFieldCustom a.rwCancel,
div.RadWindow_ProFieldCustom a.rwCancel span
{
    background: none;
    cursor: pointer;
}

div.RadWindow_ProFieldCustom a.rwCancel span span,
div.RadWindow_ProFieldCustom a.rwCancel:hover span span
{
    color: #305c2e;
    text-decoration: underline;
}

/* Shadow Control Buttons */

.RadWindow_ProFieldCustom .rwShadow .rwControlButtons 
{
	margin: 5px -2px 0 0;
}

.RadWindow_ProFieldCustom .rwShadow .rwControlButtons 
{
	margin: 5px -1px 0 0\9;
}

/* ctrl buttons when winodw is minimized */
.RadWindow_ProFieldCustom.rwMinimizedWindowShadow .rwShadow .rwControlButtons 
{
	margin: 9px -8px 0 0;
}


/* Icon when winodw is minimized */
.RadWindow_ProFieldCustom.rwMinimizedWindowShadow .rwShadow .rwIcon 
{
	margin: 9px 6px 0 0;
}

/*title buttons when winodw is minimized */
.RadWindow_ProFieldCustom.rwMinimizedWindowShadow .rwShadow em 
{
	margin: 4px 0 0 -1px;
}

.RadWindow_ProFieldCustom .rwShadow .rwControlButtons li
{
	float: left;
	padding: 0;
}

.RadWindow_ProFieldCustom .rwShadow .rwControlButtons a
{
	width: 30px; 
}

.rwInactiveWindow .rwShadow .rwTopLeft,
.rwInactiveWindow .rwShadow .rwTopRight,
.rwInactiveWindow .rwShadow .rwTitlebar,
.rwInactiveWindow .rwShadow .rwFooterLeft,
.rwInactiveWindow .rwShadow .rwFooterRight,
.rwInactiveWindow .rwShadow .rwFooterCenter,
.rwInactiveWindow .rwShadow .rwTopResize,
.rwInactiveWindow .rwShadow .rwStatusbar div,
.rwInactiveWindow .rwShadow .rwStatusbar,
.rwInactiveWindow .rwShadow .rwPopupButton,
.rwInactiveWindow .rwShadow .rwPopupButton span,
.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight
{
    background-image: url('Window/WindowHorizontalSprites.gif') !important;
}

.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,
.RadWindow_ProFieldCustom.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight
{
	background-image: url('Window/WindowVerticalSprites.gif') !important;
}
