/* Content Tabs styles 
-------------------------------------------------------------- */	

.tabs h6 {
	margin: 0px;
	padding: 0px;
}
.tabs {
	line-height:normal;
	display:block;
	height:auto;
	overflow:hidden;
	
	margin: 0px 0px 10px 0px;;
	padding: 0px 10px 0px 0px;
/*	background-image: url(shadow.png);
	background-repeat: no-repeat;
	background-position: right 26px;
*/}
.tabs ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	clear:both;
}
.tabs ul li {
	float:left;
	margin:0px -4px 0px 0px;
	padding:0px 10px 0px 0px;
	text-align:center;
	background-image: url(shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.tabs ul a {
	float:left;
	display:block;
	padding:10px 15px 8px 15px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	margin: 0px;
	background-image: url(shadow.png);
	background-repeat: repeat-x;
	background-position: center 25px;
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #747474;
	border-right-color: #747474;
	border-left-color: #747474;*/
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
.tabs a {
	float:none;
}
/* End IE5-Mac hack */
.tabs a:hover {
	color:#ffffff;
	/*background-color: #295B6A;*/
}
.tabs ul .current {
	border-width:0;
}
.tabs ul .current a {
	color:#009ac8;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2B8FAC;/*padding-bottom:5px;*/
}
.tabs .current-info, .tabs .accessibletabsanchor {
	position:absolute;
	/*left:-999em;*/
	display:none;
}
.tabs .content {
	/*clear:both;*/
	margin: 0px;
	width: 93%;
	max-width: auto;
	min-width: auto;
	padding: 15px 20px 15px 20px;
	background-color: #f6f6f6;
	float:left;
	display:block;
}
.tabbody {
	text-align:left;
}
.tabbody ul {
	margin: 3px 1em 3px 1em;
	padding: 3px 1em 3px 1em;
	list-style: square;
}
.tabbody ul li {
	float: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:none;
	text-align: left;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color:  #FFF;
}
.tabbody ul a {
	float: none;
	display: inline;
	text-decoration:none;
	font-weight:bold;
	color:#0066ff;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.tabbody ul a:hover {
	color:#0066ff;
	background-image: none;
	background:none;
}
/* Color Tabs styles 
-------------------------------------------------------------- */	
.CustomsPage ul li a {color:#000000; background-color: #FFBF00;}
.CustomsPage li a:hover {color:#000000; background-color: #ffab40;}
.CustomsPage ul .current a {color:#000000; background-color: #ffab40; border-bottom: solid 2px #fffee8;}
.CustomsPage .content {background-color: #ffffff; border: 2px #ffab40 solid;}
.CustomsPage h1 {color:#000000;}

.Environment ul li a {color:#ffffff; background-color: #52a42e;}
.Environment li a:hover {color:#ffffff; background-color: #297A2E;}
.Environment ul .current a {color:#ffffff; background-color: #297A2E; border-bottom: solid 0px #297A2E;}
.Environment .content {background-color: #ffffff; border: 2px #297A2E solid;}
.Environment h1 {color:#3c602d;}

.Liberalization ul li a {color:#ffffff; background-color: #1751fe;}
.Liberalization li a:hover {color:#ffffff; background-color: #ifa6f8;}
.Liberalization ul .current a {color:#ffffff; background-color: #ifa6f8; border-bottom: solid 2px #e8fffb;}
.Liberalization .content {background-color: #ffffff;border: 2px #ifa6f8 solid;}
.Liberalization h1 {color:#36477c;}

.Security ul li a {color:#ffffff; background-color: #cc0000;}
.Security li a:hover {color:#ffffff; background-color: #f60000;}
.Security ul .current a {color:#ffffff; background-color: #f60000;}
.Security .content {background-color: #ffffff;border: 2px #f60000 solid;}
.Security h1 {color:#3a3829;}

.Plain ul li a {color: #fff; background-color: #52a42e;}
.Plain li a:hover {color: #fff; background-color: #297A2E;}
.Plain ul .current a {color:#fff; background-color: #297A2E; border-bottom: none;}
.Plain .content {background-color: transparent; border: none;}
.Plain h1 {color:#3c602d;}
.Plain ul a, .Plain ul li { background:none; }

