/* FOUNDATIONS
   -------------------------------- */
html {
	margin: 0;
	padding: 0;
	background: url(../media/backgrounds/lines-diagonal-grey.gif);
}
body {
	margin: 0;
	padding: 0;
}
#comfortZone {
	border: 1px solid #ccc;
	background: #fff url(../media/backgrounds/comfortzone-foot.gif) bottom repeat-x;
	margin: 25px auto 0px auto;
	padding: 10px 10px 50px 10px;
	width: 894px;
}

/* NAVIGTION
   -------------------------------- */

#mainNav {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	background: #ffc;
	border-bottom: 1px solid #ccc;
}
#mainNav li {
	display: inline;
	margin-right: 10px;
	height: 30px;
	font: 12px/30px Verdana, Arial, Helvetica, sans-serif;
}
#mainNav li a {
	color:#111;
}
#mainNav li a:hover {
	text-decoration:none;
}
#mainNav li a#summary {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-summary.gif) left no-repeat;
}
#mainNav li a#myjobs {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-myjobs.gif) left no-repeat;
}
#mainNav li a#newjob {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-newjob.gif) left no-repeat;
}
#mainNav li a#mydetails {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-mydetails.gif) left no-repeat;
}
#mainNav li a#downloads {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-database_save-get.gif) left no-repeat;
}
#mainNav li a#summary {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-summary.gif) left no-repeat;
}
#mainNav li a#logout {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-logout.gif) left no-repeat;
}
#mainNav li#broadSearch {
	float: right;
}
#mainNav li#broadSearch label {
/* display: none; */
}
#mainNav li#broadSearch form {
	padding: 0;
	margin: 0;
}
#mainNav li#broadSearch form input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#mainNav li#broadSearch form input.submit {
	background:url(../media/backgrounds/button_search.gif) no-repeat;
	font-weight: bold;
	height:23px;
	padding-bottom:0px;
}

#mainNav .search-back-link a {
	font-size:10px;
	color:#666;
	float:right;
	padding:0 0 0 18px;
	margin-right:5px;
	background: url(../media/icons/arrow_left.gif) left center no-repeat;
}

#mainNav .search-back-link a:hover {
	color:#000;
}

/* CONTENT
   -------------------------------- */

#content {
	color: #333;
}

h1 {
	margin: 0;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #c00;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
}

h1 a,
h1 a:link,
h1 a:visited {
	display: block;
	width: 200px;
	height: 65px;
	background: url(../media/general/header-logo-customer.gif) left center no-repeat;
	text-decoration: none;
	color: #c00;
}

h1 a:hover,
h1 a:active {
	text-decoration: none;
	color: #f00;
}

h1 a span {
	display: none;
}

h1 #info-banner {
	float: right;
	border: 1px solid #e6e6e6;
	height: 60px;
}

h2 {
	color: #014685;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	background: url(../media/backgrounds/h2-bg.gif) no-repeat left bottom;
}

h3 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

p, li, dt, dd {
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}
dt {
	font-weight: bold;
	margin-left: 10px;
}
dd {
	margin-left: 10px;
	margin-bottom: 10px;
}

pre {
	font: 11px/15px lucida console, monospace;
}

/* LINKS
   -------------------------------- */

a, a:link, a:visited {
	color:#1561A1;
}

a:hover, a:active{
	color:#FD6F1D;
}
   
#content a,
#content a:link,
#content a:visited {
	text-decoration: none;
}

#content a:hover,
#content a:active {
	text-decoration: underline;
}

/* TABLES
   -------------------------------- */

table {
	border-collapse: collapse;
	width: auto;
}

table.horizontal {
	width: 100%;
}

table.horizontal tr:hover {
	background: #F9FCFF;
}

table.horizontal th {
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	width: 150px;
}

table.horizontal td {
	padding: 3px 20px 3px 3px;
}

.createjob th {
	width: 170px !important;
}

.createjob td {
	width: 300px;
}

#createJob ol li {
	margin-bottom:25px;
	color:#085BA6;
}

#createJob ol li p {
	color: #333;
}

#createJob ol li p span {
	font-size:10px;
}

#createJob input, #createJob textarea, #createJob select {
	/*border:1px solid #6FAADF;*/
}

.createJobButtons {
	margin-left:50px;
}

table.createjob th {
	color:#333 !important;
}

#jobPriority {
	float:left;
	margin-right:15px;
	margin-top:9px;
}

.radio {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
	margin-top:9px;
}

th {
	background: #EFF8FF;
	border-bottom: 1px solid #ccc;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
}

tr.odd {
	background: transparent;
}

tr.even {
	background: #fff9f9;
}

td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

/* FORMS
   -------------------------------- */

form table {
	background: url(../media/backgrounds/fade_top.gif) no-repeat right top;
}

form#login-form {
	background: url(../media/backgrounds/login-form-bg-esm.gif) no-repeat left top;
}
form#login-form table {
	background: none;
	margin-left: 70px;
	margin-top: 5px;
}

form table th {
	padding:10px 5px 5px 20px;
	border:none;
	background:none !important;
}

form table td {
	padding:10px 20px 5px 5px;
	border:none;
}

label {
	padding-left: 10px;
} 

.req {
	background: url(../media/general/label-req.gif) no-repeat left;
	padding-left: 10px;
}

.textInput {
	background: url(../media/backgrounds/form.gif) no-repeat left;
	border-top: 0px none;
	border-right: 1px solid #BDBDBD;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 5px 5px 0 5px;
	height:15px;
}
.readonlyTextInput {
	background: url(../media/backgrounds/form.gif) no-repeat left;
	border-top: 0px none;
	border-right: 1px solid #BDBDBD;
	border-bottom: 0px none;
	border-left: 0px none;
	padding: 5px 5px 0 5px;
	height:15px;
}
.fileInput {
	background: #fff;
	color: #333;
	
}

select {
	border: 1px solid #BDBDBD;
}

textarea {
	background: url(../media/backgrounds/textarea.gif) no-repeat left top;
	border-top: 0px none !important;
	border-right: 1px solid #BDBDBD !important;
	border-bottom: 1px solid #BDBDBD !important;
	border-left: 0px none !important;
	padding: 5px 5px 0 5px;
}

input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

option, select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.submit, .submitButton, button, .reset {
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
	background:url(../media/backgrounds/button_search.gif) no-repeat;
	border:none;
	color:#6F0500;
	font-size:11px;
	height:26px;
	width:75px;
	padding-bottom:6px;
}

#userLoginForm {
	float: left;
	padding: 10px 25px;
	margin: 0px 25px 0px 0px;
	border: 1px solid #900;
	background: #ffc;
}

.lblTextArea {
	vertical-align: top;
	padding-top: 5px;
}

#createJob div {
	background:url(../media/backgrounds/fade_top.gif) no-repeat right top;
	border:none;
	width:490px;
	padding:10px;
}

#createJob li {
	list-style: none;
}

#createJob strong.question {
	font-size:17px;
	display: block;
	z-index: 99;
	position: relative;
}

/* VEW JOB SUB NAV
   -------------------------------- */

#view-job {
	border-bottom : 1px solid #ccc;
	margin: 0px 0px 15px 0px;
	padding-bottom : 19px;
	padding-left : 10px;
}

#view-job ul, #view-job li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#view-job a {
	float: left;
}

#view-job a:link, #view-job a:visited	{
	background : #f6f6f6;
	border : 1px solid #ccc;
	color : #666;
	font-size : 11px;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#view-job a:link.active, #view-job a:visited.active	{
	color : #000;
	font-weight: bold;
	background : #fff;
	border-bottom : 1px solid #fff;
}

#view-job a:hover	{
	color : #f00;
}

/* VIEW JOB LIST
   -------------------------------- */

#selectJobStatus {
	margin: 0px 0px 15px 0px;
	padding-bottom : 19px;
	padding-left : 10px;
	border-bottom: 1px solid #ccc;
}

#selectJobStatus li {
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#selectJobStatus a {
	float: left;
}

#selectJobStatus a:link, #selectJobStatus a:visited	{
	background : #f6f6f6;
	border : 1px solid #ccc;
	color : #666;
	font-size : 11px;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#selectJobStatus a:link.active, #selectJobStatus a:visited.active	{
	color : #000;
	font-weight: bold;
	background : #fff;
	border-bottom : 1px solid #fff;
}

#selectJobStatus a:hover	{
	color : #f00;
}


/* JOB DETAILS
   -------------------------------- */

#jobDetailsContainer .jobDetails {
	padding-left:30px;
}

#jobStatus, #jobContactDetails {
	border: 1px solid #eee;
	margin-top: 10px;
	padding: 5px;
}

#jobContactDetails p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#jobStatus {
	text-align: center;
}
#jobStatus.active {
	color: #000;
	border-color: #000;
	background: #eee;
}
#jobStatus.pending {
	color: #000;
	border-color: #000;
	background: #eee;
}
#jobStatus.cancelled {
	color: #000;
	border-color: #000;
	background: #eee;
}
#jobStatus.completed {
	color: #000;
	border-color: #000;
	background: #eee;
}

#addNewNote {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-add-note.gif) left no-repeat;
}

#backToNotes {
	padding: 5px 0px 5px 20px;
	background: url(../media/icons/icon-note.gif) left no-repeat;
}

p.pre {
	white-space: pre;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

#back-to-jobs-list {
	padding-left: 20px;
	background: url(../media/icons/icon-myjobs.gif) left no-repeat;
}

/* SUMMARY
------------------------------------ */

#summary-data {
	padding: 0 10px 10px 20px;
}

#summary-overDueJobs {
	color: #900;
	/*border: 1px solid #900;
	background: #fee;*/
	padding: 0 10px 10px 20px;
}

#summary-thisWeekJobs {
	padding: 0 10px 10px 20px;
}

/* MESSAGES
   ---------------------------------------------------------------- */

.message {
	margin: 5px;
}
.message p {
	margin: 5px;
	padding-left: 20px;
}

#message_error {
	border: 1px solid #900;
	background: #fee;
}
#message_error p {
	color: #900;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background: url(../media/icons/exclamation.gif) no-repeat;
}

#message_success {
	border: 1px solid #090;
	background: #efe;
}
#message_success p {
	color: #090;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background: url(../media/icons/accept.gif) no-repeat;
}

#message_warning {
	border: 1px solid #c90;
	background: #ffe;
}
#message_warning p {
	color: #c90;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background: url(../media/icons/error.gif) no-repeat;
}

#message_notice {
	border: 1px solid #00f;
	background: #eef;
}
#message_notice p {
	color: #00f;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	background: url(../media/icons/icon_info.gif) no-repeat;
}

/* FOOTER
   -------------------------------- */
   
#footer {
	margin: 0px auto;
	width: 916px;
}

#footer #about-esmce {
	margin: 0px;
	padding-top: 15px;
	padding-left: 75px;
	background: url(../media/backgrounds/about-bg.gif) no-repeat;
	height: 53px;
}

#footer #about-esmce p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #369;
}

#footer #footerText {
	margin-top: -11px;
}

#footer #footerText p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#footer #footerText p a,#footer #footerText p a:link,#footer #footerText p a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration:none;
}

#footer #footerText p a:hover,#footer #footerText p a:active {
	text-decoration:underline;
}

#footer #footerText p #poweredBy {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer #footerText p #poweredBy {
	float: right;
}

#footer #footerText p #poweredBy img {
	display: block;
	vertical-align: middle;
}

#footer #footerText p a#poweredBy,
#footer #footerText p a#poweredBy:link,
#footer #footerText p a#poweredBy:visited {
	background-color: #999;
	text-decoration: none;
}
#footer #footerText p a#poweredBy:hover,
#footer #footerText p a#poweredBy:active {
	background-color: #000;
	text-decoration: none;
}

/* MISC CLASSES
   -------------------------------- */

.column1, .column2 {
	float: left;
	margin-right: 20px;
}

.error {
	border: 1px solid #c00;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
	/*background: url(../media/backgrounds/message_error.gif);*/
	background:#FFEEEE;
	color: #c00;
}
.error h3 {
	color: #c00;
	margin-bottom: 5px;
}
.error p {
	margin-top: 0;
	padding-left: 20px;
	background: url(../media/icons/icon-error.gif) no-repeat left;
}

.success {
	border: 1px solid #090;
	padding: 0px 10px 0px 10px;
	margin-bottom: 20px;
	/*background: url(../media/backgrounds/message_success.gif);*/
	background:#EEFFEE;
	color: #090;
}
.success h3 {
	color: #090;
	margin-bottom: 5px;
}
.success p {
	margin-top: 0;
	padding-left: 20px;
	background: url(../media/icons/icon-success.gif) no-repeat left;
}
.success p a,
.success p a:link,
.success p a:visited {
	color: #090;
	text-decoration: underline !important;
}
.success p a:hover,
.success p a:active {
	color: #000;
	text-decoration: underline;
}

.active {
	font-weight: bold;
}

.help {
	cursor: help;
}

.inlineicon {
	vertical-align: middle;
}

.top {
	vertical-align: top !important;
}

#home-content {
	margin-left: 300px;
}

.hide {
	display:none;
}

#viewTabs {
	float:right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#viewTabs a.view-tab-enabled {
	background:url(../media/icons/tabs-enabled.gif) no-repeat;
	padding-left:20px;
}

#viewTabs a.view-tab-disabled {
	background:url(../media/icons/tabs-disabled.gif) no-repeat;
	padding-left:20px;
}

#viewTabs input {
	margin:0;
	border:none !important;
}

#viewTabs label {
	padding-left:5px !important;
}

table.jobSummary td {
	text-align:right;
	padding-left: 10px;
	padding-right: 10px;
}

table.jobSummary th a, table.jobSummary th a:link, table.jobSummary th a:visited {
	color:#000;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 10px;
	background: none;
}

table.jobSummary th a:hover, table.jobSummary th a:active {
	color:#000;
	text-decoration:underline;
	background: url(../media/icons/icon-bullet_go.gif) no-repeat left;
}

table.jobSummary th a:hover {
	color:#000;
	text-decoration:none;
}

table td span.createdDate {
	font-size:9px;
}

.maximise-width {
	width:100% !important;
}

.nowrap {
	white-space:nowrap;
}

.alert {
	color: #f00;
	font-weight:bold;
}

/* DOWNLOADS
   -------------------------------- */

#newDownLoads {
	padding: 2px 0px 2px 30px;
	background: #fee url(../media/icons/icon-database_save-get.gif) 10px center no-repeat;
	border: 1px solid #900;
	margin-bottom: 10px;
	margin-top: -5px;
}

.downloads {
	margin-left: 20px;
	width: 500px;
	margin-right: auto;
}
.folder {
	background: url(../media/icons/icon-folder.gif) left no-repeat;
	padding-left: 20px;
}
.file {
	border-bottom: 1px dotted #aaa;
	padding: 0px 10px 0px 10px;
	margin-bottom: 6px;
}
.downloads h4 {
	font: bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
}
.downloads h4.exe a {
	padding: 3px 20px;
	background:url(../media/icons/icon-database_save-get.gif) no-repeat left center;
}
.downloads h4.pdf a {
	padding: 3px 20px;
	background: url(../media/icons/page_white_acrobat.gif) no-repeat left center;
}
.downloads h4.zip a {
	padding: 3px 20px;
	background: url(../media/icons/page_white_compressed.gif) no-repeat left center;
}
.downloads .file-details {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: -18px;
	margin-bottom: 0;
	float: right;
}
.downloads .file-info {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
#downloads-disclaimer {
}
#downloads-disclaimer p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

#tips {
	float: right;
	width: 250px;
	margin-right: 40px;
}
.tip h3 {
	color: #cca;
	margin-bottom: -3px;
	padding-bottom: 0;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.tip div {
	background: #ffe;
	margin: 0;
	padding: 0px 10px 4px 10px;
	border-top: 1px solid #cca;
}
.tip div p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

/* LIGHTBOX */

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	height: 5000px;
	background: #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 900;
	display:none;
}

#lightbox {
	top: 75px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
	text-align: center !important;
	z-index: 1000;
	display:none;
}

#lightboxContent {
	margin: 0 auto;
	background: #fff;
	width: 360px;
	min-height: 350px;
	z-index: 2000;
	text-align:left;
	padding: 10px 5px 0 5px;
	height:366px;
	border: 10px solid #ccc;
}


html[xmlns] #lightboxContent {
	padding: 5px 15px 25px 15px;
}

#lightboxContent h3 {
	border-bottom: 1px solid #999;
}

#moreConfig {
	display: none;
}

#filterSearch {
	height: 50px;
	background: url(/filterSearch.gif) no-repeat;
	margin: -3px 0 0 4px !important;
}

#filterSearch select,
#filterSearch input {
	display: none;
}

p#lastFilterSearch {
	display: block;
	text-align: left;
	background:#ffdb2b;
	margin-left: 2px;
	margin-top: -3px;
	margin-right: 3px;
	color: #931405;
	font-size: 10px;
	padding: 4px 7px 4px 7px;
}

#lightbox p {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#lightbox #lightboxDetails p {
	margin:6px auto;
}
#lightbox label {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

#lightboxContent form {
	padding-left:10px;
}

#lightbox div#form {
	background:url(../media/backgrounds/fade_top.gif) no-repeat right top;
	padding-left:10px;
	width:315px;
}

#lightbox #emailAlert{
	display:none;
	margin:0px auto;
	padding-left:20px;
}

#lightbox #emailAlert .message{
}

/* LICENCE
   -------------------------------- */

#licenceForm  input.readonlyTextInput  {
    background: #f3f3f3 !important;
    border: 1px solid #ccc !important;
}
#licenceForm input.textInput,
#licenceForm textarea{
    background: #ffe !important; 
    border: 1px solid #ccc !important;
}

/* DATA SUPPLIER PRODUCTS
   -------------------------------- */

table#product-list {
	width: 100%;
	margin: 0;
}

table#product-list th, table#product-list td {
	padding: 7px;
}

table#product-list .vendorPart, table#product-list .productCode, table#product-list th.price {
	white-space: nowrap;
}

table#product-list td.stock {
	text-align: center;
}
table#product-list .price {
	text-align: right;
}

table#product-list th.maximiseWidth {
	width: 100%;
}

table#product-list tbody tr:hover {
	background-color: #f6f6f6;
}

#breadCrumbs {
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#breadCrumbs li {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin-right: 5px;
}
#breadCrumbs li a,
#breadCrumbs li a:link,
#breadCrumbs li a:visited {
	color: #666;
	background: url(../media/icons/right-arrow-icon.gif) 0px 5px no-repeat;
	padding-left: 9px;
}
#breadCrumbs li.first a {
	background: none;
	padding-left: 0;
}
#breadCrumbs li a:hover,
#breadCrumbs li a:active {
	color: #000;
}

body.product-details #content h3 {
	margin-bottom:5px;
}

body.product-details #content p {
	margin-top:0px;
}

body.product-details #content p {
	border:1px solid #999;
	padding:5px;
	background:#eff8ff;
}
