/* RadWindow for ASP.NET AJAX Metro Skin */


/* Window/WindowHorizontalSprites.gif */

.RadWindow_Texim
{
    /* border: solid 1px #e5e5e5; */
}

.RadWindow_Texim .rwStatusbarRow .rwCorner,
.RadWindow_Texim .rwStatusbarRow .rwStatusbar
{
	/* border-top: solid 1px #e5e5e5; */
}

.RadWindow_Texim .rwTopLeft,
.RadWindow_Texim .rwTopRight,
.RadWindow_Texim .rwTitlebar,
.RadWindow_Texim .rwTopResize
{
    background: #0c2654;
}

.RadWindow_Texim .rwBodyLeft,
.RadWindow_Texim .rwBodyRight,
.RadWindow_Texim tr td.rwStatusbar input,
.RadWindow_Texim .rwStatusbar td,
.RadWindow_Texim .rwFooterRow .rwCorner,
.RadWindow_Texim .rwFooterCenter,
.RadWindow_Texim .rwStatusbar td
{
	background-color: #fff !important;
}

.rwWindowContent
{
    /* border: solid 1px #fff; */
	 margin:0!important; 
	width:100%!important ;
	overflow:hidden!important
}

.RadWindow_Texim iframe
{
    display: block;overflow:auto!important
}

.RadWindow_Texim a.rwIcon
{
    background: url('../../images/Icon.gif') no-repeat  center -2px!important;
	
}

.RadWindow_Texim ul.rwControlButtons
{
    margin: 0;
} 

.RadWindow_Texim .rwControlButtons a
{
    background-color: #0c2654;
    background-image: url('../../images/CommandButtonSprites.png');
    width: 29px;
    height: 19px;
    /* border: solid 1px #0c2654; */
	cursor:pointer!important
}

div.RadWindow_Texim .rwTitlebarControls em
{
	color: #fff;
	font-size: 14px;
	
	font-weight: normal;
	padding: 0px 0 0 0px;
	text-align:left;
}

div.RadWindow_Texim .rwStatusbar div
{
	background-image: url('../../images/rwResize.gif');
	background-position: 10px 8px;
	margin: 0 0px -7px 0;
}

*html div.RadWindow_Texim .rwStatusbar div
{
	margin: 0 -1px -4px 0;
}

*+html div.RadWindow_Texim .rwStatusbar div
{
	margin: 0 -1px -4px 0;
}

div.RadWindow_Texim .rwDialogInput
{
	border: solid 1px #e5e5e5;
}

div.RadWindow_Texim .rwDialogInput:hover
{
	border: solid 1px #767676;
}

div.RadWindow_Texim tr td.rwLoading
{
    background-color: #fff;
}

.RadWindow_Texim td.rwWindowContent.rwLoading
{
    background-image: url('../../images/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_Texim input.rwLoading
{
    background-image: url('../../images/loading_small.gif');
}

div.RadWindow_Texim a.rwPopupButton
{
    background: #fff;
    border: solid 1px #e5e5e5;
}

div.RadWindow_Texim a.rwPopupButton:hover
{
    background: #e5e5e5;
    border-color: #e5e5e5;
}

div.RadWindow_Texim a.rwCancel,
div.RadWindow_Texim a.rwCancel span
{
    background: none !important;
    cursor: pointer;
    border: 0 !important;
}

div.RadWindow_Texim a.rwCancel span span,
div.RadWindow_Texim a.rwCancel:hover span span
{
    color: #767676;
    text-decoration: underline;
}

