@CHARSET "ISO-8859-1";

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana;
	font-size: 12px;
}

body.nomargin {
	margin: 0px !important;	
}

p {
	margin: 0px;
	padding: 0px;
}

p.breadcrumb {
	margin-top: 4px;
	margin-bottom: 12px;
	color: #003453;
	font-weight: bold;
}

div.editable_content {
	width: 1020px;
}

div.editable_content p {
	margin-top: 12px;
	margin-bottom: 12px;
}

div#outer-container {
	border: none;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

a:link,a:visited {
	color: #003453;
}

a:active,a:hover {
	color: #bb141a;
}

ul.main_menu {
	padding: 0px;
	margin: 14px 0px 0px 0px;
}

ul.main_menu li {
	list-style-type: none;
	float: left;
	color: white;
	font-weight: bold
}

ul.main_menu li div {
	float: left;
	height: 26px
}

ul.main_menu li div.main_menu_item {
	line-height: 24px;
	background-image: url('/DWWP/static/img/tab-center.png');
}

ul.main_menu li div.main_menu_item a {
	color: white;
	text-decoration: none;
}

form div.form-outer {
	margin-left: auto;
	margin-right: auto;
}

form {
	margin: 0px;
	spacing: 0px;
	padding: 0px;
}

form div.form-outer div.form-header {
	border: 1px solid black;
	background-image: url('/DWWP/static/img/gradient.png');
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 4px;
}
table td.headerClass, th.headerClass {
	border: 1px solid black;
	background-image: url('/DWWP/static/img/gradient.png');	
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 4px;
}
.verticalText {
	text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
form div.form-outer div.form-errors {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #ff0000;
}

form div.form-outer div.form-errors div {
	color: white;
	font-weight: bold;
	padding: 2px;
}

form div.form-outer div.form-body {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

form div.form-outer div.form-body-borderless {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
}

form div.form-outer div.form-body div.spacer {
	clear: both;
	height: 12px;
}

form div.form-outer div.form-body div.input {
	clear: both;
	line-height: 24px;
}

form div.form-outer div.form-body div.input div.label {
	float: left;
	font-weight: bold;
	line-height: 24px;
	width: 128px;
	text-align: right;
	margin-right: 4px;
}

form div.form-outer div.form-body div.input div.label.left {
	text-align: left;
	margin-left: 4px;
	margin-right: 0px;
}

form div.form-outer div.form-body div.input div.field {
	float: left;
	line-height: 24px;
}

form div.form-outer div.form-body div.value {
	clear: both;
	line-height: 24px;
}

form div.form-outer div.form-body div.separator {
	border-top: 1px solid #aaaaaa;
	height: 0px;
	clear:both;	
}

form div.form-outer div.form-body div.value div.label {
	float: left;
	font-weight: bold;
	line-height: 24px;
	width: 128px;
	text-align: right;
	margin-right: 4px;
}

form div.form-outer div.form-body div.value div.label.left {
	text-align: left;
	margin-left: 4px;
	margin-right: 0px;
}

form div.form-outer div.form-body div.value div.field {
	float: left;
	line-height: 24px;
}

form div.form-outer div.form-body div.input div.comment {
	float: left;
	line-height: 24px;
}

form div.form-outer div.form-body div.error {
	clear: both;
}

form div.form-outer div.form-body div.error div.label {
	float: left;
	font-weight: bold;
	width: 128px;
	text-align: right;
	margin-right: 4px;
}

form div.form-outer div.form-body div.error div.field {
	float: left;
	color: red;
	margin-bottom: 4px;
}

form div.form-outer div.form-options {
	clear: both;
}

form div.form-outer div.form-options div.submit-left {
	float: left;
}

form div.form-outer div.form-options div.submit-right {
	float: right;
}

form div.form-outer div.form-options div.submit-left input {
	background: transparent url('/DWWP/static/img/submit-left.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}

form div.form-outer div.form-options div.submit-right input {
	background: transparent url('/DWWP/static/img/submit-right.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

input.error {
	border: 1px solid red;
}

textarea.error {
	border: 1px solid red;
}

form input.checkbox {
	border: none;
}

div.button-submenu-edge {
	background: transparent url('/DWWP/static/img/submit-submenu-edge.png');
	width: 23px;
	height: 22px;
	display: inline-block;
	position: absolute;
	transform: scaleX(-1);
	margin-left: -1px;
}

div.button-submenu-edge.red {
	background: transparent url('/DWWP/static/img/submit-submenu-edge-red.png');
}

input.button-submenu {
	background: transparent url('/DWWP/static/img/submit-submenu.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border-left: 1px solid black;
	border-right: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 23px;
	padding: 0px 0px 0px 0px;
	_display: inline-block;
}

input.button-submenu:first-child {
	margin-left: 0px !important;
}

input.button-submenu.red {
	background: transparent url('/DWWP/static/img/submit-submenu-red.png');
}

input.button-right-upper {
	background: transparent url('/DWWP/static/img/submit-right-upper.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background-size: cover;
}

input.button-right-upper.red {
	background: transparent url('/DWWP/static/img/submit-right-upper-red.png');
	background-size: cover;
}

input.button-left-lower {
	background: transparent url('/DWWP/static/img/submit-left.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	background-size: cover;
}

input.button-left-lower-large {
	background: transparent url('/DWWP/static/img/submit-left-large.png');
	width: 148px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}

input.button-left-lower-large1 {
	background: transparent url('/DWWP/static/img/submit-left-large1.png');
	width: 200px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}

input.button-delete-left {
	background: transparent url('/DWWP/static/img/submit-left-red.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
}

input.button-right-lower {
	background: transparent url('/DWWP/static/img/submit-right.png');
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

form input {
	border: 1px solid grey;
}

form input.button.red {
	color: white;
	background-color: #aa0000;
	border: 1px solid black;
	cursor: pointer;
}

form input.button.red:hover {
	background-color: #dd0000;
}

form textarea {
	border: 1px solid grey;
	margin-top: 2px;
	margin-bottom: 2px;
}

form input.radio {
	border: none;
}

input.button-prev {
	background: transparent url('/DWWP/static/img/button-prev.png');
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input.button-next {
	background: transparent url('/DWWP/static/img/button-next.png');
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table.search_results {
	width: 100%;
	border-collapse: collapse;
}

table.bordered {
	border-collapse: collapse;
}

table.bordered td {
	border: 1px solid black;
}

table.bordered tr.header td {
	border: none;
}

table.align_top td {
	vertical-align: top;
}

table tr.nowrap td {
	white-space: nowrap;
}

table td.changed {
	color: red;
}

table.search_results tr.header {	
	background-image: url('/DWWP/static/img/gradient.png');	
	background-size: 99.99% 99.99%;
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 4px;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	text-align: left;
}

table.search_results tr.header td {
	border-bottom: 1px solid black;
}

table.search_results tr.odd td {
	background-color: #fff;
	height: 22px;
}

table.search_results tr.even td {
	background-color: #eee;
	height: 22px;
}

table.search_results tr.disabled td {
	background-color: #aaa;
	height: 22px;
}

table.search_results tr.exception td {
	background-color: #AAA;
	height: 22px;
}

table.search_results tr.header td a {
	color: white;
	text-decoration: none;
}

tr.selectable {
	cursor: pointer;
}

tr.highlight {
	
}

table.search_results td {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.period_calendar div.period_calendar_col_0 {
	float: left;
	width: 33%;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.period_calendar div.period_calendar_col_1 {
	float: left;
	width: 34%;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.period_calendar div.period_calendar_col_2 {
	float: left;
	width: 33%;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.period_calendar_period {
	margin-left: 16px;
}

div.period_calendar_period div.period_calendar_header_month {
	float: left;
	width: 92px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('/DWWP/static/img/gradient2.png');
	color: white;
	font-weight: bold;
	padding: 2px 0px;
}

div.period_calendar_period div.period_calendar_header_week {
	float: left;
	width: 24px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('/DWWP/static/img/gradient2.png');
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
}

div.period_calendar_period div.period_calendar_header_day {
	float: left;
	width: 24px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('/DWWP/static/img/gradient2.png');
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
}

div.period_calendar_period div.period_calendar_header_period {
	width: 292px;
	border: 1px solid black;
	background-image: url('/DWWP/static/img/gradient.png');
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px;
}

div.period_calendar_period div.period_calendar_month {
	float: left;
	width: 92px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 0px;
	height: 18px;
	line-height: 18px;
}

div.period_calendar_period div.period_calendar_week {
	float: left;
	width: 24px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 2px 0px;
	height: 18px;
	line-height: 18px;
}

div.period_calendar_period div.period_calendar_day {
	float: left;
	width: 24px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 2px 0px;
	height: 18px;
	line-height: 18px;
}

div.period_calendar_period div.period_calendar_day:hover {
	color: #bb141a;
	font-weight: bold;
}

div.period_calendar_period div.period_calendar_day_selected {
	color: #bb141a;
	font-weight: bold;
}

div.period_calendar_period div.period_calendar_undefined {
	width: 292px;
	border: 1px solid black;
	height: 72px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.period_calendar_period div.period_calendar_options {
	width: 292px;
}

div.popup {
	background: transparent;
}

div.popup div.header {
	background-image: url('/DWWP/static/img/gradient2.png');
	color: white;
	font-weight: bold;
	padding: 2px 0px;
	border: 1px solid black;
	text-align: center;
}

div.popup div.body {
	background: #fff;
	padding: 2px 4px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
}

div.popup div.body div.spacer {
	height: 8px;
	clear: both;
}

div.inspect_icon {
	background-image: url('/DWWP/static/img/inspect.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: right;
	margin: 2px 0px;
}

div.find_icon {
	background-image: url('/DWWP/static/img/find.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 2px 0px;
}

div.more_icon {
	background-image: url('/DWWP/static/img/more.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 2px 0px;
}

div.help_icon {
	background-image: url('/DWWP/static/img/help.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 2px 2px;
}

div.add_user_icon {
	background-image: url('/DWWP/static/img/add_user.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 2px 0px;
}

div.edit_icon {
	background-image: url('/DWWP/static/img/edit.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: right;
	margin: 2px 0px;
}

div.left_icon {
	background-image: url('/DWWP/static/img/left.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 2px 4px;
}

div.right_icon {
	background-image: url('/DWWP/static/img/right.png');
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 2px 4px;
}

div.users_icon {
	background-image: url('/DWWP/static/img/users.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: right;
	margin: 2px 0px;
}

div.warning_icon {
	background-image: url('/DWWP/static/img/attention.png');
	width: 22px;
	height: 20px;
}

div.maintenance_icon {
	background-image: url('/DWWP/static/img/maintenance.png');
	width: 22px;
	height: 22px;
}

div.list_go_icon {
	background-image: url('/DWWP/static/img/list_go.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: right;
	margin: 2px 0px;
}

div.list_error_icon {
	background-image: url('/DWWP/static/img/list_error.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 0px 0px;
}

div.clock_icon {
	background-image: url('/DWWP/static/img/clock.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	margin: 0px 0px;
}

div.hierarchy_link {
	background-image: url('/DWWP/static/img/list_go.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin-right: 2px;
}

div.node_icon {
	background-image: url('/DWWP/static/img/node.png');
	width: 14px;
	height: 14px;
	float: left;
}

div.excel_icon {
	background-image: url("/DWWP/static/img/excel.png");
	width: 64px;
	height: 64px;
	float: left;
}

div.csv_icon {
	background-image: url("/DWWP/static/img/csv.png");
	width: 64px;
	height: 64px;
	float: left;
}

div.pdf_icon {
	background-image: url('/DWWP/static/img/pdf.png');
	width: 64px;
	height: 64px;
	cursor: pointer;
}

div.doc_icon {
	background-image: url('/DWWP/static/img/doc.png');
	width: 64px;
	height: 64px;
	cursor: pointer;
}

div.url_icon {
	background-image: url('/DWWP/static/img/url.png');
	width: 64px;
	height: 64px;
	cursor: pointer;
}

div.add_icon {
	background-image: url('/DWWP/static/img/add.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
}

input.add_button {
	background: transparent url('/DWWP/static/img/add.png') no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border: 0px;
	margin: 0px;
}

div.confirm_icon {
	background-image: url('/DWWP/static/img/confirm.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
}

div.remove_icon {
	background-image: url('/DWWP/static/img/remove.png');
	width: 22px;
	height: 22px;
	cursor: pointer;
}

input.remove_button {
	background: transparent url('/DWWP/static/img/remove.png') no-repeat;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border: 0px;
	margin: 0px;
}

div.calendar_icon {
	background-image: url('/DWWP/static/img/calendar.png');
	width: 48px;
	height: 48px;
	cursor: pointer;
}

table.export {
	border: 1px solid black;
	border-collapse: collapse;
}

table.export th {
	border: 1px solid black;
}

table.export td {
	border: 1px solid black;
}

div#region-heading div.label {
	float: left;
	font-weight: bold;
	line-height: 22px;
}

div#region-heading div.text {
	float: left;
	line-height: 22px;
}

div#route-heading {
	clear: both;
}

div#route-heading div.label {
	float: left;
	font-weight: bold;
	line-height: 22px;
}

div#route-heading div.text {
	float: left;
	line-height: 22px;
}

div#project-heading {
	clear: both;
}

div#project-heading div.label {
	float: left;
	font-weight: bold;
	line-height: 22px;
}

div#project-heading div.text {
	float: left;
	line-height: 22px;
}

div#possession-heading {
	clear: both;
}

div#possession-heading div.label {
	float: left;
	font-weight: bold;
	line-height: 22px;
}

div#possession-heading div.text {
	float: left;
	line-height: 22px;
}

div.report_title {
	font-weight: bold;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 8px;
}

div.context_menu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div.context_menu_header {
	background-image: url('/DWWP/static/img/gradient2.png');
	font-weight: bold;
	color: white;
	line-height: 18px;
	height: 18px;
	border-bottom: 1px solid black;
}

div.context_menu ul>li {
	list-style-type: none;
	color: black;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
}

div.context_menu ul>li.red {
	list-style-type: none;
	color: black;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	color: #bb141a;
}

div.context_menu ul>li:hover {
	color: white;
	background-color: #bb141a;
	cursor: pointer;
}

#help_bubble {
	position: absolute;
	display: none;
	z-index: 50000;
}

#help_bubble .help_bubble_content {
	position: relative;
	margin: 0;
	padding: 0;
}

.text{
	width : 48px;
	margin-left: 2px;
}
.help_bubble_theme {
	border: 2px solid #003453;
	background: #bb141a;
	color: #fff;
	margin: 0;
	padding: 6px 12px;
	-moz-border-radius: 0 12px 12px 12px;
	-webkit-border-radius: 0 12px 12px 12px;
	-khtml-border-radius: 0 12px 12px 12px;
	border-radius: 0 12px 12px 12px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
	width: 320px;
}

.help {
	border: 2px solid #003453;
	background: #bb141a;
	color: #fff;
	margin: 0;
	padding: 6px 12px;
	-moz-border-radius: 0 12px 12px 12px;
	-webkit-border-radius: 0 12px 12px 12px;
	-khtml-border-radius: 0 12px 12px 12px;
	border-radius: 0 12px 12px 12px;
	-moz-box-shadow: 2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111;
}


.help_bubble_theme #help_bubble_close_btn {
	display: block;
	height: 18px;
	width: 18px;
	background: url('/DWWP/static/img/help_close.png') no-repeat;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: -9px;
	right: -19px;
	margin: 2px;
	padding: 4px;
	cursor: pointer;
}

div.worksite {
	float: left;
	padding: 2px;
	color: #001433;
}

div.possession {
	float: left;
	padding: 2px;
	color: #001433;
}

div.project {
	float: left;
	padding: 2px;
	color: #001433;
}

div.directorate {
	float: left;
	padding: 2px;
	color: #001433;
}

div.lor {
	float: left;
	padding: 2px;
	color: #001433;
}

div.region {
	float: left;
	padding: 2px;
	color: #001433;
}

p.description {
	margin-bottom: 12px;
}

div#trust_worklist {
	float: left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.trust_header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('/DWWP/static/img/gradient.png');
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 4px;
	height: 20px;
}

div#worklist_data {
	height: 645px;
	overflow-y: scroll;
	overflow-x: hidden;
}

ul#worklist {
	padding: 0px;
	margin: 2px;
}

ul#worklist li {
	list-style-type: none;
	cursor: pointer;
	border-bottom: 1px solid grey;
}

ul#worklist li.overrun {
	color: black;
}

ul#worklist li.non_overrun {
	color: red;
}

div#trust_content {
	float: left;
}

div#trust_data {
	border-right: 1px solid black;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#trust_action {
	border-right: 1px solid black;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#poic_data {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}

tr div.toggle_favourite {
	width: 30px;
	height: 30px;
	background-image: url('/DWWP/static/img/add_favourite.png');
	background-size: 100% 100%;
}

tr.favourite div.toggle_favourite {
	background-image: url('/DWWP/static/img/remove_favourite.png');
}

tr div.toggle_favourite.disabled {
	opacity: 0;
	pointer: default;
}

tr.favourite div.toggle_favourite.disabled {
	opacity: 1;
}

.search_tab.selected a {
	font-weight: bold !important;
};

.filter_block, .filter_block_double {	
}

.filter_block .filter_label, .filter_block_double .filter_label {
	line-height: 22px;
	float: left;
	font-weight: bold;
	text-align: right
}

div.option_list {
	color: #000000;
}

div.option_list > div.option {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	height: 16px;
	line-height: 16px;
	background-color: #eeeeee;
	width: 92px;
	display: inline-block;
	padding: 2px;	
	cursor: pointer;
	text-align: center;
	font-weight: normal;
}

div.option_list.small > div.option {
	height: 12px;
	line-height: 12px;
	font-size: 12px;
}

div.option_list > div.option.selected {
	cursor: default;
	font-weight: bold;
	background-color: #003453;
	color: #ffffff;
} 
	
div.option_list > div.option:first-child {
	border-left: 1px solid black;
}

.ui-autocomplete {
     z-index: 9999 !important;
     max-height: 200px;
            overflow-y: auto;
            /* prevent horizontal scrollbar */
            overflow-x: hidden;
            /* add padding to account for vertical scrollbar */
            padding-right: 20px;
}

/* Style the tab */
.tab {
	overflow: hidden;
	background-image: url('/DWWP/static/img/gradient.png');
	background-size: 99.99% 99.99%;
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-left: 4px;
	margin: 0px;
	padding: 0px;
	spacing: 0px;
	text-align: left;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}