﻿
/*-From ui.css-*/
/* Component containers

.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../Includes/Images/his_ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid ; background: #f6a828 url(../Includes/Images/his_ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }


.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
----------------------------------*/
/*-From ui.css ends-*/

/* pop up window starts*/
.window_panel {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 2000;
	background: #eee;
	color: #222;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	clear: both;
	text-align: left;
	vertical-align: top;
	border: 1px solid #aaa;
	overflow: hidden;
}

.window_panel .window_header {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	white-space: nowrap;
}

.window_panel .window_header_normal {
	/*background: url('../img/header_bg.gif') repeat-x;*/  
	background-color:#2c689e;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	text-align: left;
	cursor: move;
	
}

.window_panel .window_header_minimize {
	background-image:  url(../Includes/Images/his_ui-bg_gloss-wave_35_f6a828_500x100.png); 
	background-repeat:no-repeat;
	background-position: 15px 0px;
	background-color:#2c689e;
	cursor: pointer;
	height: 100%;
	padding: 2px 5px;
	line-height: 12px;
	text-align: left;
	
}

.window_panel .window_header_minimize_vertical {
	padding: 7px 0px;
	line-height: 13px;
	text-align: center;
}

.window_panel .window_header_maximize {
	/*background: url('../img/header_bgWin.gif') repeat-x;*/ 
	background-color:#2c689e; 
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	text-align: left;
	cursor: default;
}

.window_panel .window_frame {
	margin: 0;
	padding: 0;
	border: 0;
	/*background-color: LightGray; #2C689E;*/
	/*background-image:  url(../Includes/Images/his_ui-bg_gloss-wave_35_f6a828_500x100.png); 
	background-repeat:repeat;
	background-position:100% 100%;*/
}

.window_panel .window_footer {
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #aaa;
	overflow: hidden;
	font-size: 12px;
	
}

.window_panel .window_footer div {
	margin-left: 5px;
}

.window_panel .window_header .window_title_icon {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 4px;
	top: 4px;
}

.window_panel .window_header .window_title_text {
	/*font-weight: bold;*/
	font-weight:normal;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 24px;
	top: 3px;
	margin-left: -20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:White;
	
}

.window_panel .window_header .window_title_text_vertical {
	left: 20px;
}

.window_panel .window_header .window_title_text_vertical_with_icon {
	left: 0;
	top: 23px;

}

.window_panel .window_header .window_function_bar {
	height: 23px;
	width: 72px;
	position: absolute;
	right: 0;
	top: 2px;
	overflow: hidden;
	white-space: nowrap;
}

.window_panel .window_header .window_icon_button {
	width: 16px;
	height: 16px;
	z-index: 3200;
	cursor: pointer;
	float: right;
	margin-right: 4px;
	margin-top: 2px;
}

.window_panel .window_header .bookmarkImg {
	 background-image: url('../Includes/Images/his_buttonsWin.png');
	background-position: 0;
	top: 4px;
}

.window_panel .window_header .minimizeImg {
	 background-image: url('../Includes/Images/his_buttonsWin.png');
	background-position: -16px;
	top: 4px;
}

.window_panel .window_header .cascadeImg {
	 background-image: url('../Includes/Images/his_buttonsWin.png');
	background-position: -32px;
	top: 4px;
}

.window_panel .window_header .maximizeImg {
	 background-image: url('../Includes/Images/his_buttonsWin.png');	
	background-position: -48px;
	top: 4px;
}

.window_panel .window_header .closeImg {
	 background-image: url('../Includes/Images/his_buttonsWin.png');	 
	background-position: -64px;
	top: 4px;
}

.window_panel .frame_loading {
	 background-image: url('../Includes/Images/his_loadingWin.gif');	 
	 
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #777;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	clear: both;
	cursor: crosshair;
}

#window_overlay {
	background: black;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}



/* pop up window ends*/