body {
	margin: 0 auto;
	padding:0;
	color: black;
	font-family: Arial, sans-serif;
	font-size:14px;
	background: #f4f4f4;
	width: 100%;
	max-width: 960px;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding:2px 10px;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
	background: white;
}

.little.si_form_prompt {
	text-align: left!important;
}

#footer {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
	border:1px solid #CCC;
	border-width:1px 0 0 0;
	padding:10px 10px;
	padding-top:0px;
	background: #fff;
}

form.but_right input#basic, form.but_right input.basic-date {
	width:100%;
}

#navigation {
	position: relative;
	display:block;
	width:100%;
	background:white;
}

.header-img-container {
	width: 50%;
	float: left;
}

.header-img-container img {
	width: 100%;
	max-width: 177px;
}

.item-text {
	display: none;
}

#menu-handle.toggle-handle, #search-handle.toggle-handle {
	width: 20%;
	float: right;
}

#user-handle.toggle-handle {
	clear: both;
	width: 100%;
}
.toggle-handle {
	-webkit-transition: background 0.8s;
	-ms-transition: background 0.8s;
	-moz-transition: background 0.8s;
	-o-transition: background 0.8s;
	transition: background 0.8s;
}

@media only screen and (min-width:40.063em) {
	.toggle-handle {
		width: auto!important;
		float: right!important;
	}

	.header-img-container {
		width: auto;
		float:left;
		margin:0 10px 2px 0;
	}

	.item-text {
		display: inline;
	}
}

#menu-handle.toggle-handle {
	box-sizing: border-box;
	padding: 15px;
	cursor: pointer;
	background:#444;
	color: white;
}

#search-handle.toggle-handle {
	box-sizing: border-box;
	padding: 15px;
	cursor: pointer;
	background:#ccc;
	color: white;
}

#user-handle.toggle-handle {
	box-sizing: border-box;
	padding: 15px;
	cursor: pointer;
	background:white;
	color: #20637f;
}

#user-handle.toggle-handle a {
	text-decoration: none;
	color: #20637f;
}

#user-handle.toggle-handle a span {
	font-size: 12px!important;
}

#menu-handle.toggle-handle:hover, #menu-handle.toggle-handle.active {
	background:#777;
}

#search-handle.toggle-handle:hover, #search-handle.toggle-handle.active {
	background:#ADADAD;
}

#user-handle.toggle-handle:hover, #user-handle.toggle-handle.active {
	color: white;
	background:#ADADAD;
}

#search-container {
	overflow: hidden;
	margin: 0px;
	padding:0px;
	width: 100%;
	max-height: 0;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

#search-container .but_right {
	box-sizing: border-box;
	padding: 15px 23px;
	background: #ADADAD;
}

#search-container.search-showing {
	max-height: 20em;
}

#navigation ul {
	width: 100%
	margin: 0px;
	padding: 0px;
}
ul.top-level {
	overflow: hidden;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	max-height: 0;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

ul.top-level.menu-showing {
	max-height: 20em;
}

#navigation li { list-style: none; }
ul.top-level li {
	display:inline-block;
	box-sizing: border-box;
	width:100%;
	padding:15px;
	margin: 0;
	height:auto;
	background:#777;
	z-index:99 !important;
}
#navigation a {
	color:white;
	background:#777;
	font-weight:normal;
	padding: 5px 8px 5px 8px;
	font-size:14px;
	display:block;
	text-decoration: none;
	line-height: 1.2em;
}

.strength_bar_container{display:block;float:left;height:16px;}

/* Job Contact/Engineer select styles */

input:not([type="checkbox"]), textarea, select {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.qnpl-nav select, .ilist-nav select {
	width: auto;
	box-sizing: border-box;
	padding: 0 5px;
	margin: 0 5px;
}

.ilist-nav table {
	width: auto;
	box-sizing: border-box;
	padding: 0 5px;
	margin: 0 5px;
}
table {
	width: 100%;
	display: block;
	max-width: 940px;
	box-sizing: border-box;
}
.si_tabs_wrapper table {
	overflow: hidden;
	overflow-x: scroll;
}
table.qnpl-nav {
	display: block;
	overflow: hidden;
}
table.mobile-list-table {
	overflow-x: scroll;
}
td.mobile-td {
	display: block;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
}
td.mobile-td tr, td.mobile-td tr tbody, td.mobile-td tr th, td.mobile-td tr td {
	float: left;
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
}
td.mobile-td .rhs_button {
	display: block;
	width: 100%;
	display: block;
	max-width: 940px;
	box-sizing: border-box;
}
form {
	width: 100%;
	display: block;
	max-width: 940px;
	box-sizing: border-box;
}
#ui-datepicker-div table {
	display: table;
}