html, body, #global {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
#global {
	height: auto;
	position: absolute;
	top: 0;
	left:0;
	min-width: 997px;
}
#global.rightLateral {
	background: url('../img/layout/back_lateral.gif') 50% 0 repeat-y;
}
body {
	font: normal 0.8em "Trebuchet MS", tahoma, arial, verdana;
	color: #666;
	background-color: #fff;
}
img {
	border: none;
}
a {
	font: normal 100% tahoma, arial, verdana;
	color: #4e80c0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 0 0 8px;
	padding: 0;
}
ul li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}
h1 {
	margin: 12px 0 8px 0;
	padding: 0 0 4px 0;
	font: normal 140% georgia, arial, verdana;
	color: #4e80c0;
	background: url('../img/layout/blue_gradient.gif') 0 100% no-repeat;
}
h2 {
	margin: 0 0 6px 0;
	padding: 1px 5px;
	font: bold 110% georgia, arial, verdana;
	color: #fff;
	text-transform: uppercase;
	background-color: #039;
	border-bottom: 2px solid #ffb100;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
p strong {
	color: #000;
}
.floatRight {
	float: right;
	margin: 0 0 0 4px;
	padding: 0;
}
.lowercase {
	text-transform: lowercase;
}
iframe.iframetab {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 52px;
	width: 996px;
	overflow: hidden;
	background: transparent url('../img/layout/trans.png') 0 0 repeat;
	z-index: 999;
}
div.iframetab {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 52px;
	width: 996px;
	overflow: hidden;
	background: transparent url('../img/layout/trans.png') 0 0 repeat;
	z-index: 999;
}
p#loadIcon {
	margin: 6px 0;
	color: #000;
	text-align: center;
	display: block;
	vertical-align: middle;
}
p#loadIcon img {
	vertical-align: middle;
	margin-right: 8px;
}
div#messages p.orange {
	margin: 0;
	padding: 0 8px;
	font: normal 85% "Trebuchet MS", arial, verdana;
	color: #fff;
	line-height: 25px;
	height: 25px;
	clear: both;
	display: block;
	background: #ffc700 url('../img/layout/msg_orange_back.gif') 0 0 repeat-x;
	overflow: hidden;
}
div#messages p.orange span {
	float: left;
}
div#list-messages ul li a.unread {
	font-weight: bold;
}
div#messages p.orange span span {
	float: none;
}
div#messages p.orange span.uppercase {
	font: bold 100% "tahoma", arial, verdana;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: 12px;
}
div#messages p.orange span.msg {
	width: 625px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}
div#messages p.orange a {
	margin-right: 12px;
	font: normal 100% "Trebuchet MS", arial, verdana;
	line-height: 25px;
	color: #fff;
}
div#messages p.orange a.close {
	float: right;
	padding-right: 22px;
	background: transparent url('../img/layout/msg_close.gif') 100% 40% no-repeat;
	text-transform: uppercase;
}
div#messages span.orange-corner-bl {
	float: left;
	margin-top: -5px;
	width: 6px;
	height: 5px;
	font-size: 2%;
	background: transparent url('../img/layout/msg_orange_bl.gif') 0 0 no-repeat;
}
div#messages span.orange-corner-br {
	float: right;
	margin-top: -5px;
	width: 6px;
	height: 5px;
	font-size: 2%;
	background: transparent url('../img/layout/msg_orange_br.gif') 0 0 no-repeat;
}
div#messages span.open-bl {
	background-image: url('../img/layout/msg_orange_bl2.gif') !important;
}
div#messages span.open-br {
	background-image: url('../img/layout/msg_orange_br2.gif') !important;
}
div#messages a.new-window {
	position: absolute;
	margin: 4px 0 0 8px;
	width: 16px;
	height: 16px;
	background: transparent url('../img/layout/application_form_magnify.gif') 100% 0 no-repeat;
}
/* --------------------------- */

/* Header BEGIN */
#header {
	margin: 0;
	padding: 6px 0 0 0;
	color: #fff;
	font: bold 80% tahoma, arial, verdana;
	background-color: #4e80c0;
}
#language {
	float: left;
	margin: 0;
	padding: 0 0 0 8px;
}
#language a {
	margin: 0;
	padding: 0 4px;
	font-weight: normal;
	text-transform: capitalize;
	color: #c3ddfd;
}
#language a.selected {
	color: #fff;
	font-weight: bold;
}
#header p {
	float: left;
	margin: 0;
	padding: 0 0 0 48px;
}
#header p span {
	font-weight: normal;
}
#header p span strong {
	color: #fff;
}
#header p em {
	color: #c3ddfd;
	padding-right: 4px;
	font-style: normal;
}
#header a.login {
	float: right;
	color: #fff;
	padding: 0 8px;
}
#header a.logout {
	float: left;
	color: #fff;
	padding: 0 8px;
	background: transparent url('../img/layout/logout.gif') 100% 50% no-repeat;
}
#header span.corner-bl {
	float: left;
	margin: 3px 0 0 0;
	width: 6px;
	height: 6px;
	background: url('../img/layout/header_bl.gif') 0 0 no-repeat;
}
#header span.corner-br {
	float: right;
	margin: 3px 0 0 0;
	width: 6px;
	height: 6px;
	background: url('../img/layout/header_br.gif') 0 0 no-repeat;
}

/* Fast search box */
#header form {
	float: right;
	margin: -3px 20px -3px 0px;
}
#header form label {
	float: left;
	margin-right: 4px;
}
#header form label input {
	float: none;
	padding: 0;
}
#header form input {
	float: left;
	padding-top: 3px;
}

/* Header END */

/* --------------------------- */

/* Confirmation windows */
#confirmation-buttons {
	margin-top: .5em;
}
#confirmation-buttons a {
	padding: .2em .5em;
}

/* --------------------------- */

/* Left column BEGIN */
#left-column {
	float: left;
	margin: 0;
	padding: 0 14px 0 0;
	width: 178px;
	background-color: #fff;
}
#left-column a.brand {
	float: left;
	margin: 20px 0 0 20px;
	width: 154px;
	height: 23px;
	text-indent: -999px;
	outline: 0;
	clear: both;
	background: url('../img/layout/bbva.gif') 0 0 no-repeat;
}
#left-column ul#navigation {
	margin: 0;
	padding: 8px 0 0 0;
	clear: both;
	background-position: 100% 58px;
	margin-top: 110px;
	/*background: url('../img/layout/ul_menu_back.gif') 100% 0 no-repeat;*/
}
#left-column ul#navigation li {
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#left-column ul#navigation li a {
	font: normal 100% tahoma, arial, verdana;
	color: #666;
	padding-left: 20px;
	background: url('../img/layout/li_menu.gif') 2px 6px no-repeat;
}
#left-column ul#navigation li.selected {
	/*background: url('../img/layout/li_menu_back.gif') 0 0 no-repeat;*/
}
#left-column ul#navigation li.selected a {
	font-weight: bold !important;
	color: #020f75 !important;
	background-image: url('../img/layout/li_menu_active.gif') !important;
	background-position: 0 1px !important;
	padding-top: 1px;
}
#left-column ul#navigation li ul li.selected a {	
	background-position: 9px 1px !important;
}
#left-column ul#navigation li.submenu a {
	background-image: url('../img/layout/li_menu_close.gif');
}
#left-column ul#navigation li.expanded a {
	color: #4e80c0;
	font-weight: bold;
	background-image: url('../img/layout/li_menu_open.gif');
}
#left-column ul#navigation li ul {
	margin: 0;
	padding: 0;
	background-image: none;
}
#left-column ul#navigation li.submenu ul {
	display: none;
}
#left-column ul#navigation li.expanded ul {
	display: block;
}
#left-column ul#navigation li.expanded ul li.submenu ul {
	display: none;
}
#left-column ul#navigation li.expanded ul li.expanded ul {
	display: block !important;
}
#left-column ul#navigation li ul li {
	padding-left: 0;
}
#left-column ul#navigation li.expanded ul li a {
	outline: none;
	font-weight: normal;
	padding: 0 0 1px 28px;
	color: #4e80c0;
	background: url('../img/layout/li_submenu.gif') 16px 8px no-repeat;
	white-space: nowrap;
}
#left-column ul#navigation li.expanded ul li.expanded a.arrow {
	font-weight: bold;
	background-image: url('../img/layout/li_submenu_open.gif');
	background-position: 16px 6px;
}
#left-column ul#navigation li.expanded ul li.submenu a {
	background-image: url('../img/layout/li_submenu_close.gif');
	background-position: 16px 6px;
}
#left-column ul#navigation li.expanded ul li.expanded ul li a {
	font-weight: normal;
	color: #4e80c0;
	padding-left: 34px;
	background: url('../img/layout/li_submenusub.gif') 25px 8px no-repeat;
}
#left-column ul#navigation li.unreadMail a, #left-column ul#navigation li ul li.unreadMail a {
	font-weight: bold;
}
/* Left column END */

/* --------------------------- */

/* Content BEGIN */
#content-wrapper {
	margin: 0 auto;
	padding: 0 0 22px 0;
	width: 996px;
	clear: both;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 804px;
}
#content ul li {
	padding-left: 8px;
	background: transparent url('../img/layout/li.gif') 0 5px no-repeat;
}
#content div.adobeinfo {
	font-size: 90%;
	color: #000;
}
#content div.adobeinfo p {
	margin-bottom: 0;	
}
#content-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 594px;
}
#content-column.wide {
	width: 798px !important;
}
#content div.row {
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	background: url('../img/layout/double_sep.gif') 0 100% repeat-x;
}
#content div.last {
	background-image: none;
}
#content div.col {
	float: left;
	margin: 0 2% 0 1%;
	padding: 0;
	width: 30%;
}
#content div.right {
	float: right !important;
	margin-left: 2%	 !important;
	margin-right: 3% !important;
}
/*
#content div.central {
	margin: 0 6% !important;
}
*/
/* Content END */

/* --------------------------- */

/* Right column BEGIN */
#right-column {
	float: right;
	margin: 0;
	padding: 18px 5px 0 8px;
	width: 196px;
}
#right-column h3, #right-column h3.amp {
	margin: 0 -5px 8px -8px;
	padding: 0 6px 0 46px;
	min-height: 42px;
	font: normal 90% georgia, arial, verdana;
	color: #ff8437;
	text-transform: uppercase;
	background: #fffffb url('../img/layout/li_lateral.gif') 0 0 no-repeat;
	border-bottom: 1px solid #f9b700;
}
#right-column h3.amp {
	background-image: url('../img/layout/li_lateral6.gif');
}
#right-column p, #right-column ul li {
	font-size: 90%;
	padding-left: 8px;
	padding-right: 8px;
}
/* Right column END */

/* --------------------------- */

/* Banner BEGIN */
#banner {
	margin: 0;
	padding: 0;
	height: 170px;
	font: normal 140% georgia, arial, verdana;
	color: #020f75;
	border-top: 2px solid #fff;
	/*background: #c3ddfd url('../img/publico/banner2.jpg') 0 0 no-repeat;*/
	overflow: hidden;
}
#banner.home {
	background: #c3ddfd url('../img/publico/banner004.jpg') 0 0 no-repeat;
}
#banner.services {
	background: #c3ddfd url('../img/publico/banner001.jpg') 0 0 no-repeat;
}
#banner.products {
	background: #c3ddfd url('../img/publico/banner002.jpg') 0 0 no-repeat;
}
#banner.legal {
	background: #c3ddfd url('../img/publico/banner003.jpg') 0 0 no-repeat;
}
#banner.solid {
	background-image: url('../img/layout/bue_gradient2.jpg');
	background-repeat: repeat-y;
}
#banner div.float-image {
	position: absolute;
	width: 222px;
	height: 159px;
	margin: 11px 0 0 -20px;
	text-indent: -1600px;
	color: #fff;
	background: url('../img/layout/people.png') 0 0 no-repeat;
}
#banner p {
	margin: 0;
	padding: 26px 0 0 214px;
	display: none;
}
#banner.solid p {
	padding-left: 12px;
}
#banner p em {
	font-size: 155%;
	font-style: normal;
}
#banner ul {
	margin: 36px 0 0 0;
	padding: 0 0 0 214px;
	display: none;
}
#banner.solid ul {
	padding-left: 12px;
}
#banner ul li {
	margin: 5px 0;
	padding: 0 0 0 7px;
	font-size: 60%;
	font-weight: bold;
	background: url('../img/layout/li_banner.gif') 0 6px no-repeat;
}
/* Banner END */

/* --------------------------- */

/* Footer BEGIN */
#footer-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#footer {
	width: 972px;
	margin: 0 auto;
	padding: 6px 16px 0 8px;
	height: 18px;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	background: #e5e5e5 url('../img/layout/footer_back.gif') 0 0 repeat-x;
}
#footer ul#footer-navigation {
	float: left;
	margin: 0;
	padding: 0;
}
#footer ul#footer-navigation li {
	float: left;
	margin: 0;
	padding: 0 8px;
	background: url('../img/layout/footer_sep.gif') 0 50% no-repeat;
}
#footer ul#footer-navigation li.first {
	background-image: none;
}
#footer ul#footer-navigation li a {
	color: #000;
	font-weight: bold;
}
#footer p {
	float: right;
	margin: 0;
	padding: 0;
}

#footer p.copyright {
	margin-left: 18em;
}
/* Footer END */

/* --------------------------- */

/* Special properties BEGIN */
.clearfix:after, #content ul.tabContainer:after, #content div.row:after, #content div.tab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content pre {
	margin-top: 12px;
	font-size: 120%;
	white-space: normal;
}
#content pre.mailBody {
	white-space: pre;
}
/* Special properties END */

/* --------------------------- */

/* eBanking tabs BEGIN */
#content ul.tabContainer {
	float: left;
	width: 100%;
	margin: 0 -8px 12px -8px;
	padding: 0 8px 0 8px;
	background: #fff url('../img/layout/tab_ul_back.gif') 0 100% repeat-x;
}
#content ul.tabContainer li {
	float: left;
	margin: 0 2px 2px 0;
	padding: 0 8px 0 0;
	background: #4e80c0 url('../img/layout/tab_li_back.gif') 100% 0 no-repeat;
}
#content ul.tabContainer li a {
	display: block;
	padding: 2px 0 3px 8px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: transparent url('../img/layout/tab_li_a_back.gif') 0 0 no-repeat;
}
#content ul.tabContainer li:hover {
	background-color: #c3defc;
	background-image: url('../img/layout/tab_li_over_back.gif');
}
#content ul.tabContainer li:hover a {
	text-decoration: none;
	color: #000;
	background-image: url('../img/layout/tab_li_a_over_back.gif');
}
#content ul.tabContainer li.selected {
	margin-bottom: -2px;
	padding-bottom: 2px;
	background-color: #c3defc;
	background-image: url('../img/layout/tab_li_over_back.gif');
}
#content ul.tabContainer li.selected a {
	color: #000;
	background-image: url('../img/layout/tab_li_a_over_back.gif');
}
#content div.tab {
}
/* eBanking tabs END */

/* --------------------------- */

/* email BEGIN */

#content ul.attachments {
	clear: left;
	margin: 10px 0 25px 25px;
}
#content ul.attachments li {
	background: none;
}
#content table.mailTable tbody tr td.unread {
	font-weight: bold !important;
}
#content table.mailTable tbody tr td.unread a {
	font-weight: bold !important;
}
#content table.dataTable tbody tr.link {
	cursor: pointer !important;
}
#content table.dataTable tbody tr.link a:hover {
	text-decoration: none;
}

/* email END */

/* --------------------------- */

/* Help dialog BEGIN */
#left-column div.help {
	margin-top: 50px;
	clear: both;
	padding-left: 18px;
	background: transparent url('../img/layout/li_help.gif') 0 4px no-repeat;
}
#left-column div.help h3 {
	font: normal 130% georgia, "Times New Roman", arial, verdana;
	color: #020f75;
	font-weight: normal;
}
#left-column div.help p strong {
	color: #9a9a9a;
}
#left-column div.help p {
	font-size: 90%;
	color: #9a9a9a;
}
#left-column div.help p a {
	color: #9a9a9a;
}
/* Help dialog END */

img.row {
	border: none;/*1px dotted rgb(111, 154, 180);*/ 
	margin-bottom: 20px;
}

/* people marked for deletion BEGIN */
#content table tbody tr.markedForDissociation td {
	font-style: italic;
	color: #666666;
}

#content table tbody tr.markedForDissociation td a {
	font-style: italic;
	color: #666666;
}
/* people marked for deletion END */

/* security settings BEGIN */
div.tooltip {
	position: fixed;
	width: 528px;
	margin-top: -2.6em;
	margin-left: 179px;
	padding: 0.5em;
	background-color: #ffffe0;
	border: 2px solid #020f75;
	color: #000;
}
/* security settings END */

/* trip setting BEGIN */
td.mandatory a{
	color:#666666;
	font-style:italic;
}

#content table tbody tr td.deleted a{
	color:#808080;
}


#content form pre.remarks {
	white-space: pre;
}

#content form input.file {
	width: 30%;
	height: 1.8em;
	
}
/* trip setting END */

/* financial information BEGIN */
a.pdf.fund {
	text-decoration: underline;
}
/* financial information END */