/* RADWINDOW PROMETHEUS "OFFICE2007" SKIN */

div.RadWindow_Office2007 table 
{
	padding:0px;
	margin-top:0px;

	
}




div.RadWindow_Office2007 table td 
{
	padding:0px;
	margin:0px;
	
}

div.RadWindow_Office2007 table tr 
{
	padding:0px;
	margin:0px;
	
}


div.RadWindow_Office2007 table td.rwCorner
{
	width: 4px;
}

div.RadWindow_Office2007 table td.rwTopLeft
{
	background: transparent url('Window/CornerLeft.gif') no-repeat left top;
	height: 8px;
}

div.RadWindow_Office2007 table td.rwTopRight
{
	background: transparent url('Window/CornerRight.gif') no-repeat right top;
	height: 8px;
}

div.RadWindow_Office2007 table td.rwBodyLeft
{
	background: transparent url('Window/BodyLeft.gif') repeat-y left top;
	

}

div.RadWindow_Office2007 .rwWindowContent
{
	height: 100%;
	/*border: solid 1px black;*/
	border-bottom: 0;
	background: white;
}

div.RadWindow_Office2007 table td.rwBodyRight
{
	background: transparent url('Window/BodyRight.gif') repeat-y right top;
}

div.RadWindow_Office2007 table td.rwFooterLeft
{
	background: transparent url('Window/FooterLeft.gif') no-repeat left bottom;
	height: 8px;

	
}

div.RadWindow_Office2007 table td.rwFooterRight
{
	background: transparent url('Window/FooterRight.gif') no-repeat right bottom;
	height: 8px;
}

div.RadWindow_Office2007 table td.rwFooterCenter
{
	background: transparent url('Window/FooterCenter.gif') repeat-x bottom;
	height: 8px;
	/************************************************** Here bot footer bittom **********/
}

div.RadWindow_Office2007 table td.rwTitlebar
{
	background: transparent url('Window/TitleBar.gif') repeat-x left top;
}

div.RadWindow_Office2007 td.rwStatusbar
{
	height: 23px; line-height: 23px;
	background: #f7f3e9;
	border-top: solid 1px #6788be;
}

div.RadWindow_Office2007 td.rwStatusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: #6788be;
    padding-top: 6px;
    height: 17px;
    font: normal 11px Verdana, Arial, Sans-serif;
}

/* Support for displayng the loading image in the iframe's parent TD */
div.RadWindow_Office2007 td.rwLoading
{
    background: #ffffff url('Window/Loading.gif') no-repeat center;
}

/* Support for displaying loading image in the status bar  */
div.RadWindow_Office2007 td.rwStatusbar .rwLoading
{	
	background-image: url('Window/Loading.gif');	
	background-repeat: no-repeat;
}

div.RadWindow_Office2007 td.rwStatusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.RadWindow_Office2007 table.rwTitlebarControls ul.rwControlButtons li a
{
font-style: normal;
	font: normal 15px Verdana, Arial, sans-serif;
	color: white;	
	height:30px;
	padding:0px;
	margin:0px;	
	
	position:relative;
}

/* reload button 
div.RadWindow_Office2007 a.rwReloadButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -50px top;
}*/

/* unpin button 
div.RadWindow_Office2007 a.rwPinButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 0 0;	
}*/

/* pin button 
div.RadWindow_Office2007 a.rwPinButton.on
{
	background-position: -17px 0 !important;
}*/

/* minimize button 
div.RadWindow_Office2007 a.rwMinimizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -65px 0;
}*/

/* maximize button 
div.RadWindow_Office2007 a.rwMaximizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -80px 0;
}*/

/* close button */
div.RadWindow_Office2007 a.rwCloseButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 100% 0;
	
	/*cursor: default;*/
	/*margin: 4px 0 0 2px;*/
	height:27px;
	width:64px;
	display:block;
	top:-3px;


}

div.RadWindow_Office2007 a.rwCloseButton:hover
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 100% 0;
	
	


}
/*
restore button
div.RadWindow_Office2007.rwMinimizedWindow a.rwMaximizeButton,
div.RadWindow_Office2007.rwMinimizedWindow a.rwMinimizeButton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -34px 0 !important;
}

div.RadWindow_Office2007 table.rwTitlebarControls a.rwIcon
{
	background: transparent url('Window/Icon.gif') no-repeat left top;
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 3px 0 3px 2px;
}
*/
div.RadWindow_Office2007 table.rwTitlebarControls em
{
	/*font-style: normal;
	font: normal 12px Verdana, Arial, sans-serif;
	color: black;	
	padding: 6px 0 0 4px;*/
	
	font-style: normal;
	font: normal 15px Verdana, Arial, sans-serif;
	color: white;	
	height:30px;
	padding:0px;
	margin:0px;
	top:5px;
	left:-13px;
	position:relative;
}
/*
div.RadWindow_Office2007.rwMinimizedWindow
{
	width: 140px !important; 
	height: 22px !important;
	background: #e0ecfb;
	border: solid 1px #5d6f88;
} */

/* overlay element should be minimized when the window is minimized */
iframe.rwMinimizedWindowOverlay_Office2007
{
	/* take into account the borders of the main DIV of the window when setting width/height */
	width: 140px !important; 
	height: 22px !important;
}

div.RadWindow.radwindow_Office2007.rwMinimizedWindow table.rwTitlebarControls 
{
	width: 140px !important;
    position: relative; 
    top: -4px;
}

div.RadWindow_Office2007.rwMinimizedWindow em
{
	color: #5d6f88 !important;
	width: 75px !important;
}

div.RadWindow_Office2007.rwMinimizedWindow td.rwCorner
{
	cursor: default;
}

div.RadWindow_Office2007.rwMinimizedWindow td.rwCorner.rwTopLeft,
div.RadWindow_Office2007.rwMinimizedWindow td.rwCorner.rwTopRight
{
	background: none;
	width: 10px !important;
}

div.RadWindow_Office2007.rwMinimizedWindow td.rwTitlebar
{
	background: none;
	cursor: default !important;
}

div.RadWindow_Office2007 .rwWindowContent .rwDialogPopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
}

div.RadWindow_Office2007 .rwWindowContent .rwDialogPopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

div.RadWindow_Office2007 .rwWindowContent .rwDialogPopup.radprompt
{
	padding: 0;
	
}

div.RadWindow_Office2007 .rwWindowContent .rwDialogPopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.RadWindow_Office2007 .rwWindowContent input.rwDialogInput
{
	border: solid 1px #666;
	padding: 3px 4px 0 4px;
	height: 17px;
	background: transparent url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -44px;
	width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.RadWindow_Office2007 .rwWindowContent a,
div.RadWindow_Office2007 .rwWindowContent a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton span.rwOuterSpan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 100% 0;
	padding: 0 3px 0 0;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton span.rwInnerSpan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton:hover
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton:hover span.rwOuterSpan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.RadWindow_Office2007 .rwWindowContent a.rwPopupButton:hover span.rwInnerSpan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}

div.modaldialogbacgkround
{
	background: black;
}

/* set window transparency */
div.RadWindow.radwindow_Office2007.rwNormalWindow.rwTransparentWindow td.rwCorner,
div.RadWindow.radwindow_Office2007.rwNormalWindow.rwTransparentWindow td.rwTitlebar,
div.RadWindow.radwindow_Office2007.rwTransparentWindow td.rwFooterCenter
{
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8; -moz-opacity: .8;*/
}

div.RadWindow_Office2007 .rwTopResize
{
    background: transparent url('Window/TitleBar.gif') repeat-x;
}

div.RadWindow.radwindow_Office2007 .rwWindowContent
{
	background-color: #ffffff;
}

.RadWindow.radwindow_Office2007.rwMinimizedWindow .rwControlButtons
{
	margin-top: 6px !important;
}

.RadWindow.radwindow_Office2007.rwMinimizedWindow em
{
	margin-top: 2px !important;
}

.RadWindow.radwindow_Office2007.rwMinimizedWindow .rwIcon
{
	margin: 7px 0 0 0px !important;
}