/*
  STANDARD ELEMENTS
                    */

body {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
  font-family: arial;
  color: #333;
  font-size: 12px;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #003;
}

a { color: #003; }
a:hover { text-decoration: none; }
a:visited { color: #669; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .util a, .utilBottom a, .other a, .nav1 a, .nav2 a, .copyright a  {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .util a:hover, .utilBottom a:hover, .other a:hover, .nav1 a:hover, .nav2 a:hover, .copyright a:hover  {
  text-decoration: underline;
}
th {
  text-align: left;
}
div.content td {
  margin: 0;
  padding: 5px;  
}



/*
  CLASSES / IDS
                */
                
.container {
  width: 1000px;
  padding: 0px;
  margin: 0px auto 0px auto;
	border-style: none none none none;
	border-collapse: collapse;
  background-color: #fff;
}

.container td {
  padding: 0;
  margin: 0;
}

.fadeLeft {
  background-image: url('/img/fade_l.gif');
  background-repeat: repeat-y;
  width: 16px;
}

.marginBig {
  width: 20px;
}

.marginSmall {
  width: 14px;
}

td#col1 {
  width: 500px;
  padding: 15px 0 15px 0;
  vertical-align: top;
}

td#col2 {
  width: 240px;
  padding: 15px 0 15px 0;
  vertical-align: top;
}

td#col3 {
  width: 160px;
  padding: 15px 0 15px 0;
  vertical-align: top;
}

td#col12 {
  width: 754px;
  padding: 15px 0 15px 0;
  vertical-align: top;
}

.fadeRight {
  background-image: url('/img/fade_r.gif');
  background-repeat: repeat-y;
  width: 16px;
}

.fadeLeftCorner {
  background-image: url('/img/fade_cnl.gif');
  width: 16px;
  height: 16px;
}

.fadeBottom {
  background-image: url('/img/fade_b.gif');
  background-repeat: repeat-x;
  height: 16px;
}

.fadeRightCorner {
  background-image: url('/img/fade_cnr.gif');
  width: 16px;
  height: 16px;
}



td.util {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  height: 28px;
  width: 533px;
  background: #000 url('/img/top2.jpg') no-repeat scroll 0px 0px; 
  padding: 0;
  margin: 0;
}

.util a, .util a:visited {
  color: #fff;
}

td.utilBottom {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #666;
  height: 30px;
  background-color: #fff;
  width: 928px;
  margin: 0; 
  padding: 0 10px 0 10px;
}

td.utilBottom a, td.utilBottom a:visited {
  color: #666;
}

.container td.other {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #666;
  height: 28px;
  background-color: #f3f3f3;
  padding: 0 0 0 26px;
}

.other a {
  color: #003;
  font-weight: bold;
}


td#head2 {
  margin: 0px;
  padding: 0px;
  height: 138px;
  width: 968px;
  background: #000 url('/img/top1.jpg') no-repeat scroll 0px 0px; 
}



/*
td#head {
  padding: 14px 0 14px 0;
  height: 152px;
}

td#head img {
  margin: 0 0 -4px 0;
  padding: 0;
}
*/

#detail td {
  background-color: #fff;
  height: 32px;
  padding: 0 20px 0 20px;
  color: #666;
  font-size: 12px;
}

#detail td a {
  font-weight: bold;
  color: #666;
}

table#search tr td {
  margin: 0;
  padding: 0;
  height: 22px;
}

.subhead {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

.date {
  font-size: 11px;
  color: #666;
}

h1 + .date {
  margin: -2px 0 -2px 0;
}
h3 + .date, h4 + .date {
  margin: -4px 0 -4px 0;
}

.rss {
  float: right;
  border: none;
  width: 36px;
  height: 12px;
  margin: 3px 0px 0 0;
}

table.othernews {
  border-top: 1px solid #f90;
  border-collapse: collapse;
  margin-top: 10px;
  width: 500px;
}
table.othernews td, table.othernews th {
	padding: 0px;
	margin: 0px;
}

.subhead + table.othernews {
  margin-top: -12px;
  border-top: none;
}
table.othernews td.otherNewsSponsor {
  font-size: 10px;
  color: #666;
  text-align: right;
}

.copyright {
  font-size: 12px;
  text-align: right;
  width: 968px;
  margin: -10px auto 0 auto;
  color: #666;
}
.copyright a {
  color: #666;
  font-weight: bold;
}
.credits {
  font-size: 9px;
  text-align: center;
  width: 968px;
  color: #ddd;
  margin: 10px auto 10px auto;
}
.credits a {
  color: #ddd;
}

.utilBox1Head, .utilBox2Head {
  padding: 4px 8px 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
}
.utilBox1Body, .utilBox2Body {
  padding: 4px 8px 8px 8px;
  margin: 0 0 7px 0;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-top: none;
  color: #666;
}
.utilBox1Body a, .utilBox2Body a {
  color: #003;
}


.rateup {
  color: #c00;
  font-weight: bold;
}

.ratedown {
  color: #090;
  font-weight: bold;
}

ul.rssList {
  list-style-image: url(/img/rss.gif);
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

ul.rssList li {
  margin: 8px 0px 4px 0px;
}

table.datatable_big {
	border-style: none none none none;
  border-collapse: collapse;
}
table.datatable_big td, table.datatable_big th {
	padding: 4px;
	margin: 0px;
}
table.datatable_big th {
  background-color: #eee;
}
table.datatable_big td {
  text-align: center;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
}

.datatable td {
  font-size: 9px;
  padding: 3px;
}


table.sharestable {
	border-style: none none none none;
  border-collapse: collapse;
}
.sharestable td {
  padding: 2px;
}

.rateodd {
  background-color: #f3f3f3;
}
.rateeven {
  background-color: #fff;
}


/* tab table on data-rates.html */

table#dataRatesTabTable {
	border-style: none none none none;
	border-collapse: collapse;
}
table#dataRatesTabTable td, table#dataRatesTabTable th {
	padding: 8px 20px 8px 20px;
	background-color: #eee;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
table#dataRatesTabTable td {
	vertical-align: top;
	border-style: none;
	background-color: #eee;
}
table#dataRatesTabTable th#dataRatesTabSelected {
	background-color: #bbccee;
}

td.dataRatesTabHover {
  color: #666666;
}

table.marketReview {
	border-style: 1px solid black;
	border-collapse: collapse;
}
table.marketReview td {
	padding: 4px;
	font-size: 11px;
}

.blogLatest {
  margin: 0 0 0px 0;
}

.blogLatest p {
/*
  */
  margin: 0px;
  padding: 6px;
  background: #000 url('/img/blog_bgd.gif') no-repeat scroll 0px 0px; 

}

.blogLatest p a, .blogLatest p a:visited {
  font-family: arial, sand-serif;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}

a img {
  border-style: none;
}

.comment {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  background-color: #f3f3f3;
}

div#stockChart table {
	border-style: none none none none;
	border-collapse: collapse;
	margin-top: 4px;
}
div#stockChart table td {
  font-size: 11px;
  background-color: #fff;
  padding: 4px 8px 4px 8px;
  font-weight: bold;
  border-color: #000;
	border-style: none none solid none;
	border-width: 1px;
}
div#stockChart table td a {
  text-decoration: none;
	color: #999;
}
div#stockChart table td.selected a {
	color: #000;
}
div#stockChart img {
  background-color: #fff;
  padding: 4px 4px 4px 4px;
}

a.commentLink {
  color: #f60; 
}


/* deposit rate box */
.tabs ul {
  margin: 0 0 5px 0;
}

.tabs li {
  display:inline;
  margin: 0 10px 0 0;
  font-size: 13px;
}

.tabs li.selected {
  font-weight: bold;
} 

table.bestbank {
  margin: 10px 0 0 0;
}

table.bestbank td {
  padding: 5px;
}

table.bestbank td.rate {
  font-weight: bold;
  color: #000; 
}

#videoAd {
	position:absolute;
	top: 420px;
	width:272px;
	height:480px;
	z-index:200;
	border: 0px solid green;
}