@charset "utf-8";
/*
POPOVER STYLESHEET
Description:  Popover definitions
Author:       Interactive Things
Created:      100622_JS
Updated:      100708_BW
*/
/* POPOVER STRUCTURE
/////////////////////////////////////////////////////////////////*/
.popover {
  display: none;
  background: transparent;
  position: absolute;
  z-index: 90;
  padding-bottom: 10px;
  /* CSS3 */
  border-radius: 5px;
}
.popover-arrow {
  background: transparent url('../img/popover_sprite.png') 0 -300px no-repeat;
  height: 15px;
  right: 0%;
  position: absolute;
  width: 19px;
}
/* Arrow pops on right side */
.popover-arrow-right{
  background-position: 0 -400px;
}
.popover .close {
  right: 15px;
  top: 14px;
}
.popover-content {
  border: 5px solid black;
  background: white;
  font-size: 11px;
  overflow: hidden;
  /* CSS3 */
  border-radius: 5px;
  box-shadow: 0px 2px 10px #000000;
}
.popover-content-left {
  padding: 26px 30px 30px;
  width: 300px;
  overflow: hidden;
}
.popover-content dl{
  margin: 0;
}
.popover-content dt{
  display: block;
  line-height: 20px;
  float: left;
  width: 200px;
}
.popover-content dd{
  display: block;
  line-height: 20px;
  margin-left: 160px;
  font-weight: normal;
  text-align: right;
}
.popover-content dd.constrained {
  background: url('../img/icon_sprite.png') right -726px no-repeat;
  padding-right: 20px;
  margin-right: -20px;
  cursor: pointer;
}
/* POPOVER CONTENT LEFT
/////////////////////////////////////////////////////////////////*/
.popover-content-left {
  float: left;
  color: #999;
  border-right: 1px solid #d9d9d9;
}
/* POPOVER CONTENT RIGHT
/////////////////////////////////////////////////////////////////*/
.popover-content-right {
  position: relative;
  float: right;
  color: #333;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}
.popover-content-right dt, .popover-content-right dd {
  color: #333;
  font-weight: bold;
}
.popover-content-right .popover-controls{
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: left;
}

/* POPOVER SLIDER
/////////////////////////////////////////////////////////////////*/
.popover-slider-container {
  height: 4px;
  border: 1px solid #adadad;
  background: #ddd;
  position: relative;
  margin: 14px 0 10px;		/*EWMS-2584*/
  /* CSS3 */
  border-radius: 3px;
}
.popover-text{
  text-align: left;
  width:260px;
  float: left;
  margin: 0px;
}
.popover-slider-warning {
  visibility: hidden;
  color: #ffae00;
}
.popover-slider {
  background: #eee;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;	
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
}
.popover-slider-intro { text-align: left; }
.popover-slider .ui-slider-range { 
  background-position: 0 0; 
  background: #78df55;
  border: 0; 
  display: block; 
  height: 100%;
  position: absolute; 
  left: 0;
}
.popover-slider.overlimit .ui-slider-range {
  background: #ffae00;
}
.popover-slider .ui-slider-handle {
  display: block;
  background: #eee;
  border: 1px solid #adadad;
  height: 8px;
  width: 8px;
  margin: -3px 0 0 -5px;
  position: absolute; 
  /* CSS3 */
  border-radius: 5px;
}
.popover-slider-container a.popover-slider-increment,
.popover-slider-container a.popover-slider-decrement{
  color: #333;
  font-weight: bold;
  position: absolute;
  text-decoration: none;
  margin-top: -7px;
  padding: 0 3px;
}
.popover-slider-container a:hover{
  color: #366fb4;
}
.popover-slider-container .popover-slider-increment{
  float: right;
  right: -15px;
}
.popover-slider-container .popover-slider-decrement{
  float: left;
  left: -14px;
}
/* POPOVER LIQUIDATE 
/////////////////////////////////////////////////////////////////*/
.popover-liquidate {
	text-align: left;
	width: 260px;
	float: left; 
	margin: 0 0 0.5em;
}
.popover-liquidate img{
	float:	none;
	margin: 0 -12px 0 3px;
	cursor: pointer;
}
/* POPOVER TEXTFIELD
/////////////////////////////////////////////////////////////////*/
.popover-input{
	float:right;
	width: 50px;
	margin-top: 5px;
	padding: 0 5px;
	background: #f9f9f9 url('../img/table_sprite.png') 0 -701px repeat-x; 
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 10px;
	height: 16px;
	outline: none;
	text-align: right;
	/* CSS3 */
	border-radius: 9px;
}
input.popover-input:focus{ border: 1px solid #6787B6;  }
.popover-input.changed { background-position: 0px -801px;}

/*	price info popover 
/////////////////////////////////////////////////////////////////*/
.popover-inner-div{
    background: none repeat scroll 0 0 white;
    border: 2px solid #1A1A1A;
    color: #000000;
    display: none;
    font-size: 90%;
    position: absolute;
    z-index: 100;
}
.performancePopOver {
	width: 0%;
}
.performancePopOver td.fx_rate,
.performancePopOver td.fx_rate_footer,
.performancePopOver th.fx_rate { width: 107px;}
.performancePopOver td.price_date, 
.performancePopOver td.price_date_footer,
.performancePopOver th.price_date { width: 90px;}
.performancePopOver td.center,
.performancePopOver th.center {text-align: center;}
.performancePopOver td.left,
.performancePopOver th.left {text-align: left;}
.performancePopOver td.right,
.performancePopOver th.right {text-align: right;}

.hover-content{
  border: 1px solid black;
  background: white;
  font-size: 11px;
  overflow: hidden;
  /* CSS3 */
  border-radius: 5px;
  box-shadow: 0px 2px 10px #000000;
  padding: 10px 10px 10px;
  width: 300px;
  overflow: hidden;
	
}