#pw-container
{
    clear:both;
	padding:15px 0 0;
	overflow:hidden;
}
#pw-tabs-container
{
	float:left;
	width:100%;
	padding:0 0 2px;
	background:url(./images/pw_bg-panes.gif) 0 100% no-repeat;
}
#pw-tabs
{
	padding:0 !important;
	list-style:none !important;
}
#pw-tabs li
{
	float:left;
	margin:4px 1px 0 0;
	height:26px;
	line-height:16px;
	background:url(./images/pw_bg-tab_l.gif) 0 0 no-repeat;
}
.pw-tab
{
	float:left;
	padding:5px 7px;
	text-decoration:none !important;
	background:url(./images/pw_bg-tab_r.gif) 100% 0 no-repeat;
}
#pw-tabs li .pw-tab:hover
{
	color:#391D13;
}
#pw-tabs li.selected
{
	margin:0 1px 0 0;
	height:30px;
	line-height:25px;
	background:url(./images/pw_bg-tab-selected_l.gif) 0 0 no-repeat;
}
#pw-tabs li.selected .pw-tab
{
	color:#391D13;
	background:url(./images/pw_bg-tab-selected_r.gif) 100% 0 no-repeat;
}
#pw-tabs li.selected .pw-tab:hover
{
	cursor:default;
}
#pw-tabs a
{
	font-size:11px;
	color:#9E8578;
	font-weight:normal;
}
#pw-panes
{
	clear:both;
	float:left;
	width:600px;
	max-height:1000px;
	overflow:auto;
}

.pw-pane
{
	padding:0 0 20px 10px;
	max-width:590px;
}
.pw-pane-title
{
	clear:both;
	padding:10px 0 0;
}
.pw-pane-title ul
{
	height:23px;
	padding-left:0 !important;
	list-style:none !important;
}
.pw-pane-title li
{
	float:left;
	padding:2px 5px;
	height:17px;
	font-weight:bold;
	background:#EBE3DE;
	text-transform:uppercase;
	border-top: 1px solid #EA8B24;
	border-bottom: 1px solid #EA8B24;
}
.pw-pane-title li.date
{
    padding-right:0;
	width:90px;
}
.pw-pane-title li.date select
{
	float:right;
	margin:-19px 0 -25px;
    padding:0;
	width:53px;
}
.pw-pane-title li.operation
{
	width:165px;
}
.pw-pane-title li.download
{
	width:475px;
}
.pw-pane-title li.numeric
{
	width:84px;
	text-align:right;
}
.pw-pane-title li.empty
{
	width:65px;
	text-align:right;
}

#pw-panes-container
{
	clear:both;
	float:left;
    margin:-4px 0 0;
	width:600px;
	background:url(./images/pw_bg-panes-container.gif) 0 100% no-repeat;
}

.pw-pane-content
{
	clear:both;
}
.pw-pane-content table
{

}
.pw-pane-content table td
{
	padding:2px 5px;
	border-bottom:1px solid #EA8B24;
}
#pw-pane1 .pw-pane-content table td
{
	border:0;
}
.pw-pane-content table td.date
{
    padding-right:0;
	width:90px;
}
.pw-pane-content table td.operation
{
	width:165px;
}
.pw-pane-content table td.filename
{
	width:385px;
}
.pw-pane-content table td.filesize
{
	width:80px;
	text-align:right;
}
.pw-pane-content table td.numeric
{
	width:84px;
	text-align:right;
}
.pw-pane-content table td.empty
{
	width:65px;
}

#pw-tabs li #pw-tab3 span
{
	float:left;
	margin:-1px 0 0;
	padding:17px 0 0;
	width:20px;
	height:0px !important;
	background-image:url(./images/bg_tab-perf.gif);
	background-repeat:no-repeat;
	background-position:4px 0;
	overflow:hidden;
}
#pw-tabs li #pw-tab3:hover span,
#pw-tabs li.selected #pw-tab3 span
{
	background-position:4px -17px;
}
#pw-tabs li.selected #pw-tab3 span
{
	margin:2px 0 0;
}

.pw-pane h2
{
	padding:0px 0 15px 12px;
	background:transparent url(../images/bg_h2.gif) no-repeat scroll 0 4px;
}
.pw-pane h3
{
	padding:0;
}
.pw-pane h4
{
	margin:0 0 10px !important;
	padding:0;
}

#pw-pane1 td p
{
	padding-right:0px;
}
#calculations
{
	float:left;
}
#calculations dl
{
	margin:10px 0 0;
}
#calculations h3.asterisque{
	float:left;
	padding-right:11px;
	background:url(./images/asterisque.gif) 100% 23px no-repeat;
}
#formperf
{
	float:left;
	margin:0 20px 0 0;
}
#formperf input{
	padding:1px;
	border:1px solid #e5e5e5;
}
#formperf label{
	height:20px;
	line-height:20px;
}
#formperf input.date{
	width:69px;
	text-align:center;
}
#formperf input.number{
	width:69px;
	text-align:right;
}
#formperf fieldset p{
	clear:left;
	padding:1px 15px;
	border-top:1px solid #e5e5e5;
}
#formperf fieldset p.first{
	border-top:1px solid #eb810a;
}
#formperf fieldset p.last{
	border-bottom:1px solid #eb810a;
}
#formperf fieldset p.formCommands{
	padding:2px 0 1px 130px;
	height:24px;
	border:0;
}
#formperf fieldset p.formCommands input{
	padding:0px 1px;
	text-align:center;
	color:#fff;
	font-size:12px;
	background:#eb810a;
}

#formperf fieldset{
	float:left;
	margin:10px 0 0;
}
#formperf fieldset p input{
	width:65px;
}
#formperf fieldset p.formCommands input{
	width:69px;
}
#formperf fieldset label{
	float:left;
	width:115px;
}

#calculations dl{
	clear:left;
	float:left;
	width:340px;
	border-top:1px solid #eb810a;
	border-bottom:1px solid #eb810a;
}
#calculations dl dt{
	float:left;
	height:20px;
	line-height:20px;
	padding:1px 0 1px 15px;
	width:145px;
	border-bottom:1px solid #e5e5e5;
}
#calculations dl dd{
	float:left;
	height:20px;
	line-height:20px;
	text-align:right;
	white-space:nowrap;
	width:165px;
	padding:1px 15px 1px 0;
	border-bottom:1px solid #e5e5e5;
}
#calculations dl dt.last,
#calculations dl dd.last{
	border-bottom:0;
}
#calculations p.info{
	padding:10px 0 0;
}
#calculations span.mention{
	clear:left;
	display:block;
	padding:5px 0 0 10px;
	font-style:italic;
	background:url(./images/asterisque.gif) 0 8px no-repeat;
}