﻿.ui-ob-list, .ui-ob-list .ui-ob-opt {
	margin: 0px;
	padding: 0px;	
}

.ui-ob-list {
	border-spacing: 0px 10px;
	border-collapse: separate;
}

.ui-ob-list .ui-ob-opt {
	vertical-align: top;
}

.ui-ob-opt-content {
	cursor: pointer;
}

.ui-ob-opt-content:hover {
	border-color: #A8B3CF;	
}

.ui-ob-marker {
	padding: 0px 5px 0px 5px;
	border-left: dotted 2px #8F8F8F;
	cursor: move;
}

.ui-ob-other .ui-ob-marker {
	cursor: auto;
	border-left: dotted 2px transparent;
}

.ui-ob-selector {
	margin-right: 5px;	
}

.ui-ob-txt {
	width: 25em;	
}

.ui-ob-other .ui-ob-txt {
	width: auto;	
}

.ui-ob-txt,
.ui-ob-val,
.ui-ob-desc {
	border-width: 1px 1px 1px 1px;
	border-color: #A6A6A6 #EBEBEB #EBEBEB #BBBBBB;
	border-style: solid;
}

a.ui-ob-remove, a.ui-ob-config {
	margin-left: 5px;
	padding: 0px 15px 0 0;
	height: 16px;
	border: 1px solid transparent;
	text-decoration: none;
	display: inline-block;
}

a.ui-ob-remove:hover, a.ui-ob-config:hover {
	border: solid 1px black;
}

a.ui-ob-remove {
	background: white url(../images/ui-icons_228ef1_256x240.png) no-repeat -80px -128px;
}

a.ui-ob-config {	
	background: white url(../images/ui-icons_228ef1_256x240.png) no-repeat -176px -112px;
}

a.ui-ob-remove span, a.ui-ob-config span {
	display: none;	
}

.ui-ob-list label {
	color: black;
	margin: 0 5px 0 0;	
}

a.ui-ob-add, a.ui-ob-addother {
	border: solid 1px #8F8F8F;
	padding: 2px 5px;
	margin: 5px 5px 0 0;
	display: inline-block;
	color:  #5F5F5F;
	background: #F6F6F6;
	cursor: pointer;
}

.ui-ob-add:hover, .ui-ob-addother:hover {
	text-decoration: none;
	background: #5F5F5F;
	color: White;
}

.ui-ob-val-example {
	margin: 5px 0 0 0px;
	font-weight: bold;
	padding: 0 5px;
}

.ui-ob-val, .ui-ob-desc {
	width: 100%;
}

.ui-ob-val-example span {
	font-size: .8em;
	font-weight: normal;
}

.ui-ob-desc-example {
	font-style: italic;
	color: #666666;
	margin: 5px 0 0px 15px;
}