﻿
ul.dropzone
{
	margin: 2px;
	height: 340px;
	float: left;
	padding: 0;
	background: ##FFFFFE;
}
li.dragItem
{
	background-image: none;
	list-style-type: none;
	padding-left: 1px;
	padding: 1px;
	margin: 1px;
	cursor: move;
	border: solid 1px gray;
}
.play
{
	padding: 1px;
	margin: 1px;
	height: 600px;
}
.placeholder
{
	border: dashed 2px gray;
	height: 200px;
}
 .WidgetPanel
{
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.sty_Label_FinancialMetricsWidgetRow
{
	width: 100%;
	background : #0078ae url('DashBoard/images/ui-bg_glass_75_79c9ec_1x400.png') 50% 50% repeat-x;
	text-align:justify;
	height: 24px;
	border: 1px solid #e6e6e6;
	cursor:pointer;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	color: #666666;
}
.sty_Label_FinancialMetricsWidgetRowValue
{
	width: 100%;
	text-align: left;
	background : #0078ae url('DashBoard/images/ui-bg_glass_55_f8da4e_1x400.png') 50% 50% repeat-x;
	height: 24px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}