/*****************************************************************************
Resets
*****************************************************************************/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}



/*****************************************************************************
Typography
*****************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.8%;
}
h1 {
	font-size: 1.6363em;
	line-height: 1.1111em;
	font-weight: bold;
}
.section_title h2 {
	font-size: 1.2727em;
	font-weight: bold;
}

/*************************************
Article
*************************************/
.article {
	border-top:1px solid #ddd;
}
.article strong {
	font-size: 0.9090em;
	line-height: 1.4em;
	color: #666;
}
.article h2 a {
	color: #000;
	font-weight: bold;
	font-size: 1.2727em;
	line-height: 1.4285em;
	text-decoration: none;
}
.article h2 a:hover {
	text-decoration: underline;
}
.article p {
	color: #333;
	font-size: 1.0909em;
	line-height: 1.3333em;
}

/*************************************
Data Tables
*************************************/
table.data_table tr th {
	font-size: 0.9090em;
	color: #666;
	vertical-align: bottom;
}
table.data_table tr td a {
	color: #000;
	text-decoration: none;
}
table.data_table tr td a:hover {
	text-decoration: underline;
}
a.toggle_view {
	color: #000;
	text-decoration:none;
	outline:none;
}
a.toggle_view:hover {
	text-decoration:underline;
}



/*****************************************************************************
Layout
*****************************************************************************/
.wrap-body {
	float: left;
	width: 973px;
	margin-top: 1px;
	padding: 10px 0 50px 20px;
	border: 1px solid #a7aaaf;
	background-color: #fdfdfd;
}
h1 {
	margin-bottom:10px;
}
.section_title {
	position: relative;
	margin: 25px 0 10px 0;
	padding-top: 5px;
	border-top:2px solid #999;
}
.wrap-section {
	float:left;
}
table.data_table tr th,
table.data_table tr td {
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}
table.data_table tr.first td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.toggle_view {
	display:none;
}
/*************************************
Article
*************************************/
.article {
	position: relative;
	min-height: 80px;
	border-top: 1px solid #ddd;
}
.article h2,
.article p {
	width: 475px;
}
.article .image {
	position: absolute;
	top: 5px;
	right: 0;
}
/*************************************
Ads
*************************************/
.ad-rectangle {
	padding: 10px 0;
	border: 1px solid #ddd;
}
.ad-text {
	margin-top: 1px;
	padding: 10px 0 10px 15px;
	border: 1px solid #ddd;
}
.ad-content_module {
	margin-top: 25px;
	width: 370px;
	overflow: hidden;
}
.ad-content_module #content_module {
	width: 370px;
	margin: -9px 0 -9px -8px;
}



/*****************************************************************************
Helpers
*****************************************************************************/
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
table.data_table { /* this is only necessary for the jquery safari bugs */
	position: relative;
}
table.data_table .right {
	text-align: right;
}
table.data_table .center {
	text-align: center;
}
table.data_table .pad-left {
	padding-left: 20px;
}
.w370 {
	width:370px;
}
.w565 {
	width:565px;
}
.gutter_l {
	margin-left: 20px;
}
.gutter_r {
	margin-right: 20px;
}
.prem {
	text-indent: 15px;
	background: url(http://im.mstar.com/im/etfs/prem.gif) no-repeat 0 5px;
}