/* RadWindow Default (2007) Skin */
div.radwindow_Intellicue table td.corner
{
	width: 10px;
}

div.radwindow_Intellicue table td.topleft
{
    width: 10px;
	height: 35px;
	background: url('Window/WindowSprites.gif') no-repeat 0 0;
}

div.radwindow_Intellicue table td.topright
{
    background: url('Window/WindowSprites.gif') no-repeat 0 -39px;
	height: 35px;
}

div.radwindow_Intellicue table td.bodyleft
{
    width: 6px;
	background: transparent url('Window/WindowVerticalSprites.gif') repeat-y;
}

div.radwindow_Intellicue .windowcontent
{
	height: 100%;
	border-bottom: 0;
	background: white;
}

div.radwindow_Intellicue table td.bodyright
{
    width: 6px;
	background: transparent url('Window/WindowVerticalSprites.gif') repeat-y -10px 0;
}

div.radwindow_Intellicue table td.footerleft
{
	width: 10px;
	height: 9px;
	background: transparent url('Window/FooterSprites.gif') no-repeat 0 0;
	font-size: 1px;
}

div.radwindow_Intellicue table td.footerright
{
	width: 10px;
	height: 9px;
	background: transparent url('Window/FooterSprites.gif') no-repeat -10px top;
	font-size: 1px;
}

div.radwindow_Intellicue table td.footercenter
{
	background: transparent url('Window/FooterSprites.gif') repeat-x 0 -13px;
	height: 9px;
	font-size: 1px;
}

div.radwindow_Intellicue table td.titlebar
{
    background: transparent url('Window/WindowSprites.gif');
    background-position: 0 -78px;
	height: 35px;
}

div.radwindow_Intellicue td.statusbar
{
	height: 19px; line-height: 19px;
	background: #e8e8e8;
}

div.radwindow_Intellicue td.statusbar input
{
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    border-top: solid 1px #cecece;
}

div.radwindow_Intellicue td.statusbar div
{
      border-top: solid 1px #cecece;
      background: url('Window/WindowResizeHandle.gif') no-repeat center;
}

div.radwindow_Intellicue td.statusbar .loading
{	
	background-image:url('Window/Loading.gif');	
}

div.radwindow_Intellicue td.statusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.radwindow_Intellicue td.statusbar 
{		
    border: 0;
}

div.radwindow_Intellicue tr.statusbarrow .corner.bodyleft
{
    background: url('Window/StatusBarSprites.gif') repeat-y 0 0;
    font-size: 1px;
}

div.radwindow_Intellicue tr.statusbarrow .corner.bodyright
{
    background: url('Window/StatusBarSprites.gif') repeat-y -10px 0;
    font-size: 1px;
}

div.radwindow_Intellicue tr.statusbarrow .statusbar
{
    
}
/* --- TITLEBAR SETTINGS --- */


div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a
{
	width: 30px; height: 26px; line-height: 26px; font-size: 1px;
	cursor: default;
	margin: 4px 0 0 2px;
}

/* reload button */
div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.reloadbutton
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -90px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.reloadbutton:hover
{
	background-position: -90px -26px;
}
/* end of reload button */

/* pin button button class="pinbutton on" and class="pinbutton off" */
div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.pinbutton
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -150px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.pinbutton:hover
{
	background-position: -150px -26px;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.pinbutton.on
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -120px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.pinbutton.on:hover
{
	background-position: -120px -26px;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.minimizebutton
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -60px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.minimizebutton:hover
{
	background-position: -60px -26px;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -30px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.maximizebutton:hover
{
    background-position: -30px -26px;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.closebutton
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -180px 0;
}

div.radwindow_Intellicue table.titlebarcontrols ul.controlbuttons li a.closebutton:hover
{
	background: transparent url('Window/CommandSprites.gif') no-repeat -180px -26px;
}

div.radwindow_Intellicue.maximizedwindow table.titlebarcontrols ul.controlbuttons li a.maximizebutton,
div.radwindow_Intellicue.minimizedwindow table.titlebarcontrols ul.controlbuttons li a.minimizebutton
{
	background: transparent url('Window/CommandSprites.gif') 0 0 !important;
}

div.radwindow_Intellicue.maximizedwindow table.titlebarcontrols ul.controlbuttons li a.maximizebutton:hover,
div.radwindow_Intellicue.minimizedwindow table.titlebarcontrols ul.controlbuttons li a.minimizebutton:hover
{	
	background: transparent url('Window/CommandSprites.gif') 0 -26px !important;
}

div.radwindow_Intellicue table.titlebarcontrols a.windowicon
{
	background: transparent url('Window/Icon.gif') no-repeat left top;
	width: 16px; height: 16px;
	cursor: default;
	margin: 8px 0 0 2px;
}

div.radwindow_Intellicue table.titlebarcontrols em
{
	font: normal normal 16px Arial, Verdana, sans-serif;
	color: white;	
	margin: 7px 0 0 2px;
}
/* --- END OF TITLEBAR SETTINGS --- */

/* --- MINIMIZED WINDOW SETTINGS --- */
div.radwindow_Intellicue.minimizedwindow
{
	width: 130px !important; height: 30px !important;
	background: #4b4b4b;
	border: solid 2px #232323;
}

div.radwindow_Intellicue.minimizedwindow .pinbutton,
div.radwindow_Intellicue.minimizedwindow .reloadbutton,
div.radwindow_Intellicue.minimizedwindow .minimizebutton,
div.radwindow_Intellicue.minimizedwindow .maximizebutton
{
	display: none !important;
}

div.radwindow_Intellicue.minimizedwindow td
{
    background: none !important;
}

div.radwindow.radwindow_Intellicue.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important;
	height: 40px !important;
	margin-top: -3px;
}

div.radwindow.radwindow_Intellicue.minimizedwindow table.titlebarcontrols ul
{
    position: relative;
    top: -3px;
}

div.radwindow_Intellicue.minimizedwindow em
{
	color: white !important;
	width: 75px !important;
}


div.radwindow_Intellicue.minimizedwindow td.corner
{
	cursor: default;
}

/* normal states of the minimized window parts */
div.radwindow_Intellicue.minimizedwindow td.corner.topleft
{
	width: 10px !important;
}

div.radwindow_Intellicue.minimizedwindow td.corner.topright
{
	width: 10px !important;
}

div.radwindow_Intellicue.minimizedwindow td.titlebar
{
	cursor: default !important;
	background: #4b4b4b;
}
/* end normal states of the minimized window parts */

/* ---	END OF MINIMIZED WINDOW SETTINGS --- */

div.radwindow_Intellicue .windowcontent .windowpopup
{
	margin:16px;
	font:normal 11px Arial;
	color:black;	
	padding:0px 0px 16px 50px;
}

/* --- RadAlert --- */
div.radwindow_Intellicue .windowcontent .windowpopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

/* --- RadPrompt --- */
div.radwindow_Intellicue .windowcontent .windowpopup.radprompt
{
	padding: 0;
	
}

/* --- RadConfirm --- */
div.radwindow_Intellicue .windowcontent .windowpopup.radconfirm
{
	/*background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	*/
	background: transparent url('Window/confirm.jpg') no-repeat 8px center;
}


div.radwindow_Intellicue .windowcontent  input.dialoginput
{
	padding: 3px 4px 0 4px;
	height: 17px;
	width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_Intellicue .windowcontent   a,
div.radwindow_Intellicue .windowcontent   a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_Intellicue .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_Intellicue .windowcontent a.radwindowbutton span.outerspan
{
	/*background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right 0;*/
	padding: 0 3px 0 0;
	background-image: url(images/btn_bg.jpg);
	border: 1px solid #edeff0;
	
}

div.radwindow_Intellicue .windowcontent a.radwindowbutton span.innerspan
{
	/*background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0 12px;
}

/*
div.radwindow_Intellicue .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_Intellicue .windowcontent a.radwindowbutton:hover span.outerspan
{
	/*background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;*/
	border: dotted 1px black;
	padding: 0 3px 0 0;
}
/*
div.radwindow_Intellicue .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	border: dotted 1px black;
	padding: 0 12px;
}
*/

/* modal dialog window background */
div.modaldialogbacgkround
{
	background: black;
}
/* --- END OF MODAL DIALOGS --- */

/* --- SET VISTA AERO TRANSPARENCY --- */
div.radwindow.radwindow_Intellicue.normalwindow.transparentwindow td.corner,
div.radwindow.radwindow_Intellicue.normalwindow.transparentwindow td.titlebar,
div.radwindow.radwindow_Intellicue.transparentwindow td.footercenter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8; -moz-opacity: .8;
}
/* --- SET VISTA AERO TRANSPARENCY --- */