.selectList .selectionContainer {
	background-color:#fff;
  	border:1px solid #bbb;
  	color:#000;
  	width: 300px;
  	height: 200px;
  	overflow: auto;
}

.selectList .selectionContainer a.group:link,
.selectList .selectionContainer a.selection:link {
	display: block;
	padding: 3px;
	border-bottom: solid 1px #bbb;
	background-color: transparent;
	text-decoration: none;
	color: black;
}

.selectList .selectionContainer a.selected:link {
	background-color: #0062FF !important;
	color: white;
}
.selectList .selectionContainer a.group:link {
	background-color: #d3d3d3;
}


.searchableInput .selectList {
	float: left;
}

.ui-dialog {
	font-size: 12px !important;
}

.searchableInputDialog .keyword {
	width: 290px;
	border:1px solid #bbb;
  	color:#000;
  	padding: 5px;
  	font-size: 14px;
  	margin-bottom: 5px;
}

.searchableInput .selectionContainer {
	float: left;
}

.searchableInput .buttonsContainer {
	float: left;
	padding-left: 5px;
}

.searchableInput .buttonsContainer input[type=button] {
	display: block;
	margin-bottom: 3px;
	width: 100px;
}

.searchableInputSingle {
	background-color:#fff;
  	border:1px solid #bbb;
  	color:#000;
  	width: 290px;
  	height: 17px;
  	overflow: inherit;
  	padding: 5px;
  	cursor: pointer;
  	background-image: url("../images/searchable-input-search.png");
  	background-position: center right;
  	background-repeat: no-repeat;
}

.searchableInputSingle:hover {
	background-color: #0062FF !important;
	color: white;
}

.searchableInput:focus {
	border-color: black;
}

.masterDetail .selectionContainer {
	float: left;
}

.masterDetail .buttonsContainer {
	float: left;
	padding-left: 5px;
}

.masterDetail .buttonsContainer input[type=button] {
	display: block;
	margin-bottom: 3px;
	width: 100px;
}

/* custom tabs */
.ctabs {
	margin: 0px;
}

.ctabs > ul {
	height: 40px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #999999;
}

.ctabs > ul li {
	display: block;
	float: left;
	list-style: none;	
	padding: 0px;
	margin: 0px;
}

.ctabs > ul li a:link, .ctabs > ul li a:visited {
	display: block;
	height: 25px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 2px;
	border-radius: 3px 3px 0px 0px;
	background-color: #035375;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.ctabs > ul li a:hover {	
	background-color: #000000;
}

.ctabs > ul li a.selected:link, .ctabs > ul li a.selected:visited {
	display: block;
	height: 25px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 2px;
	border-radius: 3px 3px 0px 0px;
	background-color: #ffffff;
	color: #035375;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.ctabs > ul li a.selected:hover {
}

.ctabs > ul li:first-child {
	margin-left: 3px;
}

.modalOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100px;
	background-color: #000000;
	z-index: 1000;
	display: none;
}

.modalDialog {
	position: absolute;
	left: 0px;
	background-color: white;
	z-index: 1100;
	box-shadow: 0 0 50px #333;
}

.modalDialog h1 {
	padding: 10px;
	height: 20px;
	margin: 0px;
	background-color: #333333;
	color: white;
}

.modalDialog > .contentContainer {
	overflow: auto;
}

.modalDialog > .contentContainer > .content {
	margin: 10px;
}

.modalDialog .buttons {
	text-align: right;
	padding: 10px;
	border-top: solid 1px #afafaf;
	float: none;
	margin: 0px;
}

.modalDialog .buttons input[type=button] {
	margin-left: 4px;
}

.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 16px;
	width: 16px;
	background-color: #000000;
	z-index: 1300;
	display: none;
}

.toolbar {
	position: absolute;
	height: 40px;
	left: 180px;
	top: 0px;
}

.toolbar a.tool:link, .toolbar  a.tool:visited {
	display: block;
	height: 40px;
	padding: 0px 10px 0px 10px;
	color: white;
	text-decoration: none;
	float: left;
	overflow: hidden;
}

.toolbar a.tool img {
	height: 24px;
	width: 24px;
	margin: 8px;
	margin-left: 0px;
	margin-right: 3px;
	vertical-align: middle;
}

.toolbar a.tool:hover {
	background-color: #2170F3;
}

.toolbar a.tool:active {
	background-color: #000000;
	color: #ffffff;
}

.contextMenu {
	position: absolute;
	border: solid 3px #000;
	background-color: white;
	text-align: left;
	z-index: 100 !important;
	padding: 5px;
}

.contextMenu a:link, .contextMenu a:visited {
	display: block;
	background-color: white;
	color: #333333;
	text-decoration: none;
	padding: 7px;
	font-weight: normal;
	white-space: nowrap;
}

.contextMenu a:hover {
	background-color: #2170F3;
	color: White;
}

.toolbarSubMenu {
	position: absolute;
	border: solid 2px #094AB2;;
	border-top: 0px;
	background-color: White;
	text-align: left;
	z-index: 100px;
	min-width: 150px;
	overflow: hidden;
}
.toolbarSubMenu img {
	vertical-align: middle;
	margin-right: 5px;
	height: 16px;
}
.toolbarSubMenu a:link, .toolbarSubMenu a:visited {
	display: block;
	background-color: White;
	color: #333;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	white-space: nowrap;
}
.toolbarSubMenu a:hover {
	background-color: #f3f3f3;
	color: Black;
}

ul.formTabs,
ul.formTabs li,
ul.formTabs li a {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: Black
}

ul.formTabs {
	width: 100%;
	background-color: #EFEFEF;
}
ul.formTabs li {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	background-color: #094AB2;;
	margin-right: 2px;
	margin-top: 2px;
}
ul.formTabs li a {
	color: White;
}
ul.formTabs li:hover,
ul.formTabs li.selected,
ul.formTabs li.selected a,
ul.formTabs li:hover a {
	text-decoration: none;
	background-color: White;
	color: #094AB2;;
}
ul.breadcrumbs {
	display: inline;
}
ul.breadcrumbs li {
	display: inline;
	list-style-type: none;
	font-size: 13px;
}
ul.breadcrumbs li a {
	color: Black;
	text-decoration: none;
}
ul.breadcrumbs li img {
	margin-left: 2px;
	margin-right: 4px;
}
ul.breadcrumbs li:hover a,
ul.breadcrumbs li a.selected {
	color: #666
}

.percentage {
	width: 400px;
}
.percentage .slider {
	width: 300px;
	display: inline-block;
}
.percentage .display {
	width: 90px;
	display: inline-block;
}

.progressBar {
	height: 18px;
	width: 148px;
	border: solid 1px #666666;
	background-color: white;
	position: relative;
}

.progressBar .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #094AB2;;
}

.progressBar .progressText {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333333;
}

.askDialog .message {
    padding: 5px;
    z-index: 10000;
}
