/* RadWindow Rashim Skin */

/*div.radwindow_Rashim.maximizedwindow table td
{
	vertical-align: top;
}
*/
div.radwindow_Rashim table
{
	direction: ltr;
}

div.radwindow_Rashim table td.corner
{
	width: 8px;
}

div.radwindow_Rashim table td.topleft
{
    width: 8px; 
    height: 27px;
	background: url('img/WindowSprites.gif') no-repeat 0 0;
}

div.radwindow_Rashim table td.topright
{
    width: 8px; 
    height: 27px;
    background: url('img/WindowSprites.gif') no-repeat 0 -27px;
}

div.radwindow_Rashim table td.titlebar
{
    background: transparent url('img/WindowSprites.gif')  repeat-x 0 -54px;
	height: 19px; /* compensate the height of the resize div */
}

div.radwindow_Rashim .windowcontent
{
	height: 100%;
	border-bottom: 0;
	background: white;
}

div.radwindow_Rashim table td.bodyleft
{
    width: 7px !important;
	border-left: solid 1px #999;
	background: white;
}

div.radwindow_Rashim table td.bodyright
{
    width: 7px !important;
	border-right: solid 1px #999;
	background: white;
}

div.radwindow_Rashim table td.footerleft
{
	width: 7px; height: 1px; line-height: 1px;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	background: white;
}

div.radwindow_Rashim table td.footercenter
{
	height: 1px; line-height: 1px;
	background: white;
	border-bottom: solid 1px #999;
}

div.radwindow_Rashim table td.footerright
{
	width: 7px; height: 1px; line-height: 1px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background: white;
}

div.radwindow_Rashim td.statusbar
{
	height: 23px; line-height: 23px;
	background: #f9f9f9 url('img/WindowSprites.gif') repeat-x 0 -81px;
}

div.radwindow_Rashim td.statusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: black;
    padding-top: 6px;
    height: 17px;
    font-style: normal;
    font-size: 11px;
}

div.radwindow_Rashim td.statusbar div
{
      background: transparent url('img/CommandSprites.gif') no-repeat -84px 0;
      width: 11px !important; height: 11px !important;
      position: relative; left: 2px; top: 8px;
}

div.radwindow_Rashim td.statusbar .loading
{	
	background-image: url('img/Loading.gif');	
}

div.radwindow_Rashim td.statusbar span.statustext
{
    font-style: normal;
    font-size: 11px;
	color: black;
}

div.radwindow_Rashim tr.statusbarrow .corner.bodyleft
{
   width: 7px; height: 1px; line-height: 1px;
   border-left: solid 1px #999;
   background: #f9f9f9 url('img/WindowSprites.gif') repeat-x 0 -81px;
}

div.radwindow_Rashim tr.statusbarrow .corner.bodyright
{
   width: 7px; height: 1px; line-height: 1px;
   border-right: solid 1px #999;
   background: #f9f9f9 url('img/WindowSprites.gif') repeat-x 0 -81px;
}

div.radwindow_Rashim tr.statusbarrow .statusbar
{
    /**/
}
/* --- TITLEBAR SETTINGS --- */
div.radwindow_Rashim table.titlebarcontrols
{
	direction: rtl;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a
{
	width: 14px; 
	height: 15px; 
	line-height: 15px; 
	font-size: 1px;
	cursor: default;
	margin: 0 1px;
	background-image: url('img/CommandSprites.gif');
	background-repeat: no-repeat;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.reloadbutton
{
	background-position: -42px 0;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.pinbutton
{
	background-position: -14px 0;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.pinbutton.on
{
	background-position: -28px 0;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.minimizebutton
{
	background-position: -56px 0;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
    background-position: -70px 0;
}

div.radwindow_Rashim.maximizedwindow table.titlebarcontrols ul.controlbuttons li a.maximizebutton
{
    background-position: 0 0;
}

div.radwindow_Rashim table.titlebarcontrols ul.controlbuttons li a.closebutton
{
	background-position: 0 -15px;
}

div.radwindow_Rashim table.titlebarcontrols a.windowicon
{
	background: transparent url('img/defaultIcon.gif') no-repeat left top;
	width: 20px; height: 20px;
	cursor: default;
}

div.radwindow_Rashim table.titlebarcontrols em
{
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
	color: black;
	text-align: center;
	width: 100%;
}
/* --- END OF TITLEBAR SETTINGS --- */

/* --- MINIMIZED WINDOW SETTINGS --- */
div.radwindow_Rashim.minimizedwindow
{
	width: 120px !important; height: 20px !important;
	 background: transparent url('img/WindowSprites.gif')  repeat-x 0 -54px;
	border: solid 1px #999;
	border-top: 0;
}

div.radwindow_Rashim.minimizedwindow .pinbutton,
div.radwindow_Rashim.minimizedwindow .reloadbutton,
div.radwindow_Rashim.minimizedwindow .minimizebutton,
div.radwindow_Rashim.minimizedwindow .maximizebutton
{
	display: none !important;
}

div.radwindow_Rashim.minimizedwindow td.statusbar div
{
	position: static;
}

div.radwindow.radwindow_Rashim.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important; height: 40px !important;
	margin-top: -1px;
}

div.radwindow.radwindow_Rashim.minimizedwindow table.titlebarcontrols a
{
    margin-top: 2px !important;
}

div.radwindow_Rashim.minimizedwindow td
{
    background: none !important;
}

div.radwindow.radwindow_Rashim.minimizedwindow table.titlebarcontrols ul
{
    position: relative; top: -1px;
}

div.radwindow_Rashim.minimizedwindow em
{
	color: white !important;
	width: 75px !important;
}

div.radwindow_Rashim.minimizedwindow td.corner
{
	cursor: default;
}

/* normal states of the minimized window parts */
div.radwindow_Rashim.minimizedwindow td.corner.topleft
{
	width: 10px !important;
}

div.radwindow_Rashim.minimizedwindow td.corner.topright
{
	width: 10px !important;
}

div.radwindow_Rashim.minimizedwindow td.titlebar
{
	cursor: default !important;
	background: #4b4b4b;
}
/* end normal states of the minimized window parts */
/* ---	END OF MINIMIZED WINDOW SETTINGS --- */

div.radwindow_Rashim .windowcontent
{
	direction: rtl;
}

div.radwindow_Rashim .windowcontent .windowpopup
{
    font-style: normal;
    font-size: 11px;
	color: black;	
	padding: 4px;
}

div.radwindow_Rashim .windowcontent .windowpopup .dialogtext
{
	float: right;
	line-height: 32px;
}

div.radwindow_Rashim .windowcontent .windowpopup .dialogbutton
{
	margin-top: 16px;
	clear: both;
	text-align: center;
	height: 27px;
}

div.radwindow_Rashim .windowcontent .windowpopup .dialogbutton .table
{
	height: 27px;
}

div.radwindow_Rashim .windowcontent .windowpopup .dialogbutton .button
{
	height: 23px;
	width: 96px;
	padding-left: 8px;
	padding-right: 8px;
    font-style: normal;
    font-size: 11px;
	line-height: 21px;
	cursor: pointer;
	background: transparent url('img/modalBtnBg.gif') no-repeat center center;	
}

/* --- RadAlert --- */
div.radwindow_Rashim .windowcontent .windowpopup.radalert
{
	background: transparent url('img/ModalDialogAlert.gif') no-repeat 8px center;
}

/* --- RadPrompt --- */
div.radwindow_Rashim .windowcontent .windowpopup.radprompt
{
	padding: 0;
}

/* --- RadConfirm --- */
div.radwindow_Rashim .windowcontent .windowpopup .radconfirm
{
	float: left;
	width: 32px;
	height: 32px;
	padding: 4px;
	background: transparent url('img/ModalDialogConfirm.gif') no-repeat center center;	
}

div.radwindow_Rashim .windowcontent  input.dialoginput
{
	padding: 3px 4px 0 4px;
	height: 17px; width: 100%;
    font-style: normal;
    font-size: 11px;
}

div.radwindow_Rashim .windowcontent   a,
div.radwindow_Rashim .windowcontent   a span
{
	text-decoration: none;
	color: black;
	cursor: default;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton
{
	background: transparent url('img/ModalDialogButtonSprites.gif') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton span.outerspan
{
	background: transparent url('img/ModalDialogButtonSprites.gif') no-repeat right 0;
	padding: 0 3px 0 0;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton span.innerspan
{
	background: white url('img/ModalDialogButtonSprites.gif') repeat-x 0 -22px;
	padding: 0 12px;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton:hover
{
	background: transparent url('img/ModalDialogButtonSprites.gif') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton:hover span.outerspan
{
	background: transparent url('img/ModalDialogButtonSprites.gif') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.radwindow_Rashim .windowcontent a.radwindowbutton:hover span.innerspan
{
	background: white url('img/ModalDialogButtonSprites.gif') repeat-x 0 -86px;
	padding: 0 12px;
}
/* modal dialog window background */
div.modaldialogbacgkround
{
	background: black;
}
/* --- END OF MODAL DIALOGS --- */