.window_panel {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 2000;
	background: #fff;
	color: #231F20;
	font-size: 1em;
	text-decoration: none;
	clear: both;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	box-shadow: 0px 0px 3px #bbb;
	border:1px solid #eee;
	font-size:0.75em;
}

.window_panel .window_header {
	margin: 0;
	padding: 0 0 0 20px;
	border: 0;
	box-shadow: 0px 0px 3px #bbb;
	border-bottom:1px solid #eee;
	overflow: hidden;
	white-space: nowrap;
	color:#AF1017;
}

.window_panel .window_header_normal {
	/*background: url('../img/header_bg.gif') repeat-x;*/  /* change to use jquery-ui theme instead */
	height:50px;
	line-height:45px;
	text-align: left;
	cursor: move;
}

.window_panel .window_header_minimize {
	/*background: #CFF4F4;*/ /* change to use jquery-ui theme instead */
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	line-height: 20px;
	text-align: left;
}

.window_panel .window_header_minimize_vertical {
	padding: 7px 0px;
	line-height: 13px;
	text-align: left;
}

.window_panel .window_header_maximize {
	/*background: url('../img/header_bg.gif') repeat-x;*/  /* change to use jquery-ui theme instead */
	height: 50px;
	line-height: 45px;
	padding: 0px 0 0 5px;
	text-align: left;
	cursor: default;
}

.window_panel .window_frame {
	margin: 0;
	padding: 15px 20px 0 20px;
	border: 0;
}

.window_panel .window_footer {
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.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 {
	text-transform:uppercase;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	width:230px !important;
	/*left: 24px;*/
	top: 3px;
	/*margin-left: -20px;*/
}

.window_panel .window_header .window_title_text_vertical {
	left: 7px;
}

.window_panel .window_header .window_title_text_vertical_with_icon {
	left: 0;
	top: 23px;
}

.window_panel .window_header .window_function_bar {
	height: 50px;
	width: 150px !important;
	position: absolute;
	right: 0;
	overflow: hidden;
	white-space: nowrap;
}

.window_panel .window_header .window_icon_button {
	width: 50px;
	height: 50px;
	z-index: 3200;
	cursor: pointer;
	float: right;
}

.window_panel .window_header .bookmarkImg {
	background: url(../img/buttons_new.png) no-repeat;
	background-position: 0;
	width:50px;
	height:50px;
}

.window_panel .window_header .minimizeImg {
	background: url(../img/buttons_new.png) no-repeat;
	background-position: -50px;
	width:50px;
	height:50px;
}

.window_panel .window_header .cascadeImg {
	background: url(../img/buttons_new.png) no-repeat;
	background-position: -150px;
	width:50px;
	height:50px;
}

.window_panel .window_header .maximizeImg {
	background: url(../img/buttons_new.png) no-repeat;
	background-position: -100px;
	width:50px;
	height:50px;
}

.window_panel .window_header .closeImg {
	background: url(../img/buttons_new.png) no-repeat;
	background-position: -200px;
	width:50px;
	height:50px;
}

.window_panel .frame_loading {
	background: url('../img/loading.gif') no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: bold;
	color: #777;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	clear: both;
	cursor: crosshair;
}

#window_overlay {
	background: black;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.window_affiche_detail {
	cellpading:0;
	cellspacing:0;
}

.window_affiche_detail td{
	font-style:italic;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px 10px 5px 0;
}
