/********
* FONTS *
*******/
@font-face {
    font-family: 'Whitney-Medium';
    src: url('/rspweb/fonts/whitney-medium-pro.eot');
    src: url('/rspweb/fonts/whitney-medium-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-medium-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-medium-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-medium-pro.svg#whitney-medium-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney-Semibold';
    src: url('/rspweb/fonts/whitney-semibold-pro.eot');
    src: url('/rspweb/fonts/whitney-semibold-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-semibold-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-semibold-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-semibold-pro.svg#whitney-semibold-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney-Bold';
    src: url('/rspweb/fonts/whitney-bold-pro.eot');
    src: url('/rspweb/fonts/whitney-bold-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-bold-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-bold-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-bold-pro.svg#whitney-bold-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney-Light';
    src: url('/rspweb/fonts/whitney-light-pro.eot');
    src: url('/rspweb/fonts/whitney-light-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-light-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-light-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-light-pro.svg#whitney-light-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney-LightItalic';
    src: url('/rspweb/fonts/whitney-lightitalic-pro.eot');
    src: url(/rspweb/fonts/'whitney-lightitalic-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-lightitalic-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-lightitalic-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-lightitalic-pro.svg#whitney-lightitalic-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('/rspweb/fonts/myriadpro-regular.eot');
    src: url('/rspweb/fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/myriadpro-regular.woff') format('woff'),
         url('/rspweb/fonts/myriadpro-regular.ttf') format('truetype'),
         url('/rspweb/fonts/myriadpro-regular.svg#myriadpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Whitney-Book';
    src: url('/rspweb/fonts/whitney-book-pro.eot');
    src: url('/rspweb/fonts/whitney-book-pro.eot?#iefix') format('embedded-opentype'),
         url('/rspweb/fonts/whitney-book-pro.woff') format('woff'),
         url('/rspweb/fonts/whitney-book-pro.ttf') format('truetype'),
         url('/rspweb/fonts/whitney-book-pro.svg#whitney-book-pro') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************
* GLOBAL SETTINGS *
******************/
html, body {
	height: 100%;
}
body {
	background: #000;
	margin: 0;
	font: 11px Whitney-Medium, Arial, sans-serif;
	color: #fff;
}


body:before {
    content: url(../images/logout_btn1.png)
             url(../images/gear1.png)
             url(../images/nav1.png) url(../images/nav1a.png) url(../images/nav1b.png)
             url(../images/nav2.png) url(../images/nav2a.png) url(../images/nav2b.png)
             url(../images/nav3.png) url(../images/nav3a.png) url(../images/nav3b.png)
             url(../images/nav4.png) url(../images/nav4a.png) url(../images/nav4b.png);
    display: none;
}

h1, h2, h3, h4, h5, h6, p, ul, form {
	margin: 0;
	padding: 0;
}
h1, h2 {
	text-indent: -9999px;
}
h4 {
	color: #f8971d;
	font: 17px Whitney-Bold, Arial, sans-serif;
}
a, input {
	cursor: pointer;
	outline: none;
}
img {
	border: 0;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	min-width: 1024px;
}
.content {
	width: 1024px;
	min-height: 100%;
	margin: 0 0 -47px;
}
.leftColumn, .rightColumn {
	float: left;
	position: relative;
}
.footer, .footerPush {
	height: 47px;
	min-width: 1024px;
}
.button {  /* Submit Button Styling */
	float: left;
	border: 0;
	text-indent: -9999px;
	font-size: 0; /* IE7 fix */
	display: block; /* IE7 fix */
	line-height: 0; /* IE7 fix */
}
.addBtn,
.updateBtn,
.removeBtn {
	width: 84px;
	height: 36px;
}
.addBtn {
	background: url(../images/btn_add.png) no-repeat;
}
.addBtn:hover {
	background: url(../images/btn_add1.png) no-repeat;
}
.updateBtn {
	background: url(../images/btn_update.png) no-repeat;
}
.updateBtn:hover {
	background: url(../images/btn_update1.png) no-repeat;
}
.updateBtn_sm {
	background: url(../images/btn_sm_update.png) no-repeat;
	height: 26px;
	width: 75px;
}
.updateBtn_sm:hover {
	background: url(../images/btn_sm_update1.png) no-repeat;
}
.printBtn,
.updateJobBtn,
.cancelJobBtn {
	width: 97px;
	height: 34px;
}
.printBtn {
	background: url(../images/btn_print.png) no-repeat;
}
.printBtn:hover {
	background: url(../images/btn_print1.png) no-repeat;
}
.cancelJobBtn {
	background: url(../images/btn_canceljob.png) no-repeat;
}
.cancelJobBtn:hover {
	background: url(../images/btn_canceljob1.png) no-repeat;
}
.updateJobBtn {
	background: url(../images/btn_updatejob.png) no-repeat;
}
.updateJobBtn:hover {
	background: url(../images/btn_updatejob1.png) no-repeat;
}
.removeBtn {
	background: url(../images/btn_remove.png) no-repeat;
}
.removeBtn:hover {
	background: url(../images/btn_remove1.png) no-repeat;
}
.browseBtn {
	width: 89px;
	height: 35px;
	background: url(../images/btn_browse.png) no-repeat;
}
.browseBtn:hover {
	background: url(../images/btn_browse1.png) no-repeat;
}
.loadBtn {
	background: url(../images/btn_load.png) no-repeat;
	width: 62px;
	height: 35px;
}
.loadBtn:hover {
	background: url(../images/btn_load1.png) no-repeat;
}
.loginBtn,
.saveBtn,
.cancelBtn,
.exitBtn {
	width: 81px;
	height: 36px;
}
.loginBtn {
	background: url(../images/btn_login_as.png) no-repeat;
	width: 277px;
}
.loginBtn:hover {
	background: url(../images/btn_login_as1.png) no-repeat;
}
.saveBtn {
	background: url(../images/btn_save_green.png) no-repeat;
}
.saveBtn:hover {
	background: url(../images/btn_save_green1.png) no-repeat;
}
.cancelBtn {
	background: url(../images/btn_cancel.png) no-repeat;
}
.cancelBtn:hover {
	background: url(../images/btn_cancel1.png) no-repeat;
}
.exitBtn {
	background: url(../images/btn_exit.png) no-repeat;
}
.exitBtn:hover {
	background: url(../images/btn_exit1.png) no-repeat;
}
.dashboardBtn,
.dispatchBtn {
	height: 32px;
	text-indent: -9999px;
}
.dashboardBtn {
	background: url(../images/nav1.png) no-repeat;
	width: 125px;
	z-index: 10;
}
.dashboardBtn:hover {
	background: url(../images/nav1a.png) no-repeat;
}
.dashboardBtn:active {
	background: url(../images/nav1b.png) no-repeat;
}
.dispatchBtn {
	background: url(../images/nav2.png) no-repeat;
	width: 135px;
	z-index: 5;
}
.dispatchBtn:hover {
	background: url(../images/nav2a.png) no-repeat;
}
.dispatchBtn:active {
	background: url(../images/nav2b.png) no-repeat;
}
.csrBtn, .ccBtn {
	width: 279px;
	height: 35px;
}
.csrBtn {
	background: url(../images/btn_callCSR.png) no-repeat;
}
.csrBtn:hover {
	background: url(../images/btn_callCSR1.png) no-repeat;
}
.ccBtn {
	background: url(../images/btn_confirmCancel.png) no-repeat;
}
.ccBtn:hover {
	background: url(../images/btn_confirmCancel1.png) no-repeat;
}
.xBtn {
	background: url(../images/btn_x.png) no-repeat;
	width: 20px;
	height: 20px;
}
.xBtn:hover {
	background: url(../images/btn_x1.png) no-repeat;
}
.declineJobBtn, .gobackBtn {
	width: 149px;
	height: 37px;
}
.declineJobBtn {
	background: url(../images/btn_declineJob.png) no-repeat;
}
.declineJobBtn:hover {
	background: url(../images/btn_declineJob1.png) no-repeat;
}
.gobackBtn {
	background: url(../images/btn_goBack.png) no-repeat;
}
.gobackBtn:hover {
	background: url(../images/btn_goBack1.png) no-repeat;
}
.plusBtn,
.minusBtn {
	width: 25px;
	height: 24px;
}
.plusBtn {
	background: url(../images/btn_plus.png) no-repeat;
}
.plusBtn:hover {
	background: url(../images/btn_plus1.png) no-repeat;
}
.minusBtn {
	background: url(../images/btn_minus.png) no-repeat;
}
.minusBtn:hover {
	background: url(../images/btn_minus1.png) no-repeat;
}
.acceptBtn,
.declineBtn,
.callmeBtn {
	width: 98px;
	height: 34px;
}
.acceptBtn {
	background: url(../images/btn_accept.png) no-repeat;
}
.acceptBtn:hover {
	background: url(../images/btn_accept1.png) no-repeat;
}
.declineBtn {
	background: url(../images/btn_decline.png) no-repeat;
}
.declineBtn:hover {
	background: url(../images/btn_decline1.png) no-repeat;
}
.callmeBtn {
	background: url(../images/btn_callme.png) no-repeat;
}
.callmeBtn:hover {
	background: url(../images/btn_callme1.png) no-repeat;
}

/**************
* MAIN HEADER *
*************/
#headerMain {
	background: url(../images/hdr_repeat.png) repeat;
	border-bottom: 2px solid #0173ba;
	height: 78px;
}
#headerMain .leftHeader {
	background: url(../images/hdr_left.png) no-repeat;
	float: left;
	width: 366px;
	height: 78px;
}
#headerMain .rightHeader {
	background:  url(../images/hdr_right.png) no-repeat;
	float: right;
	width: 658px;
	height: 78px;
}
#allstateLogo, 
#providerLogo {
	position: absolute;
	left: 16px;
	top: 5px;
	height: 72px;
	width: 151px;
}
#allstateLogo {
	background: url(../images/allstate_logo_sm.png) no-repeat;
}
#providerLogo {
	background: url(../images/bmw_logo.png) no-repeat;
}
#roadsmartLogo {
	background: url(../images/roadsmart_logo.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 35px;
	height: 43px;
	width: 554px;
	text-indent: -9999px;
}
#roadsmartLogoLogin {
	background: url(../images/roadsmart_logo.jpg) no-repeat;
	position: absolute;
	left: 470px;
	top: 35px;
	height: 43px;
	width: 554px;
	text-indent: -9999px;
}
#welcomeText {
	color: #f6edcb;
	font-size: 12.25px;
	position: absolute;
	right: 285px;
	top: 4px;
}
.userSettings {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 103px;
}
.userSettings #logout {
	background: url(../images/logout_btn.png) no-repeat left top;
	float: right;
	height: 20px;
	width: 71px;
	text-indent: -9999px;
}
.userSettings #logout:hover {
	background: url(../images/logout_btn1.png) no-repeat;
}
.userSettings #divider {
	background: url(../images/divider.png) no-repeat;
	float: right;
	height: 20px;
	width: 5px;
}
.userSettings #gear {
	background: url(../images/gear.png) no-repeat;
	float: right;
	height: 20px;
	width: 27px;
}
.userSettings #gear:hover {
	background: url(../images/gear1.png) no-repeat;
}

/* Removes gear and divider when the user is not Provider Admin */
.userSettings#nonProviderAdmin #divider,
.userSettings#nonProviderAdmin #gear {
	display: none;
}


/********************
* DROPDOWN SETTINGS *
********************/
#settings {
	background: #fff;
	width: 176px;
	color: #888;
	font: 11.75px Whitney-Medium, Arial, sans-serif;
	border: 1px solid #000;
}
#settings h5 {
	font: 13.75px Whitney-Semibold, Arial, sans-serif;
	color: #0c376f;
	padding: 9px 0 9px 10px;
	border-bottom: 1px solid #e7e7e7;
}
#settings a {
	color: #888;
	text-decoration: none;
}
#settings ul {
	margin: 0;
	padding: 6px 0 0 32px;
	border-bottom: 1px solid #e7e7e7;
}
#settings li {
	padding: 0 0 8px;
}
#settings label {
	padding: 6px 0 0 18px;
	vertical-align: middle;
	display: block;
}
#settings label span {
	padding: 0 0 0 9px;
}
#settings label#mobile {
	font-size: 9.75px;
	padding: 6px 0 6px 38px;
}
#settings input {
	margin: 0;
}

/**********
* POP-UPS *
**********/
.popup {
	width: 330px;
	height: 380px;
	margin: 10px;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 5px 7px 10px #6e6e6e;
	-moz-box-shadow: 5px 7px 10px #6e6e6e;
	box-shadow: 5px 7px 10px #6e6e6e;
	background: url(../images/popups_bottom.png) no-repeat -7px 350px transparent;
}
.popup h5 {
	background: url(../images/divider_bkgrnd_popup.png) repeat-x;
	color: #B10804;
	font: 21.25px Whitney-Bold,Arial,sans-serif;
	text-align: center;
	width: 282px;
}
.popup h6 {
	background: url(../images/divider_bkgrnd_popup.png) repeat-x;
	font: 15.85px Whitney-Bold,Arial,sans-serif;
	color: #fff;
	height: 17px;
	text-align: center;
}
.popup .xBtn {
	position: absolute;
  right: 5px;
  top: 12px;
}
.popupHeader {
	height: 38px;
	position: relative;
}
.popupContent {
	height: 330px;
	background: #fff;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
/* Job Info */
.jobInfo.incoming {
	color: #b10804;
	min-height: 10px;
}
.jobInfo.incoming .jobStatus {
	color: #a5a5a5;
}
.jobInfo.incoming .jobTime {
	left: 224px;
	top: 7px;
}
.jobInfo.enroute,
.jobInfo.approaching {
	color: #c69828;
}
.jobInfo.accepted {
	color: #ff8522;
}
.jobInfo.onsite,
.jobInfo.loaded {
	color: #518310;
}
.jobInfo span, #jobDetails .jobInfo span,
.jobInfo a, #jobDetails .jobInfo a {
	position: absolute;
}
.jobInfo .jobType {
	left: 20px;
	top: 5px;
}
.jobInfo .jobAuto,
.jobInfo .jobAddress,
.jobInfo .jobName,
.jobInfo .jobPhone {
	color: #676767;
	font-size: 12.5px;
  left: 20px;
}
.jobInfo .jobAuto {
  top: 24px;
}
.jobInfo .jobAddress {
  top: 38px;
}
.jobInfo .jobTime {
	font: 17.75px Whitney-Bold, Arial, sans-serif;
	left: 217px;
	top: 8px;
}
.jobInfo .jobTime .sec,
.jobInfo .jobTime .min {
	font: 10.5px Whitney-Light, Arial, sans-serif;
	color: #676767;	
}
.jobInfo .jobTime .sec {
  top: 6px;
	left: 42px;
}
.jobInfo .jobTime .min {
	top: 0;
	left: 50px;
	line-height: 11.5px;
}
.jobInfo .jobStatus {
	display: block;
	font-size: 13.5px;
	left: 217px;
	text-align: center;
	top: 31px;
	width: 70px;
}

/****************
* CANCEL POP-UP *
****************/
#cancelPopup .popupHeader {
	background: url(../images/popHdr_cancel.png) no-repeat;
}
#cancelPopup h5 {
	padding: 52px 24px 0;
}
#cancelPopup .csrBtn {
	margin: 25px 0 0 29px;
}
#cancelPopup .ccBtn {
	margin: 18px 0 0 29px;
}

/*****************
* DECLINE POP-UP *
*****************/
#declinePopup .popupHeader {
	background: url(../images/popHdr_decline.png) no-repeat;
}
#declinePopup .popupContent {
	height: 300px;
}
#declinePopup h5 {
	padding: 21px 24px 0;
}
#declinePopup p {
	color: #7a0c07;
	font: 16px Whitney-Semibold,Arial,sans-serif;
	padding: 0 84px 2px;
}
#declinePopup form {
	color: #000;
	margin: 16px 0 0;
	font: 14px Whitney-Medium,Arial,sans-serif;
}
#declinePopup label {
	display: block;
	padding: 0 0 2px 58px;
}
#declinePopup label span {
	padding-left: 9px;
}
#declinePopup #declineBtns {
	background: transparent url(../images/decline_full_bottom.png) no-repeat;
	height: 90px;
	margin: 30px 0 0;
	position: relative;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
#declineBtns .declineJobBtn {
	position: absolute;
	top: 25px;
	left: 15px;
}
#declineBtns .gobackBtn {
	position: absolute;
	top: 25px;
	left: 166px;
}

/*****************
* NEW JOB POP-UP *
*****************/
#newjobPopup .popupHeader {
	background: url(../images/popHdr_new.png) no-repeat transparent;
}
#newjobPopup .jobInfo {
	height: 182px;
	overflow-y: scroll;
	position: relative;
	width: 100%;
	font: 12px Whitney-Medium, Arial, sans-serif;	
}
#newjobPopup #jobDetails {
	height: 224px;
	position: relative;
}
.statusPopup h6 {
	font-size: 13.5px;
	padding: 2px 0 0 12px;
	text-align: left;
}
.statusPopup .jobTime {
	font-size: 37px;
}
.statusPopup .jobType {
  left: 10px;
  top: 8px;
	font-size: 20px;
}
.statusPopup .jobAuto {
	color: #000;
	font: 13.25px Whitney-Semibold, Arial, sans-serif;
	left: 10px;
	top: 33px;
}
.statusPopup .jobPhoto {
	width: 69px;
	height: 54px;
	border: 0;
  position: absolute;
  top: 60px;
	left: 11px;
	background: url(../images/car_placeholder.png) no-repeat;
}
.statusPopup .jobName,
.statusPopup .jobPhone,
.statusPopup .jobAddress {
	left: 93px;
	font: 13.25px Whitney-Medium, Arial, sans-serif;
}
.statusPopup .jobName {
	top: 58px;
}
.statusPopup .jobPhone {
  top: 74px;
}
.statusPopup .jobAddress {
	top: 90px;
	color: #2e7aac;
	text-decoration: underline;
}
#newjobPopup .jobTime {
	left: 252px;
	text-align: center;
	top: 36px;
}
#newjobPopup .jobTime .respond {
	font: 12px Whitney-Semibold, Arial, sans-serif;
	color: #676767;
  left: -6px;
  top: -28px;
}
.statusPopup .jobTime .sec,
.statusPopup .jobTime .min {
	font-family: Whitney-Semibold,Arial,sans-serif;
}
.statusPopup .jobTime .min {
	font-size: 12px;
	left: 46px;
	line-height: 14px;
	top: 9px;	
}
#newjobPopup .jobTime .sec {
	left: 14px;
	top: 38px;
}
/* Status Form */
.statusPopup #jobDetails form {
	position: absolute;
	top: 130px;
	left: 0;
}
.statusPopup #labelComments {
	padding-left: 9px;
	font-size: 14px;
	color: #000;
}
.statusPopup #jobComments {
	height: 50px;
	margin-left: 79px;
	width: 214px;
}
.statusPopup #jobComments1 {
	height: 50px;
	margin-left: 79px;
	width: 214px;
}
.statusPopup .refInfo {
	height: 42px;
	color: #000;
}
.statusPopup .refLabel {
	padding: 4px 0 0 11px;
}
.statusPopup .refValue {
	font: 10.65px Whitney-Book, Arial, sans-serif;
	color: #5e6163;
	padding: 1px 0 0 8px;
}
#newjobPopup .updateBtn_sm {
	left: 220px;
	position: absolute;
	top: 63px;
}
/* New Job Form */
.statusPopup label {
	display: block;
	margin: 6px 0 0;
	height: 28px;
	color: #2e7aac;
  font: 23.25px Whitney-Semibold, Arial, sans-serif;
}
.statusPopup .etaLabel,
.statusPopup .reassignLabel,
.statusPopup .statusLabel {
	float: left;
	position: relative;
	padding: 0 12px 0 30px;
}
/* ETA */
.statusPopup .etaBox {
	float: left;
	margin: 0 6px;
	width: 50px;
	text-align: center;
}
.statusPopup .etaText {
	color: #5E6163;
	float: right;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	padding: 0 14px 0 6px;
	text-align: center;
	width: 100px;
}
/* Assign a Driver */
#newjobPopup label#driver {
	clear: both;
	margin: 17px 0 18px;
}
#newjobPopup label#driver span {
	font-size: 14.5px;
	padding: 0 12px 3px 24px;
	text-align: center;
	float: left;
}
#newjobPopup #provider {
	height: 26px;
	margin-top: 6px;
	width: 212px;
	padding: 2px 0;
}
/* New Job Buttons */
#newjobPopup .acceptBtn {
    margin-left: 16px;
}
#newjobPopup .declineBtn,
#newjobPopup .callmeBtn {
   margin-left: 4px;
}

/*****************
* STATUS POP-UPS *
*****************/
.statusPopup#acceptedPopup .popupHeader {
	background: url(../images/popHdr_accepted.png) no-repeat transparent;
}
.statusPopup#enroutePopup .popupHeader {
	background: url(../images/popHdr_enroute.png) no-repeat transparent;
}
.statusPopup#approachingPopup .popupHeader {
	background: url(../images/popHdr_approaching.png) no-repeat transparent;
}
.statusPopup#onsitePopup .popupHeader {
	background: url(../images/popHdr_onsite.png) no-repeat transparent;
}
.statusPopup#loadedPopup .popupHeader {
	background: url(../images/popHdr_loaded.png) no-repeat transparent;
}
.statusPopup .jobTime {
	left: 222px;
	top: 5px;
}
.statusPopup .jobInfo {
	overflow-y: scroll;
	height: 290px;
  font: 12px Whitney-Medium,Arial,sans-serif;
  position: relative;
  width: 100%;
	border-bottom: 1px solid #6f6c6c;
}
/* Accepted Job Form */
.statusPopup .adjustETA .etaLabel {
	font-size: 15px;
	line-height: 15px;
	padding: 0 18px 0 27px;
	text-align: center;
}
.statusPopup .adjustETA {
	margin: 19px 0 0;
}
.statusPopup .adjustETA .etaBox {
  margin: 0 6px;
  width: 50px;
	height: 21px;
}
.statusPopup .adjustETA .etaText {
	color: #b10804;
	font: 10.5px Whitney-Medium,Arial,sans-serif;
	padding: 4px 0 0 13px;
	width: 80px;
}
.statusPopup #jobDetails {
	height: 198px;
	position: relative;
}
.statusPopup .reassignDriver {
	margin: 16px 0 0 ;
}
.statusPopup .reassignDriver #driver,
.statusPopup .changeStatus #status {
	height: 26px;
	margin-top: 6px;
	padding: 2px 0;
	width: 215px;
}
.statusPopup .reassignDriver .reassignLabel,
.statusPopup .changeStatus .statusLabel {
	font-size: 15px;
	line-height: 15px;
	padding: 11px 6px 0 13px;
}
.statusPopup .changeStatus {
	padding: 20px 0;
	margin: 0;
}
.statusPopup .changeStatus .statusLabel {
	padding-left: 27px;
}
.statusPopup .updateJobBtn {
	margin: 7px 0 0 16px;
}
.statusPopup .printBtn,
.statusPopup .cancelJobBtn {
	margin: 7px 0 0 5px;
}

/*************
* NAVIGATION *
*************/
#headerNav {
	background: #000 url(../images/future_nav_repeat.png) repeat-x;
	height: 41px;
	position: relative;
}
#headerNav .leftNav {
	float: left;
	background: url(../images/future_nav_left.png) no-repeat;
	width: 115px;
	height: 30px;
}
#headerNav .rightNav {
	float: right;
	background: url(../images/rightside_design_background.jpg) no-repeat;
	width: 554px;
	height: 41px;
}
#headerNav .dashboardBtn {
	position: absolute;
	top: -1px;
	left: 0;
}
#headerNav .dispatchBtn {
	position: absolute;
	top: -1px;
	left: 84px;
}
#futureNav{
	background: url(../images/future_navigation.png) repeat-x;
	width: 293px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 177px;
}
#dateTime {
	position: absolute;
	right: 23px;
	top: 26px;
}
#mgmtNav {
	background: url(../images/hdr_provider_mgmt.png) no-repeat;
	height: 28px;
	text-indent: -9999px;
}
#empMgmtNav {
	background: url(../images/hdr_emp_mgmt.png) no-repeat;
	height: 32px;
	text-indent: -9999px;
}

/*********************
* GENERAL LOGIN PAGE * 
********************/
#allstateLoginLogo {
	background: url(../images/allstate_roadside_logo.png) no-repeat;
	width: 241px;
	height: 94px;
	margin: 20px 0 0 29px;
}
#gatewayLogo {
	background: url(../images/roadsmart_logo.jpg) no-repeat;
	width: 419px;
	height: 42px;
	position: absolute;
	right: 150px;
	top: 16px;
}
#loginPage {
	background: url(../images/login_bkgrnd.jpg) no-repeat;
	width: 1024px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #CCCCCC;
}
#loginBoxBkgrd {
	background: url(../images/loginbox_top.png) no-repeat;
	width: 576px;
	height: 50px;
	position: absolute;
	top: 94px;
	right: 0;
}
#loginBox {
	background: url(../images/loginbox_bkgrnd.png) no-repeat;
	width: 534px;
	height: 201px;
	position: absolute;
	top: 144px;
	right: 0;
}
#loginBox h3 {
	font-weight: bold;
	font-size: 16px;
	color: #fc0;
	margin: -10px 0 0 77px;
	padding-top:7px;
}
#loginBox form {
	margin: 15px 0 0 75px;
	width: 205px;
	position: absolute;
}
#loginBox label {
	font-size: 14px;
}
#loginBox label span {
	vertical-align: middle;
}
#loginBox label#userID {
	position: absolute;
	top: 0;
	left: 0;
}
#loginBox label#userID span {
	margin-right: 30px;
}
#loginBox label#password {
	position: absolute;
	top: 30px;
	left: 0;
}
#loginBox label#password span {
	margin-right: 15px;
}
#loginBox label#rememberMe {
	position: relative;
	top: 70px;
	left: 0;
}
#loginBox label#rememberMe span {
	font-size: 10px;
	color: #f8971d;
}
#loginBox input {
	margin: 0;
	vertical-align: middle;
}
#loginBox input.login {
	width: 115px;
}
#loginBox #goBtn {
	background: url(../images/btn_go.png) no-repeat;
	width: 39px;
	height: 23px;
	border: 0;
	position: relative;
	left:27px;
	top: 0;
	text-indent: -9999px;
	font-size: 0; /* IE7 fix */
	line-height: 0; /* IE7 fix */
}

#loginBox #goBtn:hover {
	background: url(../images/btn_go1.png) no-repeat;
}
#loginBox a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	position: relative;
	top: 4px;
	right: 0;
}
#loginSWF {
	width: 489px;
	height: 253px;
	background: url(../images/marketing-login-graphic2.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 145px;
}
#whyJoin {
	position: absolute;
	top: 436px;
	left: 21px;
	width: 560px;
}
#whyJoin h4 {
	font: 17.75px Whitney-Semibold, Arial, sans-serif;
	font-style: italic;
	color: #f5c17f;
}
#whyJoin sup {
	font-size: 14px;
	position: relative;
	top: 3px;
	left: -2px;
}
#whyJoin p {
	font-size: 12px;
	padding: 2px 0;
}
#loginFooter {
	position: absolute;
	top: 577px;
	left: 827px;
	width: 186px;
}
#loginFooter a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#loginFooter a:hover {
	color: #fa961c;
}


/*************
* SITE ADMIN *
*************/
.content#adminContent {
	margin: 0 0 -57px;
}
.content#adminContent .footerPush {
	height: 57px;
}
#adminForm {
	width: 1000px;
	margin: 0 0 0 24px;
}
#adminForm select {
	background: #bbb9ba;
}
#adminForm p {
	font: 11.45px Whitney-Semibold, Arial, sans-serif;
	padding-top: 2px;
}
#adminForm .leftColumn {
	width: 418px;
	margin: 129px 0 0;
}
#adminForm .rightColumn {
	width: 546px;
	margin: 100px 0 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #4d4d4d;
}

/***** Select Existing Provider *****/
#selectProvider {
	height: 54px;
	width: 404px;
	margin: 0 0 18px -8px;
	border-bottom: 1px solid #4d4d4d;
	padding-left: 8px; /* used for border positioning */
}
#selectProvider #provider {
  background: #bbb9ba url(../images/select_bkgrd.jpg) repeat-x;
	height: 20px;
	width: 240px;
	margin-top: 9px;
	float: left;
	border: 0;
}
#selectProvider span {
	padding: 11px 14px 0;
	float: left;
	color: #f8971d;
	font: 17px Whitney-Bold, Arial, sans-serif;
}
#selectProvider input {
	background: url(../images/btn_add_provider.png) no-repeat;
	width: 96px;
	height: 33px;
	margin-top: 2px;
}
#selectProvider input:hover {
	background: url(../images/btn_add_provider1.png) no-repeat;
}

/***** Provider Status *****/
#providerStatus {
	height: 57px;
	font: 20px Whitney-Semibold, Arial, sans-serif;
	padding: 7px 0 0 15px;
}
#providerStatus input {
	margin: 0;
}
#providerStatus label {
	vertical-align: middle;
}
#providerStatus label#activeLabel {
	color: #84ce1a;
	margin-right: 14px;
}

/***** Company Information *****/
#companyInfo {
	padding-top: 17px;
	height: 400px;
	font: 16.25px Whitney-Semibold, Arial, sans-serif;
}
#companyInfo div {
	float: left;
	padding-bottom: 18px;
}
#companyInfo .infoLabel {
	text-align: right;
	width: 122px;
	margin-right: 16px;
}
#companyInfo .infoData {
	color: #f3c68d;
	width: 266px;
}

/***** Users *****/
#providerUsers {
	height: 384px;
	position: relative;
}
#providerUsers p {
	width: 200px;
	float: left;
}
/** Add or Update Employee **/
#addUpdateUser {
	float: right;
  padding-right: 10px;
}
#addUpdateUser #newEmpBtn {
	background: url(../images/btn_add_new_employee.png) no-repeat;
	width: 82px;
	height: 35px;
	float: left;
}
#addUpdateUser #newEmpBtn:hover {
	background: url(../images/btn_add_new_employee1.png) no-repeat;
}
#addUpdateUser span {
	padding: 7px 8px 0;
	float: left;
}
#addUpdateUser #user {
  background: #bbb9ba url(../images/select_bkgrd.jpg) repeat-x;
	height: 20px;
	min-width: 198px;
	margin-top: 4px;
	float: left;
	border: 0;
}
/** Employee Information **/
#empInfo {
	clear: both;
	height: 268px;
	padding-top: 26px;
	font: 15px Whitney-Medium, Arial, sans-serif;
}
#empInfo label {
	display: block;
	text-align: right;
}
#empInfo label span {
	margin-right: 12px;
	float: left;
	width: 134px;
}
#empInfo label#confirmPwd span {
	text-align: left;
	width: 88px;
	margin: -7px 12px 0 46px;
}
#empInfo input, 
#empInfo select {
	width: 238px;
	float: left;
	margin: 0 100px 10px 0;
}
#empInfo select {
	width: 244px;
}
#empInfo p {
	color: #C90E0E;
	font-style: italic;
	margin: -7px 0 7px 47px;
	width: 100%;
}
/** Add/Update/Remove Buttons **/
#providerUsers input.addBtn,
#providerUsers input.updateBtn,
#providerUsers input.removeBtn {
	position: absolute;
	top: 323px;
	left: 174px;
}
#providerUsers input.removeBtn {
	left: 265px;
}

/***** Grey Bar *****/
#adminBar {
	background: #808080;
  height: 18px;
  width: 556px;
	margin: 0 0 0 -35px;
}

/***** Company Logo *****/
#companyLogo {
	margin-top: 12px;
	height: 208px;
}
#companyLogo #logoImg {
	float: left;
	margin-bottom: 21px;
}
#companyLogo #companyLogoText {
	float: left;
	margin-left: 14px;
	width: 285px;
}
#companyLogo #uploadLogo {
	clear: both;
}
#companyLogo #uploadLogo h4 {
	margin-right: 8px;
	float: left;
}
#companyLogo .loadBtn {
	margin: -8px 0 0 8px;
}

/** Browse for File **/
#fileBrowse {
	position: relative;
	float: left;
	margin-bottom: 40px;
}
#fileBrowse input#loadFile {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 100;
	top: -7px;
	left: 0;
	height: 32px;
	width: 264px;
}
#fileBrowse #fakeFileContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
}
#fileBrowse #fakeFileContainer input {
	height: 12px;
  float: left;
  width: 164px;
}
#fileBrowse #fakeFileContainer .browseBtn {
	margin: -8px 0 0 5px;
	float: left;
}

/***** Site Admin Footer Buttons *****/
#adminFooter {
	background: #202022;
	height: 57px;
  width: 100%;
	clear: both;
	text-align: right;
	position: relative;
}
#adminFooter .loginBtn {
	position: absolute;
	top: 7px;
	right: 128px;
}
#adminFooter .exitBtn {
	position: absolute;
	top: 7px;
	right: 32px;
}

/**************
* ON/OFF DUTY *
**************/
.content#onOffDutyContent {
	margin: 0 0 -55px;
}
.content#onOffDutyContent .footerPush {
	height: 55px;
}
#onOffDuty {
	padding: 132px 0 0 21px;
  width: 460px;
	height: 359px;
	font: 13.25px/16px Whitney-Medium, Arial, sans-serif;
	color: #fff;
}
#availDrivers {
	margin: 29px 0 0 18px;
	position: relative;
}
#availDrivers h4 {
	width: 175px;
}
#availDrivers #onDutyLabel,
#availDrivers #dispatchLabel {
	font: 10.5px Whitney-Semibold, Arial, sans-serif;
	position: absolute;
	top: 6px;
}
#availDrivers #onDutyLabel {
	left: 212px;
}
#availDrivers #dispatchLabel {
	left: 295px;
}
#availDrivers form {
	margin: 17px 0 0 53px;
	color: #f8eabe;
	width: 320px;
	line-height: 18px;
}
#availDrivers label {
	display: block;
	margin: 0 0 5px 2px;
	position: relative;
	border-bottom: 1px solid #353535;
}
#availDrivers input {
	position: absolute;
	left: 170px;
	margin: 0;
}
#availDrivers .driverName {
	padding-left: 2px;
}
#availDrivers .dispatchType {
	position: absolute;
	left: 275px;
	width: 15px;
	height: 17px;
}
#availDrivers .paper {
	background: url(../images/ico_paper.png) no-repeat;
}
#availDrivers .mobile {
	background: url(../images/ico_phone.png) no-repeat;
}
#onoffFooter {
	background: url(../images/foot_mid.png) repeat;
	width: 100%;
	height: 55px;
}
#onoffFooter .leftFooter {
	background: url(../images/foot_left.png) repeat-y;
	width: 506px;
	height: 55px;
	float: left;
}
#onoffFooter .rightFooter {
	position: relative;
	background: url(../images/foot_right.png) repeat-y;
	width: 517px;
	height: 55px;
	float: right;
}
#onoffFooter .exitBtn {
	position: absolute;
	right: 32px;
	top: 7px;
}

/******************************
* EMPLOYEE PROFILE MANAGEMENT *
*****************************/
#empMgmt {
	padding: 141px 0 0;
}
#empLeftCol {
	background: url(../images/hdr_emp_queue.png) no-repeat left top;
	width: 371px;
	height: 651px;
	position: relative;
	float: left;
	padding: 0 0 8px 8px;
}
#empRightCol {
	float: left;
	width: 605px;
	margin: 5px 0 0;
}
#empRightCol h4 {
	margin-left: 60px;
}
#empMgmtList {
	width: 330px;
	height: 617px;
	position: absolute;
	top: 34px;
	overflow-y: scroll;
}
#empMgmtList .employee {
	display: block;
	width: 100%;
	height: 58px;
	margin-bottom: 2px;
	background: #fff url(../images/ico_disclosure.png) no-repeat 95% 50%;
}
.employee .name {
	font: 16.65px Whitney-Semibold, Arial, sans-serif;
	color: #838182;
	padding: 9px 0 0 12px;
}
.employee .role {
	font: 12.35px Whitney-LightItalic, Arial, sans-serif;
	padding: 3px 0 0 12px;
	font-style: italic;
}
.employee .role#driver {
	color: #344e5d;
}
.employee .role#dispatcher {
	color: #759848;
}
.employee .role#admin {
	color: #fe9d01;
}
/***** Employee Information *****/
#employeeInfo {
	padding: 11px 0 0 60px;
	width: 400px;
	height: 416px;
	font: 15px Whitney-Medium, Arial, sans-serif;
}
#employeeInfo div {
	float: left;
	padding-bottom: 20px;
}
#employeeInfo .infoLabel {
	text-align: right;
	width: 102px;
	margin-right: 17px;
}
#employeeInfo .infoData {
	color: #f7eabe;
	width: 266px;
}

/***** Employee Photo *****/
#employeePhoto {
	margin-left: 40px;
}
#employeePhoto h4 {
	margin-left: 0;
}
#employeePhoto #photoImg {
	float: left;
	margin-bottom: 14px;
}
#employeePhoto #employeePhotoText {
	float: left;
	width: 285px;
	margin: -3px 0 0 11px;
}
#employeePhoto #employeePhotoText p {
	font: 11.45px Whitney-Semibold, Arial, sans-serif;
	padding-top: 2px;
}
#employeePhoto #uploadPhoto {
	clear: both;
	height: 36px;
}
#employeePhoto #uploadPhoto h4 {
	margin-right: 14px;
	float: left;
}
#employeePhoto .loadBtn {
	margin: -8px 0 0 8px;
}
#employeePhoto #fileBrowse {
	margin-bottom: 4px;
}
#empRightCol input.saveBtn {
	margin-left: 36px;
}
#empRightCol input.cancelBtn,
#empRightCol input.exitBtn {
	margin-left: 16px;
}


/***********
* DISPATCH *
***********/
.content#dispatchContent {
	background: #27436b url(../images/bkgrnd_rt_side.png) repeat-y right top;
}
#dispatch {
	position: relative;
	padding: 121px 0 0;
	height: 512px;
}
#dispatchHeader {
	background: #000 url(../images/bkgrnd_top.png) repeat-x 0 11px;
	height: 50px;
	position: relative;
}
#dispatchHeader #jobQueueHeaderTop {
	background: url(../images/hdr_queue1.png) no-repeat;
	width: 372px;
	height: 23px;
	position: absolute;
	left: 20px;
	top: 0;
}
#dispatchHeader #jobQueueHeaderBottom {
	background: url(../images/hdr_queue2.png) no-repeat;
	width: 345px;
	height: 8px;
	position: absolute;
	left: 20px;
	top: 23px;
}
#dispatchHeader .dispatchStatus {
	background: url(../images/bkgrnd_rt_corner.jpg) no-repeat right 11px;
	font: 12.25px Whitney-Medium, Arial, sans-serif;
	color: #999;
	height: 50px;
	padding-right: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
#jobQueue {
	width: 345px;
	position: relative;
	left: 21px;
  top: -19px;
}
#jobQueue .statusHeader {
	background: url(../images/divider_bkgrnd.png) repeat-x;
	height: 22px;
	width: 333px;
	font: 10.5px Whitney-Semibold, Arial, sans-serif;
	color: #9ce1ff;
	position: relative;
}
#jobQueue .statusHeader .leftHeader {
	position: absolute;
	left: 17px;
	top: 5px;
}
#jobQueue .statusHeader .rightHeader {
	position: absolute;
  left: 221px;
	top: 5px;
}
.dispatchList {
	width: 332px;
	height: 188px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	font: 16.65px Myriad Pro, Arial, sans-serif;
}
.dispatchList .jobInfo {
	display: block;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #000;
	background: #fff url(../images/ico_disclosure.png) no-repeat 95% 50%;
	position: relative;
	font: 16.5px MyriadPro-Regular, Arial, sans-serif;
}
.dispatchStatus .indicatorText {
	font-size: 10.15px;
	color: #2dbb19;
}
.dispatchStatus .indicatorText#notAccepting {
	color: #fd0302;
}
#mapArea {
	position: absolute;
	right: 32px;
	top: 145px;
	width: 618px;
	height: 427px;
	background: #fff;
}


/**************
* MAIN FOOTER *
**************/
#footerMain {
	background: #232323;
	height: 47px;
	width: 100%;
	position: relative;
	bottom: 0;
	font: 11.5px Arial, sans-serif;
	color: #fff;	
}
#footerMain a {
	color: #fff;
	text-decoration: none;
}
#footerMain a:hover {
	color: #fa961c;
}
#footerMain #legalText {
	position: absolute;
	left: 17px;
	top: 16px;
}
#footerMain #poweredBy {
	background: url(../images/powered_by_allstate.jpg) no-repeat;
	width: 161px;
	height: 36px;
	position: absolute;
	right: 15px;
	top: 5px;
	text-indent: -9999px;
}