/* ---- */
/*
 div.dijitDialogUnderlay{
 background-color: #000;
}
*/
/* ---- */
/*
 div.dijitDialog{
	border-color: #999;
	font-size: 0.825em;
}
*/
/* ---- */
/*
 div.dijitDialogTitleBar{
	background-image: none;
	border: 0;
	background-color: #1A619A;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
  
 div.dijitDialogTitleBar h2{
	display: inline;
}

 .dijitDialogCloseIcon
{
 background-image: url('../img/dialogCloseIcon.png')
}
*/
/* ---- */
/*
 div.dijitDialogPaneContent{
	padding: 0;
}

 div.dijitDialogPaneContent table{
	margin-bottom: 1em;
}
*/

/* ---- */

 div.dialog_wrapper_top{
	background-color: #E1E1E1;
	color: #000;
	overflow: hidden;
	padding: 10px 1em 1px 1em;
	zoom: 1;	
}

 div.dialog_wrapper_top input#modalPrintBtn{
	float: right;
	margin-top: 0;
}

 div.dialog_wrapper_top table{
	width: 100%;
}

 div.dialog_wrapper_top table tbody td,
 div.dialog_wrapper_top table tbody th{
	vertical-align: top;
}

 div.dialog_wrapper_top table td.chart{
	text-align: left;
}

 div.dialog_wrapper_top table tbody th{
	text-align: left;
	width: 10%;
}

 div.dialog_wrapper_top table tbody td.nth_child_2{
	width: 300px;
}


/* ---- */

 div.dialog_wrapper_bottom{
	overflow: auto;
	padding: 10px 1em 1px 1em;
	zoom: 1;
}

div.dialog_wrapper_bottom table.bordered tfoot td {
	border-color: #ddd;
	padding: 2px;
}

/* ---- */

 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_1{
	text-align: center;
}

 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_2{
	background-color: #3470B4;
	border-left-width: 1px;
	width: 55px;
}

 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_3{
	background-color: #BB8448;
	border-left-width: 2px;
}

 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_4{
	background-color: #C0515A;
	border-left-width: 2px;
}

 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_5,
 div.dialog_wrapper_bottom table.reportData thead tr.firstrow th.nth_child_6{
	background-color: #519795;
	border-left-width: 2px;
	width: 60px;
}

/* ---- */

 div.dialog_wrapper_bottom table.reportData tbody tr td.nth_child_1{
	border-left-style: dotted;
	padding-left: 23px;
}

/* ---- */

 div.dialog_wrapper_bottom table.reportData tbody tr td.nth_child_10,
 div.dialog_wrapper_bottom table.reportData tbody tr td.nth_child_11,
 div.dialog_wrapper_bottom table.reportData tbody tr td.nth_child_12{
	background-color: #e7eeee;
	text-align: right;
	border-left-width: 2px;
}

/* ---- */

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan{
	border-left-style: solid;
	padding-left: 5px;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_2{
	padding-left: 23px;
	text-align: left;
	background-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: dotted;
	color: #000;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_3{
	border-left-width: 2px;
	border-left-style: solid;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_5{
	background-color: #F3EFE4;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_6{
	background-color: #F9F1DF;
	border-left-width: 1px;
	border-left-style: dotted;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_7{
	border-left-width: 2px;
	border-left-style: solid;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_9{
	background-color: #F3EEEC;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_10{
	background-color: #F6ECE8;
	border-left-style: dotted;
	border-left-width: 1px;
}

 div.dialog_wrapper_bottom table.reportData tbody tr td.rowspan ~ td.nth_child_11{
	border-left-width: 2px;
}

/* ---- */

 div.dijitDialog table.bordered,
 div.dijitDialog table.bordered td,
 div.dijitDialog table.bordered th
{
   border-color: #ccc !important;
}

 div.dijitDialog #dialog_wrapper
{
   overflow-y: scroll;
   overflow-x: hide;
   width: 1043px;
   zoom: 1;
}

div#tableScroll
{
   overflow-x: scroll; overflow-y: hidden; margin-bottom: 1em;
}

#overlay {
	display: none;
	z-index: 1001;
	outline: 0px none;
	height: auto;
	width: 640px;
}

dialog_wrapper_bottom {
	overflow: hidden;
}

/* -- */

.ui-dialog
{
   font-size: 0.8125em;
}

.ui-dialog h2
{
   margin-bottom: 0px;
}

.ui-dialog dl
{
   margin: 3px 0 3px 0;
}

.ui-dialog table.reportData,
.ui-dialog table.reportData tbody tr td,
.ui-dialog table.reportData thead tr th
{
   border-color: #ddd;
}

.ui-dialog .ui-dialog-content
{
   padding: 0;
}

#dialog_wrapper
{
   padding-top: 3px;
}

.ui-widget-content
{
   background-image: none;
   background-color: #fff;
   color: #000;
}

 div.dialog_wrapper_top,
 div.dialog_wrapper_bottom
{
   zoom: 1;
}

div.dialog_wrapper_bottom
{
   overflow: visible;
}