.RadWindow_Toastation .rwTopLeft,
.RadWindow_Toastation .rwTopRight,
.RadWindow_Toastation .rwTitlebar,
.RadWindow_Toastation .rwFooterLeft,
.RadWindow_Toastation .rwFooterRight,
.RadWindow_Toastation .rwFooterCenter,
.RadWindow_Toastation .rwTopResize,
.RadWindow_Toastation .rwStatusbar div,
.RadWindow_Toastation .rwStatusbar,
.RadWindow_Toastation .rwPopupButton,
.RadWindow_Toastation .rwPopupButton span,
.RadWindow_Toastation.rwMinimizedWindow .rwCorner
{
    /*background-image: url('Window/WindowHorizontalSprites.gif');*/
}

.RadWindow_Toastation .rwBodyLeft,
.RadWindow_Toastation .rwBodyRight,
.RadWindow_Toastation .rwStatusbarRow .rwCorner
{
	/*background-image: url('Window/WindowVerticalSprites.gif');*/
}

.RadWindow_Toastation .rwStatusbar input
{
    /*background-color: #f7f3e9;*/
}

.RadWindow_Toastation .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_Toastation a.rwIcon
{
	/*background-image: url('Window/WindowHorizontalSprites.gif');*/
}

div.RadWindow_Toastation .rwTitlebarControls em
{
	color: black;
}

div.RadWindow_Toastation .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_Toastation .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_Toastation td.rwLoading
{
    background-color: #fff;
}

.RadWindow_Toastation td.rwWindowContent
{
    background-color: #fff !important;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
.RadWindow_Toastation td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_Toastation input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}

.RadWindow_Toastation .rwCloseButton
{
	position: relative !important; 
	left:20px !important; 
	top:2px !important;
}



.RadWindow_Toastation .rwTitleRow,
.RadWindow_Toastation .rwBodyLeft,
.RadWindow_Toastation .rwBodyRight,
.RadWindow_Toastation .rwFooterRow
{
	background:black !important;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
    opacity:0.3 !important;
    -moz-opacity:0.3 !important;
}

.RadWindow_Toastation .rwBodyLeft,
.RadWindow_Toastation .rwBodyRight,
.RadWindow_Toastation .rwTopLeft,
.RadWindow_Toastation .rwTopRight,
.RadWindow_Toastation .rwFooterLeft,
.RadWindow_Toastation .rwFooterRight
{
	height: 18px !important;
	width: 20px !important;
}

.RadWindow_Toastation .rwTitlebar,
.RadWindow_Toastation .rwTitleRow,
.RadWindow_Toastation .rwTopResize,
.RadWindow_Toastation .rwFooterRow,
.RadWindow_Toastation .rwFooterCenter
{
	
	height: 18px !important;
}

.RadWindow_Toastation .rwTopResize
{
	height: 0px !important;
}
