/** Overlay-Color & Opacity **/
.TelerikModalOverlay
{
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=65) !important; 
    background: #000000 !important;
    opacity: .65 !important;
    -moz-opacity: .65 !important;
    z-index: 7001 !important;
}

/** Titel-Font-Styles **/
div.RadWindow_Premium .rwTitlebarControls em
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
}


.RadWindow_Premium .rwTopLeft,
.RadWindow_Premium .rwTopRight,
.RadWindow_Premium .rwTitlebar,
.RadWindow_Premium .rwFooterLeft,
.RadWindow_Premium .rwFooterRight,
.RadWindow_Premium .rwFooterCenter,
.RadWindow_Premium .rwTopResize,
.RadWindow_Premium .rwStatusbar div,
.RadWindow_Premium .rwStatusbar,
.RadWindow_Premium .rwPopupButton,
.RadWindow_Premium .rwPopupButton span,
.RadWindow_Premium.rwMinimizedWindow .rwCorner,
.RadWindow_Premium .rwDialogInput
{
    background-image: url('../images/Window/WindowHorizontalSprites.gif');
}

.RadWindow_Premium .rwBodyLeft,
.RadWindow_Premium .rwBodyRight,
.RadWindow_Premium .rwStatusbarRow .rwCorner
{
	background-image: url('../images/Window/WindowVerticalSprites.gif');
}

.RadWindow_Premium .rwStatusbar input
{
    color: #d7d7d7;
}

.RadWindow_Premium .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_Premium .rwControlButtons a
{
    background-image: url('../images/Window/CommandButtonSprites.gif');
}

.RadWindow_Premium a.rwIcon
{
	background-image: url('../images/Window/WindowHorizontalSprites.gif');
}



div.RadWindow_Premium .rwDialogInput
{
	border: solid 1px #080808;
	background-color: #454545;
	background-position: 0 -322px;
	background-repeat: repeat-x;
	color: white;
}

div.RadWindow_Premium .rwDialogInput:hover
{
	border: solid 1px #5c5c5c;
	background-position: 0 -360px;
	background-color: #444;
	background-repeat: repeat-x;
}

div.RadWindow_Premium td.rwLoading
{
    background-color: #fff;
}

.RadWindow_Premium .rwPopupButton span
{
    color: #fff;
}

.RadWindow_Premium .rwPopupButton:hover span
{
    color: #9eda29;
}
