/*
 ****************************************************************************************
 * Theme version 1 for popups: .t top, .b bottom, .l left, .m midde, .r right
 ****************************************************************************************
 */

.globalTickerHover {
	width: 350px ! important;
	z-index: 9999;
}

/*
globalTickerHover element dimensions
*/

/* IE only rounded corner divs */
.globalTickerHover .t {
    display:block;
    position:relative;
    height:7px;
} 
.globalTickerHover .b {
    display:block;
    height:11px;
    position:relative;
} 
.globalTickerHover .l, .globalTickerHover .r {
    position:absolute;
    top:0px;
} 
.globalTickerHover .l {
    left:0px;
    width:7px;
} 
.globalTickerHover .r {
    right:0px;
    width:11px;
} 
.globalTickerHover .m {
    height:100%;
    margin:0 9px 0 3px;
} 

.globalTickerHover .t .r, .globalTickerHover .t .l {
    height:7px;
} 
.globalTickerHover .b .r, .globalTickerHover .b .l {
	height:11px;
}
.globalTickerHover .layout .content {
    padding:3px;
    overflow:hidden;
}

.globalTickerHover .IElayout .content {
    padding:0 3px 0 4px;
    overflow:hidden;
}

/*
globalTickerHover appearance settings
*/

/* Moz and other non-crappy browsers */
.globalTickerHover .layout {
    background-color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	-moz-box-shadow: 3px 3px 5px #888;
	border:1px solid #999;
	position:relative;
	z-index:9999;
	padding:0px !important;
}


/* IE only rounded corners: t, b, l, r, m etc do not exist except for IE */
.globalTickerHover .t .l {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_corners.png") no-repeat;
}
.globalTickerHover .t .m {
    background-color:#fff;
    border-top:1px Solid #999;
}
.globalTickerHover .t .r {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_corners.png") no-repeat 100% 0; /* left top */
}
.globalTickerHover .b .l {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_corners.png") no-repeat 0 100%;
}
.globalTickerHover .b .m {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_bottom.png") repeat-x;
}
.globalTickerHover .b .r {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_corners.png") no-repeat 100% 100%;
}

.globalTickerHover .t .l {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_corners.png") no-repeat
}
.globalTickerHover .t .m {
    background-color:#fff;
    border-top:1px Solid #999;
}

/* Dropshadow graphic for IE only */
.globalTickerHover .IElayout .content {
    background-image:none;
    background:#fff url(/common/img/widgets/hover/globalTickerHover/bg_hover_data.png) repeat-y scroll right top;
    border-left:1px Solid #999;
    _padding:0 0 10px 0;
}

/*
globalTickerHover appearance settings based on orientation
*/
.globalTickerHover.pos-northeast .layout,
.globalTickerHover.pos-northeast .IElayout, 
.globalTickerHover.pos-northwest .layout,
.globalTickerHover.pos-northwest .IElayout {
    margin-bottom:19px; /* reserve room for callout */
}
.globalTickerHover.pos-southeast .layout,
.globalTickerHover.pos-southeast .IElayout, 
.globalTickerHover.pos-southwest .layout,
.globalTickerHover.pos-southwest .IElayout {
    margin-top:23px;
}


/*
globalTickerHover callout generic settings
*/
.globalTickerHover .callout {
    background:url("/common/img/widgets/hover/globalTickerHover/bg_hover_callout.png") no-repeat;
    border:0px;
    position:absolute;
    display:block;
    height:23px;
    width:111px;
}

.globalTickerHover.pos-northeast .callout {
    background-position:-112px -24px;
    bottom:0;
}

.globalTickerHover.pos-northwest .callout {
    background-position:0 -24px;
    bottom:0;
    right:0;
}

.globalTickerHover.pos-southeast .callout {
    top:0;
    background-position:-112px 0;
}

.globalTickerHover.pos-southwest .callout {
    top:0;
    right:0;
    background-position:0 0;
}

.globalTickerHover.pos-east .callout {
    width:83px !important;
    height:38px !important;
    background-position:0 -110px;
}

.globalTickerHover.pos-west .callout {
    width:83px !important;
    height:38px;
    right:0;
    background-position:-146px -110px;
}

/* CONTENTS */
#globalTickerHover {
	background-color: #eef1f5;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	width: 342px;
	font-family:Arial,Helvetica,sans-serif;
}

#globalTickerHover * {  /* to overcome global.css used in Evolution */
	font-family:Arial,Helvetica,sans-serif;
}
	
.IElayout #globalTickerHover {
	width: 336px;
}
#globalTickerHover #globalTickerHeader {
	position:relative;
	background: #115070 url("//g.foolcdn.com/common/img/widgets/hover/globalTickerHover/bg_tickerhoverheader.jpg") repeat-x bottom left;
	border-bottom: solid 3px #bcd6e3;
	color: #fff;
	margin-bottom: 8px;
	padding: 9px 10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#globalTickerHover #globalTickerBody {
	
}

#globalTickerHover #globalTickerBody .nodata {
	line-height:14px;
	margin-bottom:0;
	padding:0 40px 10px;
}

#globalTickerHover #globalTickerHeader h3 {
	color:#FFFFFF;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-align:left;
}

#globalTickerHover #globalTickerHeader h5 {
	color:#FFFFFF;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	font-style: normal;
	margin:0px;
	padding:0px;
	text-align:left;
}

#globalTickerHover #globalTickerPrice {
	font-weight: bold;
	font-size:  22px;
	font-family:Arial,Helvetica,sans-serif;
	margin: 0px 0 8px 10px;
	padding:0px;
	float: left;
	color: #000;
}

#globalTickerHover #globalPriceDifference {
	float: right;
	margin-right:10px;
	font-size: 18px;
}

#globalTickerHover .bigArrow .pos {
	background: transparent url(//g.foolcdn.com/art/ratings/tickerMovementUp.gif) 0% 50% no-repeat;
	padding-left:25px;
	padding-top:5px;
}

#globalTickerHover .bigArrow .neg {
	background: transparent url(//g.foolcdn.com/art/ratings/tickerMovementDown.gif) 0% 50% no-repeat;
	padding-left:25px;
	padding-top:5px;
}

#globalTickerHover #spanPercentChange {
	background: none;
	padding-left:0px;
}

#globalTickerHover #spanPercentChangeFull {
	font-size:14px;
	color:#A0A0A0;
}

#globalTickerHover #globalChart {
	background: #fff;
	border: solid 1px #c7d1df;
	clear: both;
	margin: 5px auto;
	padding: 0px 10px;
	width: 300px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:10px;
	color:#999;
	text-align:center;
}

#globalTickerHover #globalChartVs {
	font-size: 11px;
	color: #a0a0a0;
	line-height:18px;
}

#globalTickerHover #globalChartTicker {
	color: #0c6d9e;
	font-weight: bold;
}

#globalTickerHover #globalChartBenchmark {
	color: #b10e15;
	margin-right: 5px;
	padding-right: 8px;
	border-right: solid 1px #888;
	font-weight: bold;
}

#globalTickerHover #globalChart img {
	margin-top:0px;
	width: 300px;
}

#globalTickerHover #globalCompanyDescription {
	line-height: 16px;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom:0;
	padding:0 10px 10px;
	text-align:left;
	color:#333;
}

#globalTickerHover #globalCAPSRating {
	color:#6E9FB7;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	position:absolute;
	right:5px;
	top:0px;
}

#globalTickerHover #globalCAPSRating img {
    position:relative;
    top:4px;
}
	
#globalTickerHover #globalFootnote {
	color: #ccc;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 1px;
	text-align: right;
	padding:0 8px 3px;
}
