/* RADWINDOW PROMETHEUS "OFFICE2007" SKIN */
 

div.radwindow_Office2009 table td.corner
{
	width: 4px;

}

div.radwindow_Office2009 table td.topleft
{
	background: transparent url('Window/CornerLeft.gif') no-repeat left top;
	height: 8px;
}

div.radwindow_Office2009 table td.topright
{
	background: transparent url('Window/CornerRight.gif') no-repeat right top;
	height: 8px;
}

div.radwindow_Office2009 table td.bodyleft
{
	background: transparent url('Window/BodyLeft.gif') repeat-y left top;
	
}
/*Window content */
div.radwindow_Office2009 .windowcontent
{
	 height: 100%; 
	border: solid 1px black;
	border-bottom: 0;
	background: #bfdbff;

}

div.radwindow_Office2009 table td.bodyright
{
	background: transparent url('Window/BodyRight.gif') repeat-y right top;
}

div.radwindow_Office2009 table td.footerleft
{

	background: transparent url('Window/FooterLeft.gif') no-repeat left bottom;
	height: 8px;
}

div.radwindow_Office2009 table td.footerright
{
	background: transparent url('Window/FooterRight.gif') no-repeat right bottom;
	height: 8px;
}

div.radwindow_Office2009 table td.footercenter
{
    border-top: solid 1px #000000;
	background: transparent url('Window/FooterCenter.gif') repeat-x bottom;
	height: 8px;
}

div.radwindow_Office2009 table td.titlebar
{
	background: transparent url('Window/TitleBar.gif') repeat-x left top;
}

div.radwindow_Office2009 td.statusbar
{
	height: 23px; line-height: 23px;
	background: #f7f3e9;
	border-top: solid 1px #6788be;
}

div.radwindow_Office2009 td.statusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: #6788be;
    padding-top: 6px;
    height: 17px;
    font: normal 12px Arial, Verdana, Sans-serif;
}

div.radwindow_Office2009 td.statusbar div
{
      /*background: url('Window/WindowVerticalSprites.gif') no-repeat -40px 4px;*/
}

div.radwindow_Office2009 td.statusbar .loading
{	
	background-image: url('Window/Loading.gif');	
	background-repeat: no-repeat;
}

div.radwindow_Office2009 td.statusbar span.statustext
{
	font: normal 12px Arial,Verdana,  Sans-serif;
	color: black;
}

div.radwindow_Office2009 table.titlebarcontrols ul.controlbuttons li a
{
	width: 13px; height: 13px; line-height: 13px; font-size: 1px; 
	font-weight:bold ;
	cursor: default;
	margin: 5px 0 0 2px;
}

/* reload button */
div.radwindow_Office2009 a.reloadbutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -50px top;
}

/* unpin button */
div.radwindow_Office2009 a.pinbutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 0 0;	
}

/* pin button */
div.radwindow_Office2009 a.pinbutton.on
{
	background-position: -17px 0 !important;
}

/* minimize button */
div.radwindow_Office2009 a.minimizebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -65px 0;
}

/* maximize button */
div.radwindow_Office2009 a.maximizebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -80px 0;
}

/* close button */
div.radwindow_Office2009 a.closebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat 100% 0;
}

/* restore button */
div.radwindow_Office2009.maximizedwindow a.maximizebutton,
div.radwindow_Office2009.minimizedwindow a.minimizebutton
{
	background: transparent url('Window/ControlButtons.gif') no-repeat -34px 0 !important;
}

div.radwindow_Office2009 table.titlebarcontrols a.windowicon
{
	background: transparent url('Window/Icon.gif') no-repeat left top; 
	width: 16px; 
	height: 16px;
	cursor: default;
	margin: 3px 0 3px 2px;
}
/*Title bar text*/
div.radwindow_Office2009 table.titlebarcontrols em
{
	font-style: normal;
	font: normal 12px  Arial,Verdana, sans-serif;
	color: black;	
	padding: 3px 0 0 4px;
}

div.radwindow_Office2009.minimizedwindow
{
	width: 140px !important; 
	height: 22px !important;
	background: #e0ecfb;
	border: solid 1px #5d6f88;
}

/* overlay element should be minimized when the window is minimized */
iframe.minimizedwindowoverlay_Office2009
{
	/* 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_Office2009.minimizedwindow table.titlebarcontrols 
{
	width: 140px !important;
    position: relative; 
    top: -4px;
}

div.radwindow_Office2009.minimizedwindow em
{
	color: #5d6f88 !important;
	width: 75px !important;
}

div.radwindow_Office2009.minimizedwindow td.corner
{
	cursor: default;
}

div.radwindow_Office2009.minimizedwindow td.corner.topleft,
div.radwindow_Office2009.minimizedwindow td.corner.topright
{
	background: none;
	width: 10px !important;
}

div.radwindow_Office2009.minimizedwindow td.titlebar
{
	background: none;
	cursor: default !important;
}

div.radwindow_Office2009 .windowcontent .windowpopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
	
}

div.radwindow_Office2009 .windowcontent .windowpopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

div.radwindow_Office2009 .windowcontent .windowpopup.radprompt
{
	padding: 0;
	
}

div.radwindow_Office2009 .windowcontent .windowpopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.radwindow_Office2009 .windowcontent input.dialoginput
{
	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 12px Arial,Verdana,  Sans-serif;
}

div.radwindow_Office2009 .windowcontent a,
div.radwindow_Office2009 .windowcontent a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 100% 0;
	padding: 0 3px 0 0;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton:hover
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_Office2009 .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}

div.modaldialogbacgkround
{
	background: black;
}

/* set window transparency */
div.radwindow.radwindow_Office2009.normalwindow.transparentwindow td.corner,
div.radwindow.radwindow_Office2009.normalwindow.transparentwindow td.titlebar,
div.radwindow.radwindow_Office2009.transparentwindow td.footercenter
{
	/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8; -moz-opacity: .8; */
	 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100 ) !important;
	opacity: 100 !important; -moz-opacity: 100  !important;
	 
}

div.radwindow_Office2009 .topresize
{
    background: transparent url('Window/TitleBar.gif') repeat-x;
    
}

/*background color of window*/
div.radwindow.radwindow_Office2009 .windowcontent
{
	/*background: #cddcee; */
	
	background:#bfdbff; 
	 
}

.radwindow.radwindow_Office2009.minimizedwindow .controlbuttons
{
	margin-top: 6px !important;
}

.radwindow.radwindow_Office2009.minimizedwindow em
{
	margin-top: 2px !important;
}

.radwindow.radwindow_Office2009.minimizedwindow .windowicon
{
	margin: 7px 0 0 0px !important;
}

