/* popup table container version */
.popup_table {
	width: 430px;
	border-collapse:collapse;
}
.popup_table_quicksell {
	width: 730px;
	border-collapse:collapse;
}
.popup_table td {
	margin:0px;
	padding:0px;
}
.popup_table_tl {
	background-image: url(Images/popup_tl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.popup_table_tm {
	background-image: url(Images/popup_tm.png);
	background-repeat: repeat-x;
	height: 30px;
}
.popup_table_tr {
	background-image: url(Images/popup_tr.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.popup_table_ml {
	background-image: url(Images/popup_ml.png);
	background-repeat: repeat-y;
	width: 30px;
}
.popup_table_mm 
{
	background-color:#ffffff;
}
.popup_table_mr {
	background-image: url(Images/popup_mr.png);
	background-repeat: repeat-y;
	width: 30px;
}
.popup_table_bl {
	background-image: url(Images/popup_bl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
.popup_table_bm {
	background-image: url(Images/popup_bm.png);
	background-repeat: repeat-x;
	height: 30px;
}
.popup_table_br {
	background-image: url(Images/popup_br.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
/* end popup table container version */

#popup {
	width:730px; /* WIDTH EDIT */
	min-width: 90px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#popup_t {
	height:30px;
}
.popup_tl {
	background:url(Images/popup_tl.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
}
.popup_tm {
	background:url(Images/popup_tm.png) repeat-x;
	height:30px;
	width:670px; /* WIDTH EDIT STANDARD + 60 */
	float:left;
}
.popup_tr {
	background:url(Images/popup_tr.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
}
/*** Equal-height Columns ***/

.popup_m {
	overflow: hidden;
}
.popup_m .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
/*** End Equal-height Columns ***/
.popup_m {
	padding-left: 30px;      /* LC fullwidth */
	padding-right: 30px;     /* RC fullwidth + CC padding */
}
.popup_m .column {
	position: relative;
	float: left;
	text-align:left;
}
.popup_mm {
	padding: 0px 0px;       /* CC padding */
	width: 100%;
	background: #fff;
}
.popup_ml {
	width: 30px;             /* LC width */
	padding: 0 0px;          /* LC padding */
	right: 30px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
	background: url(Images/popup_ml.png);

}
.popup_mr {
	width: 30px;             /* RC width */
	padding: 0 0px;          /* RC padding */
	margin-right: -100%;
	background: url(Images/popup_mr.png);
}
.popup_b {
	clear: both;
	height:30px;
}
.popup_bl {
	background:url(Images/popup_bl.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
}
.popup_bm {
	background:url(Images/popup_bm.png) repeat-x;
	height:30px;
	float:left;
	width:670px; /* WIDTH EDIT STANDARD + 60 */
}
.popup_br {
	background:url(Images/popup_br.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
}
/*** IE Fix ***/
* html .popup_ml {
	left: 30px;              /* RC fullwidth */
}
/*** Footer Fix ***/
* html body {
	overflow: hidden;
}
* html .popup_b_wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}
.popup_header {
	width:100%;
	min-height:45px;
	background:#25DF00 url(Images/popup_header.png) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.popup_header_quicksell {
	width:100%;
	min-height:45px;
	background:#990000 url(Images/popup_header_quicksell.png) repeat-x top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.popup_header_price {
	float:left;
	margin-left:5px;
	width:80px;
	margin-top:8px; 
}
.popup_header_priceLabel {
	float:left;
	color:#333;
	font-size:14px;
	line-height:14px;
}
.popup_header_priceValue {
	clear:left;
	float:left;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
.popup_header_title {
	float:left;
	margin-left:5px;
	width:320px;
	margin-top:8px; 
}
.popup_header_titleIntro {
	float:left;
	color:#333;
	font-size:14px;
	line-height:14px;
}
.popup_header_titleName {
	clear:left;
	float:left;
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-left:2px;
	line-height:16px;
	width:100%;
	text-align:left;
}
.popup_header_exchange {
	float:right;
	margin-right:5px;
	width:250px;
	margin-top:8px; 
}
.popup_header_exchangeLabel {
	float:right;
	clear:both;
	color:#333;
	font-size:14px;
	line-height:14px;
}
.popup_header_exchangeName {
	float:right;
	clear:both;
	color:#333;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	width:100%;
	text-align:right;
}
.popup_content {
	width:650px; /* WIDTH EDIT STANDARD - 80 */
	min-height:45px;
	background:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:5px;
	padding:10px;
	padding-bottom:5px;
	margin-bottom:0px; /* remove extra white height after main content */
	float:left;
}
.popup_mastercontrol_row {
	height:26px;
	float:left;
}
.popup_mastercontrol_padding {
	min-width:285px;
	float:left;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	text-align:right;
}
.popup_mastercontrol {
	height:26px;
	float:left;
	text-align:center;
}
.popup_mastercontrol_l {
	height:26px;
	background:url(Images/popup_mc_l.png);
	width:9px;
	float:left;
}
.popup_mastercontrol_m {
	height:26px;
}
.popup_mastercontrol_r {
	height:26px;
	background:url(Images/popup_mc_r.png);
	width:9px;
	float:left;
}
.popup_mastercontrol_m_quantity {
	height:26px;
	width:100px;
	background:#FFF;
	float:left;
	text-align:center;
}
.popup_mastercontrol_m_approxvalue {
	height:26px;
	width:100px;
	background:#FFF;
	float:left;
	text-align:center;
}
.form_mc_quantity {
	height:15px;
	width:96px;
	margin-top:4px;
	border:#D1D1D1 1px solid;
	background:#E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.form_quantity {
	height:15px;
	width:95px;
	border:#D1D1D1 1px solid;
	background:#E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.form_mc_approxvalue {
	height:15px;
	width:96px;
	margin-top:4px;
	border:#D1D1D1 1px solid;
	background:#E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.form_approxvalue {
	height:15px;
	width:95px;
	border:#D1D1D1 1px solid;
	background:#E9E9E9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.popup_row {
	height:30px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px; 
	float:left;
}
.popup_row_l {
	height:30px;
	width:4px;
	background:url(Images/popup_row_l.png) no-repeat;
	float:left;
}
.popup_row_m {
	background:#FFF;
	width:642px;  /* WIDTH EDIT STANDARD - 88 */
	height:30px;
	float:left;
}
.popup_row_r {
	height:30px;
	width:4px;
	background:#123456 url(Images/popup_row_r.png) no-repeat;
	float:left;
}
.popup_title_portfolio {
	float:left;
	width:190px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.popup_title_funds {
	float:left;
	width:80px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:left; 
}
.popup_title_quantity {
	float:left;
	width:116px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:center; 
}
.popup_title_approxvalue {
	float:left;
	width:116px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:center; 
}
.popup_title_totalvalue {
	float:left;
	width:90px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:left; 
}
.popup_title_remove {
	float:left;
	width:30px;
	height:26px;
    margin-top: 4px;
    *margin-top: 0px;
    text-align: right; 
}
.popup_column_portfolio {
	float:left;
	width:190px;
	margin-left:2px;
	margin-right:2px;
	height:30px;	
	font-size:14px;
	text-align:left;
}
.popup_column_funds {
	float:left;
	width:80px;
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
	height:30px;
	text-align:left;
}
.popup_column_quantity {
	float:left;
	width:116px;
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
	text-align:center;
	height:24px;
	padding-top:6px;
	*padding-top:0px;	
}
.popup_column_approxvalue {
	float:left;
	width:116px;
	margin-left:2px;
	margin-right:2px;
	font-size:12px;
	text-align:center;
	height:24px;
	padding-top:6px;
	*padding-top:0px;
}
.popup_column_totalvalue {
	float:left;
	width:90px;
	margin-left:2px;
	margin-right:2px;
	font-size:14px;
	font-weight:bold;
	text-align:left;	
	height:30px;	
}
.popup_column_remove {
	float:left;
	width:30px;
	height:26px;	
	margin-top:4px;
	
}
.popup_ar {
	float:left;
	height:27px;
	width:469px; /* WIDTH EDIT - margin-left below */
	margin-left:181px;
	text-align:center;
	margin-top:5px;
	margin-bottom:-5px;
}
.popup_ar_l {
	height:27px;
	width:9px;
	background:url(Images/popup_ar_l.png) no-repeat;
	float:left;
}
.popup_ar_m {
	height:27px;
	background:#FFF;
	float:left;
	text-align:center;
}
.popup_ar_r {
	height:27px;
	width:9px;
	background:url(Images/popup_ar_r.png) no-repeat;
	float:left;
}

.popup_button 
{
	margin-top:3px;
}
