/* RadWindow 2.0 IMOLigh Skin */

.RadWindow_IMOLight .rwTopLeft,
.RadWindow_IMOLight .rwTopRight,
.RadWindow_IMOLight .rwTitlebar,
.RadWindow_IMOLight .rwFooterLeft,
.RadWindow_IMOLight .rwFooterRight,
.RadWindow_IMOLight .rwFooterCenter,
.RadWindow_IMOLight .rwTopResize,
.RadWindow_IMOLight .rwStatusbar div,
.RadWindow_IMOLight .rwStatusbar,
.RadWindow_IMOLight .rwPopupButton,
.RadWindow_IMOLight .rwPopupButton span,
.RadWindow_IMOLight.rwMinimizedWindow .rwCorner
{
    background-color: Transparent;
    background-image: url('Window/WindowHorizontalSprites.gif');
}

.RadWindow_IMOLight .rwBodyLeft,
.RadWindow_IMOLight .rwBodyRight,
.RadWindow_IMOLight .rwStatusbarRow .rwCorner
{
	background-color: Transparent;
    background-image: url('Window/WindowVerticalSprites.gif');
}

.RadWindow_IMOLight .rwControlButtons a
{
    background-color: Transparent;
    background-image: url('Window/CommandSprites.gif');
}

.RadWindow_IMOLight a.rwIcon
{
    background-color: Transparent;
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_IMOLight .rwTitlebarControls em
{
	color: #d8d6d2;
	font-family: Trebuchet MS;
}

div.RadWindow_IMOLight .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_IMOLight .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_IMOLight td.rwLoading
{
    background-color: #dedccf !important;
}


/*alert*/

.RadWindow_IMOLight .rwWindowContent 
{
    font-family: Trebuchet MS !important;
    font-size: 10pt !important;
    color: #504e41 !important;
    background-color: #dedccf !important;
}

.RadWindow_IMOLight .rwDialogText
{
    text-align:center !important;
    color: #504e41 !important;
}
.RadWindow_IMOLight .rwPopupButton
{
    font-weight: bold;
    background-color: #524f48 !important;
    color: #d8d6d2 !important;
}

.RadWindow_IMOLight .rwWindowContent .rwPopupButton .rwInnerSpan 
{
    font-weight: bold;
    color: #d8d6d2 !important;
}


.RadWindow_IMOLight .rwDialogPopup .rwPopupButton:focus, 
.RadWindow_IMOLight .rwDialogPopup .rwPopupButton:active 
{
    border:1px dotted  #dedccf !important;
}


.RadWindow_IMOLight .rwCorner,
.RadWindow_IMOLight .rwTitlebar,
.RadWindow_IMOLight .rwFooterCenter 
{
    opacity:0.85 !important;
}