div.realtimeLayer
{
	text-align: right;
	padding:0px 3px 0px 15px;
}
div.pricePercentBox
{
	padding: 0px;
}
div.pricePercent
{
	padding:0px 0px 0px 3px;
	float:right;
}
div.realtimeDetailLayer
{
	text-align:right;
	padding:0 2px 0 3px;
	white-space:nowrap;
	display:inline;
}
.realtimeLayerWidgets
{
	/*padding: 0 0px 0 0px;*/
	font-weight: bold;
}
div.realtimeTopFlopLayer
{
	text-align: right;
	padding:0 0px 0 18px;
}
.realtimeWatchlistLayer
{
	padding:0 2px 0 2px;
	color:#999;
}

div.realtimeTableUp
{
text-align:right;
padding:0px 3px 0 15px;
background:url("/dk/Images/Icons/Realtime/up-left.gif") left top no-repeat;
}
div.realtimeTableUp span
{
padding:0 8px 0 15px;
background:url("/dk/Images/Icons/Realtime/up-right.gif") right top no-repeat;
}
div.realtimeTableDown
{
text-align:right;
padding:0px 3px 0 15px;
background:url("/dk/Images/Icons/Realtime/down-left.gif") left top no-repeat;
}
div.realtimeTableDown span
{
padding:0 8px 0 15px;
background:url("/dk/Images/Icons/Realtime/down-right.gif") right top no-repeat;
}

div.realtimeDetailTableUp
{
text-align:right;
padding:0 2px 0 3px;
background:url("/dk/Images/Icons/Realtime/green-left.gif") left top no-repeat;
display:inline;
}
div.realtimeDetailTableUp span
{
padding:0 0px 0 0px;
background:url("/dk/Images/Icons/Realtime/green-right.gif") right top no-repeat;
}
div.realtimeDetailTableDown
{
text-align:right;
padding:0 2px 0 3px;
background:url("/dk/Images/Icons/Realtime/red-left.gif") left top no-repeat;
display:inline;
}
div.realtimeDetailTableDown span
{
padding:0 0px 0 0px;
background:url("/dk/Images/Icons/Realtime/red-right.gif") right top no-repeat;
}
span.realtimeDetailTableDown
{
	color: #C01B00;
}
span.realtimeDetailTableUp
{
	color: #00A400;
}

/* TopFlop Box */
div.realtimeTopFlopTableUp
{
text-align:right;
padding:0 0px 0 18px;
background:url("/dk/Images/Icons/Realtime/up-left.gif") left top no-repeat;
}
div.realtimeTopFlopTableUp span
{
padding:0 8px 0 18px;
background:url("/dk/Images/Icons/Realtime/up-right.gif") right top no-repeat;
}
div.realtimeTopFlopTableDown
{
text-align:right;
padding:0 0px 0 18px;
background:url("/dk/Images/Icons/Realtime/down-left.gif") left top no-repeat;
}
div.realtimeTopFlopTableDown span
{
padding:0 8px 0 18px;
background:url("/dk/Images/Icons/Realtime/down-right.gif") right top no-repeat;
}

/* End TopFlop Box */

/* Widgets */

div.realtimeWidgetsTableUp, span.realtimeWidgetsTableUp
{
font-weight: bold;
text-align: right;
padding:8px 3px 0 15px;
background:url("/dk/Images/Icons/Realtime/up-left.gif") left 8px no-repeat;
}
div.realtimeWidgetsTableUp span
{
/*padding:0 0px 0 3px;*/
font-weight: bold;
background:url("/dk/Images/Icons/Realtime/up-right.gif") right top no-repeat;
}
div.realtimeWidgetsTableDown, span.realtimeWidgetsTableDown
{
font-weight: bold;
text-align: right;
padding:8px 3px 0 15px;
background:url("/dk/Images/Icons/Realtime/down-left.gif") left 8px no-repeat;
}
div.realtimeWidgetsTableDown span
{
/*padding: 0 0px 0 3px;*/
font-weight: bold;
background:url("/dk/Images/Icons/Realtime/down-right.gif") right top no-repeat;
}
.realtimeWatchlistTableUp
{
	text-align:right;
	padding:0 2px 0 2px;
	background:url("/dk/Images/Icons/Realtime/up-left-noArrow.gif") left 0px no-repeat;
	display:inline;
}
.realtimeWatchlistTableDown
{
	text-align:right;
	padding:0 2px 0 2px;
	background:url("/dk/Images/Icons/Realtime/down-left-noArrow.gif") left 0px no-repeat;
	display:inline;
}
/* ----------------- PUSHCHART -------------------*/
.pushLabel
{
	font-family:			'bnpp-sans', sans-serif;
	font-size:				7pt;
	color:						#333;
	background:				#fff;
	text-align:				right;
	border-style:			none;
	float: left;
}

.pushLabelY
{
	padding-right: 5px;
	left: 0px !important;
}

.pushpx1
{
	width:					2px;
	height:					2px;
	background-color:		#b2ca74;
}

.pushpo1
{
	width:					2px;
	height:					2px;
	background-color:		#a1b963;
}

.chartstyle
{
	background-color:		#fff;
	background-image:		url(/dk//Images/Backgrounds/pushchart_background.gif);
	border:					1px solid #ccc;
	margin:					0px 0px;
}

/* KO Widget -- product config */
div.koWidgetConfigOuter
{
    background: url("/dk/Images/Backgrounds/kowidget-top-bottom-bar.gif") no-repeat left top;
}
div.koWidgetConfigInner
{
	background: url("/dk/Images/Backgrounds/kowidget-top-bottom-bar.gif") no-repeat right top;
	font-size: 12px;
	padding: 10px 20px;
	overflow: hidden;
	zoom: 1;
}

div.koWidgetConfigInner div.configTab
{
	float: left;
	margin-right: 15px;
}
div.koWidgetConfigInner div.configTab select
{
	margin-top: 5px;
}
/* KO Widget -- product table head */
table.koWidgetProductTable
{
	border: 1px solid;
	border-color: #e0e0e0;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
}
table.koWidgetProductTable thead
{
	background: url("/dk/Images/Backgrounds/kowidget-table-head.gif") repeat-x top;
	border-bottom: 1px solid;
	border-color: #e0e0e0;
}
table.koWidgetProductTable thead tr th
{
  padding: 10px 5px;
  border-right: 1px solid;
  border-color: #e0e0e0;
  text-align: center;
}
table.koWidgetProductTable thead tr th.productCol
{
  text-align: left;
}
/* KO Widget -- product table body */
table.koWidgetProductTable tbody
{
	background: url("/dk/Images/Backgrounds/kowidget-table-body.gif") repeat-x top;
}
table.koWidgetProductTable tbody tr
{
}
table.koWidgetProductTable tbody tr td
{
	background-position:expression(-this.offsetLeft + " " + -this.offsetTop); 
	border-bottom: 1px solid;
	border-color: #d3d3d3;
  padding: 5px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #666;
}
/* KO Widget -- product table body named colums */
table.koWidgetProductTable tbody tr td.productCol
{
	color: #000;
	font-size: 12px;
	text-align: left;
	width: 100%;
}
table.koWidgetProductTable tbody tr td.differenceCol
{
	color: #000;
}
table.koWidgetProductTable tbody tr td.leverageCol,
table.koWidgetProductTable tbody tr td.stoplossCol
{
	padding: 0px 10px;
}
/* KO Widget -- underlying config table head */
table.koWidgetUnderlyingConfig
{
	background: url("/dk/Images/Backgrounds/kowidget-top-bottom-bar.gif") no-repeat left bottom;
	font-size: 12px;
	border: 1px solid;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #e8e8e8;
	width: 100%;
	border-collapse: collapse;
}
table.koWidgetUnderlyingConfig thead tr th
{
	background-color: #f4f4f4;
	padding: 10px 0px;
	font-weight: normal;
}
table.koWidgetUnderlyingConfig thead tr th b
{
	font-weight: bold;
	color: #606060;
}
/* KO Widget -- underlying config table body */
table.koWidgetUnderlyingConfig tbody tr td
{
	background-position:expression(-this.offsetLeft + " " + -this.offsetTop); 
	padding: 4px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
table.koWidgetUnderlyingConfig tbody tr td span
{
	font-size: 12px;
	color: #eee;
}
/* KO Widget -- DIVs for lightstreamer */
table.koWidgetProductTable tbody tr td div,
table.koWidgetUnderlyingConfig tbody tr td div
{
	font-weight:bold;
	padding: 0px 24px 0px 0px;
	text-align: right;
	height: 19px;
	line-height: 19px;
	width: 52px;
	margin: 0px 2px;
}
table.koWidgetUnderlyingConfig tbody tr td div
{
	width: 72px;
}
table.koWidgetProductTable tbody tr td div.up
{
	color: #fff;
	background:url("/dk/Images/Backgrounds/kowidget-product-up.png") center right no-repeat;
}
table.koWidgetUnderlyingConfig tbody tr td div.up
{
	color: #fff;
	background:url("/dk/Images/Backgrounds/kowidget-underlying-up.png") center right no-repeat;
}
* html table.koWidgetProductTable tbody tr td div.up
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-product-up.png', sizingMethod='crop');
}
* html table.koWidgetUnderlyingConfig tbody tr td div.up
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-underlying-up.png', sizingMethod='crop');
}
table.koWidgetProductTable tbody tr td div.down
{
	color: #fff;
	background:url("/dk/Images/Backgrounds/kowidget-product-down.png") center right no-repeat;
}
table.koWidgetUnderlyingConfig tbody tr td div.down
{
	color: #fff;
	background:url("/dk/Images/Backgrounds/kowidget-underlying-down.png") center right no-repeat;
}
* html table.koWidgetProductTable tbody tr td div.down
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-product-down.png', sizingMethod='crop');
}
* html table.koWidgetUnderlyingConfig tbody tr td div.down
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-underlying-down.png', sizingMethod='crop');
}
/* KO Widget -- footer */
div.koWidgetFooter
{
	background: url("/dk/Images/Backgrounds/kowidget-top-bottom-bar.gif") no-repeat left -111px;
	overflow: hidden;
	height: 16px;
}
div.koWidgetFooter div
{
	background: url("/dk/Images/Backgrounds/kowidget-top-bottom-bar.gif") no-repeat right -115px;
	overflow: hidden;
	height: 16px;
}
/* KO Widget -- rounded gradient button */
span.koWidgetButton
{
	background: url("/dk/Images/Backgrounds/kowidget-button-gray-18px.png") right;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	display: block;
	float: left;
}
* html span.koWidgetButton
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-button-gray-18px-right-end.png', sizingMethod='crop');
}
a.koWidgetButton
{
	background: url("/dk/Images/Backgrounds/kowidget-button-gray-18px.png") left;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	display: block;
	float: left;
}
* html a.koWidgetButton
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/Backgrounds/kowidget-button-gray-18px.png', sizingMethod='crop');
}
a.koWidgetButton:link, a.koWidgetButton:visited, a.koWidgetButton:hover
{
	color: #ffffff !important;
}
/* KO Widget -- miscellaneous styles for padding */
td.koWidgetLeftPaddedCell, th.koWidgetLeftPaddedCell
{
	padding-left: 20px !important;
}
td.koWidgetRightPaddedCell, th.koWidgetRightPaddedCell
{
	padding-right: 20px !important;
}
