@charset "UTF-8";
/* CSS Document */


/*PAGE STRUCTURE*/
.bodywrap {
	padding: 0px 19px 30px 19px;
	_padding: 0px 17px 30px 19px;
	background:#FDFDFD; 
	border:1px solid #A7AAAF;
	float:left;
	position:relative;
	width:955px;
	margin-top:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
}

.archive_col1, .archive_col2, .archive_col3 {
	margin: 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.archive_col1 {
	width: 175px;
}

.archive_col2 {
	width: 370px;
}

.archive_col3 {
	width: 565px;
}

.first {
	margin-left: 0px;
}

.last {
	margin-right: 0px;
}



/*HEADLINE*/
.headline h1 {
	margin: 5px 0px 11px 0px;
	padding: 0px;
	float:left;
	display: inline;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.headline h1 span.tkr {
	color: #666;
	font-weight: normal;
}



/*SEARCH RESULTS BAR*/
.searchresults {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	display: inline;
	background-color:#DBDBDB;
	height: 34px;
	border-top:1px solid #A7AAAF;
	border-bottom:1px solid #A7AAAF;
	clear: both;
}

.searchresults form {
	margin: 5px;
	padding: 0px;
	float: right;
	display: inline;
}

.searchresults label {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	float: left;
	display: none;
	width: 70px;
}

.searchresults input {
	margin: 0px;
	padding: 0px;
	float: left;
	/*display: inline;*/
	height: 19px;
	padding: 3px 4px 0px 4px;
	border: 1px solid #A7AAAF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 62px;
}

.searchresults span.to {
	margin: 4px 2px 0px 2px;
	padding: 0px;
	float: left;
	display: block;
	
}

.searchresults button {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	float: left;
	display: block;
	height: 24px;
	width: 30px;
	color: #FFF;
	background:url(http://im.mstar.com/im/ts_gobutton.gif) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}

.searchresults button:active {
	background:url(http://im.mstar.com/im/ts_gobutton.gif) no-repeat 0 -29px;
}

button.lightblue {
	background-color: #e6f2f9;
	height: 24px;
	width: 30px;
	color: #333;
	background:url(http://im.mstar.com/im/ts_gobutton2.gif) no-repeat 0 0;
	cursor: pointer;
}

.searchresults button.lightblue:active {
	background:url(http://im.mstar.com/im/ts_gobutton2.gif) no-repeat 0 -29px;
}

.searchresults .alpha {
	margin: 5px 0px 3px 5px;
	padding: 0px;
	float: left;
	display: inline;
}

.searchresults .alpha ul {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	clear: left;
}

.searchresults .alpha ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	line-height: 11px;
}

.searchresults .alpha ul li a {
	margin: 0px;
	padding: 6px 2px 6px 2px;
	float: left;
	display: block;
	border: 1px solid #A7AAAF;
	border-right: none;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

.searchresults .alpha ul li.wide a {
	width: 21px;
}

.searchresults .alpha ul.bottom a {
	border-top: none;
}

.searchresults .alpha ul li.last a {
	border-right: 1px solid #A7AAAF;
}

.searchresults .alpha ul li a:hover,
.searchresults .alpha ul li a:active,
.searchresults .alpha ul li a.selected
{
	background-color: #e6f2f9;
}

.searchresults .alpha ul li a.selected {
	cursor: default;
}

.searchnav {
	margin: 5px;
	padding: 0px;
	float:right;
	display: inline;
}

.searchnav span {
	padding-top: 4px;
	float: right;
	display: inline;
	margin-right: 5px;
}

.searchnav span.nomarginright {
	padding-top: 4px;
	float: right;
	display: inline;
	margin-right: 0px;
}

.searchnav span.results {
	padding-top: none;
	float: none;
	display: inline;
	margin-right: 0px;
	color: #333;
}

.searchnav span a.show {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	outline: none;
}

.searchnav span.dates {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.searchnav span.dates a {
	padding: 3px 0px 2px 0px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	outline: none;
	border: 1px solid #a7aaaf;
	background-color: #fff;
	border-left: none;
	margin: 1px 0px 0px 0px;
	float: left;
	display: block;
	text-align: center;
	width: 50px;
}

.searchnav span.dates a:hover {
	background-color: #e6f2f9; 
}

.searchnav span.dates a:active {
	font-weight: bold;
	color: #000; 
	background-color: #cedfed; 
}

.searchnav span.dates a.disabled {
	font-weight: normal;
	color: #888;
	border: 1px solid #CCC;
	border-left: none;
	border-right: 1px solid #A7AAAF;
	background-color: #EEE;
	cursor: default; 
}

.searchnav span.dates a.disabled:hover {
	background-color: #EEE;
}

.searchnav span.dates a.selected {
	font-weight: bold;
	color: #000;
	cursor: default;
	background-color: #cedfed; 
}

.searchnav span.dates a.selected:hover {
	background-color: #cedfed;
}

.searchnav span.dates a.last {
	border-right: 1px solid #A7AAAF;
}

.searchnav span a.show:hover {
	font-weight: normal;
	color: #165ea6;
	text-decoration: underline;
	outline: none;
}

.searchnav a.backarrow, .searchnav a.nextarrow,  .searchnav a.backdatesarrow, .searchnav a.nextdatesarrow{
	margin: 1px 0px 0px 2px;
	padding: 0px;
	float: right;
	display: block;
	width: 13px;
	height: 20px;
	border: 1px solid #a7aaaf;
	text-indent: -9999px;
}

.searchnav a.backdatesarrow, .searchnav a.nextdatesarrow {
	margin-right: 0px;
	margin-left: 0px;
} 

.searchnav a.nextdatesarrow {
	border-left: none;
}

.searchnav a.backarrow, .searchnav a.backdatesarrow {
	background: url(http://im.mstar.com/im/NewArticle/art-sprite.gif) no-repeat 4px -287px #FFFFFF ;
}

.searchnav a.nextarrow, .searchnav a.nextdatesarrow {
	background: url(http://im.mstar.com/im/NewArticle/art-sprite.gif) no-repeat 5px -301px #FFFFFF ;
}

.searchnav a.backarrow:hover, .searchnav a.nextarrow:hover, .searchnav a.backdatesarrow:hover, .searchnav a.nextdatesarrow:hover{
	background-color:#e6f2f9;
}

.searchnav a.disabledbackdatesarrow {
	background-color: #EEE;
	border: 1px solid #CCC;
	border-right: 1px solid #A7AAAF;
	cursor: default;
}

.searchnav a.disablednextdatesarrow {
	background-color: #EEE;
	border: 1px solid #CCC;
	border-left: none;
	cursor: default;
}

.searchnav a.disablednextdatesarrow:hover, .searchnav a.disabledbackdatesarrow:hover {
	background-color: #EEE;
}



/*PAGINATION*/
/*INDIVIDUAL TRANSCRIPT PAGE*/
.pg_wraptop{
	margin: 0px 0px 0px 0px;
	width:100%;
	float: left;
	display:inline;
	background:#fdfdfd;
	padding:5px 0px;
	font-size: 12px;
	line-height: 14px;
}

.pg_insidewrap {
	padding: 0px 5px;	
}

.pg_total {
	float:left;
	padding:4px 10px 0;
}

.pg_jumper {
	float:left;
	height:21px;
	padding:0px 5px 0px 0px;
	/*margin-top: 5px;*/
}

.pg_jumper span {
	float:left;
	line-height:21px;
	margin:0;
	padding:0px;
}

.pg_jumper input {
	float:left;
	height:19px;
	width:38px;
	padding:2px 0 0 2px;
	margin:0 5px;
	border:1px solid #999;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.pg_all {
	float:left;
	margin-left: 5px;
}

.pg_all a {
	float:left;
	border:1px solid #ccc;
	padding:3px 5px 4px 5px;
	margin-left:2px;
	background:#fff;
	color:#336699;
	text-decoration: none;
	outline: none;
}

.pg_all a:hover {
	background:#d9e7ff;
}

.pg_all span {
	float:left;
	height:10px;
	width:12px;
	margin:0 5px;
	border-bottom:2px dotted #333;
}

.pg_all a.on {
	font-weight:bold;
	cursor:default;
}

.pg_all a.on:hover {
	background:#fff;
}

.pg_all a.off {
	color:#aaa; 
	background:#fff;
}

/*ARCHIVE TABLE*/
.archive {
	padding: 0px;
	width: 100%;
	float: left;
	display: block;
	margin: 0px 0px 30px 0px;
}

.archive table {
	width: 100%;
	float: left;
}

.archive thead th {
	color: #000;
	font-size: 10px;
	line-height: 14px;
}

.archive thead th a {
	color:#336699;
	text-decoration: none;
	outline: none;
}
.archive thead th a.on {
    text-decoration: underline;
}
.archive thead th a:hover {
	text-decoration: underline;
}

.archive tfoot td{
	font-size: 10px;
	line-height: 14px;
	color: #666;
	border-top: 1px solid #CCC;
}

.archive .bluebackground {
	background-color: #e6f2f9;
}

#contentTable th {
 padding:5px 5px;
 border-top:1px solid #A7AAAF;
}

#contentTable td {
border-top:1px solid #CCCCCC;
padding:5px 5px;
vertical-align:top;
}


.archive td span {
	/*color: #999;*/
}

.archive td span.nowrap {
	white-space: nowrap;
}

.archive td a:link, .archive td a:visited {
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}

.archive td a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #336699;
}

/*
.archive td, .archive th {
	padding: 4px 5px 4px 5px;
}
.archive td {
	vertical-align:top;
	border-top: 1px solid #CCC;
}*/

.archive td.leftpadding, .archive th.leftpadding {
	padding-left: 15px;
}

.caption {
	margin: 0px;
	text-align: left;
	padding: 3px 5px;
	color: #888;
	font-weight: normal;
	font-size: 14px;
	border-top: 1px solid #A7AAAF;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 555px;
	float: left;
	display: inline;
	clear: left;
}





/*tooltip*/
.archive td span.comment, .archive td span.time {cursor: pointer;}
.archive td span.time {color: #333;}

.archive td span.comment img {margin-bottom: -4px;}
em.tooltip {margin: 0px; padding: 5px 8px 5px 8px;  width: 250px; font-style: normal; font-size: 11px; line-height: 14px; border: 1px solid #666; border-left: 1px solid #A7AAAF; border-top: 1px solid #A7AAAF; background-color: #cedfed; color: #333; position: absolute; z-index: 10; left: 35px; top:-1px; display: none;}
em.timetip {margin: 0px; padding: 3px 8px 3px 8px; white-space: nowrap; font-style: normal; font-size: 11px; line-height: 14px; border: 1px solid #666; border-left: 1px solid #A7AAAF; border-top: 1px solid #A7AAAF; background-color: #cedfed; color: #333; position: absolute; z-index: 10; left: 35px; top:-1px; display: none;}


/*ADS*/
/*AD STYLES*/
.archive_col2 .rectad{
	width: 368px;
	padding: 11px 0px;
	border: 1px solid #ccc;
	margin-bottom: 1px;
}

.archive_col2 .textad {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	width: 348px;
	font-size: 9px;
	line-height: 14px;
	color: #666;
	border: 1px solid #ccc;
	text-decoration: underline;
}
.archive_col2 .textad iframe {
	width: 260px;
	height:20px
}


/*HOUSE AD*/
.housead {
	margin: 0px;
	padding: 0px;
	float: none;
	display: inline-block;
	width: 100%;
}

.housead a {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	display: block;
	width: 370px;
	outline: none;
	text-decoration: none;
}

.housead a.transcript {
	height: 64px;
	background:url(http://im.mstar.com/im/ts_callcenter.png) no-repeat;
	text-indent: -9999px;
}

.notopborder {
	border-top: none;
}

.nobottomborder {
	border-bottom: none;
}

.fdfdfdbackground {
	background-color: #FDFDFD;	
}


/* */
.subtitle {margin:10px 0px 10px 0px;}
.subtitle a:link, .subtitle a:visited {
color:#333333;}


.go
{
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 23px;
	width: 30px;
	color: #FFF;
	background:url(http://im.mstar.com/im/ts_gobutton.gif) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
.txt
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 19px;
	padding: 3px 4px 0px 4px;
	border: 1px solid #A7AAAF;
}
.mk_cnt_370
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:370px;
}
.mk_bcnt {
border:1px solid #BBBBBB;
display:inline;
float:left;
margin:0;
padding:0;
}
.mk_bcnt {
background-color:#F5F5F5;
/*margin:0 20px 0 10px;
padding:15px;*/
width:340px;
}


.gr_colm_a1c {
color:#000000;
display:inline-block;
font-size:10px;
margin:10px 18px 0;
width:955px;
}

.listing_left_col {
float:left;
margin:0 10px 0 0;
width:565px;
}
.gr_colm_c2 {
color:#000000;
display:inline;
float:left;
font-size:11px;
margin:0;
width:175px;
}
.mk_pcnt {
display:inline;
float:left;
margin:0;
padding:15px 19px;
}

.msNavSelect {
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-weight:bold;
text-decoration:none;
}

.msData {
color:#333333;
font-family:Verdana,Arial,Helvetica;
font-size:12px;
font-weight:normal;
line-height:18px;
text-decoration:none;
}
.msDataBold {
color:#333333;
font-family:Verdana,Arial,Helvetica;
font-size:11px;
font-weight:bold;
line-height:18px;
text-decoration:none;
}
.msSmall {
color:#333333;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:normal;
line-height:14px;
text-decoration:none;
}
.msNormal {
color:#333333;
font-family:Verdana,Arial,Helvetica;
font-size:12px;
font-weight:normal;
line-height:16px;
text-decoration:none;
}
.msBold {
color:#333333;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
line-height:14px;
text-decoration:none;
}
.msRedBold {
color:#CC0000;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
line-height:14px;
text-decoration:none;
}
.msGreyBold {
color:#666666;
font-family:Verdana,Arial,Helvetica;
font-size:10px;
font-weight:bold;
line-height:14px;
text-decoration:none;
}
.tools_icon3 {
background:url("http://im.mstar.com/im/NewArticle/art-sprite.gif") no-repeat scroll 0 -17px transparent;
height:14px;
float:left;
font-size:10px;
line-height:14px;
padding-right:15px;
position:relative;
text-decoration:none;
text-indent:17px;
}

.titleLink
{
	color:#336699;
	font-weight:normal;
	text-decoration:none;
}
.titleLink:hover {
	text-decoration:underline;
}

.prem {
background:url("http://im.mstar.com/im/etfs/prem.gif") no-repeat scroll 0 5px transparent;
text-indent:15px;
}

.adsection_c3 {
    border: 1px solid #CCCCCC;
    float: left;
    overflow: hidden;
    width: 100%;
}
.adsection_c3Title {
    background-color: #CCCCCC;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    text-indent: 5px;
    width: 100%;
}
.adcontent {
    display: inline;
    float: left;
    margin: 30px 30px 0;
}
.adrow {
    display: inline;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.adsponsorl {
    display: inline;
    float: left;
    margin: 0 34px 0 0;
    width: 120px;
}
.adsponsorm {
    display: inline;
    float: left;
    padding: 0 34px;
    width: 120px;
}
.adsponsorr {
    display: inline;
    float: left;
    margin: 0 0 0 34px;
    width: 120px;
}
.adsponsormb {
    display: inline;
    float: left;
    padding: 0 34px;
    width: 120px;
}
.adsponsorlb {
    display: inline;
    float: left;
    margin: 0 34px 0 0;
    width: 120px;
}
.adsponsorrb {
    display: inline;
    float: left;
    margin: 0 0 0 34px;
    width: 120px;
}