/* ----------------------------------------------------
        styles for tables
---------------------------------------------------- */


/* table meta */


.layerTab table {
        margin: 0px;
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        background-color: #fff;
        margin-bottom: 20px;
}



caption {
	background-color: #A6C4C4;
	font-weight: bold;
	text-align: left;
	padding: 0 8px;
	border-bottom: 1px solid #00727f;
}




/* head */


th {
        height: 16px;
        vertical-align: top;
        font-weight: normal;
        padding: 7px 8px 14px 8px;
}


th.head, .marker_top, .marker_top_left, .marker_top_right {
	text-align: right;
	border-bottom: 1px solid #00727f;
}

th.head_center {
	text-align: center;
	border-bottom: 1px solid #00727f;
	font-weight: bold;
}


th.center {
        text-align: center;
}


th.line {
        text-align: center;
        border-bottom: #00727f solid 3px;
        font-weight: bold;
}


.layerTab table  th.tdleft, .layerTab table td.tdleft, .layerTab td.marker_rowleft, .layerTab table td.marker_row2tdleft, .layerTab table td.pad16, .layerTab table td.pad24 {
        text-align: left;
       /* white-space:nowrap;*/
}




th.tdright, td.tdright {
        text-align: right;
}


td.marker_row, .layerTab td.marker_rowleft, td.marker_middle_row, td.marker_row2, td.marker_row2tdleft, td.marker_middle_row2, td.marker_middle_row_right, td.marker_middle_row_left  {
        font-weight: bold;
}


th.smalltd, td.smalltd {
        width: 8px;
}


.layerTab table th.empty, .layerTab table td.empty {
        width: 6px;
        padding: 0;
        border: 0;
}




/* table row */


.first_row {
        margin-top: 2px;
}


.layerTab table tr.colorOff{
        background-color: white;
}


tr.colorOn{
         background-color: #E6EFF0 ;
}


td.colorOn{
        /* background-color: #E6EFF0 */;
}



/* table-data */


.layerTab td {
	padding: 0 6px 0 6px;
	border-bottom: 1px solid #00727f;
	text-align: right;
	height: 16px;
	vertical-align: bottom;
}


td.pad16 {
        padding-left: 18px;
        text-align: left;
}


td.pad24 {
        padding-left: 26px;
        text-align: left;
}





td.footer, td.marker_bottom, td.marker_bottom_right, td.marker_bottom_left {
        height: 8px;
        line-height: 0;
        font-size: 0;
        border: 0;
}


td.footer {
        height: 12px;
}


td.footer2 {
        height: 4px;
        line-height: 0;
        font-size: 0;
        border: 0;
}


td.note {
color: #666;
font-size: 0.95em;
        border: 0;
        text-align: left;
	text-indent: -10px;
	padding-left: 18px;

}

td.morenote {
color: #666;
font-size: 0.90em;
	border: 0;
	text-align: left;
}




/* column-marker */


th.marker_top, td.marker_top {
	border-top: 2px solid #f68950;
	border-left: 2px solid #f68950;
	border-right: 2px solid #f68950;
	font-weight: bold;
}


th.marker_top_left {
	border-top: 2px solid #f68950;
	border-left: 2px solid #f68950;
	border-right: 0;
	font-weight: bold;
}


th.marker_top_right {
	border-top: 2px solid #f68950;
	border-left: 0;
	border-right: 2px solid #f68950;
	font-weight: bold;
}


.marker_middle, .marker_middle_row, .marker_middle_row2,
.marker_middle_noborder  {
        border-left: 2px solid #f68950;
        border-right: 2px solid #f68950;
}


.marker_middle_left, .marker_middle_row_left  {
        border-left: 2px solid #f68950;
        border-right: 0;
}


.marker_middle_right, .marker_middle_row_right  {
        border-left: 0;
        border-right: 2px solid #f68950;
}


td.marker_bottom {
        border-bottom: 2px solid #f68950;
        border-left: 2px solid #f68950;
        border-right: 2px solid #f68950;
}


td.marker_bottom_right {
        border-bottom: 2px solid #f68950;
        border-left: 0;
        border-right: 2px solid #f68950;
}


td.marker_bottom_left {
        border-bottom: 2px solid #f68950;
        border-left: 2px solid #f68950;
        border-right: 0;
}