body, p, ul, li, h1, h2, h3, h4, input, form {
	margin:0;
	padding:0;	
}
ul {
	list-style:none;
	list-style-type:none;
}
img { border:0; }
* { font-family:Arial, Helvetica, sans-serif; color:#333; font-size:12px; }
* a { text-decoration:none; outline:none; }

.clear { clear:both; }
.placeholder { width:998px; margin:0 auto!important; }
#loading {
	background:url(images/opacity.png);
	position:fixed;
	z-index:1000;
	width:100%;
	height:100%;
}
#loading .loader {
	background:url(images/loader.gif) no-repeat center center #fff;
	border-radius:15px 15px 15px 15px;
	box-shadow:0 0 5px #999999;
	height:70px;
	width:70px;
	position:fixed;
	top:40%;
	left:50%;
	margin:-35px 0 0 -35px;
	z-index:1001;
}
#header {
	background:url(images/bg_header.jpg) no-repeat center #0f1d2b;
	height:137px;
	padding-top:5px;
	margin-bottom:15px;
}
#header a.logo {
	background:url(images/nobel_logo.png) no-repeat;
	width:174px;
	height:116px;
	display:block;
	text-indent:-9999px;
}
#header .welcome {
	float:right;
	color:#fff;
}
#header .welcome a {
	color:#fff;
}
.search {
	float:right;
}
#nav {
	height:36px;
}
#nav li {
	float:left;
	display:inline;
}
#nav li a {
	position: absolute;
}
#nav li.nav1 a {
	z-index:5;
}
#nav li.nav2 a {
	z-index:4;
	margin-left:136px;
}
#nav li.nav3 a {
	z-index:3;
	margin-left:272px;
}
#nav li.nav4 a {
	z-index:2;
	margin-left:408px;
}
#nav li.nav5 a {
	z-index:1;
	margin-left:544px;
}
#nav li a {
	display:block;
	height:24px;
	width:133px;
	background:url(images/tab_inactive.png) no-repeat bottom;
	text-align:center;
	text-transform:uppercase;
	color:#9e9e9e;
	font-weight:bold;
	font-size:13px;
	padding:12px 10px 0 0;
}
#nav li:hover a {
	background:url(images/tab_active.png) no-repeat bottom!important;
	margin-top:1px;
	z-index:10;
	height:25px;
	padding:11px 10px 0 0;
}
#nav li ul {
	position:absolute;
	display:none;
	padding-top:37px;
	z-index:1;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	float:none!important;
	background:none!important;
}
#nav li ul li a {
	background:#f1f1f1!important;
	text-align:left!important;
	height:auto!important;
	width:200px!important;
	font-size:12px;
	padding:5px 15px!important;
	border:1px solid #ccc;
	border-top:none;
	
	position:relative;
}
#nav li:hover ul li a {
	background:#f1f1f1!important;
	margin-top:0!important;
}
#nav li ul li a:hover {
	color:#777!important;
}
.top_content {
	background:url(images/top_content.gif) no-repeat;
	height:14px;
}
.bottom_content {
	background:url(images/bottom_content.gif) no-repeat;
	height:14px;
	margin:0 0 35px 0;
}
.login {
	margin:20px auto 60px;
}
#content {
	background:url(images/bg_content.gif) repeat-y;
	padding:5px 25px 15px;
}
#content input[type=text], #content input[type=password], #content textarea {
	background:url(images/bg_form.gif) repeat-x #fff;
	padding:8px 12px;
	border:1px solid #c2c5c6;
	font-size:14px;
	/*-moz-border-radius: 10px;
	border-radius: 10px;*/
}
#content textarea {
	height: 150px;
	width: 250px;
}
#content select {
	background:url(images/bg_form.gif) repeat-x;
	padding:2px;
	border:1px solid #c2c5c6;
}
#content input[type=submit], #content a.button, .search input[type=submit] {
	color:#1e93e4;
	background:url(images/bg_button.gif) #fff bottom repeat-x;
	padding:6px 15px;
	border:1px solid #c5c5c5;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none!important;
}
#content .top_links {
	float:right;
}
#content .top_links li {
	float:left;
	display:inline;
	margin-left:10px;
}
#content .top_links li a {
	color:#3aa0e7;
	font-size:11px;
}
#content .top_links li a strong {
	font-size:11px;
}
#content .top_links li a:hover {
	color:#ff7200;
}
/*#content a.unit_converter, #content a.chat {
	background:url(images/unit_icon.gif) no-repeat;
	padding-left:18px;
}*/
#content h2 {
	color:#ff7200;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #cfd1d1;
	margin-bottom:20px;
}
#content h2 span, #content h2 a {
	color:#2d9ae6;
	font-size:18px;
	font-weight:normal;
}
#content h2 img {
	margin-left:5px;
}
#content h3 {
	color:#2d9ae6;
	font-weight:normal;
	margin-bottom:5px;
}
#content h4, .search h4 {
	color:#ff7200;
	font-size:14px;
}
#content h4 span {
	color:#6a6a6a;
	font-size:14px;
	font-weight:normal;
}
#content a {
	color:#2d9ae6;
	text-decoration:underline;
}
#content .box {
	background:url(images/bg_box.gif) bottom repeat-x;
	padding:30px 15px;
	border:1px solid #cfcfcf;
	margin-bottom:15px;
}
table.list { width:100%; margin-bottom:20px; }
table.list th {
	background:#067ab4;
	color:#FFF;
	text-align:center;
	padding:10px 5px;
	border-bottom:2px solid #d7d7d6;
}
table.list th a {
	color:#FFF!important;
}
table.list tr:hover {
	background:#e2f4fd;
}
table.list td {
	padding:10px;
	border-right:1px dotted #a8a8a8;
	border-bottom:1px dotted #a8a8a8;
}
table.list td.first {
	border-left:1px solid #a8a8a8;
}
table.list td.last {
	border-right:1px solid #a8a8a8!important;
}
table.list td.comment {
	background:#fff!important;
	padding:10px 20px;
	border:1px solid #a8a8a8!important;
	border-top:none!important;
	line-height:16px;
}
.detail_col1 {
	float:left;
	margin:0 25px 0 0;
	width:450px;
}
.detail_col2 {
	float:left;
	width:450px;
}
.info {
	width:100%;
	border:1px solid #d9d9d9;
	margin-bottom:25px;
}
.info h4 {
	padding:10px;
}
.info table {
	width:100%;
}
.info td, .info th {
	padding:10px;
	border-top:1px dotted #c8c8c8;
}
.info th {
	text-align:left;
	font-size:14px;
}
.info h3, .info ul {
	padding:0 10px;
}
.info li {
	margin:2px 0;
}
.pagination {
	text-align:center;
}
.pagination a {
	padding:6px 10px;
	background:#f1f1f1;
	margin:0 5px 5px 0;
	text-decoration:none!important;
	float:left;
}
.pagination a.img {
	padding:4px!important;
	background:none!important;
}
.pagination span {
	margin-right:5px;
	font-weight:bold;
	float:left;
	padding:2px 3px 0;
}
.chart {
	margin-left:-16px;
	text-align:center;
}
.status {
	margin:5px 0 20px;
}
.status .each {
	background:url(images/bg_status.gif) no-repeat;
	float:left;
	width:120px;
	height:30px;
	font-size:10px;
	font-weight:bold;
	color:#777;
	text-align:center;
	padding:6px 10px 0 0;
	line-height:12px;
}
.status .last {
	background:url(images/bg_status_last.gif) no-repeat!important;
}
.status .each b {
	font-size:10px;
}

.open_chat {
	background:url(images/bg_box.gif) bottom repeat-x;
	padding:20px 15px;
	border:1px solid #cfcfcf;
	position:absolute;
	left:0;
	top:190px;
	text-align:center;
}
.open_chat a {
	color:#2D9AE6;
	text-decoration:underline;
	font-weight:bold; 
}
.chart_info {
	border:1px solid #d9d9d9;
	margin:45px 50px 25px 0;
	float:left;
}
.chart_info td, .chart_info th {
	padding:10px;
	border-top:1px dotted #c8c8c8;
}
.chart_info th {
	text-align:left;
}
.chart_holder {
	float:left;
}
#footer {
	background:url(images/bg_footer.jpg) no-repeat center #0f1d2b;
	padding-top:17px;
	height:33px;
	width:100%;
	z-index:100;
}
#footer .placeholder {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}
#footer a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
#lightbox-image-details, #lightbox-nav {
	display:none!important;
}
#ajax_listOfOptions {
	position:absolute;
	background:#FFF;
	min-width:256px;
	width:auto;
	z-index:100;
	overflow:auto;
	border:1px solid #C2C5C6;
	text-align:left;
}
#ajax_listOfOptions div {
	cursor:pointer;
	padding:7px;
	border-bottom:1px solid #C2C5C6;
}
#ajax_listOfOptions div a {
	text-decoration:none;
}
#ajax_listOfOptions div:hover {
	background:#ededed;
}
.urgent {
	background:#F00;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.onhold {
	background:#FF0;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.accordionButton {
	cursor:pointer;
	text-transform:uppercase;
}
#box-toggle {
	width: 1000px;
	margin: 0px;
	text-align: justify;
	background: #CAD7F7;
	font: 12px/ 1.4 Arial, Helvetica, sans-serif;
}

#box-toggle .tgl {
	margin-bottom: 30px;
}

#box-toggle span {
	display: block;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	margin-top: 15px;
}

.generateXML {
	color: #000000;
	background-color: #009933;
}
.main_table {
	margin:20px 0;
}
.alert {
	background:#f0f0f0;
	padding:12px;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.red-alert {
	background:#f00;
	padding:12px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:15px;
}
.truck_instructions {
	margin:30px auto 0;
	width:150px;
	padding:10px;
	text-align:center;
	background:#ededed;
	border:1px solid #ccc;
	display:block;
	font-weight:bold;
	text-decoration:none!important;
	text-transform:uppercase;
}
.error {
	color:#F00;
	display:block;
}
.delivery {
	background:url(images/truck.gif) no-repeat right;
	padding:3px 38px 3px 0;
}
.totalQuote {
	padding:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background:#f0f0f0;
	border:1px solid #ccc;
}
/*HISTORY DASHBOARD*/
#history .accordionButton a {
	font-size:12px;
	color:#2D9AE6;
	text-decoration:underline;
}
#history .accordionContent {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	margin-bottom:10px;
}
.show_hide {
	margin:-1px auto 10px;
	display:block;
	padding:10px;
	background:#f0f0f0;
	border:1px solid #ccc;
	width:200px;
	text-align:center;
	color:#067ab4;
	font-weight:bold;
}