html,body
{
	margin:0px;
	padding:0px;
	height:100%;	
}

.parent
{
	display:block;
	min-height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.content
{
	padding-bottom: 85px;
}
.contentReport
{
	padding-bottom: 28px;
}

.footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 85px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align:center;
	
	
}

.footerReport
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 28px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	text-align:center;
}




.tableNoBorders
{
	border-style:none;
	border-collapse:collapse;
	margin:0px;	
}




ul.reportList
{
	list-style-type:none;
	font-size:10px;
	word-wrap: "break-word";
}
.modalOKButton
{
	float:right;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
				
}
.modalCancelButton
{
	float:left;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
	
}
.dlg_pp
{
		font-size: 8pt;
		font-style: normal;
		font-family: Tahoma, 'Trebuchet MS' , Arial;
}
.exprtpp_dialog
{
	width:450px;	

}
.exprtpp_dlg_item
{
	width:400px;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
	
}
.exprtpp_dlg_itemLabel
{
	width: 400px;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
	text-align: center;
	font-weight: bold;
}
.exprtpp_dlg_tditemLabel
{
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
	text-align: center;
	font-weight: bold;
}

.exprtpp_dlg_ctrlitemLabel
{
		font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
	text-align: center;
	
}
.exprtpp_dlg_ctrldropList
{
	width:100%
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma, 'Trebuchet MS' , Arial;
}

.dlgpp_tb_btn_over
{
	border:1px ridge gainsboro;
	cursor:default;
	font-size:8pt;
	height:20px;
	vertical-align:middle;
}

.dlgpp_tb_btn_normal
{
	border:1px solid gainsboro;
	cursor:default;
	font-size:8pt;
	height:20px;
	vertical-align:middle;	
}
.dlgpp_tb_btn_selected
{
	border:1px inset gainsboro;
	cursor:default;
	font-size:8pt;
	height:20px;
	vertical-align:middle;	
}

.dlgpp_pp_vert_rule 
{
	background-color:#A9A9A9;
	border-right:1px solid #D3D3D3;
	height:220px;
	width:1px;
}
td.dlgpp_tdra
{
	font-family:Tahoma,'Microsoft Sans Serif',Serif,Sans-Serif;
	font-size:8pt;
	text-align:right;
	white-space:nowrap;
	width:95px;
}

.dlgpp_ctrl_brdr
{
	border:1px solid #D3D3D3;
}
.dlgpp_list_img
{
	cursor:default;
	margin-left:3px;
	vertical-align:middle;
}
.dlgpp_list_text{
	cursor:default;
	font-family:Tahoma,'Microsoft Sans Serif',Serif,Sans-Serif;
	font-size:8pt;
	margin-left:4px;
	vertical-align:middle;
}
.dlgpp_list_div
{
	padding:1px;
	vertical-align: middle;
	white-space:nowrap;
	
}
.dlgpp_list_div_o
{
	background-color:#DCDCDC;
	padding:1px;
	vertical-align: middle;
	white-space:nowrap;
	
}
.dlgpp_tlsel
{
	background-color:#8EC3FF;
	border-width: 1px;
	border-color:#3853EA;
	border:solid;	
}

.dlgpp_tlnonsel
{
	background-color:Transparent;	
}
.disabledButton
{
	 disabled:true;
}

.suvrList
{
	margin:0;
	list-style-type:none;
	border-style:none;
		
}
.suvrLItem
{
	padding:2px 0 2px 5px;
	border-bottom:ridge 1px #F0F0F0;
	cursor:pointer;
	
}

.suvrSelLItem
{
	padding:2px 0 2px 5px;
	border-bottom:ridge 1px #F0F0F0;
	background-color:#8EC3FF;
	cursor:pointer;
}






