
/* opener */

.ui-dialog { 
    position: fixed; 
    padding: .1em; 
    /* width: 300px;  */
    overflow: hidden; 
}

.ui-dialog-title {
	float: right !important;
}

.report_data_loading {
    background: url("../images/report_loader.gif") no-repeat scroll center center transparent;
    font-size: 30px;
    height: 250px;
    margin: 20px auto;
    padding-top: 50px;
    text-align: center;
    width: 400px;	
}

#report_data_dialog {
    font-size: 10px !important;
	padding: 1em;
}


/* report */

.report {
	position: relative;
}	

.report_narrow {
	width:620px;
	
}

.report_wide {
	width:100%;
}

.report_title {
    background-color: #FFFFFF;
    /*border-bottom: 1px solid #696968;*/
    color: #981917;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    top: 64px;
    z-index: 90;
}

.report_title h2 {
    color: #981917;
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}

.report_title_org {
	color: #696968;
}

.report_narrow .report_title {
	width: 620px;
}

.report_wide .report_title {
		
}

#export_panel {
    background-color: #FFFFFF;
    height: 30px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 130px;
    z-index: 1000000;
}

#export_panel ul li {
    float: left;
    list-style: none outside none;
    margin-left: 6px;
    margin-right: 6px;
}

#export_panel ul li img {
	width:25px;
}

.report_container {
    overflow: auto;
} 

.report_narrow .report_container {
    height: 0px;
    width: 620px;
} 

.report_wide .report_container {
    height: 0px;
    width: 0px;
}

.report_section_title {
    color: #696968;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 0px;
}

.report_inline_title {
    color: #981917;
    font-weight: bold;
}

.report_section {
	padding-left: 10px;
} 

.report_section table {
	font-size: 13px;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 12px;
}

.report_section table th {
	border: 1px solid #AAAAAA;
	color: #981917;
	font-weight: bold;
}

.report_section table tr.header_info th {
	border: 1px solid #AAAAAA;
	color: #000;
    font-weight: normal;
    font-size: 10px;
}

.report_section table td {
	border: 1px solid #AAAAAA;
}

.report_section table tr:nth-child(odd) {
	background-color: #EAF2FB;
}

.report_section table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.report_narrow .report_section table th  {
	text-align: right;
}

.report_narrow .report_section table td  {
	width: 50%;
}

.report_wide td {
	white-space: nowrap;
}

.report_wide th {
	text-align: center;
}

.report_wide .report_section {
	-webkit-padding-end: 30px !important;
}

.report_wide .report_section table th  {
	text-align: center;
    vertical-align: top;
    padding: 4px;
}

.report_wide .report_section table th.long_title  {
    width: 120px;
}

.report_wide .report_section table th div.long_title  {
    width: 112px;
}

.report_wide .report_section table thead tr:nth-child(odd) th {
	background-color: #F5F5F5 !important;
	font-size: 1.2em;
	white-space: nowrap;
}

.report_wide .report_section table thead tr:nth-child(even) th {
	background-color: #D9D9D9;
	color: #000000;
}

.report_wide .report_section table td  {
	
}

.money_cell {
	direction: ltr;
	text-align: right;
}

.bold_cell {
	font-weight: bold;	
}

.deficit_minus {
	color: #0062C4;
	font-weight: bold;
}

.deficit_plus {
	color: #C40005;
	font-weight: bold;
}

.report_comments {
    border: 1px solid #AAAAAA;
	margin: 10px 0px 10px 10px;
    max-width: 609px;
	min-width: 590px;
}

.report_comments h3 {
    background-color: #D9D9D9;
    border-bottom: 1px solid #AAAAAA;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
    padding: 4px 10px;	
}

.report_comments div {
    font-size: 1.3em;
    padding: 4px 10px;	
}


.report_limited_comments {
    font-size: 11px;
    font-weight: bold;
    margin: 20px 3px;
    max-width: 609px;
	min-width: 590px;	
}

/* print report */
.container_print {
	
}

.container_print .report_title_logo {
	display: none;
}

.sum_th {
	text-align: right !important;
}