.RadWindow_owners_i_rent .rwTopLeft,
.RadWindow_owners_i_rent .rwTopRight,
.RadWindow_owners_i_rent .rwTitlebar,
.RadWindow_owners_i_rent .rwFooterLeft,
.RadWindow_owners_i_rent .rwFooterRight,
.RadWindow_owners_i_rent .rwFooterCenter,
.RadWindow_owners_i_rent .rwTopResize,
.RadWindow_owners_i_rent .rwStatusbar div,
.RadWindow_owners_i_rent .rwStatusbar,
.RadWindow_owners_i_rent .rwPopupButton,
.RadWindow_owners_i_rent .rwPopupButton span,
.RadWindow_owners_i_rent.rwMinimizedWindow .rwCorner
{
    /*background-image: url('Window/WindowHorizontalSprites.gif');*/
    background-color:#e2edf6;
}

.RadWindow_owners_i_rent .rwBodyLeft,
.RadWindow_owners_i_rent .rwBodyRight,
.RadWindow_owners_i_rent .rwStatusbarRow .rwCorner
{
	/*background-image: url('Window/WindowVerticalSprites.gif');*/
	background-color:#e3edf6;
}

.RadWindow_owners_i_rent .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_owners_i_rent .rwControlButtons a
{
    background-image: url('Window/CommandButtonSprites.gif');
}

.RadWindow_owners_i_rent a.rwIcon
{
	/*background-image: url('Window/WindowHorizontalSprites.gif');*/
}

div.RadWindow_owners_i_rent .rwTitlebarControls em
{
	color: black;
}

div.RadWindow_owners_i_rent .rwDialogInput
{
	border-top: solid 1px #abadb3;
	border-right: solid 1px #dbdfe6;
	border-bottom: solid 1px #e3e9ef;
	border-left: solid 1px #e2e3ea;
}

div.RadWindow_owners_i_rent .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_owners_i_rent td.rwLoading
{
    background-color: #f5fafd;
}

.RadWindow_owners_i_rent td.rwWindowContent
{
    background-color: #f5fafd;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
.RadWindow_owners_i_rent td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_owners_i_rent input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}

div.RadWindow_owners_i_rent a.rwCancel,
div.RadWindow_owners_i_rent a.rwCancel span
{
    background: none;
    cursor: pointer;
    cursor: hand;
}

div.RadWindow_owners_i_rent a.rwCancel span span
{
    color: #000000;
    text-decoration: underline;
}

/*Popup buttons*/
.RadWindow .rwPopupButton 
{
	display: block;	
	color: #333333;
	text-decoration: none;
	background-color: #dcdcdc;	
	padding:2px 0px 2px 8px;
	border-top:solid 2px #ffffff;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #666666;
	border-left:solid 2px #ffffff;
}

.RadWindow .rwPopupButton .rwOuterSpan
{
	background-color: #dcdcdc;
}
	
.RadWindow .rwPopupButton .rwOuterSpan .rwInnerSpan
{
	background-color: #dcdcdc;
}
