﻿ body, div, span, ul, li, h3, h2, h1, h4, h5, h6{padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font-family: 'Arial', 'Helvetica', 'Sans-Serif';}

.fl{position:relative;float:left;}
.flcl{position:relative;float:left;clear:left;}
.flcb{position:relative;float:left;clear:both;}
.fr{position:relative;float:right;}
.frcr{position:relative;float:right;clear:right;}
.frcb{position:relative;float:right;clear:both;}

.Indent_Text{padding-left:20px;}



/* reset //////////////////////////////////////////////*/
body {
	text-align: center;
	background-color: #CCC;
}

img, fieldset {
	border: none;	
}

ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	color: #333;
}

p, .china_stock_news, .StockNewsItem ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 140%;
	text-align: justify;
}

.StockNewsItem ul li {margin-bottom:10px;}
.StockNewsItem ul { list-style: disc;margin-left:20px;}

form, fieldset {
	padding: 0;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}
.TickerSymbol{color:#000;text-decoration:none;}
/* end reset ///////////////////////////////////////////*/



/* global states //////////////////////////////////////// */
.ErrorField{background-color:#F33F13;color:#FFF;}
.ErrorText{text-align:left; padding: 5px 20px 5px 20px;font-size: 18px;font-weight: lighter;line-height: 130%;}
/* end global states ///////////////////////////////////////////*/


/* search form //////////////////////////////////////// */
#searchform {
	margin: 45px 20px 0 0;
	padding: 0;
	float: right;
}

#searchform label { 
	color: #999; 
	display: none; 
}

#searchform input { 
	width: 180px; 
	color: #222; 
}

#searchform #submitquery { 
	display: none; 
}
/* end search form /////////////////////////////////////// */




/* nav /////////////////////////////////////////////////// */

a.nav {
	display: block;
    margin: 0 2px 0 0;
    text-indent: -10000px;  
    height: 30px;  
}

/* home */
a.navHome {  
	float: left;
    width: 52px;  
	background: url("/images/nav.png") no-repeat 0 0;  
}
a:hover.navHome, a:active.navHome { 
	background-position: 0 -30px;
}
a.navHomeSelected {
    width: 52px;  
	background: url("/images/nav.png") no-repeat 0 -60px; 
}

/* articles */
a.navArticles { 
    width: 58px;   
	background: url("/images/nav.png") no-repeat -52px 0;  
}
a:hover.navArticles, a:active.navArticles  {
	background-position: -52px -30px;
}
a.navArticlesSelected {
    width: 58px;  
    margin: 0 2px 0 0;
	background: url("/images/nav.png") no-repeat -52px -60px; 
}


/* about china vesting */
a.navAboutChinaVesting {  
    width: 129px;  
	background: url("/images/nav.png") no-repeat -110px 0;  
}
a:hover.navAboutChinaVesting, a:active.navAboutChinaVesting { 
	background-position: -110px -30px;
}
a.navAboutChinaVestingSelected {
    width: 129px;  
	background: url("/images/nav.png") no-repeat -110px -60px; 
}

/* china vesting index */
a.navChinaVestingIndex {  
    width: 129px;  
	background: url("/images/nav.png") no-repeat -239px 0;  
}
a:hover.navChinaVestingIndex, a:active.navChinaVestingIndex { 
	background-position:  -239px -30px;
}
a.navChinaVestingIndexSelected {
    width: 129px;  
	background: url("/images/nav.png") no-repeat -239px -60px; 
}

/* investing in china */
a.navInvestingInChina {  
    width: 117px;  
	background: url("/images/nav.png") no-repeat -368px 0;  
}
a:hover.navInvestingInChina, a:active.navInvestingInChina { 
	background-position: -368px -30px;
}
a.navInvestingInChinaSelected {
    width: 117px;  
	background: url("/images/nav.png") no-repeat -368px -60px; 
}

/* china news */
a.navChinaNews {  
    width: 85px;  
	background: url("/images/nav.png") no-repeat -485px 0;  
}
a:hover.navChinaNews, a:active.navChinaNews  {
	background-position: -485px -30px;
}
a.navChinaNewsSelected {
    width: 85px;  
	background: url("/images/nav.png") no-repeat -485px -60px; 
}

/* featured companies */
a.navFeaturedCompanies {  
    width: 133px;  
	background: url("/images/nav.png") no-repeat -570px 0;  
}
a:hover.navFeaturedCompanies, a:active.navFeaturedCompanies  {
	background-position: -570px -30px;
}
a.navFeaturedCompaniesSelected {
    width: 133px;  
	background: url("/images/nav.png") no-repeat -570px -60px; 
}

/* login */
a.navLogin {  
    width: 53px;  
	background: url("/images/nav.png") no-repeat -703px 0;  
}
a:hover.navLogin, a:active.navLogin  {
	background-position: -703px -30px;
}
a.navLoginSelected {
    width: 53px;  
	background: url("/images/nav.png") no-repeat -703px -60px; 
}

/* logout */
a.navLogout {  
    width: 62px;  
	background: url("/images/nav.png") no-repeat -787px 0;  
}
a:hover.navLogout, a:active.navLogout  {
	background-position: -787px -30px;
}
a.navLogoutSelected {
    width: 53px;  
	background: url("/images/nav.png") no-repeat -787px -60px; 
}
/* RSS */

a.navRss {  
    width: 29px;  
	background: url("/images/nav.png") no-repeat -756px 0;  
	margin-right:25px;
}

/* Twitter */

a.navTwitter {  
    width: 29px;  
	background: url("/images/nav.png") no-repeat -756px -30px;  
}


/* end nav /////////////////////////////////////////////// */





/* header //////////////////////////////////////////////// */
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

p.ChinaInvestingIndexPrice
{
	float: left;
	margin: 0px 0px 0px 0px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.IndexHeader, .IndexPrice, .IndexPriceChange{
	margin: 5px 0 5px 10px;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

.IndexPrice{color:#000000;}

.down{color:#ff0000;}
.up{color:#0BA33E;}
.even{color:#484C4E;}


p#toplinks {
	float: right;
	margin: 5px 0 5px 0;
	color: #666666;
}

#toplinks a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#headercontent {
	background-image: url("/images/bg_header.jpg");
	clear: both;
	height: 144px;
	padding: 0;
	overflow: hidden;
}

img#logo {
	float: left;
	margin: 30px 0 20px 20px;
	padding: 0;
}

h1#sectiontitle {
	float: left;
	margin-top: 41px;
	margin-left: 8px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
	width:430px;
	overflow:hidden;
	height:55px;
}

ul#navigation {
	clear: both;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

ul#navigation li {
	display: inline;	
}

/* end header //////////////////////////////////////////// */


/* login //////////////////////////////////////////////// */
.Login {
	position:absolute;width:250px;margin:0px 0px 0px 688px;color:#FFFFFF; font-size:9pt;z-index:999;
}
.LoginSpacer {
	float:right;clear:both;width:53px;height:2px;background-color:#3a5360;
}
.LoginBox {
	padding: 20px 25px 20px 25px;background-color:#3a5360;width:200px;float:right;clear:both;
}
.LoginBox a{color:#66ccff; text-decoration:none;font-weight:bold;}
/* end login //////////////////////////////////////////////// */



/* footer //////////////////////////////////////////////// */
div#footercontent {
	overflow: hidden;
	clear: both;
	background: #900 url("/images/bg_footer.jpg") no-repeat 0 0;
	height: 233px;
	text-align: center;
}

img#logofooter {
	margin-top: 30px;
	margin-bottom: 30px;
}

ul#footerlinks {
	margin-bottom: 30px;
}

ul#footerlinks li {
	display: inline;
	list-style: none;
}

ul#footerlinks a.last {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

ul#footerlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;	
	color: #CCC;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #CCC;
}

ul#footerlinks a:hover {
	text-decoration: underline;	
}

p#copyright {
	text-align: center;
	color: #CCC;
	font-size: 10px;
}
/* end footer //////////////////////////////////////////// */




/* body ////////////////////////////////////////////////// */
div#maincontent {
	clear: both;
	background-color: #FFF;
	margin: 0;
	overflow: hidden;
}

div.singlecolumn {
	float: left;
	width: 960px;
	margin: 0px 0px 0px 0px;
	background-color: #FFF;
}

div#maincolumn {
	float: left;
	width: 600px;
	margin: 20px 20px 0px 20px;
	background-color: #FFF;
}

div#auxcolumn {
	float: left;
	width: 300px;
	margin: 20px 20px 0px 0;
	background-color: #FFF;
}

img.banner {
	margin-bottom: 20px;
}

div.ttbarbg {
	height: 32px;
	margin: 20px;
	background: #FFF url("/images/titlebar_bg.png") repeat-x 0 0;
}

a.ttbar_top {
	float: right;
}

h2.subtitle,
h3.subtitle,
h4.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:justify;
}

h4#subtitleplus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 10px;
}

.grey {
	color: #999;
}

div#newslettersignup {
	background: #F00 url("/images/china_news_signup_bg.jpg") no-repeat 0 0;
	width: 300px; height: 250px;
	margin-bottom: 20px;
	overflow: auto;
}

div#newslettersignup fieldset {
	margin: 180px auto 10px 20px;
}

div#newslettersignup label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

div#newslettersignup input#signup {
	width: 150px; height: 22px;
	margin: 0 5px 0 0;
}

div#newslettersignup input#submit {
	margin: 0;
}

h3.ttbar_title{
	float: left;
	margin: 0;
	width: 450px;
	height: 32px;
	text-indent: -10000px;
}
/* end body ////////////////////////////////////////////// */





/* newsletter sign-up //////////////////////////////////// */
h2#topcomp {
	height: 294px;
	margin: 1px 0 0 0;
	text-indent: -10000px;
	background-image: url("/images/newsletter_comp.jpg")
}


div#col1, div.col1 {
	float: left;
	margin: 0 20px 0 20px;
	width: 301px;
}

div#col2, div.col2 {
	float: right;
	margin: 0 20px 0 0;
	width: 599px;
}

p.copyad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: justify;
}

img#notebook {
	margin-top: 145px;	
}

div#contact {
	margin-top: 110px;
	margin-bottom: 50px;
	background-color: #f2f2f2;
	padding: 5px 20px 5px 20px;
}

p#contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #999;
	line-height: 130%;
}

a#mail {
	color: #0066ff;
	text-decoration: none;
}

a#mail:hover {
	text-decoration: underline;
}

div#nsldesc {
	background-color: #f2f2f2;
	padding: 20px;
	height: 230px;
	margin-bottom: 50px;
}

div#daily {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

div#weekly {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

h4#nsl_daily {
	margin: 0 0 20px 0;
	text-indent: -10000px;
	height: 58px; width: 270px;
}

h4#nsl_weekly {
	margin: 0 0 20px 0;
	text-indent: -10000px;
	height: 58px; width: 269px;
}

p#txt_daily, p#txt_weekly {
	 width: 269px;
	 font-size: 16px;
	 line-height: 130%;
}
 
div#copyquote {
	clear: both;
	width: 500px;
	
}
 
blockquote#nsl_quote {
	 margin: 30px 0 30px 0;
	 width: 414px; height: 157px;
	 text-indent: -10000px;
}
 
form#signupform {
	margin: 50px 0 50px 0;	
}
/* end newsletter sign-up //////////////////////////////// */





/* join ////////////////////////////////////////////////// */
h2#topcomp_join {
	height: 294px;
	margin: 1px 0 0 0;
	text-indent: -10000px;
	background-image: url("/images/join_comp.jpg")
}

blockquote#nsl_quote_join {
	 margin: 30px 0 30px 0;
	 width: 403px; height: 159px;
	 text-indent: -10000px;
	 background-image: url("/images/join_quote.png");
}

img#photo {
	margin-top: 325px;	
}

p#txtcomp1 {
	float: left;
	color: #FFF;
	font-size: 14px;
	width: 215px;
	margin-left: 335px;
	margin-top: -130px;
	line-height: 140%;
}

p#txtcomp2 {
	float: left;
	color: #FFF;
	font-size: 14px;
	width: 215px;
	margin-left: 580px;
	margin-top: -130px;
	line-height: 140%;
}

div#city_col1, div#city_col2, div#city_col3 {
	float: left;	
	width: 175px;
	margin: 0 5px 0 5px;
}

p.city {
	margin-top: 0;
	color: #666;
	display: block;
	border-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0 12px 0;
}

p.citylast {
	margin-top: 0;
	color: #666;
	display: block;
}

div#citylist {
	background-color: #f2f2f2;
	padding: 20px;
	height: 400px;
	margin-bottom: 50px;

}

div#contact_join {
	margin-top: 325px;
	margin-bottom: 50px;
	background-color: #f2f2f2;
	padding: 5px 20px 5px 20px;
}
/* end join ////////////////////////////////////////////// */






/* contact us //////////////////////////////////////////// */
span#darkgrey {
	color: #333;
}
/* end contact us //////////////////////////////////////// */



/* china news /////////////////////////////////////////// */

div#maincolumn2 {
	float: left;
	width: 600px;
	margin: 0 20px 20px 20px;
}

div#auxcolumn2 {
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

p.newsdate {
	color: #F00;
	font-size: 12px;
	text-align: right;
	margin: 0;
}

hr.newsdatesep {
	background-color: #F00;
	height: 5px;
	margin: 5px 0 20px 0;
	border: 0;
}

p.newsdata {
	color: #666;
	margin: 0;
	text-transform:capitalize;
}

td.StockName {font-size:17px;}
td.StockName a{text-decoration:none;}

h1.StockName {
	margin: 0;
	font-size:30px;
	text-transform:capitalize;
	font-weight:lighter;
}

h2.StockTicker {
	color: #666;
	margin: 0;
	font-size:22px;
	text-transform:capitalize;
	font-weight:lighter;
}

h2.newstitle {
	font-size: 30px;
	font-weight:lighter;
}

img.newsphoto1 {
	margin: 20px 0 20px 0;
}

div.ttbarbg2  {
	width:100%;
	height: 32px;
	margin: 0 0 40px 0;
	background: #FFF url("/images/titlebar_bg.png") repeat-x 0 0;
}

a.ttbar_fullstory {
	float: left;
	display: block;
	width: 98px; height: 32px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}


h3.newstitle {
	font-size: 24px;
	color: #666;
	font-weight:lighter;
}

img.newsphoto2 {
	float: left;
	margin: 0 20px 20px 0;
}

h4#newstitle {
	font-size: 18px;
}

hr#paging {
	margin: 50px 0 20px 0;
	background-color: #999;
	height: 1px;
	border: 0;
}

/* paging group 1 */
p.recordset {
	float: right;
	text-align: right;
	margin: 0; padding: 0;
}
a.pagecurrent {
	font-family: "Times New Roman", Times, serif;
	float: left;
	font-size: 72px;
	color: #333;
	margin: -18px 0 0 -3px;
	padding: 0;
	text-decoration: none;
}
a#pagewaiting {
	font-family: "Times New Roman", Times, serif;
	float: left;
	font-size: 72px;
	color: #999;
	margin: -18px 0 0 -3px;
	padding: 0;
	text-decoration: none;
}
a#pagewaiting:hover {
	color: #333;
}

/* paging group 2 */
p.pagingbuttons {
	float: right;
	text-align: right;
	margin: 0; padding: 0;
}
a.pagingprev, a.pagingnext {
	float: left;
	margin: 0; 
}
a#pagingprev {
	margin-left: 15px;	
}

h2#weeklyperformances {
	text-indent: -10000px;
	background: url("/images/chinanews_weeklyperformances.jpg") no-repeat 0 0;
	margin: 0;
	padding: 0;
	width: 300px; 
	height: 58px;
}

td.arrow {
	text-align: center;
}

span.bold {
	font-weight: bold; 	
}

.tabledata {
	font-size: 12px;	
	margin: 5px;
}

hr.tablesep {
	margin: 5px 0 5px 0;
	background-color: #CCC;
	height: 1px;
	border: 0;
}

/* end china news /////////////////////////////////////// */


/* about china vesting ////////////////////////////////// */
h1#title {
	text-indent: -10000px;
	background: url("/images/about_title.png") no-repeat 0 0;
	margin: 20px 0 10px 0;
}

div#logodesc {
	overflow: auto;
	width: 300px; height: 468px;
	margin: 0 0 20px 0; padding: 0;
	background: url("/images/about_logodescbg.jpg") no-repeat 0 0;
}

p#logodesctxt {
	font-size: 11.5px;
	color: #CCC;
	margin-top: 180px;
	padding: 15px;
	text-align:justify;
}

p.copymedium {
	font-size: 16px;
	text-align: justify;
}

div#maparea {
	clear: both;
	margin: 20px;
	background-color: #e6e6e6;
	overflow: auto;
	padding: 20px;
}

div#map {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999;
	margin: 0;
	padding: 0;
	width: 580px; height: 660px;
	
}

.margin {
	margin: 30px 20px 50px 20px;
}

div#mapcities {
	float: right;
	overflow: auto;
}
p#citiestitle {
	text-indent: -10000px;
	background: url("/images/about_citiestitle.png") no-repeat 0 0;
	width: 280px;
	height: 58px;
	margin: 0 0 20px 0;
	padding: 0;
}

div#citiesleft {
	float: left;
	width: 131px;
}

div#citiesright {
	float: right;
	width: 131px;
}


/* end about china vesting ////////////////////////////// */



/* china vesting index ////////////////////////////////// */

div.slider {
	width: 600px; height: 160px;
	margin: 0 0 50px 0; padding: 0;
	background-color: #e6e6e6;
}

a.sliderprev {
	float: left;
	width: 34px; height: 34px;
	text-indent: -10000px;
	background: url("/images/cvindex_leftarrow.png") no-repeat 0 0;
	margin: 63px 20px auto 20px;
}
a.sliderprev:hover {
	background-position: -34px 0;
}

a.slidernext {
	float: left;
	width: 34px; height: 34px;
	text-indent: -10000px;
	background: url("/images/cvindex_rightarrow.png") no-repeat 0 0;
	margin: 63px 20px auto 20px;
}
a.slidernext:hover {
	background-position: -34px 0;
}

img.sliderlogo {
	float: left;
	margin: 0; padding: 0;
}


div.ttbarbg3 {
	width:100%;
	height: 32px;
	margin: 0 0 20px 0;
	background: #FFF url("/images/titlebar_bg.png") repeat-x 0 0;
}
/* end china vesting index ////////////////////////////// */







/* archives ///////////////////////////////////////////// */

img#topbanner {
	margin: 0 0 20px 0;
}

div.newsphoto_logos {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 290px; 
	background: url("/images/archives_logosbg.png") no-repeat 0 0;
}

div.newsphoto_logos table {
	width: 100%; height: 100%;
	padding: 0;
}

div.newsphoto_logos table td {
	text-align: center;
	padding: 20px;
}

div#calendar h3 {
	text-indent: -10000px;
	background: url("/images/archives_caltitle.png") no-repeat 0 0;
	width: 300px; height: 58px;
}

div#calendar table {
	width: 100%;
	border-right: 1px #CCC solid;
	background-color: #d7d7d7;
}

div#calendar table td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4d4d4d;
	
	height: 36px;
	
	border-top: 1px #f7f7f7 solid;
	border-right: 1px #f7f7f7 solid;
	border-bottom: 1px #acacac solid;
	border-left: 1px #acacac solid;
}

div#calendar table td#days {
	font-size: 10px;
	border: none;
	height: 14px;
	
	border-bottom: 1px #acacac solid;
}

div#calendar table td#header {
	font-size: 18px;
	border: none;
}

div#calendar table td#inactive {
	color: #999;
}

div#calendar table td#selected {
	color: #FFF;
	background-color: #666;
	
	border-top: 1px #5a5a5a solid;
	border-right:  1px #5a5a5a solid;
	border-bottom: none;
	border-left: none;
}

div#calendar table td#selected a {
	text-decoration: none;
	color: #FFF;
	display: block;
}

div#calendar table td#selected a:hover {
	color: #66ccff;
}

/* end archives ///////////////////////////////////////// */


/* home ///////////////////////////////////////////////// */
.StocksHeadline a{color: #00f; text-decoration:none;}
a.StockLink{color: #000; text-decoration:none;}
a.StockLink:hover{color: #f00; text-decoration:none;}
/* news tabs */


a.index {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;

	float: left;
	display: block;

	border-bottom: 1px #bebebe solid;
	width: 396px; height: 26px;
}

#newslogo {
	float: left;
	margin: 30px 5px 0 0;
	color: #666;
}

div#newstext {
	clear: both;
	float: left;
	width: 362px;
	margin: 0;
}

div#newstext p {
	color: #666;
	height: 110px;
	line-height: 120%;
}

img#newschart {
	float: right;
	display: block;
}

a#button_fullstory {
	float: left;
	display: block;
	margin-right: 10px;
	width: 134px; height: 26px;
	background: url("/images/home_button_fullstory.png") no-repeat 0 0;
	
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	
	padding-top: 7px;
}

a#button_fullstory:hover {
	text-decoration: underline;
}


div.subnews {
	float: left;
	background-color: #d9d9d9;
	width: 288px; height: 248px;
	margin: 0px 10px 0 0;
	border: solid 1px #D9D9D9;
	overflow: hidden;
}

div.IndexNewsExcerpt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	display: block;
	margin: 10px 20px 20px 20px;	
	height:117px;
	width:248px;
	overflow:hidden;
}

div.IndexNewsExcerpt a{
	text-decoration: none;
}

div.IndexNewsExcerpt:hover {
	color: #666;
}


div.IndexNewsHeader{width:288px;height:105px;}

div.TitleBarStockTabs, table.TitleBarStockTabs {
	clear: both;
	height: 32px;
	margin: 0 20px 20px 20px;
	background: #FFF url("/images/titlebar_bg.png") repeat-x 0 0;
}

div.TitlebarSeperator {
	float: left;
	margin: 0;
	width: 2px;
	height: 32px;
	text-indent: -10000px;
	background: url("/images/titlebar/titlebar_seperator.png") no-repeat 0 0;
}

div.TitlebarEnd {
	float: right;
	margin: 0;
	width: 10px;
	height: 32px;
	text-indent: -10000px;
	background: url("/images/titlebar/titlebar_end.png") no-repeat right top;
}

h3.TabbedContentHeader {
	float: left;
	margin: 0;
	height: 32px;
	text-indent: -10000px;
}


img#banner2 {
	margin: 0px;
}

div#maincolumn3 {
	float: left;
	width: 600px;
	margin: 0 20px 0 20px;
	background-color: #FFF;
}

div#auxcolumn3 {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	background-color: #FFF;
}

div.wrapper {
	margin: 0 20px 0 20px;
	background-color: none;
}

div.MainTab{width:920px;}

ul.TabbedHighlights {
	float: left;
	list-style: inside disc;
	width: 280px;
	border-right: 1px #CCC solid;
	margin-bottom: 15px;
	padding: 0px 20px 0 20px;
	border-right: 1px #CCC solid;
	border-left: 1px #CCC solid;
}

ul.TabbedHighlights li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
}

ul.TabbedHighlights li a:hover {
	text-decoration: underline;
}

ul.TabbedHighlights li center {
	margin-top: 10px;
}

div.TabbedContentColumn1{
	float: left;
	width: 269px;
	padding: 0 20px 0 20px;
}

div.TabbedContentColumn1 p{
margin-top:0px;
padding-top:0px;
}
.dataTable{font-size:11px;}
.dataTable td, .dataTable caption {border-bottom: solid 1px #cccccc;}
.dataTable td, .dataTable th {padding: 3px 3px 3px 3px;}
.alternate, .alternate td {background-color: #F2F2F2;}
.GainerNews td div{height:13px;overflow-y:hidden;}

div.StockPrice{font-size:28px; font-weight:lighter;}

a.middlenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #666;
}

a.middlenews:hover {
	text-decoration: underline;
}

.darkgrey {
	color: #333;
}


div#most {
	float: left;
	width: 269px;
	padding: 0 20px 0 20px;
	
	border-left: 1px #CCC solid;
	margin-bottom: 20px;
}

/* news tabs */

div#topgainers {
	clear: both;
	overflow: auto;
	margin: 20px 20px 20px 20px;
}


div#topgainers_left {
	float: left;
	width: 600px;
	margin-right: 20px;
}

div#topgainers_right {
	float: left;
}


div#topgainers_left table td {
	padding: 0;
	height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}


img#investorguides {
	margin-top: 0px;	
}

img#subscribebanner {
	float: left;	
}

div#subscribetext h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 48px;	
}

hr.subscribe {
	margin: 25px 0 25px 0;
	background-color: #CCC;
	height: 1px;
	border: 0;
}

div#subscribe_col1 {
	width: 170px;
	margin: 0 8px 0 0;
}

div#subscribe_col2 {
	width: 195px;
	margin: 0 8px 0 8px;
}

div#subscribe_col3 {
	width: 170px;
	margin: 0 0 0 8px;
}

h2.subscribe_title {
	font-size: 18px;	
}

p.subscribe_feature {
	font-size: 12px;
	color: #7a7a7a;	
}



/* end home ///////////////////////////////////////////// */
