.NoJavaScript,
.ErrMsg
{ 
	font: 11px 'Avant Grade Gothic book', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
}

.AlertWnd
{
	height: 32px !important;
	background: transparent url("./Window/iconAlert.png") no-repeat !important;
}

.InfoWnd
{ 
	height: 32px !important;
	background: transparent url("./Window/iconInfo.png") no-repeat !important;
}

.RadWindow
{
    padding: 0 !important;
    border: 1px solid #2B579A !important;
}

.RadWindow .rwTitleBar
{
    margin: 0 !important;
}

.RadWindow .rwTitleRow EM
{
    color: #FFF !important;
}

.RadWindow .rwTopLeft,
.RadWindow .rwTopRight,
.RadWindow .rwTitlebar,
.RadWindow .rwTitleBar,
.RadWindow .rwTopResize
{
    background: #2B579A !important;
    background-color: #2B579A !important;
}

.RadWindow .rwTopResize
{
    height: 1px !important;
    line-height: 1px !important;
}

.RadWindow .rwIcon
{
    display: none !important;
}

.RadWindow .rwShadow a.rwIcon
{
    margin: 1px 5px 5px 5px !important;
}

.RadWindow table.rwTitlebarControls em
{
    text-transform: none !important;
}

.RadWindow .rwTitleWrapper .rwTitle,
.RadWindow table.rwTitlebarControls em
{
    font-size: 12px !important;
    padding: 4px 0 0 1px !important;
}

.RadWindow .rwTitleWrapper .rwTitle
{
    padding: 0 0 0 1px !important;
}

.RadWindow .rwCommandButton
{
    font-size: 12px !important;
    font-weight: bold !important;
}

.RadWindow .rwControlButtons a
{
    border: none !important;
    margin-top: 2px !important;
    background-position-y: -21px !important;
    background-color: transparent !important;
    background-image: url("./Window/CommandButtonSprites.png") !important;
}

.RadWindow .rwControlButtons a:hover,
.RadWindow .rwCommands .rwListItem:hover
{
    background-color: #3164B1 !important;
}

.RadWindow .rwPopupButton span,
.RadWindow .rwPopupButton:hover span,
div.RadWindow a.rwCancel span span
{
    min-width: 40px !important;
    text-align: center !important;
}

.RadWindow .rwCorner.rwTopLeft,
.RadWindow .rwCorner.rwBodyLeft,
.RadWindow .rwCorner.rwFooterLeft,
.RadWindow .rwCorner.rwTopRight,
.RadWindow .rwCorner.rwBodyRight,
.RadWindow .rwCorner.rwFooterRight
{
    width: 4px !important;
}

.RadWindow .rwFooterCenter,
.RadWindow .rwCorner.rwFooterLeft,
.RadWindow .rwCorner.rwFooterRight
{
    height: 1px !important;
}

/*<FIXING STRIPPING RADWINDOWS BEHIND MODAL MESSAGE>*/
div.rwInactiveWindow .rwShadow .rwBodyLeft,
div.rwInactiveWindow .rwShadow .rwBodyRight,
div.rwInactiveWindow .rwShadow .rwTopLeft,
div.rwInactiveWindow .rwShadow .rwTopRight,
div.rwInactiveWindow .rwShadow .rwTitlebar,
div.rwInactiveWindow .rwShadow .rwFooterLeft,
div.rwInactiveWindow .rwShadow .rwFooterRight,
div.rwInactiveWindow .rwShadow .rwFooterCenter,
div.rwInactiveWindow .rwShadow .rwTopResize,
div.rwInactiveWindow .rwShadow .rwStatusbar div,
div.rwInactiveWindow .rwShadow .rwStatusbar,
div.rwInactiveWindow .rwShadow .rwPopupButton,
div.rwInactiveWindow .rwShadow .rwPopupButton span,
div.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,
div.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner
{
    filter: none !important; /* removes the opacity in IE in order to avoid the problem using thogther transparent png and filter in IE  */
}

.RadWindowIframeBackgroundForIframe
{
    background-color: transparent !important;
}
/*</FIXING STRIPPING RADWINDOWS BEHIND MODAL MESSAGE>*/