.clearfix {
	clear: both;
	content: ' ';
	display: block;
}

.TableContentInner {
	margin: 10px 0;
  padding: 0;
	color: #0b0c0c;
}

.TableContentInner .TableContentTitle {
	padding: 5px;
  font-size: 15px;
	background: #EAF3F8;
	margin-bottom: 10px;
}

.TableContentInner .TableContentTitle a {
	color: #005ea5;
	text-decoration: none;
	font-weight: bold;
}
.TableContentInner .TableContentTitle a span {
	color: #0b0c0c;
	font-weight: normal;
}

.TableContentInner ul {
	background: white;
	display: block;
	padding: 0 5px;
	font-size: 14px;
}

.TableContentInner ul li {
	display: block;
	border-top: 1px solid #eee;
}

.TableContentInner ul li:first-child {
	border-top: none;
}

.TableContentInner ul li a {
	color: #005ea5;
	text-decoration: none;
}

.TableContentInner ul li a span {
	color: #0b0c0c;
  background: #D4D5E7;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	position: relative;
	width: 27px;
  margin-right: 5px;
}

.nav-tabs, .tab-content {
	font-size: 1.14286em
}

.nav-tabs {
	zoom: 1;
	background: #EAF3F8;
	padding: 0;
	position: relative
}

.nav-tabs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.nav-tabs ol, .nav-tabs ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5
}

.nav-tabs ol li, .nav-tabs ul li {
	float: left
}

.nav-tabs li a {
	display: block;
	height: 2.25em;
	line-height: 2.25em;
	margin-left: 1px;
	padding: 0 1em 0 0.75em;
	position: relative;
	text-align: center;
	text-decoration: underline;
	top: 0;
	border: none
}

.nav-tabs li:first-child a {
	border-left: solid 1px #E1E8E8;
	margin-left: 0
}

.nav-tabs li a:hover {
	background-color: #97C5E5;
	color: inherit
}

.nav-tabs li.active a {
	background-color: #fff;
	border: solid 1px #C9D0D0;
	border-bottom: solid 1px #fff;
	color: #000;
	margin: -1px -1px -1px 0;
	position: relative;
	z-index: 5
}

.nav-tabs li.active a:hover {
	background-color: #fff;
	color: #2E8ACA
}

.nav-tabs li {
	padding: 0;
	margin: 0;
	font-size: 1em
}
.tab-content {
	margin: 0;
	width: 100%
}

.tab-content .tab-pane {
	padding-right: 0;
	padding-left: 0;
	border-top: solid 1px #C9D0D0;
	clear: both;
	width: 100%
}

.tab-content .inner {
	padding: 1em 3em 1em 1em
}

.tab-content .inner p {
	margin-left: 0;
	margin-right: 0
}

.tab-content h1.visuallyhidden+h2 {
	margin-top: 12px
}

.tab-content p {
	font-size: 12px;
	padding: 1;
	margin-right: 2.10526em
}

.tab-content em {
	font-style: normal;
	font-weight: bold
}

.tab-content nav {
	margin: 1em -1.375em 0
}

.tab-content .help-notice, .tab-content .info-notice {
	margin: 1em 1.5em 2em
}

.tab-content .help-notice p, .tab-content .info-notice p {
	margin-right: 0;
	margin-left: 0;
	padding: 0 1em 0 1.75em
}

.tab-content .inner .help-notice, .tab-content .inner .info-notice {
	margin: 2em 0em 0em;
	max-width: 37em
}

.visuallyhidden {
	height: 1px;
	width: 1px;
	overflow: hidden
}

#------------------------------------------
.eutabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.eutabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.eutabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.eutabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.eutabs-menu .current a {
    color: #2e7da3;
}

.eutab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    padding-top: 25px;
    margin-bottom: 20px;
    width: auto;
}

.eutab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

.eutab-content span {
    font-weight: bold;
    color: #0B0E67;
}

.eutab-caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	padding: 0;
	margin: 0 0 0.4em 0.35em
}
.eutab table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 2em -0.6em
}

.eutab table th {
	font-size: .75em;
	line-height: 2.25em;
	text-align: left;
	color: #000;
	font-weight: normal;
	background-color: #e1e8e8;
	border: solid 1px #bbb;
	padding:5px 5px 5px 5px
}

.eutab table td {
	font-size: .75em;
	line-height: 2.25em;
	text-align: left;
	color: #000;
	font-weight: normal;
	border: solid 1px #bbb;
	padding:5px 5px 5px 5px	
}

.eutab dl dt {
    cursor: pointer;
}

.eutab dd {
   dislay:block;
}

visually-shown, .visuallyshown {
   display:block;
}
visually-hidden, .visuallyhidden {
   display:hidden;
}

/*
.eutab dd ul li:onclick {
    color: red;
    position: absolute;
    overflow: visible;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
*/

#tab-1 {
 display: block;   
}

.g-recaptcha{ width: 100%;margin: 1em 0 .5em .8em;}
.succMsg{ color:#009755 ; font-size: 15px;font-weight: bold;padding-top: 15px;}
.errMsg{ color:#fb4314 ; font-size: 15px;font-weight: bold;padding-top: 15px; }

article.search-results {
	font-size: 0.875em;
	padding-bottom: 2em
}

article.search-results h2 {
	clear: both;
	font-size: 1.25em;
	margin-left: 22px
}

article.search-results dl {
	position: relative;
	background: none;
	padding: 0
}

article.search-results dl dt {
	border-top: 1px solid #fff
}

article.search-results dl dl dt:nth-child(1) {
	border-top: 1px solid #fff
}

article.search-results dl dd {
	border-top: 1px solid #eee
}

article.search-results dl dl dd:nth-child(2) {
	border-top: 1px solid #eee
}

article.search-results dl dt:nth-child(1), article.search-results dl dd:nth-child(2)
	{
	border-top: none;
	padding-top: 1px
}

article.search-results .results-subset {
	margin-left: 22px
}

article.search-results .results-subset li {
	font-size: 1em;
	list-style: none;
	margin-left: -5px
}

article.search-results .results-subset li li {
	border-top: 1px solid #eee
}

article.search-results .results-subset li li:nth-child(1) {
	border-top: none;
	padding-top: 1px
}

article.search-results .results-subset .results-headings {
	margin-bottom: 1.5em
}

article.search-results .sections dt, article.search-results .sections dd
	{
	border-top: 1px solid #eee
}

article.search-results .sections dt:nth-child(1), article.search-results .sections dd:nth-child(2)
	{
	border-top: none;
	padding-top: 1px
}

article.search-results .sections dt {
	width: 15%;
	float: left;
	padding-right: 0px;
	margin-left: 0;
	font-family: "NTA", "Helvetica Neue", Arial, Helvetica, sans-serif
}

article.search-results .sections dd {
	width: 85%;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden
}

article.search-results .sections dd a {
	display: block;
	padding-left: 15%;
	margin-left: -15%
}

article.search-results dl.result-commodities dt.commodity-code {
	width: auto;
	padding: 0 3px
}

article.search-results dl.result-commodities dl.commodities a {
	padding-left: 14px;
	margin-left: 14px
}

article.search-results dt {
	color: #000;
	font-family: ntatabularnumbers, "Helvetica Neue", Arial, Helvetica,
		sans-serif
}

article.search-results dt.hover {
	color: #2E8ACA
}

article.search-results dd {
	padding-left: 32px;
	float: none
}

article.search-results dd a {
	text-decoration: none;
	display: inline-block;
	padding-left: 32px;
	margin-left: -32px;
	position: relative;
	z-index: 1
}

article.search-results dd a.hover {
	color: #2E8ACA
}
.commodities .chapter-code, .commodities .heading-code {
	border-right: #fff solid 2px;
	font-size: 1.14286em
	
}

div.g-recaptcha {
  float:right;
  width: 304px;
}

#rss .box {
	margin: 0 0 4px 0; padding: 0;
	position: relative;
}
#rss .box .HdngBarBlu {
	width: 250px;
	height: 26px;
	line-height: 26px;
	background: transparent url(../images/HdngBgMdlBlu.jpg) repeat-x center center;
	margin: 0; padding: 0;
}
#rss .box .IcoSrchQngoDB {
	width: 17px;
	height: 26px;
	float: right;
	background: transparent url(../images/IconSrchQngoDB.jpg) no-repeat right center;
	margin: 0; padding: 0;
}
#rss .box .IcoGetReports {
	width: 15px;
	height: 26px;
	float: right;
	background: transparent url(../images/IconGetReports.jpg) no-repeat right center;
	margin: 0 3px 0 0; padding: 0;
}
#rss .box .HdngBgRoundLtBlu {
	width: 6px;
	height: 26px;
	float: left;
	background: transparent url(../images/HdngBgRoundLtBlu.jpg) no-repeat left center;
	margin: 0 5px 0 0; padding: 0;
}
#rss .box .HdngBgArowRtBlu {
	width: 8px;
	height: 26px;
	float: right;
	background: transparent url(../images/HdngBgArowRtBlu.jpg) no-repeat right center;
	margin: 0; padding: 0;
}
#rss .box .HdngBarSky {
	width: 250px;
	height: 26px;
	line-height: 26px;
	background: transparent url(../images/HdngBgMdlSky.jpg) repeat-x center center;
	margin: 0; padding: 0;
}
#rss .box .HdngBgRoundLtSky {
	width: 6px;
	height: 26px;
	float: left;
	background: transparent url(../images/HdngBgRoundLtSky.jpg) no-repeat left center;
	margin: 0 5px 0 0; padding: 0;
}
#rss .box .HdngBgArowRtSky {
	width: 8px;
	height: 26px;
	float: right;
	background: transparent url(../images/HdngBgArowRtSky.jpg) no-repeat right center;
	margin: 0; padding: 0;
}
#rss .box .HdngBarYel {
	width: 250px;
	height: 26px;
	line-height: 26px;
	background: transparent url(../images/HdngBgMdlYel.jpg) repeat-x center center;
	margin: 0; padding: 0;
}
#rss .box .HdngBgRoundLtYel {
	width: 6px;
	height: 26px;
	float: left;
	background: transparent url(../images/HdngBgRoundLtYel.jpg) no-repeat left center;
	margin: 0 5px 0 0; padding: 0;
}
#rss .box .HdngBgArowRtYel {
	width: 8px;
	height: 26px;
	float: right;
	background: transparent url(../images/HdngBgArowRtYel.jpg) no-repeat right center;
	margin: 0; padding: 0;
}
#rss .box .HdngBarGry {
	height: 26px;
	line-height: 26px;
	background: transparent url(../images/HdngBgMdlGry.jpg) repeat-x center center;
	margin: 0; padding: 0;
}
#rss .box .HdngBgRoundLtGry {
	width: 6px;
	height: 26px;
	float: left;
	background: transparent url(../images/HdngBgRoundLtGry.jpg) no-repeat left center;
	margin: 0 5px 0 0; padding: 0;
}
#rss .box .HdngBgArowRtGry {
	width: 8px;
	height: 26px;
	float: right;
	background: transparent url(../images/HdngBgArowRtGry.jpg) no-repeat right center;
	margin: 0; padding: 0;
}
#rss .box h3 {
	float: left;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#rss .box .LftBoxBordrTp {
	width: 250px;
	height: 6px;
	line-height: 6px;
/*	background: transparent url(../images/LftBoxBordrTp.jpg) no-repeat center center;*/
	margin: 0; padding: 0;
}
#rss .box .LftBoxBordrBt {
	width: 250px;
	height: 24px;
/*	background: transparent url(../images/LftBoxBordrBt.jpg) no-repeat center center;*/
	margin: 0; padding: 0;
}
#rss .box .LftBoxBordrLtRt {
/*	width: 250px;
	background: transparent url(../images/LftBoxBordrLtRt.jpg) repeat-y center center;*/
	margin: 0; padding: 6px 0 1px 0;
}
#rss .box .LftBoxBordrLtRt ul.Blu, #rss .box .LftBoxBordrLtRt ul.Sky, #rss .box .LftBoxBordrLtRt ul.Yel, #rss .box .LftBoxBordrLtRt ul.Gry {
	list-style: none;
	display: block;
/*	width: 232px;*/
	margin: 0 9px; padding: 0;
}
#rss .box .LftBoxBordrLtRt ul li {
	list-style: none;
	display: block;
/*	width: 223px;*/
	background-color: #FFF;
	margin: 5px 0; padding: 2px 2px 2px 4px;
	color: #333333;
	font-size: 12px;
}
#rss .box .LftBoxBordrLtRt ul li:hover {
	background-color: #ebebeb;
}
#rss .box .LftBoxBordrLtRt ul.Blu li {
	border-left: 3px solid #0e4476;
}
#rss .box .LftBoxBordrLtRt ul.Sky li {
	border-left: 3px solid #3c98e6;
}
#rss .box .LftBoxBordrLtRt ul.Yel li {
	border-left: 3px solid #f4b302;
}
#rss .box .LftBoxBordrLtRt ul.Gry li {
	border-left: 3px solid #7f7f7f;
}
#rss .box .LftBoxBordrLtRt ul li a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	margin: 0; padding: 0;
}
#rss .box .LftBoxBordrLtRt ul li a:hover {
	color: #000;
}
#rss .box .LftBoxBordrLtRt ul li p.TimeStamp, #rss .box .LftBoxBordrLtRt ul li p.TimeStamp a {
	color: #7f7f7f;
	font-size: 10px;
	margin: 0; padding: 0;
	text-decoration: none;
}

#rss a.SeeMoreGry {
	width: 60px;
	height: 16px;
	display: block;
	background: transparent url(../images/BtnSeeMoreGry_N.jpg) no-repeat center center;
	text-decoration: none;
	float: left;
	margin: 0 30px 0 0; padding: 0;
}
#rss a.SeeMoreGry:hover {
	background: transparent url(../images/BtnSeeMoreGry_H.jpg) no-repeat center center;
}
