.RadWindow_prshots .rwTopLeft,
.RadWindow_prshots .rwTopRight,
.RadWindow_prshots .rwTitlebar,
.RadWindow_prshots .rwFooterLeft,
.RadWindow_prshots .rwFooterRight,
.RadWindow_prshots .rwFooterCenter,
.RadWindow_prshots .rwTopResize,
.RadWindow_prshots .rwStatusbar div,
.RadWindow_prshots .rwStatusbar,
.RadWindow_prshots .rwPopupButton,
.RadWindow_prshots .rwPopupButton span,
.RadWindow_prshots.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}

.RadWindow_prshots .rwBodyLeft,
.RadWindow_prshots .rwBodyRight,
.RadWindow_prshots .rwStatusbarRow .rwCorner
{
	background-image: url('Window/WindowVerticalSprites.gif');
}

.RadWindow_prshots .rwStatusbar input
{
    background-color: #cedcf3;
}

.RadWindow_prshots .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_prshots .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_prshots a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_prshots .rwTitlebarControls em
{
	color: #557ec1;
}

div.RadWindow_prshots .rwDialogInput
{
	border: solid 1px #466582;
}

div.RadWindow_prshots .rwDialogInput:hover
{
	border-color: #2c4a66;
}

div.RadWindow_prshots td.rwLoading
{
    background-color: #b0b0b0;
}

div.RadWindow_prshots td.rwWindowContent
{
    background-color: #b0b0b0;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
div.RadWindow_prshots td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
div.RadWindow_prshots input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}
