/* CSS Document */

.form_select_box{
	border-radius:6px;background-color:#eeeeee;background-image:url('../../images/plantfacts/formback.png');
	background-repeat:repeat-x;float:left;clear:both;padding:10px;border:1px solid #AAAAAA;
}
.listbox_custom{width:210px;border:1px solid #CCCCCC;margin-top:5px;height:180px;}
.listfilter{width:135px;}

.regionListTitle{margin-left:20px;font: bold 13px Arial;border-bottom:1px solid #CCCCCC;padding-bottom:2px;margin-bottom:5px;}
.regionList{margin-left:20px;font: normal 13px Arial;}

.pf_table{clear:both;float:left;width:100%;border:1px solid #CCCCCC;padding:10px;}
.pf_row{clear:both;width:854px;float:left;border-bottom:1px dotted #CCCCCC;padding:2px 0 2px 0;}
.pf_undert_row{clear:both;width:862px;float:left;padding:2px 0 2px 2px;border-bottom:1px solid #999999;margin-bottom:5px;background-color:#EFEFEF;border-left:1px solid #BBBBBB;border-right:1px solid #BBBBBB;}
.pf_title_row{clear:both;width:100%;float:left;background:url('../../images/faded_cell.png') repeat-x;border:1px solid #CCCCCC;border-bottom:1px solid #666666;border-top:1px solid #333333;}
.pf_title_name{width:275px;min-height:30px;padding:5px;float:left;background:url('../../images/faded_cell.png') repeat-x;border:1px solid #CCCCCC;border-bottom:none;border-top:none;text-align:center;}

.pf_link_box{float:left;clear:both;}

.pf_rname_box{width:330px;float:left;clear:both;}
.pf_name_box{width:320px;float:left;clear:both;}
.pf_cname_box{width:310px;float:left;clear:both;margin-left:10px;}
.pf_pname_box{width:300px;float:left;clear:both;margin-left:20px;}

.pf_rname{float:left;padding-top:2px;font-weight:bold;color:#660000;}
.pf_name{float:left;padding-top:2px;font-weight:bold;}
.pf_cname{float:left;padding-top:2px;font-weight:bold;color:#000066;}
.pf_pname{float:left;padding-top:2px;font-weight:bold;color:#006633;}

.pf_data{width:115px;float:left;padding-top:2px;font-weight:bold;}
.pf_cdata{width:115px;float:left;padding-top:2px;color:#000066;}
.pf_pdata{width:115px;float:left;padding-top:2px;color:#006633;}

.pf_export_country{width:16px;height:16px;float:right;margin-right:3px;}
.pf_export_country a{width:16px;height:16px;float:left;background:url('../../images/template/xls_gray.png') no-repeat;}
.pf_export_country a:hover{cursor:help;text-decoration:none;}
.pf_export_company{width:16px;height:16px;float:right;margin-right:3px;}
.pf_export_company a{width:16px;height:16px;float:left;background:url('../../images/template/xls_blue.png') no-repeat;}
.pf_export_company a:hover{cursor:help;text-decoration:none;}
.pf_export_plant{width:16px;height:16px;float:right;margin-right:3px;}
.pf_export_plant a{width:16px;height:16px;float:left;background:url('../../images/template/xls_icon.png') no-repeat;}
.pf_export_plant a:hover{cursor:help;text-decoration:none;}


.pftable_detail_rollup{border-collapse:collapse;float:left;clear:both;width:800px;}
.pftable_detail_rollup th{background:url('../../images/plantfacts/plant_headers.png') repeat-x;border:1px solid #AAAAAA;border-bottom:1px solid #CCCCCC;border-top:1px solid #CCCCCC;text-align:center;}
.pftable_detail_rollup tr{border-top:1px dotted #AAAAAA;text-align:center;}
.pftable_detail_rollup td{text-align:center;}
.pftable_detail_rollup input{border:1px solid #555555;color: #000000;}

.region_expand_box{display:none;float:left;clear:both;margin-left:10px;}
.country_expand_box{display:none;float:left;clear:both;}
.company_expand_box{display:none;float:left;clear:both;}
.plan_expand_box{display:none;float:left;clear:both;margin-left:45px;}


