.RadWindow_FormSoftBlue .rwTopLeft,
.RadWindow_FormSoftBlue .rwTopRight,
.RadWindow_FormSoftBlue .rwTitlebar,
.RadWindow_FormSoftBlue .rwFooterLeft,
.RadWindow_FormSoftBlue .rwFooterRight,
.RadWindow_FormSoftBlue .rwFooterCenter,
.RadWindow_FormSoftBlue .rwTopResize,
.RadWindow_FormSoftBlue .rwStatusbar div,
.RadWindow_FormSoftBlue .rwStatusbar,
.RadWindow_FormSoftBlue .rwPopupButton,
.RadWindow_FormSoftBlue .rwPopupButton span,
.RadWindow_FormSoftBlue.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}

.RadWindow_FormSoftBlue .rwBodyLeft,
.RadWindow_FormSoftBlue .rwBodyRight,
.RadWindow_FormSoftBlue .rwStatusbarRow .rwCorner
{
	background-image: url('Window/WindowVerticalSprites.gif');
}

.RadWindow_FormSoftBlue .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_FormSoftBlue .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_FormSoftBlue a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_FormSoftBlue .rwTitlebarControls em
{
	color: black;
}

div.RadWindow_FormSoftBlue .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_FormSoftBlue .rwDialogInput:hover
{
	border-top: solid 1px #5794bf;
	border-right: solid 1px #b7d5ea;
	border-bottom: solid 1px #c7e2f1;
	border-left: solid 1px #c5daed;
	color: #565656;
}

div.RadWindow_FormSoftBlue td.rwLoading
{
    background-color: #fff;
}

.RadWindow_FormSoftBlue td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
.RadWindow_FormSoftBlue td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_FormSoftBlue input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}