/*____                               _
 / ___|   _ _ __ _ __ ___ _ __   ___(_) ___  ___
| |  | | | | '__| '__/ _ \ '_ \ / __| |/ _ \/ __|
| |__| |_| | |  | | |  __/ | | | (__| |  __/\__ \
 \____\__,_|_|  |_|  \___|_| |_|\___|_|\___||___/ for Business Day

Author:		Jens Korff
Born:		December 2007
Modified:
-------------------------------------------------------------------------------------------------- */
/* CSS for currency tables and currency converter

   Default: currency converter in sidebar
--------------------------------------------------------------------------------------------------*/
#index .currency#content {margin:0}

ul.fRows li{background:none;clear:left;padding:0.3em 0 0.5em 0;margin:0;list-style-type:none}
ul.fRows label{width:49px;float:left;font-weight:bold}
ul.fRows #currNumber,ul.fRows select {width:195px}
ul.fRows li.last {text-align:center}
ul.fRows li.last label {display:none}
ul.fRows li.last input {padding:0 .8em;margin-left:-30px}

.currency {border:0}
	#content h2 {color:#000;font-size:2.3em}
	#content h2 .inlineRight {font:.4em normal Arial, Helvetica, sans-serif}
	.currency h3 {font-size:1.9em}
	.currency h3.tabs {font-size:1.6em;color:#b5b5b5;border-bottom:1px solid #b1c8dc}
	.currency h3.tabs a {color:#004471}
	.currency h3.tabs a.unselected {color:#88aacc}
	.currency p.smallnote {font-size:.9em}

#sidebar .converter {width:298px;border:1px solid #b1c8dc;margin:0 0 10px 0;padding:0 0 28px 0}
	#sidebar .converter h3 {margin:3px 0 .3em 6px;font:normal 1.5em Georgia, "Times New Roman", Times, serif}
	#sidebar .converter form {margin-left:24px}
	#currencyConverterResp {padding-top:29px;background:#fff url('../img/business_sprite.gif') no-repeat -1px -120px}
	#currencyConverterResp table {xdisplay:none;width:90%;margin-left:5%}
		#currencyConverterResp td {border-bottom:1px solid #d6e2ed;width:3.9%} /* for '=' column */
		#curr1Resp,#curr2Resp {width:48%;font-weight:bold;font-size:1.4em}
		#revCurr1,#revCurr2 {font-weight:bold}
		#curr1Name,#curr2Name {font-size:.9em}
	#currencyConverterResp p {text-align:center;display:none;margin-bottom:2em}

table.rates {width:100%}
	#content .rates tr.firstFive td {background-color:#fff}
	.rates th {font-weight:normal;font-size:.9em;border:1px solid #9ab7d1;border-width:1px 0;line-height:1.1;padding:.2em}
	#content .rates th,#content .rates td {background-color:#eef1f2;text-align:right}
	#content .rates th.long,#content .rates td.cur,#content .rates td.curLink {text-align:left}
	.rates td {border-bottom:1px solid #b1c8dc;padding:.2em}
	.rates td a {text-decoration:underline}
	#content .rates td.indexarrow {text-align:right}
	#content .rates td.down  {background-position:22px -2200px}
	#content .rates td.up    {background-position:22px -2000px}
	#content .rates td.static{background-position:22px -2100px}
#content table.major th {font-weight:bold;color:#004471;padding-top:.45em;background-color:#e5e9eb}
	#content .major td {background-color:#fff}
	#content .major td.same {background-color:#eef1f2}
	#content .major th strong {color:#666;padding-right:29px}
	#content .major tbody th {padding-right:38px;width:51px}

#adSpotCurrencyConverter {float:right;margin-right:6px}
#adSpot-widestrip {margin:10px 0 40px 0}
.poweredBy {float:right}

/* Alternative: currency converter in section strap (240px wide version)
--------------------------------------------------------------------------------------------------*/
.sstrap .converter240 {width:238px;border:1px solid #b1c8dc;padding:0;float:right}
.sstrap .converter240 h3 {margin:3px 0 .3em 6px;font:normal 1.5em Georgia, "Times New Roman", Times, serif}
.sstrap .converter240 form {margin-left:6px}
.sstrap .converter240 ul.fRows #currNumber {width:174px}
.sstrap .converter240 ul.fRows select {width:177px}
.sstrap .converter240 ul.fRows li.last input {margin-left:0}
.sstrap .converter240 #currencyConverterResp {background:#fff url('../img/business_sprite.gif') no-repeat -5px 0}
.sstrap .converter240 #currencyConverterResp p {margin-bottom:0}

/* Alternative: currency converter in section strap (200px wide version)
--------------------------------------------------------------------------------------------------*/
.sstrap .converter {width:198px;border:1px solid #b1c8dc;padding:0;float:right}
.sstrap .converter h3 {margin:3px 0 .3em 6px;font:normal 1.5em Georgia, "Times New Roman", Times, serif}
.sstrap .converter form {margin-left:12px}
.sstrap .converter ul.fRows li {padding:0 0 2px 0}
.sstrap .converter ul.fRows #currNumber {width:170px}
.sstrap .converter ul.fRows select {width:173px}
.sstrap .converter ul.fRows li.last input {margin:5px 0 0 -15px}
.sstrap .converter #currencyConverterResp {padding-top:23px;background:#fff url('../img/business_sprite.gif') no-repeat -26px 0}
.sstrap .converter #curr1Resp,.sstrap .converter #curr2Resp {font-size:1em}

/* IE fixes
--------------------------------------------------------------------------------------------------*/
* html #sidebar .converter {padding:0}
*+ html #sidebar .converter {padding:0 0 2px 0}
* html #currencyConverterResp {height:1%/*assign hasLayout*/}
*+ html #currencyConverterResp {height:1%/*assign hasLayout*/}
* html #currencyConverterResp td {width:3.5%;padding-right:.5em} /* for '=' column */
*+ html #currencyConverterResp td {width:3.5%;padding-right:.5em} /* for '=' column */
* html #currencyConverterResp #curr1Resp,* html #currencyConverterResp #curr2Resp {width:48%}
*+ html #currencyConverterResp #curr1Resp,*+ html #currencyConverterResp #curr2Resp {width:48%}
