@import url("/css/tinystyles.css");

body {
	padding: 0px;
	margin: 0px;
	font-size:11px;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	background: #00b5d6;
}
.main {
	background:url(/images/layout/main-background.gif) top repeat-x #f4f8fb fixed;
}
a {color:#00b5d6;}
a:hover {color:#00b5d6;}

hr {
	color: #00b5d6;
	background-color: #00b5d6;
	height: 3px;
	border:none;
}
img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}
h1{
	color:#00b5d6;
	font-size:20px;
	font-weight:bold;
}
h2, h3{
	color:#00b5d6;
	font-size:18px;
	font-weight:bold;
}
h5{
	color:#00b5d6;
	font-size:14px;
	font-weight:bold;
	margin-top: 10px;
}
p{ 
	line-height: 20px;
	font-size:12px;
}
::-moz-selection {
	background:#f89627; 
	color:#FFF;
}
::selection {
	background:#f89627; 
	color:#FFF;
}
ul{
	margin: 0 0 10px 0;
	padding: 0px;
	list-style:none;
}
ul li{
	margin: 0px;
	display:block;
	padding-left: 15px;
	line-height: 20px;
	background:url(/images/layout/blue-square.gif) no-repeat left 7px;
}
.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%;
}
.globalWidth {
	width: 955px;
}
.wrapper {
	margin: 0px auto 0px auto;
	position:relative;
}

.header {
	height: 120px;
	position:relative;

}
.header img.logo{
	position:absolute;
	top: 0;
	left: 0;
}
.header .clock{
	position:absolute;
	top: 0;
	left: 250px;
}
.header #zazacontainer{
	position:relative;
	top: 2px;
	right:2px;
        right:10px;
	float:right;
}
ul.mainMenu {
	position:relative;
	top: 10px;
	float: right;
	height: 50px;

}
ul.mainMenu li{
	list-style:none;
	margin: 0;
	padding: 0;
	float:left;
	background:url(/images/layout/main-menu-divider.gif) no-repeat right;
}
ul.mainMenu li:last-child{background:none;}
ul.mainMenu li a {
	list-style:none;
	margin: 0;
	float:left;
	text-decoration:none;
	line-height: 50px;
	padding: 0 15px 0 15px;
	font-weight:bold;
	font-size:11px
}
ul.mainMenu li a:hover {text-decoration:underline;}

.platformMenu {
	position:absolute;
	bottom: 0;
	right: 6px;	
}
.platformMenu a{
	display:block;
	float:left;
	margin: 0 0 0 5px;
}
.platformMenu .business{
	background:url(/images/layout/business-currency-exchange.gif) no-repeat;
}
.platformMenu .personal{
	background:url(/images/layout/personal-currency-exchange.gif) no-repeat;
}
.platformMenu .partners{
	background:url(/images/layout/partners-currency-exchange.gif) no-repeat;
}
.platformMenu .travel{
	background:url(/images/layout/travel-money.gif) no-repeat;
}

.platformMenu .button{
	background-position: bottom;
}
.platformMenu .button:hover{
	background-position: top;
}
.page {
	padding: 0;
}
.mainFeatureContainer{
	border: solid 1px #dcdcd9;
	background: #fff;
	padding: 5px;
	height: 287px;
	width:943px;
}
.mainFeature{
	border: solid 1px #f4f4f2;
	background:url(/images/layout/main-feature-background.gif) repeat-x bottom #fff;
	height: 285px;
	width:941px;
	overflow:hidden;

}

.mainFeature div {
	display:block; 
	float: left;
	overflow:hidden;
	position:relative;

}
.mainFeature div center img{
	border: 0;
}
.mainFeature div center{
	position:absolute;
	clear:none;
	left: 390px;
	width: 300px;
	display:inline;
	text-align:left;
}

.titleBlock {
	border: solid 1px #dcdcd9;
	background: #fff;
	padding: 5px;
	position:relative
}
.topBlock{
	padding: 15px;
	font-size:18px;
	font-weight:bold;
	position:relative;
}
.topBlock .merge {
	position:absolute;
	top: -10px;
	height: 10px;
	width: 120px;
}

.titleBlock ul{
	padding: 0;
	margin: 0;
	list-style:none;
	margin: 0;
	position:absolute;
	right: 0;
	top: 20px;
}
.titleBlock ul li{
	padding: 0;
	margin: 0;
	list-style:none;
	background:none;
	display:block;
	float:left;
	border-right: 1px solid #fff;
}
.titleBlock ul li a{
	padding: 0 14px 0 14px;
	font-size:11px;
	line-height: 10px;
	color:#FFF;
	text-decoration:none;
}
.titleBlock ul li:last-child{
	border-right: none;
}
.titleBlock ul li:first-child a{
	padding: 0 14px 0 0;
}
.titleBlock ul li a:hover{text-decoration:underline;}
.blueBlock{
	background: #00b5d6;
	color:#FFF;
}
.blueBlock .merge {
	right: 250px;
	background: #00b5d6;	
}
.clearBlock{
	color: #00b5d6;
	border: 1px solid #f5f5f4;
}
.clearBlock ul li a{
	color: #00b5d6;
}
.orangeBlock{
	background: #f89627;
	color:#FFF;
}
.orangeBlock .merge {
	right: 125px;
	background: #f89627;	
}
.brownBlock{
	background: #a5a194;
	color:#FFF;
}
.brownBlock .merge {
	right: 0px;
	background: #a5a194;	
}
.blackBlock{
	background: #fff;
	color:#000;
}
.blackBlock .merge {
	right: 375px;
	background: #fff;	
	width: 140px;
}






.icon {
	padding: 0 0 0 35px;
	line-height: 35px;
	height: 35px;
	display:block;
	font-weight:bold;
}
.arrow{
	background: url(/images/layout/icon-arrow.gif) no-repeat left;

}
.big{font-size:18px;}
.telephone{
	background: url(/images/layout/icon-telephone.gif) no-repeat left;
	font-size:18px;
	text-decoration:none;
}
.callback {
	line-height: 10px;
	height: 10px;
}
.twitter {
	background: url(/images/layout/icon-twitter-blue.gif) no-repeat left;
}
.rss {
	background: url(/images/layout/icon-rss-blue.gif) no-repeat left;
}
.rssOrange {
	background: url(/images/layout/icon-rss-orange.gif) no-repeat left;
}
.downloadOrange {
	background: url(/images/layout/icon-download-orange.gif) no-repeat left;
	color: #f89627;
}
.downloadBlue {
	background: url(/images/layout/icon-download-blue.gif) no-repeat left;
}
.titleBlock .icon {
	padding: 0 0 0 35px;
	background-position:top;
	height: 35px;
}

.orange ul li{
	background:url(/images/layout/orange-square.gif) no-repeat left;
}
.orange h2, .orange h1, .orange h3, .orange a, .orange h4, .orange h5{
	color: #f89627;
}
.orange .arrow{
	background: url(/images/layout/icon-arrow-orange.gif) no-repeat left;
}
.orange .telephone{
	background: url(/images/layout/icon-telephone-orange.gif) no-repeat left;
}


.brown ul li{
	background:url(/images/layout/brown-square.jpg) no-repeat left;
}
.brown h2, .brown h1, .brown h3, .brown a{
	color: #a5a195;
}
.brown .arrow{
	background: url(/images/layout/icon-arrow-brown.gif) no-repeat left;
}
.brown .telephone{
	background: url(/images/layout/icon-telephone-brown.gif) no-repeat left;
}

.columnHalf{
	width: 50%;
	float:left;
}

.column655{
	width: 655px;
	float:left;
	position:relative;
}
.column555{
	width: 555px;
	float:left;
	position:relative;
}
.column100{
	width: 100px;
	float:left;
	position:relative;
}
.column300{
	width: 300px;
	float:left;
}

.pad10 {
	padding: 10px;
	
}
.padRight{
	padding: 20px 0 10px 10px;
	
}
.padLeft{
	padding: 20px 10px 10px 0;
	
}
.padLeftRight{
	padding: 10px 10px 10px 10px;
	
}

.centre {text-align:center;}

.floarRight {
	float: right;
	
}




.hiddenFields {
	display: none;
}
input, textarea, select {
	color: #000;
	background: #fff;
	border: solid 1px #00b5d6;
	padding:3px;
	font-size:11px;
	font-family:Verdana, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
input:focus , textarea:focus, select:focus {
	outline: solid 1px #00b5d6;
}
fieldset {
	border:1px solid #00b5d6;
	padding: 20px;
}
legend {
	
}
form input.submit, form input[type='submit']{
	background: #f89627;
	color:#FFF;
	padding: 10px;
	border: none;
	font-size:12px;
}
form input.submit:hover, form input[type='submit']:hover{
	background: #f08f22;
}


.currencyConvertor {
	margin: 0 0 40px 0;
	
}
.currencyConvertor label{
	text-align:right;
	display:block;
	padding: 0 10px 0 0;
	
}


.currencyConvertor input{
	width: 222px;
	float:right;
	
}
.currencyConvertor select{
	width: 230px;
	float:right;
	
}
.currencyConvertor input.submit, .currencyConvertor input[type='submit']{
	width: 150px;
	float:right;
	
}

.marketUpdates {
	padding: 0 0 20px 0;
	
}

.border{
	border: solid 1px #dcdcd9;
	background: #fff;
	padding: 5px;
	margin: 0 0 30px 0;
}
.border .in {
	border: solid 1px #f4f4f2;
	padding: 10px;
}





.footer {
	position:relative;
	background: url(/images/layout/footer-background.gif) repeat-x top;
	border-top: 1px solid #bed8e8;
	color:#FFF;
	font-size:10px;
}
.footer a{color:#FFF;}
.footer .border{
	border-top: 1px solid #bed8e8;
	height:2px;
	background:#f4f8fb;
	padding: 0;
	margin: 0;
}
.footer .text{
	position:absolute;
	width: 650px;
	font-size:10px;
	margin: 20px 0 0 0;
}
.footer .text p{
	font-size:10px;
	line-height: 16px;
}
.footer .fsa{
	position:absolute;
	top: 20px;
	right: 20px;
}
.footer ul{
	padding: 0;
	margin: 0;
	list-style:none;
	height: 35px;
	margin: 20px 0 0 0;
}
.footer ul li{
	padding: 0;
	margin: 10px 0 0 0;
	list-style:none;
	background:none;
	display:block;
	float:left;
	border-right: 1px solid #fff;
}
.footer ul li a{
	padding: 0 14px 0 14px;
	font-size:11px;
	line-height: 10px;
	color:#FFF;
	text-decoration:none;
}
.footer ul li:last-child{
	border-right: none;
}
.footer ul li:first-child a{
	padding: 0 14px 0 0;
}
.footer ul li a:hover{text-decoration:underline;}
.footer p.copyright{
	font-size:10px;
	display:block;
	position:absolute;
	top: 50px;
	left: 0;
	padding: 0 0 0 10px;
	margin: 0;
	font-size:11px;
	line-height: 20px
}
.footer .established{
	display:block;
	position:absolute;
	top: 50px;
	right: 0px;
	width: 191px;
	height: 36px;
	padding: 0 0 30px 0;
}
.footer .established img{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	border: 0;
}
.footer .established span{
	position:absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	font-size:10px;
}
.footer .established a{
	color: #666666;
}

.footer .social{
	position:absolute;
	top: 10px;
	right: 0;
}
.footer .social .icon {
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
	float:left;
	margin: 0 10px 0 0;
}
.footer .social .icon:hover {text-decoration:underline;}
.article {
	clear:both;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.article h5{
	font-size:12px;
	font-weight:bold;
	color: #00b5d6;
	padding: 0 0 10px 0;
	margin: 0;
}
.article h4{
	color:#00b5d6;
	font-size:13px;
	font-weight:bold;
	padding: 10px 0 10px 0;
	margin: 0;
}

.article .date {
	float:left;
	border: none;
	display: block;
	margin: 0px 15px 0px 0px;
	background:url(/images/layout/icon-calendar.gif) no-repeat;
	text-align:center;
	line-height: 25px;
	height: 25px;
	width: 33px;
	padding: 8px 0 0 0;
}
.article .date a{
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.article p{
	display:block;
	clear:none;
	padding: 0;
	margin: 0;
}
.article img {
	float:left;
	display: block;
	margin: 0px 15px 0px 0px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #d7dad8;
}

.article .noborder {
	float:left;
	border: none;
	display: block;
	margin: 0px 15px 0px 0px;
	border: none;
	padding: 0;
}















.articleC {
	background: none;
	border: none;
	padding: 0;
	width: 320px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.articleC h4{
	color:#00b5d6;
	font-size:13px;
	font-weight:bold;
	padding: 0 0 10px 0;
	margin: 0;
}
.articleC p{
	display:block;
	clear:none;
	padding: 0 15px 0 0;
	margin: 0;
}
.articleC img {
	float:left;
	display: block;
	margin: 0px 15px 0px 0px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #d7dad8;
}












.sub {
	font-size:11px;
	margin:0;
	color: #00b5d6;
	font-weight:bold;
}

.suber {
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
	margin: 0 0 25px 0;
}
.subber {
	font-size:10px;
	margin:0;
	padding: 0;
	color: #00b5d6;
	line-height: 0px;
}
.small{font-size:10px;}
.small p{font-size:10px;}
.facebookComment {
	
}
.facebookComment textarea {
	width: 100%;
	clear:both;
	
}
.facebookComment input.submit, .facebookComment input[type='submit'] {
	float:right;
	margin: 10px 0 0 0;
}
.facebookComment .facebookConnect{
	float:right;
	margin: 10px 0 0 0;
}

.facebookComment .logDetails {
	float:left;
	width: 400px;
	
}
.facebookComment .logDetails input.checkbox, .facebookComment input[type='checkbox']{
	display:inline;
	margin: 0;
	padding: 0;
}

.comments {clear:both;}
p.comment {

}
#log_res {

}
 
#log_res.ajax-loading {
	background: url(/images/layout/loading.gif) no-repeat center;
}
.applicationForm {
	position:relative;
	//height: 100%;
}
.applicationForm .alert {
	position:absolute;
	right: -310px;
	width: 300px;
	height: 80px;
}
.applicationForm .alert h5{
	padding: 5px 0 10px 0;
	margin: 0;
}
.applicationForm .alert img{
	border: none;
}
.Leftout {
	position:absolute;
	background:url(/images/layout/arrowleftOut.png) no-repeat center;
	width: 24px;
	height: 100%;
	left: -17px;
}




.applicationForm input, .applicationForm textarea, .applicationForm select {
	color: #000;
	background: #fff;
	border: solid 1px #00b5d6;
	padding:5px;
	font-size:13px;
	font-family:Verdana, Helvetica, sans-serif;
	margin: 0 0 8px 0;
}
.applicationForm input.text, .applicationForm input[type='text'], .applicationForm textarea {
	width: 300px;
}
.applicationForm input.submit, .applicationForm input[type='submit']{
	background: #f89627;
	color:#FFF;
	padding: 10px;
	border: none;
	font-size:12px;
}
.applicationForm input.submit:hover, .applicationForm input[type='submit']:hover{
	background: #f08f22;
}
.applicationForm table {
	width: 100%;
}
.applicationForm label {
	width: 300px;
	display:block;
	height: 30px;
	line-height:30px;
}
.applicationForm label.norm {
	width:inherit;
	height: inherit;
	clear:both;
	line-height: 22px;
}
.applicationForm label.line {
	width: 300px;
	display:block;
	height: 30px;
	line-height:30px;
	float:left;
}
.applicationForm textarea.tc {
	width:600px;
	height:50px;
	font-size:10px;
	padding: 15px;
	line-height: 20px;
}
.bigNumber{
	border: solid 1px #dcdcd9;
	background: #fff;
	padding: 5px;
	margin: 0 0 10px 0;
	position:relative;
}
.bigNumber .in {
	border: solid 1px #f4f4f2;
	padding: 10px;
}
.bigNumber .out {
	position:absolute;
	background:url(/images/layout/arrowOut.png) no-repeat center;
	width: 100%;
	height: 24px;
	top: -18px;
}

.bigNumber ol{
	font-size:18px;
	color: #00b5d6;
	font-weight:bold;
	list-style: decimal outside;
	margin: 0;
	padding: 0px;
	display:block;
}
.bigNumber ol li{
	padding: 0;
	margin: 0 0 0 50px;
}
.bigNumber ol span{
	font-size:12px;
	color: #000;
	font-weight:normal;
	padding: 0px;
}
.bigNumber ol span p{
	font-size:11px;
	margin: 0;
}
.floatRight {
	float:right;
	margin: 0 0 0 5px;
	
}










table.layout {
	border-collapse: collapse;
	margin:  0 0 10px 0;
	padding: 0;
	width:100%;
}
table.layout td {
	border-top: 4px solid #f4f8fb;
	border-bottom: 4px solid #f4f8fb;
	padding: 3px;
}
table.layout th {
	text-align: left;
	background-color: #548cd6;
	border-top: 6px solid #f4f8fb;
	border-bottom: 6px solid #f4f8fb;
	padding: 3px;
	text-transform:capitalize;
}
table.layout thead th, table.layout tfoot th, table.layout tfoot td {
	background:  #00b5d6;
	color:#fff;
	font-weight: bold;
}
table.layout tbody th, table.layout td {
	background-color:#ffffff;
	color:#000;
}

table.layout tbody tr:hover td, table.layout tbody tr:hover th {
	background-color:#a5a195;
	color:#000;
}

.inDent {
	border: solid 1px #f4f4f2;
	padding: 4px;	
}

table.update {
	border-collapse: collapse;
	margin:  0;
	padding: 0;
	width:100%;
}
table.update td {
	border-top: 2px solid #fff;
	padding: 5px;
	background: #f89627;
	color:#FFF;
}

table.update th {
	background: #00b5d6;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 5px;
	color:#FFF;
	text-align:left;
	width: 50%;
}

table.update tr:hover td, table.update tbody tr:hover th {
	background-color:#a5a195;
	color:#fff;
}
.uppercase {text-transform:uppercase;}
div.testimonial {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
}
div.testimonial p{
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
}
.testimonial img{
	padding: 0 5px 0 5px;
}
.testimonial span{
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	float:right;
	color: #00b5d6;
	font-size:11px;
	font-weight:bold;
}


.pagination{
	display:block;
	clear:both;
	text-align:center;
	padding: 5px;
	margin: 0 35px 0 0;
}
.pagination .first{
	display: none;
}
.pagination .previous{
	padding: 0 10px 0 10px;
	background:url(/images/icons/previousIcon.gif) left no-repeat;
}
.pagination .next{
	padding: 0 10px 0 10px;
	background:url(/images/icons/nextIcon.gif) right no-repeat;
}
.pagination span.previous{
	color:#666;
	padding: 0 10px 0 10px;
	background:url(/images/icons/previousInactiveIcon.gif) left no-repeat;
}
.pagination span.next{
	color:#666;
	padding: 0 10px 0 10px;
	background:url(/images/icons/nextInactiveIcon.gif) right no-repeat;
}
.pagination .last{
	display: none;
}
.pagination a.page{
	padding: 4px;
	margin: 2px;
	color:#00b5d6;
	text-decoration:none;
}
.pagination a:hover.page{text-decoration:underline;}
.pagination strong{
	padding: 2px 4px 2px 4px;
	margin: 2px;
	background: #00b5d6;
	color:#fff;
}

#travel-money-banner{
	position:relative;
	width: 300px;
	height: 250px;
	margin: 15px 0 15px 0;

}
#travel-money-banner #con{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 250px;
	overflow:hidden;
}

#travel-money-banner #con #travelmoney {
	align: right;
	text-align:right;
	width: 600px;
	height: 450px;
	position:absolute;
	right: 0px;
	z-index: 3;
}
.cookieP{
	background: #00b5d6;
	color:#FFF;
	position:fixed;
	bottom: 0;
	z-index: 99999999999999;
	width: 100%;

}
.cookieP h2, .cookieP p, .cookieP a{color:#FFF;}
.cookieP span {
	width: 955px;
	margin: 0px auto 0px auto;
	position:relative;
	display:block;
}
.cookieP h2{
	float:left;
	width: 200px;
	margin: 10px;
	
}
.cookieP p{
	float:left;
	width: 500px;
	margin: 10px;
	
}
.cookieP div{
	float:left;
	width: 180px;
	margin: 10px 0 0 20px;
}
.cookieP div a{
	display:block;
	margin: 10px;
	font-weight:bold;
}
.cookieP div a:first-child{
	background:url(/images/icons/white-tick.png) left center no-repeat;
	padding: 0 0 0 30px;
	height: 30px;
	line-height: 30px;
	font-size:13px;
}

/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url("/images/mooCheck/tl.png") no-repeat;
}
.fc-tbx .t{
	background: url("/images/mooCheck/t.png") repeat-x;
	height: 7px;
}
.fc-tbx .tr{
	background: url("/images/mooCheck/tr.png") no-repeat;
}
.fc-tbx .l{
	background: url("/images/mooCheck/l.png") repeat-y;
	width : 7px;
}
.fc-tbx .r{
	background: url("/images/mooCheck/r.png") repeat-y;
	width: 9px;
}
.fc-tbx .bl{
	background: url("/images/mooCheck/bl.png") no-repeat;
}
.fc-tbx .b{
	background: url("/images/mooCheck/b.png") no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url("/images/mooCheck/br.png") no-repeat;
}
.fc-tbx .c{
	background: url("/images/mooCheck/c.png") repeat;
}
.fc-tbx a.close {
	float: right;
	background: url("/images/mooCheck/close.png") no-repeat;
	background-position:right;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx a:hover.close {background-position:left;}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	margin : 0;
	padding : 0;
	border : 0;
	color : #fff;
}

.ajax_loader {
	background : url("/images/mooCheck/ajax-loader.gif") no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #fff;
}