﻿@charset "utf-8";
/* ----- report ----- */
#reSearch {
	border: 1px solid #b2d9ed;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	padding: 15px;
	background-image: url(../images/report-search-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	float:left;
}
#reTitle {
	background-image: url(../images/com-icon-13.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 24px;
	margin: 20px 0px 10px 0px;
	width:100%;
	float:left;
	line-height:160%;
}
#reTitle h4 {
	font-size:1.6em;
	color: #f60;
	font-weight: bold;
}
/* ----- reTabBox ----- */
.reTabBox{
	width: 100%;
    float: left;
    background-color:#b2d9ed;
    padding:2px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
}
.reTabBox .oneBox{
	background-color: #e8f4fa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
	line-height:150%;
}
.reTabBox .oneBox strong{font-size:1.5em;}
.reTabBox > dl{
	display:table;
	width:100%;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-collapse:separate;
	font-size:1.3em;
	color: #333;
	line-height:150%;
}
.reTabBox > dl > dt,
.reTabBox > dl > dd{
	display:table-cell;
	vertical-align:middle;
}
.reTabBox .oneBox,
.reTabBox > dl > dt,
.reTabBox > dl > dd{
	border-bottom: 1px solid #b2d9ed;
	border-left: 1px solid #b2d9ed;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding:10px;
}
.reTabBox > dl > dt{
	width:40%;
	background-color:#d8ecf6;	
}
.reTabBox > dl > dd{background-color: #e8f4fa;}
.reTabBox > dl > dd:nth-of-type(2){
	width:100px;
	background-color: #f0f7fb;
	text-align:center;
}

.reTabBox > dl.reportList-Hd{
	background-image: url(../images/report-tabBar-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background: -moz-linear-gradient(top, #e7f1f9 0%, #cce3f2 100%);
    background: -webkit-linear-gradient(top, #e7f1f9 0%,#cce3f2 100%);
    background: linear-gradient(to bottom, #e7f1f9 0%,#cce3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f9', endColorstr='#cce3f2',GradientType=0 );
	border-radius: 5px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	overflow:hidden;
	font-size:1.5em;
}
.reTabBox > dl.reportList-Hd > dt,
.reTabBox > dl.reportList-Hd > dd{
	text-align:center;
	font-weight:bold;
	background-color: transparent !important;
}
.reTabBox > dl > dd > ul{ list-style-type:none !important; padding:0 !important;}
.reTabBox > dl > dd > ul > li{margin-left: 2em; text-indent: -2em;}
@media screen and (max-width: 600px){
	.reTabBox > dl.reportList-Hd{ display:none;}
	.reTabBox > dl{position:relative;}
	.reTabBox > dl > dt,
	.reTabBox > dl > dd{
		display:block;
		width:100%;
	}
	.reTabBox > dl > dd:nth-of-type(2){
		height:51px;
		float:right;
		position:absolute;
		right:0;
		top:0;
		line-height:24px;
		
	}
}
@media screen and (max-width: 480px){
	.reTabBox {
		background-color: #ffffff;
		padding:0px;
	}
	.reTabBox .oneBox{
		border-top:2px solid #b2d9ed;
		margin-top:20px;
		padding:15px 10px;
	}
	.reTabBox .oneBox strong{
		background-image: url(../images/blue-icon.png);
		background-repeat: no-repeat;
		background-position: left 3px;
		padding-left: 22px;
		color: #65b2e9;
	}
	.reTabBox > dl{font-size:1.4em;}
	.reTabBox .oneBox,
	.reTabBox > dl > dt,
	.reTabBox > dl > dd{
		border-right: 1px solid #b2d9ed;
	}
	.reTabBox > dl > dd:nth-of-type(2){
		width:100%;
		position:inherit;
	}
}
.filesBtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f20024+1,bf001d+100 */
	background: #f20024; /* Old browsers */
	background: -moz-linear-gradient(top, #f20024 1%, #bf001d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f20024 1%,#bf001d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f20024 1%,#bf001d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20024', endColorstr='#bf001d',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	float:right;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	font-size:1em;
}
.filesBtn:hover{
	background: #e56a5c; /* Old browsers */
	background: -moz-linear-gradient(top, #e56a5c 1%, #bf001d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e56a5c 1%,#bf001d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e56a5c 1%,#bf001d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56a5c', endColorstr='#bf001d',GradientType=0 ); /* IE6-9 */
	position:relative;
	top:-1px;
	color:#fff;
}
.barAIcon {
	font-size:1.15em;
	font-weight: bold;
	padding: 5px;
	color: #00739e;
}
.barAIcon span {
	background-image: url(../images/report-tab-icon.gif);
	background-repeat: no-repeat;
	color: #fff;
	width:24px;
	height: 24px;
	float: left;
    text-align: center;
    line-height: 24px;
	margin-right:6px;
}
.barAIcon span a {
	color: #00739e;
	text-decoration: none;
}
.barAIcon span a:hover {
	color: #f60;
	text-decoration: none;
	position:relative;
	left: 1px;
	top: 1px;
}
.reTab {
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-collapse:separate;
	overflow:hidden;
}
.reTab th {
	font-size:1.3em;
	color: #333;
	font-weight:bold;
	height: 30px;
	border-bottom: 1px solid #b2d9ed;
	border-left: 1px solid #b2d9ed;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #e7f1f9;
	background-image: url(../images/report-tabBar-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background: -moz-linear-gradient(top, #e7f1f9 0%, #cce3f2 100%);
    background: -webkit-linear-gradient(top, #e7f1f9 0%,#cce3f2 100%);
    background: linear-gradient(to bottom, #e7f1f9 0%,#cce3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f9', endColorstr='#cce3f2',GradientType=0 );
}
.reTab td {
	font-size:1.3em;
	color: #333;
	line-height: 20px;
	background-color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #b2d9ed;
    border-left: 1px solid #b2d9ed;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
.reTab tr th:nth-of-type(1){width:40%;}
.reTab tr th:nth-of-type(3){width:100px;}
.reTab td > ul{ list-style-type:none !important; padding:0 !important;}
.reTab td > ul > li{margin-left: 2em; text-indent: -2em;}
.reTab .barA {
	background-color: #d8ecf6;
}
.reTab .barA .barATitle {
	font-size:1.5em;
	font-weight: bold;
	color: #00739e;
}
.reTab .barA .barATitle a {
	color: #00739e;
	text-decoration: none;
}
.reTab .barA .barATitle a:hover {
	color: #f60;
	text-decoration: none;
	position:relative;
	left: 1px;
	top: 1px;
}
.reTab .barB {
	background-color: #e8f4fa;
}
.reTab .barB dt a {
	color: #333;
	text-decoration: none;
}
.reTab .barB dt a:hover {
	color: #f60;
	text-decoration: none;
	position:relative;
	left: 1px;
	top: 1px;
}
.reTab .barC {
	background-color: #f0f7fb;
	text-align: center;
}
.reTab .barD {
	background-color: #f0f7fb;
	text-align: left;
}


/* ----- mpcTabBox ----- */
.mpcTabBox{
	width: 100%;
    float: left;
    background-color:#b2d9ed;
    padding:2px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 20px auto;
}
.mpcTabBox .oneBox{
	background-color: #e8f4fa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
	line-height:150%;
}
.mpcTabBox .oneBox strong{font-size:1.5em;}
.mpcTabBox > dl{
	display:table;
	width:100%;
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-collapse:separate;
	font-size:1.4em;
	color: #333;
	line-height:150%;
}
.mpcTabBox > dl > dt,
.mpcTabBox > dl > dd{
	display:table-cell;
	vertical-align:middle;
}
.mpcTabBox .oneBox,
.mpcTabBox > dl > dt,
.mpcTabBox > dl > dd{
	border-bottom: 1px solid #b2d9ed;
	border-left: 1px solid #b2d9ed;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	padding:10px;
	width:auto;
}
.mpcTabBox > dl > dt{
	width:60px;
	background-color:#d8ecf6;
	text-align:center;
}
.mpcTabBox > dl > dd{background-color: #e8f4fa;}
.mpcTabBox > dl > dd:nth-of-type(2){
	width:100px;
	background-color: #f0f7fb;
	text-align:center;
}

.mpcTabBox > dl.mpcList-Hd{
	background-image: url(../images/report-tabBar-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background: -moz-linear-gradient(top, #e7f1f9 0%, #cce3f2 100%);
    background: -webkit-linear-gradient(top, #e7f1f9 0%,#cce3f2 100%);
    background: linear-gradient(to bottom, #e7f1f9 0%,#cce3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f9', endColorstr='#cce3f2',GradientType=0 );
	border-radius: 5px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	overflow:hidden;
	font-size:1.5em;
}
.mpcTabBox > dl.mpcList-Hd > dt,
.mpcTabBox > dl.mpcList-Hd > dd{
	text-align:center;
	font-weight:bold;
	background-color: transparent !important;
}
.mpcTabBox > dl > dd > ul{ list-style-type:none !important; padding:0 !important;}
.mpcTabBox > dl > dd > ul > li{margin-left: 2em; text-indent: -2em;}
@media screen and (max-width: 600px){
	.mpcTabBox > dl.mpcList-Hd{ display:none;}
	.mpcTabBox > dl{position:relative;}
	.mpcTabBox > dl > dt,
	.mpcTabBox > dl > dd{
		display:block;
		width:100%;
	}
	.mpcTabBox > dl > dd:nth-of-type(1){padding-right:110px;}
	.mpcTabBox > dl > dd:nth-of-type(2){
		height:calc(100% - 43px);
		float:right;
		position:absolute;
		right:0;
		bottom:0;
		padding:7px 0 0;
	}
	.mpcTabBox > dl > dd:nth-of-type(2) .filesBtn{
		float:none;
		display:inline-block;
	}
}
@media screen and (max-width: 480px){
	.mpcTabBox > dl > dt{width:calc(100% - 100px);}
	.mpcTabBox > dl > dd:nth-of-type(1){padding-right:10px;}
	.mpcTabBox > dl > dd:nth-of-type(2){
		height:43px;
		bottom:auto;
		top:0;
		background-color: #d8ecf6;
	}
}
/**/
.mpcBox{
	width: 100%;
    float: left;
    background-color:#b2d9ed;
    padding:2px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media screen and (max-width: 600px){
	.mpcBox {
		background-color: #ffffff;
		padding:0px;
	}
}
.mpcBox ul.tabletolist{
	border-bottom:2px solid #b2d9ed;
	font-size:14px;
	margin:0 0 20px;
	font-size:1.5em;
	color: #333;
	line-height:150%;
	background-color:#fff;
}
.mpcBox ul.tabletolist img{max-width:100%}
.mpcBox ul.tabletolist.nrh{border-bottom:none;}
.mpcBox ul.tabletolist.nrh>li{
	border:2px solid #b2d9ed;
	box-sizing: border-box;
	margin-bottom:20px;
	border-radius: 5px;
}
.mpcBox ul.tabletolist.nrh>li:last-child{margin-bottom:0px;}
.mpcBox ul.tabletolist,.mpcBox ul.tabletolist>li>ul{padding:0!important;list-style:none!important}
.mpcBox ul.tabletolist>li>ul{margin:0!important}
.mpcBox ul.tabletolist>li .titles{background-color:#bbb;display:block;color:#fff;padding:10px;font-weight:800}
.mpcBox ul.tabletolist>li>ul>li{font-weight:200;border-bottom:1px solid #b2d9ed;padding:10px}
.mpcBox ul.tabletolist>li>ul>li:hover{background-color:#e7f1f9;}
.mpcBox ul.tabletolist>li>ul>li:last-child{border-bottom:none}
.mpcBox ul.tabletolist ul>li .row_headers{
	font-size:1em;
	font-weight:800;
	max-width:100%;
	float:left;
	margin:0;
	color:#65b2e9;
	background-image: url(../images/blue-icon.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:22px;
	width:100%;
	border-bottom:1px dotted #65b2e9;
	padding-bottom:6px;
	margin-bottom:6px;
} 

.mpcBox ul.tabletolist ul>li .row_data{
	float:right;
	font-weight:800;
	width:100%;
	max-width:100%;
}
.mpcBox ul.tabletolist ul>li .row_data.html > ul{ list-style-type:none; padding:0 !important;}
.mpcBox ul.tabletolist ul>li .row_data.html > ul > li{margin-left: 2em; text-indent: -2em;}
.mpcBox ul.tabletolist>li>ul>li{*zoom:1}
.mpcBox ul.tabletolist>li>ul>li:before{content:" ";display:table}
.mpcBox ul.tabletolist>li>ul>li:after{content:" ";display:table;clear:both}
.mpcBox ul.tabletolist ul>li .row_data.html{font-weight:400; text-align:left;}

.phicTitle{
	width:100%;
	display:table;
	margin-bottom:10px;
}
.phicTitle dt,
.phicTitle dd{
	display:table-cell;
	vertical-align:middle;
}
.phicTitle dt{ width:auto;}
.phicTitle dd{
	text-align:right;
	color: #f60;
	font-size:1.3em;
	width:230px;
}
@media screen and (max-width: 600px){
	.phicTitle dt,
	.phicTitle dd{
		display:block;
		width:100%;
		text-align:left;
		padding-bottom:10px;
	}
}
.ReportWd{
	border: 2px solid #b2d9ed;
	border-radius: 5px;
	width:100%;
	float:left;
}
.ReportWd .no{
	width:100%;
	padding:10px;
	background-color:#d8ecf6;
	border-bottom:1px solid #b2d9ed;
	font-size: 1.5em;
    color: #00739e;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ReportWd .title{
	text-align:center;
	font-size: 1.5em;
    color: #00739e;
    font-weight: bold;
	padding:10px 0;
	border-top:1px solid #fff;
    background: #e7f1f9;
    background-image: url(../images/report-tabBar-bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    background: -moz-linear-gradient(top, #e7f1f9 0%, #cce3f2 100%);
    background: -webkit-linear-gradient(top, #e7f1f9 0%,#cce3f2 100%);
    background: linear-gradient(to bottom, #e7f1f9 0%,#cce3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f9', endColorstr='#cce3f2',GradientType=0 );
}
.ReportWd .ReportBot{
	width:100%;
	float:left;
	padding:10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.ReportWd .pdfBtn{
	width:100%;
	font-size: 1.5em;
}
.liaisonBox{
	width:100%;
	float:left;
	margin-top:20px;
}
.liaisonBox dt{
	font-size: 1.5em;
    font-weight: 800;
    max-width: 100%;
    float: left;
    margin: 0;
    color: #65b2e9;
    background-image: url(../images/blue-icon.png);
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 22px;
    width: 100%;
    border-bottom: 1px dotted #65b2e9;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.liaisonBox dd{
	font-size:1.5em;
	line-height:170%;
}
.reMTab {
	border-radius: 5px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	border-collapse:separate;
	border:2px solid #b2d9ed;
}
.reMTab th {
	font-size:1.5em;
	color: #00739e;
	font-weight:bold;
	height: 30px;
	background: #e7f1f9;
	background-image: url(../images/report-tabBar-bg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	background: -moz-linear-gradient(top, #e7f1f9 0%, #cce3f2 100%);
    background: -webkit-linear-gradient(top, #e7f1f9 0%,#cce3f2 100%);
    background: linear-gradient(to bottom, #e7f1f9 0%,#cce3f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f1f9', endColorstr='#cce3f2',GradientType=0 );
}
.reMTab td {
	font-size:1.5em;
	color: #333;
	line-height: 26px;
	background-color: #FFF;
	padding: 10px 20px;
}
.reMTab td a:hover {
	text-decoration: none;
	position:relative;
	left: 1px;
	top: 1px;
}
.reMTab td span {
	font-size:1.3em;
	color: #333;
	line-height: 20px;
}
.reMTab .bar {
	color: #00739e;
	font-weight:bold;
	background-color: #f0f7fb;
}
.reBtn-1 a {
	display: block;
	width: 142px;
	height: 24px;
	background-image: url(../images/report-btn-1.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin: 5px 0px;
}
.reBtn-1 a:hover {
	background-position: 0px -24px;
}
#abTitle #abTL {
	float: left;
	background-image: url(../images/com-icon-13.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 24px;
	margin: 20px 0px 10px 0px;
}
#abTitle #abTL h4 {
	font-size:1.6em;
	color: #f60;
	font-weight: bold;
}
#abTitle #abTR {
	float: right;
	margin: 20px 5px 10px 0px;
}


