/************************/
/* INITIAL TABLE STYLES */
/************************/
.hidden {
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
}

#dataGrid {
    width: 1px;
    table-layout: fixed;
}

#dataGridWai {
    border: 1px solid gray;
}

table.xTable tr th {
    width: 102px; /* CHANGE HERE WIDTH OF CELLS */
    /*font-size:12px;*/
    background-color: #C8E4F0;
    white-space: nowrap;
    font-family: Courier New, Courier, monospace;
    /*font-size:12px;*/
}

table.xTableWai tr th {

    background-color: #C8E4F0;
}

#dataGridPrint tr th {
    font-family: Courier New, Courier, monospace;
    background-color: #C8E4F0;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
}

#dataGridWai tr th {
    font-family: Courier New, Courier, monospace;
    background-color: #C8E4F0;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
}

.xTable {
    white-space: nowrap;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
}

.xTable tbody tr td {
    /* CHANGE HERE WIDTH OF CELLS */
    /*border:1px dotted #F5F5F5;*/

    padding: 2px 0; /* DO NOT CHANGE */
    text-align: right;
    /*font-family:Courier New, Courier, monospace;*/
    /*font-size:12px;*/
    white-space: nowrap;

}

#dataGridPrint tr td {
    border: 1px dotted #F5F5F5;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px; /* DO NOT CHANGE */
    text-align: right;
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    white-space: nowrap;
}

.xTableWai tr td {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px; /* DO NOT CHANGE */
    text-align: right;
    white-space: pre;
    font-size: 12px;
    font-family: Courier New, Courier, monospace;
}

.xTableWai tr td em {
    font-family: Arial;
    font-size: 9px;
    vertical-align: top;
    line-height: 8px;
    font-style: normal;
    padding-left: 1px;
}

table.xTable {
    background-color: #FFFFFF; /* CHANGE HERE DATA TABLE BACKGROUND */
}

.pt_table_cell {
	overflow: hidden; 
	white-space: nowrap;
	border-bottom: 1px solid white;
	font-size: 1em;
	background-color: white;	
    list-style-type: none;
	padding: 1px 0 3px 1px;    
}

.table_cell {
    width: 102px;
    border-bottom: 1px solid white;
}

.table_cell div {
    /*width: 102px;*/
}

table.xTable tr.even td {
    background-color: #F8F6E9;
    /*border-right:1px solid #ffffff;
    border-bottom:1px solid #ffffff;*/
    text-align: right;
}

table.xTable tr td em {
    font-family: Arial;
    vertical-align: top;
    line-height: 8px;
    padding-left: 1px;
}

table.xTableWai {
    background-color: #FFFFFF; /* CHANGE HERE DATA TABLE BACKGROUND */
}

form {
    margin: 0;
}

/************************/
/* SCROLLABLE TABLE STYLES */
/************************/

.headerDiv {
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid gray;
    height: 15px;
    line-height: 15px;
    cursor: default;
}

.headerDivWai {
    border-bottom: 1px solid gray;
    background-color: #C8E4F0;
    text-align: center;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
    border-top: 1px solid #596380;
    border-bottom: 1px solid #596380;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
}

.yHeaderDivWai {
    border-bottom: 1px solid gray;
    background-color: #C8E4F0;
    text-align: center;
    font-size: 12px;
    padding: 0px 2px 0px 2px;
    border-top: 1px solid #596380;
    border-bottom: 1px solid #596380;
    border-right: 1px solid #FFFFFF;
    /*PGWO in non-wai version labels are not bold, so it's not necessary in wai*/
    /*Now they are back again*/
    font-weight: bold;
}

.yHeaderDiv {
    padding: 0;
    margin: 0;
    /*width:108px;*/
    /*height:16px;*/
    text-align: left;
    overflow: hidden;
    float: left;
    font-weight: bold;
    /*border-bottom: 1px solid #666666;*/
    padding: 1px 0 1px 1px;
}

.children_hidden {
    background-color: #CCCCCC;
}

.yHeaderDivSimple {
    width: 98%;
}

.pprHeaderDiv {
    border-bottom: 1px solid gray;
    white-space: nowrap;
    text-align: left;
    background-color: #C8E4F0;
    vertical-align: middle;
}

.headerDivBottom {
    border-bottom: none;
    background-color: #FFFFFF;
    /*cursor:pointer;*/
    padding: 0;
    margin: 0;
    height: 15px;
    line-height: 15px;
}

.cornerDiv {
    padding-right: 5px;
    font-weight: normal;
    border: 0;
    /*border:1px solid #666666;*/
    margin: 0;
}

a.switchLinkButton {
    margin: 0;
    padding: 0;
    padding-left: 9px;
    /*background-image:url('http://appsso.eurostat.ec.europa.eu/nui/images/switchbutton.gif');*/
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/switchdimensions.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
}

a.switchLinkButton:hover {
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/switchdimensions_on.jpg');
    text-decoration: none;
}

.cornerDiv div {
    height: 15px;
    line-height: 15px;
    float: left;
}

#dataGridPrint .cornerDiv {
    padding-right: 5px;
    font-weight: normal;
    width: 100%;
}

.cornerSwitchDiv {
    text-align: left;
    float: left;
    padding-left: 1px;
}

.cornerDivBottom {
    border-bottom: none;
    text-align: left;
    padding-left: 2px;
}

.cornerDivWai {
    border: 1px solid grey;
}

/* === MAIN CANVAS === */
.xtRoot {
    position: relative; /* DO NOT CHANGE */
    height: 100px; /* CHANGE HERE THE HEIGHT OF THE TABLE */
    width: 100%; /* CHANGE HERE THE WIDTH OF THE TABLE */
    overflow: hidden; /* DO NOT CHANGE */
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/bg.gif');
    background-repeat: repeat;
    border: 1px dashed lightgrey;
}

/* === CORNER CELL STYLE === */
.xtCorner {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #C8E4F0;
    vertical-align: bottom;
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    padding-top: 1px;
    text-align: left;
	border-bottom: 1px solid #666666; 
	padding-bottom: 1px;    
	position:relative;
}

/* === HEADERS GLOBAL STYLE === */
.xtRCCell, .xtCCCell {
    float: left;
    overflow: hidden; /* DO NOT CHANGE */
    /*font-family:Courier New, Courier, monospace;
    font-size:12px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-size-adjust: none;
}

.columnHeader {
    overflow: hidden;
    vertical-align: top;
    margin: 0;
    outline-style: none;
    outline-width: medium;
    position: relative;
    background-color: #C8E4F0;
    font-weight: bold;
}

.columnHeader div {
    display: block;
    float: left;
    overflow: hidden;
}

.separator {
    background: transparent url(http://appsso.eurostat.ec.europa.eu/nui/images/separator.png) repeat-y scroll -79px 0px;
    cursor: e-resize;
    height: 75%;
    top: 10%;
    vertical-align: top;
    width: 1px;
    z-index: 1000;
    
	position:absolute;
	right:0px;
}

.cornerSeparator {
    background: transparent url(http://appsso.eurostat.ec.europa.eu/nui/images/separator.png) repeat-y scroll -70px 0;
    cursor: e-resize;
    height: 75%;
    right: 0px;
    margin: 0 0 0 0;
    position: absolute;
    top: 10%;
    vertical-align: top;
    width: 1px;
    z-index: 1000;
    float: left;
    display: block;
    overflow: hidden;
    border-left: 1px solid;
}

.columnHeader div p {
    margin: 0;
    padding: 0;
    height: 15px;
    border-bottom: 1px solid #666666;
}

/* === X HEADERS CUSTOM STYLE === */
.xtRCCell {
    background-color: #C8E4F0;
    text-align: center;
    border-top: 1px solid #596380;
    border-bottom: 1px solid #596380;
    border-right: 1px solid #999999;
    font-weight: bold;
    width: 105px;
    /*cursor: url('http://appsso.eurostat.ec.europa.eu/nui/images/drag.gif'), auto;*/
}

/* === Y HEADERS CUSTOM STYLE === */
.xtCCCell {
    background-color: #C8E4F0;
    text-align: left;
    vertical-align: middle;
    padding-left: 1px;
    border-bottom: 1px double #596380;
    border-left: 1px solid #596380;
    border-right: 1px solid #596380;
    font-weight: bold;
}

/* === X HEADERS CONTAINER STYLE === */
.xtRowCon {
    /* DO NOT CHANGE */
    visibility: visible; /* DO NOT CHANGE */
    overflow: hidden; /* DO NOT CHANGE */
    z-index: 2; /* DO NOT CHANGE */
    border: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    top: 1px;
    border-right: 1px solid #999999;
}

/* === Y HEADERS CONTAINER STYLE === */
.xtColCon {
    position: absolute; /* DO NOT CHANGE */
    visibility: visible; /* DO NOT CHANGE */
    overflow: hidden; /* DO NOT CHANGE */
    z-index: 1; /* DO NOT CHANGE */
    border-top: 1px solid #596380;
}

/* === DATA TABLE CONTAINER STYLE === */
.xtTblCon {
    clear: both;
    /*overflow:hidden;*/
    /* DO NOT CHANGE */
    z-index: 3; /* DO NOT CHANGE */
    padding: 0;
    margin: 0;
    border: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}

/* === SCROLLABLE HEADER CELLS STYLE === */
.xtRCI, .xtCCI {
    position: absolute; /* DO NOT CHANGE */
    overflow: hidden; /* DO NOT CHANGE */
    vertical-align: bottom;
    white-space: nowrap;

}

.xtRCI {
    /*border-right:1px solid #596380;*/
}

a.rankingLink_NO {
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/arrows.gif');
    background-repeat: no-repeat;
    background-position: center 1px;
}

a.rankingLink_ASC {
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/uparrow.gif');
    background-repeat: no-repeat;
    background-position: center 1px;
}

a.rankingLink_DESC {
    padding-left: 4px;
    padding-right: 4px;
    background-image: url('http://appsso.eurostat.ec.europa.eu/nui/images/downarrow.gif');
    background-repeat: no-repeat;
    background-position: center 1px;
}

div.xRowsHolder {
    clear: both;
}

ul.xUL {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #c8e4f0;
}

ul.drophover {
    background-color: #FFCC99;
}

ul.xUL li {
    padding: 0px 0 2px;
    margin: 0;
    border: 0;
    list-style-type: none;
    white-space: nowrap;
    border-bottom: 1px solid #666666;
    z-index: 2;
}

.highlightOn {
    background-color: #FFCC99;
}

ul.xUL li.highlightOn {
    background-color: #FFCC99;
}

table.xTable tr.highlightOn td {
    background-color: #FFCC99;
}

#xtRCI ul li.highlightOn {
    background-color: #FFCC99;
}

div.yHeaderTitle {
    /*width:107px;*/
    background-color: #c8e4f0;
}

div.yHeaderTitle2 {

    border-left: 1px solid #666666;

    /*width:106px;*/
    background-color: #c8e4f0;
}

div.xDataTableDiv {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;

}

div.xTableHolder {
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

div.scrollxTable {
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*height:17px;*/
    font-size: 1px;
}

/*ul.xUL li.even {
	background-color:#EFEFEF;
}*/

ul.contextMenu {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 150px;
    list-style-type: none;
    list-style-image: none;
    background-color: white;
    color: black;
    border: 1px solid #999999;
    border-bottom-width: 2px;
    border-right-width: 2px;
    z-index: 9999;
    padding: 3px;
}

ul.contextMenu li {
    padding: 3px;
    border: 0;
    margin: 0;
    font-size: 11px;
    font-family: Tahoma;
    color: #333333;
    cursor: default;
    width: 144px;
}

ul.contextMenu li.statistics {
    border-top: 1px solid #EFEFEF;
    font-size: 10px;
    color: #666666;
    padding-left: 8px;
    width: 136px;
}

ul.contextMenu ._disabled {
    color: #999999;
}

.dragdropindicator {
    border: 0;
    margin: 0;
    padding: 0;

    background-repeat: no-repeat;
    position: absolute;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    height: 16px;
    z-index: 20001;
}

.dragdropindicator iframe {
    margin: 0;
    padding: 0;
    position: absolute;

    width: 16px;
    height: 16px;
    z-index: -1;
    margin-left: -16px;
}

.footnotesTable td {
    white-space: nowrap;
}

#xRowColumnsWidth {
    font-size: 1px;
    height: 0px;
    padding-left: 108px;
}

ul#ulRCI,
div#dataGridULHolder,
.xTable tbody tr td {
    font-size: 1em;
}








.ptYCol{
	float:left;
	white-space: nowrap;
	background-color: #c8e4f0;
}
.ptRows{
	float:left;
	display:block;
}
.ptXRow{
	float:left;
	background-color: #c8e4f0;
	border-bottom: 1px solid #666;
}
.ptCorner{
	position:relative;
	overflow: hidden;
	background-color: #c8e4f0;
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
	border-bottom: 1px solid #666;
}
.ptYDim{
	overflow: hidden;
	cursor: move;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.ptXDim{
	overflow: hidden;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.ptXDimTop{
	text-align: center;
	font-weight: bold;
	height:16px;
	border-bottom: 1px solid #666666;
}
.ptXDimBottom{
	text-align:center;
	height:15px;
	background-color:white;
}
.ptRow1{
	clear:left;
    background-color: #F8F6E9;
}
.ptRow2{
	clear:left;
	background-color:white;
}
.ptCell{
	position:relative;
	overflow: hidden;
    float:left;
}
div.ptCell em {
    font-family: Arial;
    line-height: 7px;
    padding-left: 1px;
    vertical-align: top;
    text-align: right;
}

div.hovered{
    background-color: #FFE2AC;
}