input, select, textarea
{
	margin-left: 0px;
}

.greyfields, fieldset #dropdowns_ddlMarkets , fieldset #dropdowns_ddlProducts 
{
	border: 1px solid #eee;
	background: #cccbcb;
	color: #222;
	font-size: 11px;
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
}

fieldset
{
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #4d4d4d;
}

legend
{
	font-weight: bold;
	padding: .2em .5em;
	border: 1px solid #4d4d4d;
	margin-bottom: .5em;
	background-color: #000;
}

fieldset div
{
	clear: both;
	margin: .1em 0 .5em 0;
	position: relative;
}
fieldset div span
{
	display: none;
}

fieldset div span.formLabel
{
	font-weight: bold;
	display: block;
}

fieldset div span.formLabel br
{
	display: inline !important;
}

* html fieldset div span.formLabel
{
	font-size: 10px;
	color: #000033;
	margin-left: 133px;
	padding: 0;
	display: block;
}

fieldset div:hover span
{
	font-size: 10px;
	color: #993300;
	background-color: #faf0e6;
	margin-left: 133px;
	padding: .2em .5em .3em;
	border: 1px solid #993300;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span
{
	font-size: 11px;
	color: #f80;
	padding: .3em;
	display: block;
}



fieldset div.cr label
{
	text-align: left;
	margin-left: 125px;
	width: auto;
	float: none;
}

.buttons
{
	text-align: center;
}

.buttons input
{
	border: 1px solid #eee;
	color: #222;
	font-size: 11px;
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
} 

.removed
{
	display: none !important;
}

.label
{
	color: #ccc;
}

/* Iciniti additional styles. */

/* Table Heading style */
.CAPTION         { background-color:#808080 ; font-weight:bold; color: Black; }

/* Odd/Even row background colours */
TR.EVEN			{ background-color:#1e1a1c }
TR.ODD			{ background-color:#2e2a2c }

