﻿/* Window/TitleBar.gif")%> */

.RadWindow_Pun .rwTopLeft,
.RadWindow_Pun .rwTopRight,
.RadWindow_Pun .rwTitlebar,
.RadWindow_Pun .rwFooterLeft,
.RadWindow_Pun .rwFooterRight,
.RadWindow_Pun .rwFooterCenter,
.RadWindow_Pun .rwTopResize,
.RadWindow_Pun .rwStatusbar div,
.RadWindow_Pun .rwStatusbar,
.RadWindow_Pun .rwPopupButton,
.RadWindow_Pun .rwPopupButton span,
.RadWindow_Pun.rwMinimizedWindow .rwCorner
{
    background-image: url('Window/WindowHorizontalSprites.gif');
}

.RadWindow_Pun .rwBodyLeft,
.RadWindow_Pun .rwBodyRight,
.RadWindow_Pun .rwStatusbarRow .rwCorner
{
	background-image: url('Window/WindowVerticalSprites.gif');
}

.RadWindow_Pun .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Pun .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_Pun a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_Pun .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_Pun .rwDialogInput
{
	border: solid 1px #768ca5;
}

div.RadWindow_Pun .rwDialogInput:hover
{
	border-color: #5d9fb7;
}

div.RadWindow_Pun td.rwLoading
{
    background-color: #fff;
}

div.RadWindow_Pun td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
div.RadWindow_Pun td.rwWindowContent.rwLoading
{
    background-image: url('Window/Sunset.gif');
}

/* When ShowContentDuringLoad="false" */
div.RadWindow_Pun input.rwLoading
{
    background-image: url('Window/loading_small.gif');
}