@CHARSET "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

a,a:visited,a:active { /* color: #ffb424; */ /* color: #99cc00; */
	/* color: #94c502; */
	color: #005983;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	color: red;
	text-decoration: underline;
	cursor:pointer;
}


/*table { border-collapse: collapse; border-spacing: 0; } */
html {
	-webkit-text-size-adjust: none
}  /* stop safari changing font for iphone */
body {
	font: 12px/ 18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
		sans-serif;
	margin: 0px auto 0px auto;
	padding: 0;
	background: #f2f2f1 url('../images/bg_body2.gif') repeat-y fixed;
	background-position: top center;
	text-align: center;
}

h1 {
	font-size: 24px;
	color: #1d711d;
	font-weight: 400;
	margin: 10px 5px 5px 10px;
}

h2 {
	font-size: 16px;
	color: #1d711d;
	font-weight: 400;
	margin: 10px 5px 5px 10px;
}

h3 {
	font-size: 16px;
	color: #19548e;
	font-weight: 400;
	margin: 10px 5px 5px 10px;
}

h4 {
	font-size: 14px;
	color: #1d711d;
	font-weight: 400;
	margin: 14px 5px 5px 10px;
}

h5 {
	font-size: 14px;
	color: #19548e;
	font-weight: 400;
	margin: 10px 5px 5px 10px;
}

h6 {
	font-size: 12px;
	color: #19548e;
	font-weight: 400;
	margin: 5px 5px 5px 10px;
}

.headfoot {
	width:880px;
	font-size: 12px;
	clear: both;
	text-align: center;
	/*background-color:#ddd;*/
	margin: 0;
	margin-top: 20px;
	
	padding: 0;
	border-top :0px green solid;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.nav { 
	background: #E6E6E6;
	width: 880px;
	font-size: 12px;
	clear: both;
	text-align: left;
	margin: 0;
	padding:0;
	line-height:24px;
}

.nav a {
	text-decoration: none;
	padding: 3px 5px 5px 5px;
	margin:0px;
	font-weight: bold;
	line-height:24px;
}
.nav ul {
	padding:0;margin:0;
}
.nav li {
	color: #005983;
	list-style-type: none;
	padding:0;margin:0;
	float:left;
}
.nav a:hover {
	color: #005983;
	text-decoration: none;
	background: #cceeaa;
} 
.nav a:active {
	color: #005983;
	background: #cceeaa;
	text-decoration: none;
}
.nav a.selected {
	background: #93d533;
}
.mob_nav {
	
}

.headerimg {
	float: left;
	background: url('../images/erc_logo3_32860.gif') no-repeat left;
	width: 328px;
	height: 70px;
	padding	: 0px;
	margin-left: 0px;
}

.headerimgAUD {
	background: url('../images/erc_logo3_32860AUD.gif') no-repeat left;
}

.headerimgNZD {
	background: url('../images/erc_logo3_32860NZD.gif') no-repeat left;
}

.headerimgHKD {
	background: url('../images/erc_logo3_32860HKD.gif') no-repeat left;
}

.headerimgGBP {
	background: url('../images/erc_logo3_32860GBP.gif') no-repeat left;
}

div,p,span,u,ul,ol,li,input,textarea,form,select {
	color: #3b3b3b;
}

.mob_show {
	display: none;
}

#container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#leftcontent {
	float: left;
	width: 740px;
	margin: 0px;
	padding: 0px;
}

.calc_blurb {
	float: left;
	width: 740px;
	margin: 0px;
	padding: 0px; /*border: solid 1px #999; */
}

.vertical_ads_600 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	width: 120px;
	height: 600px;
	border: solid 0px black;
	/*background-color: #ddddff;*/
}

.vertical_ads_690 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	width: 120px;
	height: 690px;
	border: solid 0px black;
	/*background-color: #ccccff;*/
}


.text {
	float: left;
	margin: 4px 2px 2px 2px;
}

.textline {
	margin: 8px 8px 8px 15px;
	clear: both;
}

.textline_spread {
	margin: 12px 15px 12px 35px;
	clear: both;
}

.bigtext {
	float: left;
	font-size: 12px;
}

.smalltext {
	font-size: 10px;
}

.biginput {
	color: blue;
	width: 60px;
	font-size: 1em;
	float: left;
}

.faq {
	font-size: 12px;
	float: left;
	margin: .5em .3em 2em 1em;
}

.faq div {
	margin-bottom: .8em;
}

.clear {
	clear: both;
	margin: 0;
}


.button {
	padding: 2px 5px 4px 20px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url( '../images/button_bkg.png' );
	background-repeat: repeat-x;
	font-size: 12px;
	height: 16px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}

.button:hover {
	color: #804020;
}

.cashImg {
	width: 32px;
	height: 24px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 10px;
	float: left;
	background: url('../images/Donate.png') no-repeat left;
}

.iphoneImg {
	height: 34px;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
	color: #777;
	background: url('../images/iphone.gif') no-repeat left;
}

.ccy {
	float: left;
	padding-top: 0px;
	padding-left: 26px;
}


.na {
	color: #999;
	font-size: 10px;
	padding-top: 2px;
	padding-left: 26px;
	float: left;
	text-align: left;
}

.bigrate {
	color: #333;
	font-size: 14px;
	float: left;
	width: 100%;
	height: 100%;
	text-align: left;
	margin-left:5px;
}
.bigrateover {
	background-color:#cceeaa;
}
.raterowover {
	background-color:#ddd;
}

.bigrateNA {
	color: #888;
	font-size: 14px;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vendor {
	font-size: 110%;
	padding-top: 1px;
	padding-left: 26px;
	float: left;
	padding-left: 26px;
	float: left;
}
.margin {
	font-size: 10px;
	margin-left: 6px;
	padding: 0;
	float: left;
	color:#444;
}
.time {
	font-size: 8px;
	margin: 2px 0 0 26px;
	padding: 0;
	float: left;
}
.time2 {
	font-size: 9px;
	margin: 2px  0 0 8px;
	padding: 0;
	float: left;
	color:#444;
}

.bestsell {
	color: #63a513;
}

.bestbuy {
	color: #63a513;
}

.tickwhite {
	background: url('../images/tick_white.jpg') no-repeat left;
	width: 24px;
	height: 24px;
	padding-left: 24px;
}

.tickyellow {
	background: url('../images/button_tick.jpg') no-repeat left;
	height: 24px;
	height: 24px;
	padding-left: 24px;
}

.tickbuy {
	background: url('../images/button_tick_buy_26.gif') no-repeat left;
	height: 26px;
	height: 26px;
	padding-left: 28px;
}

.ticksell {
	background: url('../images/button_tick_buy_26.gif') no-repeat left;
	height: 26px;
	height: 26px;
	padding-left: 28px;
}

.tickselected {
	background: url('../images/button_tick_selected_26.gif') no-repeat left;
	height: 26px;
	height: 26px;
	padding-left: 28px;
}

.selrate {
	color: #4f9ed3;
	padding-top: 4px;
}

.twitter {
	background: url('../images/twitter45.png') no-repeat left;
	width: 62px;
	height: 62px;
	padding-top: 5px;
	margin-left: 8px;
	border: solid 0px green;
}

.bank {
	
	height:100%;
	width:90%;
	padding-top: 2px;
	margin-left: 3px;
	float: left;
}
.mid {
	background: url('/erc/images/arrow.png') no-repeat left;
}

.CBA {
	background: url('../images/banks/cba.jpg') no-repeat left;
}

.ANZ {
	background: url('../images/banks/anz.jpg') no-repeat left;
}

.WBC {
	background: url('../images/banks/westpac.jpg') no-repeat left;
}

.STG {
	background: url('../images/banks/stg.jpg') no-repeat left;
}

.NAB {
	background: url('../images/banks/nab.jpg') no-repeat left;
}

.CTB {
	background: url('../images/banks/cb.jpg') no-repeat left;
}

.BW {
	background: url('../images/banks/bw.jpg') no-repeat left;
}

.HBC {
	background: url('../images/banks/hbc.jpg') no-repeat left;
}

.TRX {
	background: url('../images/banks/trx.jpg') no-repeat left;
}

.BNZ {
	background: url('../images/banks/bnz.jpg') no-repeat left;
}

.ASB {
	background: url('../images/banks/asb.jpg') no-repeat left;
}

.TSB {
	background: url('../images/banks/tsb.jpg') no-repeat left;
}

.HNG {
	background: url('../images/banks/hng.jpg') no-repeat left;
}

.BOC {
	background: url('../images/banks/boc.jpg') no-repeat left;
}

.DAH {
	background: url('../images/banks/dah.jpg') no-repeat left;
}

.DBS {
	background: url('../images/banks/dbs.jpg') no-repeat left;
}

.WHB {
	background: url('../images/banks/whb.jpg') no-repeat left;
}

.RBS {
	background: url('../images/banks/rbs.jpg') no-repeat left;
}

.NAT {
	background: url('../images/banks/nat.jpg') no-repeat left;
}

.POF {
	background: url('../images/banks/pof.jpg') no-repeat left;
}

.BA {
	background: url('../images/banks/ba.jpg') no-repeat left;
}

.MS {
	background: url('../images/banks/ms.jpg') no-repeat left;
}

.hidden {
	display: none;
}

.panel {
	float: left;
	width: 740px;
	display: inline;
	text-align: left;
	margin: 5px;
	margin-left: 5px;
	padding: 2px;
	padding-bottom: 6px;
	color: #666;
	background: #ffffff;
	border: 1px solid #bbb;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
}

.intro {
	float: left;
	width: 740px;
	display: inline;
	text-align: left;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #666;
	background: #e4f7e3;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blurb {
	float: right;
	font-size: 100%;
	font-weight: 600;
	width: 370px;
	margin-top: 10px;
	border: 0px solid #bbb;
	padding: 2px;
	padding-bottom: 6px;
}

.blurb ul {
	margin: 0;
	padding: 0;
}

.blurb li {
	list-style-type: none;
	background: url(../images/Star_sm.gif) no-repeat;
	padding-left: 30px;
	margin: 0;
	text-align: justify;
}

.quote {
	float: left;
	display: inline;
	text-align: left;
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 1px;
	padding-bottom: 6px;
	color: #666;
	background: #d2e7ff; /* #ddf9db; */
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	width: 400px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.quote_index {
	width: 340px;
}

.quotetable_div {
	margin: 10px;
}

.quote table {
	width: 100%;
	border: 0;
	padding: 2px;
	margin: 0;
	margin-top: 0px;
	margin-left: 0px;
}

.quote tr {
	border: 0;
	padding: 2px;
	margin: 0
}

.quote td {
	border: 0;
	padding: 2px;
}

.quotelabel {
	width: 80px;
	color: #7777aa;
	margin-left: 15px;
}

.baseccylabel {
	float: left;
	color: #7777aa
}

.thin_td {
	width: 120px;
}

.cross_heading {
	background-color:white;
	text-align:center;
	
}
.cross_td {
	background-color: white;
	text-align:left;
	
}

.wide_td {
	width: 265px;
}


.wide_td_200 {
	width: 200px;
}
.quote_vendor_col {
	width: 180px;
}

.quote select {
	float: left;
	width: 170px;
}

.quote input {
	
}

.quotebutton {
	color: blue;
}

.af_ad {
	float: right;
	width: 315px;
	border: 0px solid #bbb;
	margin-top: 15px;
	margin-bottom: 0px;
}

.matrix_panel {
	float: left;
	width: 100%;
	display: inline;
	text-align: left;
	margin: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 6px;
	color: #666;
	background: #f8f8d1;
	border: 1px solid #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.td_heading {
	margin-left: 0px;
	width: 100%;
	font-weight: 600;
	text-align:left;
}

#siteinfo a {
	font-size: 12px;
	color: #444;
}

#siteinfo a:hover {
	color: #c04020;
	text-decoration: none;
}

table {
	padding: 0px;
	border-spacing: 0px;
	border: 0px solid #bbb;
	margin: 0px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}


td {
	margin: 0px;
	padding: 0px;
	width: 110px;
	border: 0px solid #bbb;
	border-spacing: 0px;
}

.headings td {
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	color: #000066;
	background-color: white;
}

.headings_ccy {
	background-color: white;
	width: 120px;
	text-align:center;
}
.headings_midrate {
	background-color: white;
	width: 80px;
	text-align:center;
}

.headings_sell {
	background-color: #ddcdcd;
	width: 80px;
	text-align:left;
}

.headings_buy {
	background-color: #cdddcd;
	width: 70px;
	text-align:left;
}

.buy {
	background: #cdddcd;
	color: #666;
}

.buyover {
	background: #9daa9d
}

.sell {
	background: #ddcdcd;
	color: #666;
}

.sellover {
	background: #aa9d9d;
}

.quoterate {
	color: #333333;
	/*background-color: white;*/
	font-size: 12px;
	padding: 0;
	width:70px;
}
.red {color:red;}

.quoterate a:hover {
	color: #c04020;
	text-decoration: none;
}

.quoterateNA {
	color: #333333;
	font-size: 12px;
	padding: 0;
	width:70px;
}

.quoterateNA a:hover {
	color: #c04020;
	text-decoration: none;
}

.quoterateover {
	background-color: #aaaaaa;
}

.quoterateover a:hover {
	color: #c04020;
	text-decoration: none;
}

.quoteratesel {
	background-color: yellow;
}

.flagtd {
	color: #333333;
	background-color: white;
	font-size: 14px;
	padding: 0;
	width: 140px;
}
.rate {
	color: #333;
	font-size: 12px;
	float: left;
	width: 100%;
	height: 80%;
	text-align: center;
	margin-left: 10px;
}
.midrate {margin-left: 5px; text-align:left;}

.midratetd {
	color: #333333;
	background-color: white;
	font-size: 12px;
	padding: 0;
	
}
.trodd {
	border-left:1px solid white;
	border-right:1px solid white;
	background: #ddd;
}

.midratetdover{
	background-color: #cceeaa;
}

.tabs {
	float:left;
	heights:60px;
	background: #f8f8d1;
	color: #666;
	padding-left:10px;
	margin:0;
}
.tab {
	float:left;
	width:100px;
	height:20px;
	margin-top:10px;
	text-align:center;
	background: #e6e6c1;
	color: #666;
	border-top: 1px solid #ddd;
	border-left: 0px solid #ddd;
	border-right: 1px solid #bbb;
	padding-top:5px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;

}
.seemoreccy {
	background: #e6e6c1;
	text-align:center;
	color: #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
.seemoreccyover{
	
	background-color: #cceeaa;
}
.tabover{
	background-color: #cceeaa;
}
.tabsel {
	margin-top:0px;
	height:30px;
	background: white;
	font-weight:600;
	color:black;
}

.flagtdover {
	background-color: #cceeaa;
}


.flagtext {
	float: left;
	margin: 4px;
	font-size: 14px;
	border: 0px solid #bbb;
}

.flag {
	float: left;
	background-color: white;
	margin: 5px;
	margin-top: 8px;
	width: 16px;
	height: 11px;
}
.flagcross {
	float: left;
	background-color: white;
	margin: 2px;
	margin-left: 6px;
	margin-right: 6px;
	width: 16px;
	height: 11px;
}

.ccych {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.ccych_wide {
	margin-left: 0px;
	width:160px;
}

.ccych_thin  {
	margin-left: 16px;
	margin-top: 6px;
	width:50px;
}

.ccych li {
	list-style-type: none;
	display:inline;
	margin:0px;
	padding:0px;
}

.ccychflag {
	float: left;
	margin:0;
	width: 16px;
	height: 14px;
	line-height:14px;
}
.ccychtext {
	float: left;
	height:14px;
	margin-left:2px;
	margin-right:4px;padding:0;
	line-height:14px;
}

.flaginheading {
	display: inline-block;
	margin: 2px;
	margin-top: 0px;
	width: 16px;
	height: 11px;
}

.chartlink {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	display:none;
	color: #888;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	border: 0px solid #bbb;
}


.AUD {
	background: url('../images/flags/gif/au.gif') no-repeat left;
}

.USD {
	background: url('../images/flags/gif/us.gif') no-repeat left;
}

.EUR {
	background: url('../images/flags/gif/europeanunion.gif') no-repeat left;
}

.CAD {
	background: url('../images/flags/gif/ca.gif') no-repeat left;
}

.CHF {
	background: url('../images/flags/gif/ch.gif') no-repeat left;
}

.CNY {
	background: url('../images/flags/gif/cn.gif') no-repeat left;
}

.DKK {
	background: url('../images/flags/gif/dk.gif') no-repeat left;
}

.GBP {
	background: url('../images/flags/gif/gb.gif') no-repeat left;
}

.HKD {
	background: url('../images/flags/gif/hk.gif') no-repeat left;
}

.IDR {
	background: url('../images/flags/gif/in.gif') no-repeat left;
}

.INR {
	background: url('../images/flags/gif/id.gif') no-repeat left;
}

.JPY {
	background: url('../images/flags/gif/jp.gif') no-repeat left;
}

.KRW {
	background: url('../images/flags/gif/kr.gif') no-repeat left;
}

.KWD {
	background: url('../images/flags/gif/kw.gif') no-repeat left;
}

.MYR {
	background: url('../images/flags/gif/my.gif') no-repeat left;
}

.NOK {
	background: url('../images/flags/gif/no.gif') no-repeat left;
}

.NZD {
	background: url('../images/flags/gif/nz.gif') no-repeat left;
}

.PKR {
	background: url('../images/flags/gif/pk.gif') no-repeat left;
}

.PLN {
	background: url('../images/flags/gif/pl.gif') no-repeat left;
}

.SEK {
	background: url('../images/flags/gif/se.gif') no-repeat left;
}

.SGD {
	background: url('../images/flags/gif/sg.gif') no-repeat left;
}

.THB {
	background: url('../images/flags/gif/th.gif') no-repeat left;
}

.SAR {
	background: url('../images/flags/gif/sa.gif') no-repeat left;
}

.PHP {
	background: url('../images/flags/gif/ph.gif') no-repeat left;
}

.ZAR {
	background: url('../images/flags/gif/za.gif') no-repeat left;
}

.BHD {	background: url('../images/flags/gif/bh.gif') no-repeat left;
}
.MOP {	background: url('../images/flags/gif/mo.gif') no-repeat left;
}
.AED {	background: url('../images/flags/gif/ae.gif') no-repeat left; }
.PGK {	background: url('../images/flags/gif/pg.gif') no-repeat left; }
.TWD {	background: url('../images/flags/gif/tw.gif') no-repeat left; }
.VND {	background: url('../images/flags/gif/vn.gif') no-repeat left; }
.FJD {	background: url('../images/flags/gif/fj.gif') no-repeat left; }

.noborder { border:0; }
.underline { text-decoration:underline; }

.roundedcornr_box_887012 {
   background: #d2e7ff;
}
.roundedcornr_top_887012 div {
   background: url(../images/roundedcornr_887012_tl.png) no-repeat top left;
}
.roundedcornr_top_887012 {
   background: url(../images/roundedcornr_887012_tr.png) no-repeat top right;
}
.roundedcornr_bottom_887012 div {
   background: url(../images/roundedcornr_887012_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_887012 {
   background: url(../images/roundedcornr_887012_br.png) no-repeat bottom right;
}

.roundedcornr_top_887012 div, .roundedcornr_top_887012, 
.roundedcornr_bottom_887012 div, .roundedcornr_bottom_887012 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_887012 { margin: 0 30px;font-size:20px; }

.roundedcornr_box_702144 {
   background: #e6e6e6;
}
.roundedcornr_top_702144 div {
   background: url(../images/roundedcornr_702144_tl.png) no-repeat top left;
}
.roundedcornr_top_702144 {
   background: url(../images/roundedcornr_702144_tr.png) no-repeat top right;
}
.roundedcornr_bottom_702144 div {
   background: url(../images/roundedcornr_702144_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_702144 {
   background: url(../images/roundedcornr_702144_br.png) no-repeat bottom right;
}

.roundedcornr_top_702144 div, .roundedcornr_top_702144, 
.roundedcornr_bottom_702144 div, .roundedcornr_bottom_702144 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_702144 { margin: 0 20px; }