/** By default, the YUI library hides the selects objects when applying a mask
    on the page. This style hereunder allows to show the selects event if a mask
    is applyied on the page.**/
.masked select, .drag select, .hide-select select
{
}

input.blue_button {
	
    margin:0;
    padding:0;
    padding-left: 9px;
    padding-bottom: 1px;
    border: 0;
    background: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/button_blue.png) no-repeat;
    color: white;
    height: 23px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
   /* font-family: Arial; */
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
	
}

input:focus.blue_button
{
    margin:0;
    padding:0
    padding-left: 12px;
    padding-bottom: 1px;
    border: 0;
    background: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/button_blue.png) no-repeat;
    color: white;
    height: 23px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
  /*  font-family: Arial; */
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    outline-color: white;
    outline-style: none;
    white-space: nowrap;
}

.blue_button_ending {
    position: absolute;
    display: inline;
    margin-left: 0px;
    width: 7px;
    height: 23px;
    background: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/button_blue_end.png) no-repeat;
}


A:link.footnote_link, A:visited.footnote_link  
{
	color: darkslateblue;
	font-size: 9px;
	vertical-align: super;
	font-weight: normal;
	TEXT-DECORATION: none;
}

A:hover.footnote_link  
{
	color: darkslateblue;
  font-size: 9px;
  vertical-align: super;
  font-weight: normal;
  text-decoration: underline;
}

.information
{
  display: block;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-right: 20px;
}

.query_form
{
  text-align: center;
  min-width: 50%;
  border: 1px;
}

H1
{
  /*font-family: Arial;*/
  /*font-size: 24px;*/
  font-style: normal;
  font-weight: bold;
  color: rgb(80,80, 80);
  padding-bottom: 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
}

table
{
# This is only to avoid external (Europa CSS) pollution.
}

.main_table
{
  border-collapse: collapse;
  border-spacing:0;
}
th
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.header_table
{
  border-collapse: collapse;
  border-spacing:0;
  margin:0;  
}
tr.header
{
  background-color: rgb(95, 175, 223);
  color: white;
  margin: 0px;
}

tr.header td
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}
.header .title
{
  text-align: left;
  /*font-family: Arial;*/
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 2px;
}

.header .right_button
{
  text-align: right;
  vertical-align: top;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
  padding-right: 2px;
  padding-top: 4px;
}

.header .righ_button a, A:hover.right_button_a, A:visited.right_button_a, A:active.right_button_a, A:link.right_button_a
{
  cursor: pointer;
  color: white; 
  text-align: right;
  vertical-align: top;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
  padding-right: 2px;
  padding-top: 4px;
}

.query_content
{
  border-top: 1px solid rgb(95, 175, 223);
  padding-top:10px;
  background-color: rgb(175, 215, 239);
}

.searchbox
{
  display:block;
  float: left;
  margin-left: 10px;
}

.buttons
{
background-attachment: scroll;
background-color: transparent;
background-image: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/buttons.png);
background-repeat: no-repeat;
background-position: 0px -23px;
color: rgb(70, 160, 220);
display: block;
float: left;
clear: right;
height: 23px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 3px;
margin-top: 20px;
opacity: 0.8;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 0px;
padding-top: 0px;
text-align: center;
}

.buttons a, A:hover.white_button, A:visited.white_button, A:active.white_button, A:link.white_button
{
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/buttons.png);
  background-repeat: no-repeat;
  background-position: 100% -23px;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  clear: right;
  /*font-family: Arial;*/
  /*font-size: 11px;*/
  font-weight: bold;
  height: 18px;
  margin-bottom: 0px;
  margin-left: -2px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 9px;
  padding-top: 5px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}

.buttons A:focus.white_button
{
  text-decoration: underline;
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/buttons.png);
  background-repeat: no-repeat;
  background-position: 100% -23px;
  color: white;
  cursor: pointer;
  display: block;
  float: left;
  clear: right;
  /*font-family: Arial;*/
  /*font-size: 11px;*/
  font-weight: bold;
  height: 18px;
  margin-bottom: 0px;
  margin-left: -2px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: white;
  outline-style: none;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 9px;
  padding-top: 5px;
  white-space: nowrap;
  width: auto;
}

.buttons_geo_search
{
background-attachment: scroll;
background-color: transparent;
background-image: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/buttons.png);
background-repeat: no-repeat;
background-position: 0px -23px;
color: rgb(70, 160, 220);
display: block;
float: left;
clear: right;
height: 23px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 3px;
margin-top: 5px;
opacity: 0.8;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 0px;
padding-top: 0px;
text-align: center;
}

.buttons_geo_search a
{
background-attachment: scroll;
background-color: transparent;
background-image: url(https://ec.europa.eu/taxation_customs/dds2/taric/images/buttons.png);
background-repeat: no-repeat;
background-position: 100% -23px;
color: white;
cursor: pointer;
display: block;
float: left;
clear: right;
/*font-family: Arial;*/
/*font-size: 11px;*/
font-weight: bold;
height: 18px;
margin-bottom: 10px;
margin-left: -2px;
margin-right: 20px;
margin-top: 0px;
outline-color: white;
outline-style: none;
outline-width: 0px;
padding-bottom: 0px;
padding-left: 8px;
padding-right: 9px;
padding-top: 5px;
text-decoration: none;
white-space: nowrap;
width: auto;
}

.actions
{
  display: block;
  float: left;
  vertical-align: bottom;
}

.label
{
  /*font-family:Arial;*/
  /*font-size:11pt;*/
  font-style: italic;
  font-weight: bold;
  color: rgb(80,80, 80);
}

.textbox
{
/*background-color: white;
border-bottom-style: inset;
border-bottom-width: 0px;
border-left-style: inset;
border-left-width: 0px;
border-right-style: inset;
border-right-width: 0px;
border-top-style: inset;
border-top-width: 0px;
color: black;
cursor: auto;
display: block;
float: left;
/*font-family: Arial;*/
/*font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 18px;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 3px;*/
padding-bottom: 1px;
padding-right: 1px;
padding-top: 1px;
text-align: auto;
text-indent: 0px;
text-shadow: none;
text-transform: none;
width: 180px;
word-spacing: 0px;
}

.textbox_inline
{
/*background-color: white;
border-bottom-style: inset;
border-bottom-width: 0px;
border-left-style: inset;
border-left-width: 0px;
border-right-style: inset;
border-right-width: 0px;
border-top-style: inset;
border-top-width: 0px;
color: black;
cursor: auto;
/*font-family: Arial;*/
/*font-size: 13px;*/
/*font-style: normal;
font-variant: normal;
font-weight: normal;
height: 18px;
letter-spacing: normal;
line-height: 16px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 3px;*/
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
text-align: auto;
text-indent: 0px;
text-shadow: none;
text-transform: none;
width: 180px;
word-spacing: 0px;
}

.simulationdate
{
  display: block;
  clear: left;
  padding-top:20px;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 2px; 
}

.simulationdate_warn
{
  font-style: normal;
  font-weight: normal;
  margin-left: 11px;
  margin-bottom: 2px; 
}

.simulationdate_geo_search
{
  display: block;
  clear: left;
  padding-top:10px;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 2px; 
}

.calendar
{
  display:block;
  background-color: white;
  /*font-family: Arial;*/
  /*font-size: 14;*/
  font-style: normal;
}

.calendar_input_sim_date
{
  padding-top:10px;
  padding-bottom:5px;
  display: block;
  clear: center;
}

.closecalendar
{
  /*font-size: 10;*/
  padding-top:10px;
  padding-right:10px;
}

.error_message
{
  display: block;
  clear: left;
	color: red;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
  margin-left: 10px;
}
#######################################
# Table rows effets styles
.mouseover
{
  background-color: rgb(224,231,239) ! important ;
}
.selectedNode
{
  background-color: rgb(210,215,215) ! important ;
}
.oddLine
{

  background-color: rgb(232,239,247);
}

#########################################
# styles for the nomenclature browser
.section_heading
{
  display: block;
  height: auto;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
}
.section_heading tr td
{
  /*font-family: Arial;*/
  /*font-size: 15px;*/
  font-weight: bold;
  cursor: pointer;
}
.chapter_heading
{
  display: block;
  height: auto;
  line-height: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
}
.chapter_heading tr td
{
  /*font-family: Arial;*/
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.section
{
    color: rgb(90, 90, 90);
	display: block;
	height: auto;
	line-height: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
}
.section tr td
{
  /*font-family: Arial;*/
  font-size: 18px;
  font-weight: bold;
}
.chapter
{
  display: block;
  height: auto;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: left;
}
.chapter tr td
{
  /*font-family: Arial;*/
  /*font-size: 14px;*/
  font-weight: bold;
}

.nomenclaturecode
{
    /*font-family: Arial;*/
    color: black;
	display: block;
	/*font-size: 12px;*/
	font-weight: normal;
	height: auto;
	line-height: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: left;
vertical-align: middle;
}
.codelev2 td, .codelev4 td, .codelev6 td
{
font-weight: bold;
}

.code
{
  /*font-size: 12px;*/
  cursor: pointer;
}

.erncode
{
  float:right;
}

.sectlabel
{
  font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
    vertical-align: top;
    width: 110px;
}
.chaplabel
{
  font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
    vertical-align: top;
    width: 100px;
}

.chapterlabel
{
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  text-align: left;
  vertical-align: top;
  width: 100px;
}

.tdimg
{
  vertical-align: top;
  padding-top: 4px;
}

.tdlabel
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: left;
    vertical-align: top;
    width: 90px;
    cursor: pointer;
}
.tddescription
{
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: justify;
    vertical-align: top;
    cursor: pointer;
}

#overlaypanel a
{
    color: blue;
    text-decoration: underline;
    /*font-family: Arial;*/
}

#section, #chapter, #section_header, #chapter_header, #to_be_copied_leaf, #to_be_copied_collapsed, #to_be_copied_expanded, #to_be_copied_ernCode
{
  display: none;
}

##################################
# Styles for calendar panel

#calendarPanel
{
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background-color: rgb(7,74,139);
}

##################################
# Styles for the footnotes

span.footnote_parenthesis
{
  color: darkslateblue;
  font-size: 9px;
  font-weight: normal;
  TEXT-DECORATION: none;
}

a.footnote
{
	color: darkslateblue;
  font-size: 12px;
  vertical-align: super;
  font-weight: normal;
  TEXT-DECORATION: none;
}

.footnote
{
  color: darkslateblue;
  font-size: 12px;
  vertical-align: super;
  font-weight: normal;
  TEXT-DECORATION: none;
}

.footnote_reference 
{
  color: darkslateblue;
  font-size: 9px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  vertical-align: super;
}


.footnote_description
{
  color: darkslateblue;
  font-size: 12px;
  text-align: left;
}

.ftnlink
{
  color: darkslateblue;
  font-size: 9px;
  padding-left: 10px;
  text-align: left;
}

.pull_down
{
	cursor: pointer;
}

.browse_action a, A:hover.browse_action_a, A:visited.browse_action_a, A:active.browse_action_a, A:link.browse_action_a
{
  color: gray;
  /*font-size:12px;*/
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
}

.action
{
	color: gray;
	/*font-size:12px;*/
  cursor: pointer;
  font-weight: normal;
}

.selectContainer
{
  width: 220px;
  padding-top: 3px;
}

.selectContainer select 
{
  width: 220px;
  height: 18px;
  /*font-family: Arial;*/
  /*font-size: 13px;*/
  line-height: 20px;
  border-style: solid;
  border-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-style: solid;
  border-left-width: 0px;
  border-right-style: solid;
  border-right-width: 0px;
  border-top-style: solid;
  border-top-width: 0px;
}

span.footnote_link
{
  color: gray;
  font-size: 9px;
  vertical-align: super;
  font-weight: normal;
  TEXT-DECORATION: none;
}

.simpletext
{
 /*font-size:12px;*/
}

.simpletext a
{
 /*font-size:12px;*/
}

.last_update_date
{
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
}

#div_last_update
{
  vertical-align: top;
  padding-top: 5px;
  padding-right: 25px;
  text-align: right;
  /*font-family: Arial;*/
  /*font-size: 12px;*/
  font-style: normal;
  font-weight: normal;
}

.div_top_button
{
  align: right;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  text-align: right;
}

a:hover.top_button
{
  color: gray ! important;
  /*font-family: Arial ! important;*/
  /*font-size: 12px ! important;*/
  font-style: normal ! important;
  font-weight: normal ! important;
  text-decoration: underline ! important;
}

a.top_button, a:link.top_button, a:visited.top_button
{
  color: gray ! important;
  /*font-family: Arial ! important;*/
  /*font-size: 12px ! important;*/
  font-style: normal ! important;
  font-weight: normal ! important;
  text-decoration: none ! important;
}

.highlight
{
background-color: #FFFF00
}

.title {
  /*font-family: Arial;*/
  /*font-size: 24px;*/
  font-style: normal;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  color: rgb(80,80, 80);
  text-align: left;
}

.list 
{
  /*font-family: Arial;*/
  /*font-size: 13;*/
  vertical-align: top;
}

.list th
{
  background-color: rgb(210,215,215);
  padding: 4px;
  font-weight: normal;  
}

.list td
{
  padding: 4px;  
}

.list .oddRow
{
  background-color: rgb(232,239,247);
}

.list .evenRow
{
}

.scroller
{
  padding-bottom: 20px;
  text-align: center;
}

.scroller table
{
  margin: auto;
}

.amount
{
	text-align: right;
}

.date
{
	text-align: center;
}
