/* RadWindow 2.0 Mac Skin */

/*div.radwindow_custom.maximizedwindow table td
{
	vertical-align: top;
}
*/
div.radwindow_custom table td.corner
{
	width: 8px;
}

div.radwindow_custom table td.topleft
{
    width: 8px; height: 23px;
	background: url('Window/WindowSprites.gif') no-repeat 0 0;
}

div.radwindow_custom table td.topright
{
    width: 8px; height: 23px;
    background: url('Window/WindowSprites.gif') no-repeat 0 -23px;
}

div.radwindow_custom table td.titlebar
{
    background: transparent url('Window/WindowSprites.gif')  repeat-x 0 -46px;
	height: 19px; /* compensate the height of the resize div */
}

div.radwindow_custom .windowcontent
{
	height: 100%;
	border-bottom: 0;
	background: white;
}

div.radwindow_custom table td.bodyleft
{
    width: 7px !important;
	border-left: solid 1px #999;
	background: white;
}

div.radwindow_custom table td.bodyright
{
    width: 7px !important;
	border-right: solid 1px #999;
	background: white;
}

div.radwindow_custom table td.footerleft
{
	width: 7px; height: 1px; line-height: 1px;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	background: white;
}

div.radwindow_custom table td.footercenter
{
	height: 1px; line-height: 1px;
	background: white;
	border-bottom: solid 1px #999;
}

div.radwindow_custom table td.footerright
{
	width: 7px; height: 1px; line-height: 1px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background: white;
}

div.radwindow_custom td.statusbar
{
	height: 23px; line-height: 23px;
	background: #f9f9f9 url('Window/WindowSprites.gif') repeat-x 0 -69px;
}

div.radwindow_custom td.statusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: black;
    padding-top: 6px;
    height: 17px;
    font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_custom td.statusbar div
{
      background: transparent url('Window/CommandSprites.gif') no-repeat -84px 0;
      width: 11px !important; height: 11px !important;
      position: relative; left: 2px; top: 8px;
}

div.radwindow_custom td.statusbar .loading
{	
	background-image: url('Window/Loading.gif');	
}

div.radwindow_custom td.statusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.radwindow_custom tr.statusbarrow .corner.bodyleft
{
   width: 7px; height: 1px; line-height: 1px;
   border-left: solid 1px #999;
   background: #f9f9f9 url('Window/WindowSprites.gif') repeat-x 0 -69px;
}

div.radwindow_custom tr.statusbarrow .corner.bodyright
{
   width: 7px; height: 1px; line-height: 1px;
   border-right: solid 1px #999;
   background: #f9f9f9 url('Window/WindowSprites.gif') repeat-x 0 -69px;
}

div.radwindow_custom tr.statusbarrow .statusbar
{
    /**/
}
/* --- TITLEBAR SETTINGS --- */
div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a
{
	width: 14px; height: 15px; line-height: 15px; font-size: 1px;
	cursor: default;
	margin: 0 1px;
	background-image: url('Window/CommandSprites.gif');
	background-repeat: no-repeat;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.reloadbutton
{
	background-position: -42px 0;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.pinbutton
{
	background-position: -14px 0;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.pinbutton.on
{
	background-position: -28px 0;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.minimizebutton
{
	background-position: -56px 0;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
    background-position: -70px 0;
}

div.radwindow_custom.maximizedwindow table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
    background-position: 0 0;
}

div.radwindow_custom table.titlebarcontrols ul.controlbuttons li a.closebutton
{
	background-position: 0 -15px;
}

div.radwindow_custom table.titlebarcontrols a.windowicon
{
	background: transparent url('Window/Icon.gif') no-repeat left top;
	width: 16px; height: 16px;
	cursor: default;
	margin: 0 0 0 2px;
}

div.radwindow_custom table.titlebarcontrols em
{
	font: normal normal 11px Verdana, Arial, sans-serif !important;
	color: black;
	margin-top: 2px !important;
}
/* --- END OF TITLEBAR SETTINGS --- */

/* --- MINIMIZED WINDOW SETTINGS --- */
div.radwindow_custom.minimizedwindow
{
	width: 120px !important; height: 20px !important;
	 background: transparent url('Window/WindowSprites.gif')  repeat-x 0 -46px;
	border: solid 1px #999;
	border-top: 0;
}

div.radwindow_custom.minimizedwindow .pinbutton,
div.radwindow_custom.minimizedwindow .reloadbutton,
div.radwindow_custom.minimizedwindow .minimizebutton,
div.radwindow_custom.minimizedwindow .maximizebutton
{
	display: none !important;
}

div.radwindow_custom.minimizedwindow td.statusbar div
{
	position: static;
}

div.radwindow.radwindow_custom.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important; height: 40px !important;
	margin-top: -1px;
}

div.radwindow.radwindow_custom.minimizedwindow table.titlebarcontrols a
{
    margin-top: 2px !important;
}

div.radwindow_custom.minimizedwindow td
{
    background: none !important;
}

div.radwindow.radwindow_custom.minimizedwindow table.titlebarcontrols ul
{
    position: relative; top: -1px;
}

div.radwindow_custom.minimizedwindow em
{
	color: white !important;
	width: 75px !important;
}

div.radwindow_custom.minimizedwindow td.corner
{
	cursor: default;
}

/* normal states of the minimized window parts */
div.radwindow_custom.minimizedwindow td.corner.topleft
{
	width: 10px !important;
}

div.radwindow_custom.minimizedwindow td.corner.topright
{
	width: 10px !important;
}

div.radwindow_custom.minimizedwindow td.titlebar
{
	cursor: default !important;
	background: #4b4b4b;
}
/* end normal states of the minimized window parts */
/* ---	END OF MINIMIZED WINDOW SETTINGS --- */

div.radwindow_custom .windowcontent .windowpopup
{
	margin: 16px;
	font: normal 11px Arial;
	color: black;	
	padding: 0px 0px 16px 50px;
}

/* --- RadAlert --- */
div.radwindow_custom .windowcontent .windowpopup.radalert
{
	background: transparent url('Window/ModalDialogAlert.gif') no-repeat 8px center;
}

/* --- RadPrompt --- */
div.radwindow_custom .windowcontent .windowpopup.radprompt
{
	padding: 0;
}

/* --- RadConfirm --- */
div.radwindow_custom .windowcontent .windowpopup.radconfirm
{
	background: transparent url('Window/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.radwindow_custom .windowcontent  input.dialoginput
{
	padding: 3px 4px 0 4px;
	height: 17px; width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.radwindow_custom .windowcontent   a,
div.radwindow_custom .windowcontent   a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.radwindow_custom .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_custom .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right 0;
	padding: 0 3px 0 0;
}

div.radwindow_custom .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_custom .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_custom .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('Window/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_custom .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('Window/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}
/* modal dialog window background */
div.modaldialogbacgkround
{
	background: black;
}
/* --- END OF MODAL DIALOGS --- */
