/*NEW STANDARD*/
.moMenuDivider, .moMenuDivider:hover {
	background-color:#F0F0F0; border:0px;
}
#flaremapHeadingContainer {
	height:24px;
}
#treemap{
	margin-left: 0px;
}
#gscWrapper, #filterWrapper {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}
#gscWrapper{
	margin-left: 0px;
	margin-right: 0px;
}

#filterWrapper{
	right: 0px;
}
#gscPulldown{
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
/*END NEW STANDARD*/


.stockName {
font-size: 15px;
font-weight:bold;
}
.stockTicker {
font-size: 12px;
font-weight:bold;
}
.stockPrice {
font-size: 20px;
font-weight:bold;
float:left;
padding-right:20px;
}
.stockChg {
font-size: 15px;
font-weight:bold;
color: #039;
}
.yahoo_logo_block {
	background:#3d0887;
	width:1px;
}
.yahoo_logo_block img {
	height:27px;
}
.yahoo_action_item {
	border-bottom:4px solid #3d0887;
	vertical-align:middle;
	text-align:center;
}
.yahoo_action_item a {
	color:#3d0887;
	text-decoration:none;
	font-family:sans-serif;
	font-size:11px;
}
.yahoo_action_item a:hover {
	text-decoration:underline;
}


.cellMouseOver, .groupMouseOver {width:250px;}
.moInfo {font-size:11px;}
.mobox_title {font-size:14px;}
.mobox_smalltext {font-size:11px;}

/*Tablet portrait and landscape*/
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 800px) {
.cellMouseOver, .groupMouseOver {width:180px;}
.moInfo {width:160px;overflow:auto;font-size:8px;}
.mobox_title {font-size:10px;}
.moMenuItem {font-size:9px;}
.stockName {font-size: 10px;}
.stockTicker {font-size: 9px;}
.stockPrice {font-size: 12px;padding-right:10px;}
.stockChg {font-size: 10px;}
.yahoo_logo_block img {height:20px;}
.yahoo_action_item a {font-size: 8px;}

}

@media screen and (max-height: 500px) {
.moInfo {height:150px;overflow:auto;}
}
@media screen and (max-height: 400px) {
.moInfo {height:100px;overflow:auto;}
}
@media screen and (max-height: 300px) {
.moInfo {height:50px;overflow:auto;}
}
