.selectorLabel
{
	width: 80px;
}
.selectorTextBox
{
	width: 200px;
}
.instanceSelector .selectorItems
{
	color:#462D88;
	background-color: Transparent;
	font-size: 16px;
	font-family:Arial;
	font-weight:bold;
	padding-bottom: 30px;
	width:100%;
	height: 20px;
	
}
.instanceSelector .selectorTitle
{
	background-color: #f3f3f7;
	color:#ffffff;
	padding-top:5px;
}
* html .instanceSelector .selectorTitle
{
	height: +1px;
}
.contentInstance .serviceButtons
{
	
	padding-left: 5px;
	margin-bottom: 5px;
	background-color: #F3F3F7;
	padding-top:5px;
}
.instance
{
	border:1px solid #F3F3F7;
	width: 100%;
}
.instance .headerInstance
{
	background-color: Transparent;
	color: #FFFFFF;
	text-align:center;
	font-size:12pt;
}
.instance .rowInstance
{
	color: black;
	background-color: Transparent;
	text-align: left;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	vertical-align:top;
}
.instance .alternatingRowInstance
{
	color: black;
	background-color: Transparent;
	text-align: justify;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	vertical-align:top;
}
.instance .fieldHeaderInstance, .instance .fieldHeaderInstanceHidden
{
	color: #462D88;
	background-color: Transparent;
	text-align: left;
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	width: 200px;
	padding-bottom:20px;
	padding-left:10px;
}
.instance .fieldHeaderInstanceHidden
{
	filter: Alpha(Opacity=30);
	opacity: 0.30;
	-moz-opacity: 0.30;
}
.instanceDisplaySet
{
	min-height: 200px;
	font-size: 9pt;
}
* html .instanceDisplaySet
{
	height: 200px;
}
.instanceService
{
	background-color: #F3F3F7;
}
.instanceService table
{
	table-layout:fixed;
}
.instanceService .label
{
	width: 110px;
	background-color: #D6D6E2;
}
.instanceService .editor
{
	background-color: #F3F3F7;
	width: 180px;
}

.instanceService .editor .colorizeControl
{
    background-color: #ebebe4;
    border: solid 1px #7f9db9;
}

