@charset "utf-8";
/* 
    Document   : skin
    Created on : Oct 15, 2012, 5:21:04 PM
    Author     : petrus
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
	font-family: 'MyriadPro';
	src: url('/files/fonts/MyriadPro-Cond.eot');
    src: url('/files/fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
         url('/files/fonts/MyriadPro-Cond.ttf') format('truetype'), 
         url('/files/fonts/MyriadPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TahomaF';
	src: url('/files/fonts/tahoma.eot');
    src: url('/files/fonts/tahoma.eot?#iefix') format('embedded-opentype'),
         url('/files/fonts/tahoma.ttf') format('truetype'), 
         url('/files/fonts/tahoma.svg') format('svg');
}

body {
	background-color:#ffffff;
    background-size: 100%;
	color: #000000;
    width: 100%;
    margin: 0;
    padding: 0;
}

:focus { outline: 0; }

.notes {
  font-size: 10px;
}

#petrus-body {
    width: 1000px;
    margin:0 auto;
}

#petrus-menu-container-main {
	width: 1000px;
    margin:0 auto;
    background-color: #FFE900;
}

/* Header */
/* Search */

#petrus-search-box {
	height:32px;
	width:1000px;
	margin:0 auto;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #cfcfcf 62%, #cfcfcf 100%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(62%,#cfcfcf), color-stop(100%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#petrus-search-cont {
	position:relative;
    height :30px;
    margin-bottom:15px;
}

.petrus-sitesearch {
	position: relative;
    padding-top: 3px;
    margin-right:10px;
    float: right;
    width: 235px;
}

.petrus-sitesearch div {
 	float:left;
 	margin-right:5px;
}

#searchbox {
	font-size: 11px;
    width: 168px;
    height: 20px;
    margin-top:2px;
    padding-left:8px;
    color:#999999;
    background-color: #fff;
    border:0px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8d8d8 0%, #d8d8d8 9%, #efefef 22%, #ffffff 50%, #ffffff 100%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(9%,#d8d8d8), color-stop(22%,#efefef), color-stop(50%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d8d8d8 0%,#d8d8d8 9%,#efefef 22%,#ffffff 50%,#ffffff 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d8d8d8 0%,#d8d8d8 9%,#efefef 22%,#ffffff 50%,#ffffff 100%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d8d8d8 0%,#d8d8d8 9%,#efefef 22%,#ffffff 50%,#ffffff 100%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d8d8d8 0%,#d8d8d8 9%,#efefef 22%,#ffffff 50%,#ffffff 100%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#searchbutton {
    border: 0px;
    height: 23px;
    width: 40px;
    color: #fff;
    padding:4px;
    padding-top:2px;
    margin-top:2px;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	background: #209ad6; /* Old browsers */
	background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#petrus-topmenu {
	height:32px;
	float:left;
}

#petrus-date-cont {
	width:200px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
}

#petrus-menu-top-id-2{
	height:32px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#petrus-menu-top-id-4 a {
	border-left: 1px solid #cccccc;
}

#petrus-menu-top-id-1 a, #petrus-menu-top-id-2 a, #petrus-menu-top-id-3 a, #petrus-menu-top-id-4 a {
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	padding-top:10px;
}

#petrus-menu a:hover {
    color: #ff0000;
}

#petrus-menu-top-id-login a, #petrus-login-btn-lower {
	margin:5px;
	padding:4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border:0px;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #cfcfcf 22%, #b3b3b3 100%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(22%,#cfcfcf), color-stop(100%,#b3b3b3), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#cfcfcf 22%,#b3b3b3 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#cfcfcf 22%,#b3b3b3 100%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#cfcfcf 22%,#b3b3b3 100%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#cfcfcf 22%,#b3b3b3 100%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#petrus-menu-top-id-login a:hover, a#petrus-login-btn-lower:hover  {
	color: #fff;
}

#petrus-topmenu a {
	font-family: Arial;
}

#petrus-menu {
	font-weight:bold;
	background-color: #f9e42a;
}

#petrus-top-menu-bar {
	margin-bottom: 5px;
}

#petrus-menu a:hover {
	color: #888;
}

#petrus-menusub-main-id-1, #petrus-menusub-main-id-news-1 {
	background-color: #FFFF99;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-2, #petrus-menusub-main-id-news-2 {
	background-color: #FFFF88;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-3, #petrus-menusub-main-id-news-3 {
	background-color: #FFFF77;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-4, #petrus-menusub-main-id-news-4 {
	background-color: #FFFF66;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-5, #petrus-menusub-main-id-news-5 {
	background-color: #FFFF55;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-6, #petrus-menusub-main-id-news-6 {
	background-color: #FFFF44;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-7, #petrus-menusub-main-id-news-7 {
	background-color: #FFFF33;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-8, #petrus-menusub-main-id-news-8 {
	background-color: #FDFF00;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-9, #petrus-menusub-main-id-news-9 {
	background-color: #FFF200; /*#FFFF11;*/
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-10, #petrus-menusub-main-id-news-10 {
	background-color: #FFD800; /*#FFFF00;*/
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-11, #petrus-menusub-main-id-news-11 {
	background-color: #ffc300;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-12, #petrus-menusub-main-id-news-12 {
	background-color: #FFA700;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-13, #petrus-menusub-main-id-news-13 {
	background-color: #FF9800;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-14, #petrus-menusub-main-id-news-14 {
	background-color: #FF8E00;
	border-bottom: 1px solid #fff;
}

#petrus-menusub-main-id-15, #petrus-menusub-main-id-news-15 {
	background-color: #FF8100;
	border-bottom: 1px solid #fff;
}
/* Banner */

#petrus-top-logo {
	margin:0 auto;
    position: relative;
    width: 1000px;
    height: 95px;
}

/*#petrus-top-logo:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}*/

#petrus-sliderbanner {
    position: absolute;
    top: 11px;
    left: 0px;
}

#petrus-sglogo {
    padding-left:0px;
    padding-top:0px;
}

/* Body */

#petrus-content-body {
	width:1000px;
    padding-top: 11px;
    padding-bottom: 19px;
}

#petrus-content-body:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

#petrus-module-container {
    width: 1000px;
}

#petrus-leftcontent {
	width:752px;
	margin-right: 25px;
}

#petrus-rightcontent {
	width:212px;
}

#petrus-centercontent {
	width:1000px;
}

#petrus-module-container:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}



/* Footer */

#petrus-footer-text {
    font-size: 11px;
    color: #000;
    font-family:Tahoma, Helvetica, Arial;
    padding-top: 23px;
    padding-left: 20px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    height:28px;
    margin-top:-10px;
}

/* Home */

.petrus-module-container:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

#petrus-main-center-content {
	width: 1000px;
}

#petrus-main-center-content:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

#petrus-bottomcontent {
	margin-top:15px;
	
	color: #000;
	background: rgb(252,255,81); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,255,81,1) 0%, rgba(252,255,81,1) 20%, rgba(255,238,0,1) 100%, rgba(252,214,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,81,1)), color-stop(20%,rgba(252,255,81,1)), color-stop(100%,rgba(255,238,0,1)), color-stop(100%,rgba(252,214,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,255,81,1) 0%,rgba(252,255,81,1) 20%,rgba(255,238,0,1) 100%,rgba(252,214,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,255,81,1) 0%,rgba(252,255,81,1) 20%,rgba(255,238,0,1) 100%,rgba(252,214,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,255,81,1) 0%,rgba(252,255,81,1) 20%,rgba(255,238,0,1) 100%,rgba(252,214,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,255,81,1) 0%,rgba(252,255,81,1) 20%,rgba(255,238,0,1) 100%,rgba(252,214,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcff51', endColorstr='#fcd600',GradientType=0 ); /* IE6-9 */
}

#petrus-bottomcontent {
	width: 964px;
	padding: 18px;
	padding-bottom:0px;
}

#petrus-bottomcontent a {
	color: #000;
    text-decoration: none;
}

#petrus-bottomcontent a:hover {
	color: #666;
}

#petrus-bottomcontent:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

.petrus-photo-list-container-photo {
	position:relative;
}

.asean-table-class {
	border: 1px solid #d46604; 
}

.asean-table-class td {
	border-bottom: 1px solid #d46604;
}
/**/

ul.petrus-newsmenu-titles-main li a {
    position: relative;
    display:block;
    width:215px;
    height:40px;
    margin-right:12px;
    margin-bottom: 12px;
    font-size:14px;
    color:#fff;
    font-weight:bold;
    padding: 10px;
    text-decoration:none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	background: #209ad6; /* Old browsers */
	background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */

}
ul.petrus-newsmenu-titles-main li a em {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    padding:10px;
    z-index: 10;
}

ul.petrus-newsmenu-titles-main li a span {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: url(/files/images/others/btnbg.png);
    width: 236px;
    height:61px;
    z-index: 1;
}

ul.petrus-newsmenu-titles-main li a:hover {
      color:#eee;
      background: rgb(102,157,244); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(102,157,244,1) 0%, rgba(102,157,244,1) 13%, rgba(0,74,140,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,157,244,1)), color-stop(13%,rgba(102,157,244,1)), color-stop(100%,rgba(0,74,140,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  rgba(102,157,244,1) 0%,rgba(102,157,244,1) 13%,rgba(0,74,140,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  rgba(102,157,244,1) 0%,rgba(102,157,244,1) 13%,rgba(0,74,140,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  rgba(102,157,244,1) 0%,rgba(102,157,244,1) 13%,rgba(0,74,140,1) 100%); /* IE10+ */
      background: linear-gradient(to bottom,  rgba(102,157,244,1) 0%,rgba(102,157,244,1) 13%,rgba(0,74,140,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669df4', endColorstr='#004a8c',GradientType=0 ); /* IE6-9 */

}

/* Members Area*/

#petrus-resource-file {
  margin-bottom: 50px;
}

#petrus-resource-file h2 {
  font-size: 14px;
  font-weight: 100;
}

#petrus-resource-file ul {
  list-style: none;
}

.petrus-news-body h3 {
  font-size: 16px;
  color: #0063af;
}

/* Contact Us */

.petrus-contact-container h2{
  color: #0063af;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}

.petrus-contact-body input[type=text], .petrus-contact-body select {
  width: 400px;
  border: 0px;
  border-color: #666;
  padding: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: rgb(216,216,216); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(234,234,234,1) 28%, rgba(244,244,244,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(28%,rgba(234,234,234,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.petrus-contact-body textarea {
  width: 500px;
  border: 1px;
  border-color: #666;
  padding: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: rgb(216,216,216); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(234,234,234,1) 28%, rgba(244,244,244,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(28%,rgba(234,234,234,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(234,234,234,1) 28%,rgba(244,244,244,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.petrus-contact-input-title {
  font-weight: 100;
  font-size: 14px;
}

.petrus-contact-body input[type=submit] {
  background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.petrus-contact-send-message {
  color: #f00;
}

/* AIPR */

#petrus-tab-inner {
  padding: 12px;
}

#petrus-tab-inner ol li {
  margin-bottom: 8px;
}

#asean-investment-policies-auth select {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 280px;
  padding: 5px;
  border: 0px;
  background: #f0f0f0; /* Old browsers */
  background: -moz-linear-gradient(top,  #f0f0f0 0%, #cfcfcf 62%, #cfcfcf 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(62%,#cfcfcf), color-stop(100%,#cfcfcf), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f0f0f0 0%,#cfcfcf 62%,#cfcfcf 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#asean-aiprbtn-btn {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding:8px;
  border: 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

#asean-aiprbtn-btn:hover {
  background: rgb(206,206,206); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(96,96,96,1) 40%, rgba(71,71,71,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(40%,rgba(96,96,96,1)), color-stop(100%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}

#aipr-search-cont {
  padding-top: 5px;
  padding-bottom: 25px;
}

#aipr-search-cont a {
  font-weight:bold;
}


/* ACIA DB */
#acia-db-cont {
  margin-top:15px;
}

#acia-country-title {
  font-size: 22px;
  color: #0063af;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.acia-db-title {
  padding: 8px;
  color: #fff;
  background-color: #0063af;
  border: 1px solid #888;
  cursor:pointer;
}

.acia-country {
  color: #eee;
  font-size: 12px;
  text-transform: uppercase;
}

.acia-db-content {
  display: none;
  padding: 10px;
  border: 1px solid #888;
}

.acia-db-content-1 {
  display: block;
}

.acia-db-search-result {
  padding-top: 8px;
  padding-bottom: 8px;
}

.acia-image-expand {
  float: right;
}

wrap-float:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	clear: both; 
	height: 0; 
	font-size: 0;
}

.acia-back-btn {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding:8px;
  border: 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.acia-back-btn:hover {
  background: rgb(206,206,206); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(96,96,96,1) 40%, rgba(71,71,71,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(40%,rgba(96,96,96,1)), color-stop(100%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}

/* ACIA Articles */
.petrus-newsmenu-container h2.petrus-menu-title-main-0, .petrus-newsmenu-container h2.petrus-menu-title-main-9 a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding:8px;
  border: 0px;
  cursor:pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.petrus-newsmenu-container h2.petrus-menu-title-main-0:hover {
  background: rgb(206,206,206); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(96,96,96,1) 40%, rgba(71,71,71,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(40%,rgba(96,96,96,1)), color-stop(100%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(96,96,96,1) 40%,rgba(71,71,71,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}

ul.petrus-newsmenu-titles-main-0 {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.petrus-newsmenu-titles-main-0 li {
  margin: 0px;
  padding: 0px;
  margin-bottom:8px;
}

ul.petrus-newsmenu-titles-main-0 li a {
  font-size: 12px;
  color: #222;
}

ul.petrus-newsmenu-titles-main-0 li a:hover {
  color: #888;
}

/* News Image Text */
.petrus-news-content-html-image-cont {
  position: relative;
  width:752px;
  height: 176px;
}

.petrus-news-content-html-image-cont img, .petrus-news-content-html-image-cont p, .petrus-news-content-html-image-cont h3 {
  position: absolute;
  top:0px;
  left:0px;
}

.petrus-news-content-html-image-cont h3 {
  top: 20px;
  left: 0px;
  color : #fff;
  padding-left: 30px;
  text-shadow: 2px 2px 8px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
}

.petrus-news-content-html-image-cont p {
  font-size: 18px;
  padding-top: 20px;
  top: 70px;
  left: 0px;
  position:absolute;
  color : #fff;
  text-shadow: 2px 2px 8px #000000;
  filter: dropshadow(color=#000000, offx=2, offy=2);
  padding-top: 10px;
  padding-left: 30px;
}

.petrus-news-content-html-image-cont p span {
  font-size: 35px;
  text-transform: uppercase;
}

/* News */

.petrus-news-title div{
  font-size: 14px;
  font-weight: bold;
}

.petrus-news-title-default {
  padding: 0px;
  margin-bottom: 5px;
}

.petrus-news-title-10 {
  font-size: 18px;
  color: #0063af;
  font-weight: bold;
}

.petrus-news-author-10 {
  font-size: 14px;
  font-weight: bold;
}


/* Maps and Flags */

#petrus-maps-flags {
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #FFFF99;
  background: rgb(254,252,234); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(253,255,178,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(253,255,178,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(253,255,178,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(253,255,178,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(253,255,178,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(253,255,178,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fdffb2',GradientType=0 ); /* IE6-9 */
}

#petrus-flags {
  padding: 10px;
  float: right;
  text-align: center;
  font-size: 10px;
  color: #888;
}

#petrus-maps {
  padding: 10px;
  padding-right: 25px;
  float: right;
  text-align: center;
  font-size: 10px;
  color: #888;
}

#acia-country-title {
  width:300px;
  float: left;
  margin-top: 25px;
  margin-left: 20px;
  font-size: 24px;
}

/* Resources */
.petrus-news-teaser-readmore, .petrus-news-teaser-readmore a {
  font-size: 12px;
  text-decoration: none;
  color: #666;
}

.petrus-news-teaser-readmore a:hover {
  color: #000;
}

.petrus-newsgroup-sub {
  list-style: none;
}

/* Tables Design */

.asean-tables-class {
  border: 1px solid #fff;
}

.asean-tables-class tr td {
  margin: 0px;
  border: 1px solid #fff;
}

.asean-tables-class tr:nth-child(even) td {
  background-color: #faff7f;
}

.asean-tables-class tr:nth-child(odd) td {
  background-color: #c1ff7f;
}

.asean-tables-class tr td:first-child {
  background-color: #04c0ef;
  color: #fff;
  font-weight: bold;
}

.asean-tables-class tr:first-child td:first-child {
  background-color: #007cc4;
  color: #fff;
  font-weight: bold;
}

/* Database Search box */

ul.country-search-box {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size:12px;
}

ul.country-search-box > li {
  width:50%;
  float: left;
}

ul.country-search-box > li > .petrus-radio-button-country {
  margin:1px;
  padding: 2px;
  color: #fff;
  background-color: #007cc4;
}

/* Sliding Journal */

.petrus-news-container-12 {
	position: relative;
	width:750px;
	border: 1px solid #888;
	margin-bottom: 20px;
	overflow: hidden;
	display: none;
}

.petrus-news-container-12 > ul {
	margin:0px;
	padding:0px;
	list-style: none;
	position: block;
}

.petrus-news-container-12 > ul > li{
	display:block;
	width: 752px;
	margin-right: 5px;
	float: left;
}

#petrus-newsmenu-nav-right {
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

#petrus-newsmenu-nav-right:hover {
  background-image: url(images/arrow-h.png);
  background-repeat: no-repeat;
  background-position: center;
}

#petrus-newsmenu-nav-left {
  background-image: url(images/arrow-l.png);
  background-repeat: no-repeat;
  background-position: center;
}

#petrus-newsmenu-nav-left:hover {
  background-image: url(images/arrow-l-h.png);
  background-repeat: no-repeat;
  background-position: center;
}

.petrus-news-nav-left {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 25px;
	height: 39px;
	background-image: url(images/arrow-l.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.petrus-news-nav-left:hover {
	background-image: url(images/arrow-l-h.png);
}

.petrus-news-nav-right {
	position: absolute;
	top: 0px;
	left: 713px;
	width: 25px;
	height: 39px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.petrus-news-nav-right:hover {
	background-image: url(images/arrow-h.png);
}

.news-module-title {
	margin-top: 15px;
}

/* Sliding Journal End */

#petrus-news-container h4 {
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	padding:4px;
	background-color: #2492FF;
}

div.underline_gray {
	border-top: 1px solid  #888;
	margin-bottom:10px;
	margrin-top:5px;
}

.faf-tables td {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.petrus-news-container-12 h3 {
	background-color: #bbb;
	text-align: center;
	padding:4px;
}

/* News and Event */

ul.petrus-newsmenu-titles-main-7 {
  width: 720px;
}

ul.petrus-newsmenu-titles-main-7 h3 {
  font-size: 14px;
}

ul.petrus-newsmenu-titles-main-7 h3 a {
  text-decoration: none;
  color: #222;
}

ul.petrus-newsmenu-titles-main-7 h3 a:hover {
  text-decoration: underline;
}

a.petrus-readmore-newsfeed {
  font-size: 10px;
  text-decoration: none;
  color: #0063af;
}

a.petrus-readmore-newsfeed:hover {
  color: #000;
}

/* News and Event End */

#petrus-news13 h3 {
  color: #0063af;
  font-size: 16px;
  font-weight: 100;
}

.packages-class-ul > li > ul {
  display: none;
}

.petrus-news-slider-nav {
      display: none;
      margin-top: 5px;
      margin-bottom: 10px;
}

.petrus-news-slider-nav a {
      text-decoration: none;
      color: #666;
}

.petrus-news-slider-nav a:hover {
      color: #222;
}