﻿/* -------------------------
Styles for Print
styles for the site's structural layout. 

---------------------------------------------------------*/
* {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	font-size:11px;
}

html{
	height:100%;
	width:100% !important;
}

body {
	width:99%;
	height:100%;
	font-size:100%;
	text-align:left;
}

body #aspnetForm {
    height:33%;
}

#container {	
	padding:0;
  position:relative;
  min-height:100%;
  width:100% !important;
}

* html #container {
	height:100%;
}

#acessibilityLinks{
	display:none;
}

#header {
	padding:0;
	margin:0 0 25px 0;
}

#crossSiteLinks, #secLinks, #mainNavigation, #loggedConsole, #sectionNavigationTransactional, #footer, .dCal, #controls {
	display:none;
}

img {
	border:0;
}

a {
	color:#000000;
	text-decoration:underline;
}

p {
	width:100%;
	margin-bottom:1em;
	margin-top:1em;
}

ul {
	list-style-type:none;
}

.clearLeft {
  	clear:left;
  	height:0;
  	font-size:0;
}

.clearRight {
	clear:right;
	height:0;
	font-size:0;
}

.clearAll {
	clear:both;
	height:0;
	font-size:0;
}

.marginLeft5 {
	margin-left:5px;
}

#footerPrint {
	font-size:0.8em;
	clear: both;
	width: 100%;
	margin-top:100px;
}

.noPrint {
  display:none;
}

h1 {
	font-size: 1.4em;
	letter-spacing: 0.02em;
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color:#000000;
	border-bottom:1px solid #000000;
	margin:20px 0 0;
	padding-left:3px;
}

h3 {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	padding-left:3px;
}

h2.noLine {
	border-bottom:none;
}

p.caption_01 {
	color:#000000;
	font-size:0.9em;
	margin:5px 0 0;
}

p.information {
	font-weight:bold;
	margin-left:15px;
}

p.information span {
	margin-right:5px;
}

p.headerCaption {
	color:#000000;
	margin:0 0 2px;
	padding-left:4px;
}

.hint {
	color:#000000;
	font-size:0.9em;
	padding:15px 10px 15px 18px;
}

table {
	border-collapse:collapse;
}

table.dataList_1 {
  margin: 5px 0 25px 0;
  width:100%;
}

table.dataList_1 th, table.dataList_1 td.tableHeader {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	padding:3px;
	font-weight:normal;
	text-align:left;
}
/* Two columns layout */

.twoColumns {
	margin-bottom:20px;
}

.lColumn {
	width:49%;
	float:left;
}

.rColumn {
	width:49%;
	float:right;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.checkToogler {
	float:left;
	width:300px;
}

.checkToogler a {
	padding-left:5px;
}

.pagination {
	color:#000000;
	float:right;
	padding-right:5px;
	text-align:right;
	width:300px;
}

table.dataList_1 th {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	padding:3px;
	font-weight:bold;
	text-align:left;
}

table.dataList_1 td {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:3px;
	text-align:right;
}

table.dataList_2 {
	width:100%;
	margin: 5px 0 20px 0;
	font-size:0.9em;
	border-bottom:1px solid #000000;
}

/* hack para ie<7) */
* html table.dataList_2 {
	width:99%;
}

table.dataList_2 thead th, table.dataList_2 tbody th {
 text-align:center;
 color:#000000;
 padding:4px;
 border-bottom:1px solid #000000;
}

table.dataList_2 thead th.select {
	width:50px;
}

table.dataList_2 thead th.amount {
	text-align:right;
}

table.dataList_2 thead th.date, table.dataList_2 thead th.currency, table.dataList_2 thead th.reference  {
	text-align:center;
}

table.dataList_2 thead th.description, table.dataList_2 tbody th.description {
	text-align:left;
}

table.dataList_2 tbody td {
	padding:4px;
}

table.dataList_2 tbody td:first-child {
 border-left:none;
}

table.dataList_2 tbody td.select {
	text-align:center;
}

table.dataList_2 tbody td.noData {
	text-align:center;
	color:#000000;
	padding:10px 0;
}

table.dataList_2 tfoot td {
	padding:3px;
	text-align:right;
	color:#000000;
}

table.dataList_2b {
	width:100%;
	margin: 5px 0;
	font-size:0.9em;
	border-bottom:1px solid #000000;
}

table.dataList_2b thead th, table.dataList_2b tbody th {
 text-align:center;
 color:#000000;
 padding:4px;
 border-bottom:1px solid #000000;
}

table.dataList_2b thead th:first-child, table.dataList_2b tbody th:first-child {
 border-left:none;
}

table.dataList_2b thead th.select {
	width:70px;
}

table.dataList_2b thead th.amount {
	text-align:right;
}

table.dataList_2b thead th.date, table.dataList_2b thead th.currency, table.dataList_2b thead th.reference  {
	text-align:center;
}

table.dataList_2b thead th.description, table.dataList_2b tbody th.description {
	text-align:left;
}

table.dataList_2b tbody td {
	padding:4px;
	vertical-align:top;
}

table.dataList_2b tbody td:first-child {
 border-left:none;
}

table.dataList_2b tbody td.select {
	text-align:center;
}

table.dataList_2b tbody td.noData {
	text-align:center;
	color:#000000;
	padding:10px 0;
}

table.dataList_2b tbody td.date {
	white-space:nowrap;
}

table.dataList_2b tbody td .fieldRow, table.dataList_2b tbody td .fieldDate {
	margin-left:0;
}

table.dataList_2b tbody td .fieldDate .yearSize, table.dataList_2b tbody td .fieldDate .monthSize, table.dataList_2b tbody td .fieldDate .daySize {
	margin-right:0;
}

table.dataList_2b tbody td.amount input {
	width:100px;
}

table.dataList_2b tfoot td {
	padding:3px;
	text-align:right;
	color:#000000;
}

table.dataList_4 {
	width:100%;
	margin: 10px 0 20px 0;
	/*font-size:0.9em;*/
	border-bottom:1px solid #000000;
}

table.dataList_4 thead th {
  color:#000000;
	padding:3px;
	border-bottom:1px solid #000000;
}

table.dataList_4 td {
	padding:5px;
}

#marketTab {
	border-bottom:1px solid #000000;
	margin:10px 0 3px;
	padding:0 0 2px 10px;
}

#marketTab li {
	color:#000000;
	display:inline;
	margin-right:10px;
	padding:3px 5px 2px;
}

#marketTab li.selected {
	font-weight:bold;
}

table.marketTable {
	margin:0 10px;
	width:100%;
}

table.marketTable thead th {
	border-bottom:1px solid #000000;
	color:#000000;
	font-size:0.9em;
	font-weight:normal;
	padding:3px 0;
}

table.marketTable tbody td {
	border-bottom:1px solid #000000;
	color:#000000;
	font-size:0.9em;
	padding:3px 0;
}

.summaryTitle {
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0 5px;
	padding:2px 0 1px 5px;
}

.summaryTable {
	width:100%;
	text-align:left;
}

.summaryTable thead th {
	border-bottom:1px solid #000000;
	color:#000000;
	padding:3px 2px 0 7px;
}

.summaryTable tbody td {
	border-bottom:1px solid #000000;
	padding:5px 2px 5px 7px;
	vertical-align:top;
}

#summaryOptions {
	padding:10px;
}

#summaryOptions a {
	font-weight:bold;
}

#summaryOptions #emailArea #emailField a {
	font-weight:normal;
	margin-left:60px;
}

#summaryOptions p {
	color:#000000;
	margin:0;
}

#summaryOptions #personalizeArea {
	margin-bottom:10px;
}

.more {
	padding:5px 0;
	text-align:right;
}

.more a {
	margin-right:10px;
}

#messageCenter {
	margin:10px 0 30px 0;
	padding:15px 10px 15px 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;	
}

#messageCenter span.icon {
	width:62px;
	text-align:center;
	display:block;
	vertical-align:top;
}

#messageCenter div.message {
	margin:-32px 0 0 0;
	padding-left:62px;
	float:left;
	width:90%;
}

#messageCenter div.message p {
	margin:5px 0 0 0;
	font-size:1.1em;
}

#messageCenter p.error, #messageCenter p.success {
  color:#000000;   
}

#workingCompany {
	text-align:right;
}

input.text, textarea, select {
	border-top:1px solid #ABADB3;
	border-right:1px solid #DBDFE6;
	border-bottom:1px solid #E3E9EF;
	border-left:1px solid #DBDFE6;
	background: #ffffff;
	color:#333333;
	font-size: 1em;	
	padding-left:2px;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.hideFromPrint{
	display: none;
}

.showOnPrint{
	display: block;
}

.hide2 {
	display:none;
	visibility:hidden;
}

/*    TD aligning styles     */

.amount {
	text-align:right;
}

.date {
	text-align:center;
}

.currency {
	text-align:center;
}

.reference {
	text-align:center;
}

.description {
	text-align:left;
}

/*    Account Info related styles      */

table.accountList {
  margin:0;
  width:100% !important;
}

table.accountList tbody td {
	padding:3px;
}

div.accountInfo{
	margin:10px 0 30px 0;
	border-bottom:1px solid #666666;
	font-size:0.9em;
}

/* hack para ie<7) */
* html div.accountInfo  {
	border-bottom:1px solid #666666;
}

div.accountInfo table {
	border:0;
}

div.accountInfo table td{
	padding:2px 10px 2px 5px;
}

div.accountInfo table span{
	display:block;
	color:#000000;
	font-weight:bold;
}

div.accountInfo div.noselectButton {
    display:none;    
}

div.accountInfo div.selectButton {
    display:none;
}

div.accountInfo a.viewDetail {
    display:none;
}

div.lines {
    border-top:1px solid #666666; 
}

div.visibleArea {
    margin:0 0 30px;
    width:100% !important;
    padding:10px;
}

div.hiddenArea {
    margin:0 0 30px;
}

div.benefList a {
	margin-left:15px;
}

.requiredField {
	color:#000000;
	float:right;
	font-size:0.9em;
}

input.disabled {
	background-color:#E4E4E4;
}

.fieldRow, .fieldAmount, .fieldDate, .radioRow, .checkRow {
	margin:0 0 5px 25px;
	padding-top:5px;
	position:relative;
}

.fieldRow label, .fieldAmount label, .fieldDate label {
	display:block;
	margin:3px 15px 0 0;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:220px;
}

.fieldRow input {
	width:350px;
}

.fieldRow input.blockButton {
	display:block;
	margin-left:0;
	margin-top:10px;
}

.fieldAmount input {
	width:150px;
}

.fieldRow input.button {
	margin-left:5px;
	width:auto;
}

.fieldRow input.smallInput {
	width:150px;
}

.radioRow input, .checkRow input {
	margin:0 5px 0 0;
	vertical-align:middle;
}

.radioRow .fieldRow, .checkRow.fieldRow {
	margin-left:0;
}

.fieldRow input.accountInput {
	margin-left:4px;
	width:237px;
}

.fieldRow select {
	margin-bottom:0;
	width:354px;
}

.fieldRow select.width50 {
	width:50px;
}

.fieldRow select.smallInput, .fieldDate select.smallInput {
	width:154px;
}

.fieldDate img {
	margin-right:5px;
	vertical-align:top;
}

.fieldRow textarea {
	height:145px;
	width:350px;
}

.checkRow p.caption_01 {
	color:#000000;
	font-size:0.9em;
	margin:0 0 0 23px;
	padding:0;
	text-align:left;
}

.fieldSameRow {
	margin:5px 0 10px;
}

.fieldSameRow label {
	display:block;
	float:left;
	margin:3px 5px 0 65px;
	overflow:hidden;
	position:relative;
	text-align:right;
	width:auto;
}

.fieldSameRow input[type="text"] {
	margin-left:0;
	width:170px;
}

.fieldAmount label.sameRow, .fieldRow label.sameRow {
	color:#000000;
	display:inline;
	font-weight:normal;
	margin:5px 0 5px 10px;
	width:auto;
}

.fieldRow .trxError, .fieldAmount .trxError, .fieldDate .trxError, .fieldSameRow .txtError, .checkRow .trxError {
	color:#000000;
	display:block;
	font-size:0.9em;
	margin:2px 0 0 2px;
	text-align:left;
	font-weight:bold;
}


.errorArea  {
	margin:20px 0 20px 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:0.9em;
	color:#000000;
}

.errorArea p {
  margin:12px 0 0 0;
  padding:7px 0 10px 0;
}

.errorArea  ul{
	margin:0 0 10px;
	padding-left:50px;
	list-style:none;
}

.errorArea li {
	margin:0 0 3px 0;
}

.errorAreaField {
	float:left;
	clear:left;
}

.errorInput {
	font-size:0.9em;
	color:#d1005d;
	white-space:nowrap;
}

.infoList {
	border:1px solid #D7D7D7;
	height:157px;
}

/* Beneficiaries Styles */

div.benefList  a.linkClosed {
	font-weight:bold;
	padding-right:15px;
	margin-left:15px;
}

div.benefList  a.linkOpened {
	font-weight:bold;
	padding-right:15px;
	margin-left:15px;
}

div.benefList .infoWrapper {
	margin-top:5px;
	padding-top:15px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}

div.benefList .infoWrapper .benefText {
	width:283px;
	height:20px;
	margin-left:15px;
}

div.benefList .infoWrapper .infoList {
	width:285px;
	margin-top:5px;
	position:static;
	overflow:auto;
}

div.benefList  .infoList .fieldInfo {
	padding-top:10px;
	padding-bottom:0;
	position:static;
}

/* End Beneficiaries Styles */

.infoWrapper {
	padding-bottom:15px;
	border-bottom: 1px solid #000000;
}

.infoWrapper .infoList {
	width:420px;
	margin-left:15px;
}

.infoWrapper .infoList .fieldInfo {
	background:none;
}

.infoWrapper .checkToogler {
	margin-left:20px;
}

.infoWrapper .button {
	margin:10px 0 0 25px;
}

.filtersWrapper {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	margin-bottom:15px;
	padding:5px 3px;
}

.filtersWrapper h3 {
	margin:5px 0 0 5px;
}

.filtersWrapper .fieldRow {
	margin-left:0;
}

.filtersWrapper #filtersButton {
	margin:20px 0 0 5px;
}

.filtersRow .fieldAmount, .filtersRow .fieldDate, .filtersRow .fieldRow {
	float:left;
	margin-left:0;
}

.changeCurrency {
	margin-bottom:15px;
	text-align:right;
}

.changeCurrency label {
	color:#000000;
	font-weight:bold;
	margin-right:5px;
	margin-top:5px;
	vertical-align:middle;
}

.changeCurrency select {
	vertical-align:middle;
}

#tabMenu {
	border-bottom:1px solid #000000;
	margin:30px 0 10px;
	padding:0 0 5px 25px;
}

#tabMenu li {
	display:inline;
	margin-right:25px;
	padding:5px 10px;
}
#tabMenu li.selected {
	font-weight:bold;
	padding:5px 9px;
}

.inputRow {
	margin-bottom:5px;
}

.inputRow div.headerLabel {
	margin-bottom:5px;
}

.inputRow div.headerLabel span {
	color:#000000;
	font-size:1em;
	font-weight:bold;
}

.inputRow .fieldDate {
	float:left;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
}

.filesCurrency {
	margin-top:5px;
	text-align:right;
}

#transCenterMenu {
	border-bottom:1px solid #000000;
	margin-top:10px;
	padding:5px 15px 4px 160px;
}

#transCenterMenu li {
	display:inline;
	margin-right:25px;
	padding:5px 10px;
}

#transCenterMenu li.selected {
	color:#727272;
	font-weight:bold;
	padding:5px 9px;
}

#liShow {
	float:left;
	height:15px;
	margin:-20px 15px 0 5px;
	padding:0 15px 0 11px;
	position:relative;
	width:100px;
}

ul#navList {
	background-color:#FFFFFF;
	display:none;
	margin:5px 0 0 -11px;
	padding:0;
	position:relative;
	top:15px;
	width:150px;
}

.tabContent {
	border-bottom:1px solid #000000;
	margin:0 0 25px;
	padding:5px 7px 10px;
}

.tabContent .checkRow {
	float:left;
	margin-left:0;
}

.tabContent .checkRow label {
	font-weight:bold;
	padding-right:20px;
}

.inputRow div.headerLabel {
	margin-bottom:5px;
}

.inputRow .fieldRow {
	float:left;
	margin-left:0;
	padding-top:0;
}

.inputRow .fieldRow select {
	float:left;
	width:160px;
}

table.transactionCenter {
	border-bottom:1px solid #000000;
	margin:2px 0;
	text-align:center;
	width:100%;
}

table.transactionCenter thead th {
	border-bottom:1px solid #000000;
	color:#000000;
	padding:3px;
	text-align:center;
}

table.transactionCenter thead th.date, table.transactionCenter thead th.currency, table.transactionCenter thead th.reference {
	text-align:center;
}

table.transactionCenter thead th.description, table.transactionCenter tbody th.description {
	text-align:left;
}

table.transactionCenter thead th.amount {
	text-align:right;
}

table.transactionCenter tbody td {
	padding:3px;
	color:#000000;
}

table.transactionCenter tbody td input {
	margin:3px 2px 3px 4px;
}

.Copyright {
    color: #FFFFFF;
    font-size: 11px;
    height: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center !important;
}

.BotBar {
    margin-top: 0px !important;
}

#controls {
    margin: 0px !important;
}

@media print {
    html, body { height: auto; }
}