/********************************************************************
*	Start: CSS Browser Reset
****************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,thead,th,tr,td,tbody{margin:0;padding:0;}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size:62.5%;}
a{text-decoration:none;color:black;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul,li,dl,dd,dt{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;padding:0;margin:0;}
q:before,q:after{content:'';}
abbr,acronym,.help{cursor:help;text-decoration:none;border:0;border-bottom:1px #666 dotted;}
/*****************************
*	End: CSS Browser Reset  
*****************************/

/********************************************************************
*	Start: Site-Specific Base Styles
************************************/
body {font-family:Helvetica,arial,sans-serif;font-size:12px;color:#666769;line-height:18px;}
h1 {font-size:25px;line-height:30px;}
h2 {font-size:22px;line-height:27px;}
h3 {font-size:19px;line-height:24px;}
h4,h5,h6 {font-size:15px;line-height:20px;} /* to keep the 15px vertical rhythm going */
h1,h2,h3,h4,h5,h6 {font-family:Futura,Helvetica,Arial,sans-serif;color:#666769;margin-bottom:10px;}
h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt {color:#175b93;}
a {color:#444;}
a:hover,
a:focus {text-decoration:underline;}
p,blockquote,ul,ol,dl,table {margin-bottom:10px;} /* to keep the 15px vertical rhythm going */
th,td {vertical-align:top;padding:0 5px 3px 0;}
th {font-weight:bold;}
ul, ol {margin-left:20px;}
ul li {list-style:disc;}
ol li {list-style:decimal;}
:focus {outline:0;}
button {cursor:pointer;}
sup {vertical-align:top;font-size:.7em;}
/*****************************
*	End: Site-Specific Base Styles
*****************************/

/********************************************************************
*	Start: Grids
********************************************************************/
/* Make sure to clear your floats, this does not use the .clearFix method */
.grid {margin:0 !important;padding:0 !important;border-left:0 !important;border-right:0 !important;float:left;_zoom:1;_height:1%;}
.grid1of1{float:none;}
.grid1of2,.grid2of4{width:49.999999%;}
.grid1of3{width:33.333333%;}
.grid2of3{width:66.666666%;}
.grid1of4{width:24.999999%;}
.grid3of4{width:74.999999%;}
.grid1of5{width:19.999999%;}
.grid2of5{width:39.999999%;}
.grid3of5{width:59.999999%;}
.grid4of5{width:79.999999%;}
.grid-content {padding:0 5px;}
.grid-first > .grid-content {padding-left:0;}
.grid-last > .grid-content {padding-right:0;}
* html .grid-first .grid-content {padding-left:0;}
* html .grid-last .grid-content {padding-right:0;}
/*****************************
*	End: Grids
*****************************/

/********************************************************************
*	Start: Utils
********************************************************************/
.float-left {float:left;}
.float-right {float:right;}
img.float-left {margin:0 5px 5px 0;}
img.float-right {margin:0 0 5px 5px;}
.clear {clear:both}
span.clear {clear:both;height:0;line-height:1%;display:block;visibility:hidden;overflow:hidden;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.align-justify {text-align:justify;}
.jsOnly {display:none;}
body.js .jsOnly {display:block;}
body.js table.jsOnly {display:table;}
body.js th.jsOnly,
body.js td.jsOnly {display:table-cell;}
body.js tr.jsOnly {display:table-row;}
body.js input.jsOnly,
body.js select.jsOnly,
body.js label.jsOnly,
body.js a.jsOnly {display:inline;}
body.js .jsHide {display:none;}
.color-red {color:#A22020;}
/*****************************
*	End: Utils
*****************************/

/********************************************************************
*	Start: forms
********************************************************************/
.field-title {font-weight:bold;}
.afterthought {font-weight:normal;font-size:10px;}

textarea,
input[type=text],
input[type=password],
select {background:url(/images/input-bg.gif) center bottom repeat-x #fff;border:3px solid #e2e3e3;padding:6px;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus {border-color:#d6d6d6;}
* html .text-input {background:url(/images/input-bg.gif) center bottom repeat-x #fff;border:3px solid #e2e3e3;padding:6px;}
* html .text-input:focus {border-color:#d6d6d6;}

textarea.readonly,
input[type=text].readonly {background:#aaa;color:#fff;}

/* Blue bordered fields */
.alt-fields textarea,
.alt-fields input[type=text],
.alt-fields select {border-color:#74A8CF;}
.alt-fields textarea:focus,
.alt-fields input[type=text]:focus,
.alt-fields select:focus {border-color:#4e8bbd;}
* html .alt-fields .text-input {border-color:#74A8CF;}
* html .alt-fields .text-input:focus {border-color:#4e8bbd;}

.alt-fields textarea.readonly,
.alt-fields input[type=text].readonly {border-color:#1a3e5d;background:#1a3e5d;color:#7ac2fd;}

textarea.error,
input[type=text].error,
input[type=password].error,
select.error,
label.error {border-color:#b84848 !important;}
textarea.error:focus,
input[type=text].error:focus,
input[type=password].error:focus,
select.error:focus,
label.error:focus {border-color:#a22020 !important;}

button.button-previous,
button.button-next {line-height:30px;background: url(/images/button-next-previous.jpg) center center no-repeat #F48E2A;border:0;height:33px;color:#fff;font-size:13px;text-align:center;white-space:nowrap;
					border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
button.button-previous {background-position: left center;padding-left:15px;}
button.button-next {background-position: right center;padding-right:15px;}

.button-positive,
.button-negative,
.button-normal {
	height:26px;
	display:block;
	float:left;
	line-height:28px;
	padding: 0 10px;
	margin:0 5px 5px 0;
	border:1px solid;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
.button-positive {background: url(/images/button-positive.gif) center bottom repeat-x;border-color:#EF5323;}
.button-negative {background: url(/images/button-negative.gif) center bottom repeat-x;border-color:#9F0006;}
.button-normal {background: url(/images/button-mute.gif) center bottom repeat-x;border-color:#888;color:#666 !important;}
.button-positive:hover {border-color:#DF3400;}
.button-negative:hover {border-color:#6F0007;}
.button-normal:hover {border-color:#666;}
.button-positive:hover,
.button-negative:hover,
.button-normal:hover {text-decoration:none;}

/*****************************
*	End: forms
*****************************/

body {text-align:center;background: url(/images/body-bg.jpg) center top repeat-x #dedede;color:#777;}
#Wrapper {text-align:left;margin:auto;position:relative;}
.site-width, #Wrapper, #Footer {width:900px !important;margin-left:auto !important;margin-right:auto !important;padding:0 10px;}

#Header {position:relative;}
#HeaderNavWrapper {z-index:1;position:relative;margin:10px 0 5px 0;height:42px;}
#HeaderNav {z-index:1;position:relative;margin:0;background: url(/images/header-nav-bg.gif) left top no-repeat;height:42px;padding:0 5px 0 10px;float:left;font-size:13px;}
#HeaderNav li {z-index:1;position:relative;margin:0;padding:0;list-style:none;float:left;height:42px;padding:0;line-height:42px;}
#HeaderNav li a {z-index:1;height:42px;padding:0 10px;color:#666;}
#HeaderNav li a:hover {text-decoration:none;}
#HeaderNav li.current {font-weight:bold;}
#HeaderNav li.right-edge {z-index:0;display:block;height:42px;width:5px;position:absolute;top:0;right:-5px;background: url(/images/header-nav-bg.gif) right top no-repeat;}
#HeaderNav li.back {z-index:-1;position:absolute;background: url(/images/header-nav-bubble.gif) right top no-repeat #ddd;height:24px;margin:9px 0;}
#HeaderNav li.back .left {z-index:0;position:absolute;left:0;top:0;background: url(/images/header-nav-bubble.gif) left top no-repeat #ddd;height:24px;width:3px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#HeaderPhone {position:absolute;top:85px;right:0;line-height:18px;margin:0;padding:0;font-weight:bold;}
#HeaderPhone .phone {font-size:20px;color:#ef4923;}
#LoginOrRegister {position:absolute;top:10px;right:0;}

.content-box {position:relative;margin-bottom:10px;}
.content-box-top {position:relative;display:block;height:3px;background:url(/images/content-box-default.gif) left top no-repeat;margin-right:3px;line-height:0;}
.content-box-top b {position:absolute;top:0;right:-3px;display:block;width:3px;height:3px;background:url(/images/content-box-default.gif) right top no-repeat;}
.content-box-bottom {position:relative;display:block;height:3px;background:url(/images/content-box-default.gif) left bottom no-repeat;margin-right:3px;line-height:0;}
.content-box-bottom b {position:absolute;top:0;right:-3px;display:block;width:3px;height:3px;background:url(/images/content-box-default.gif) right bottom no-repeat;}
.content-box-middle {position:relative;z-index:1;min-height:50px;border-left:1px solid #ddd;border-right:1px solid #e1e1e1;padding:5px 10px;margin-bottom:0 !important;background:url(/images/content-box-default-middle.gif) left bottom repeat-x #fff;}
* html .content-box-top b,
* html .content-box-bottom b {overflow:hidden;}
* html .content-box-bottom {margin:0 3px;}
.content-box-white b,
.content-box-white .content-box-top,
.content-box-white .content-box-bottom {background-image:url(/images/content-box-white.gif);}
.content-box-white .content-box-middle {background:#fff;;}


#HomeQuoteForm {background: url(/images/home-quote-form-bg.jpg) left top no-repeat;height:237px;margin-bottom:10px;color:#fff;font-size:14px;line-height:25px;}
#HomeQuoteForm .heading {color:#fff;margin-bottom:20px;}
#HomeQuoteForm .grid {position:relative;}
#HomeQuoteFormSubmitButton {position:absolute;top:100px; left:40px;color:#fff;background: url(/images/home-quote-button.jpg) left top no-repeat #f17627;display:block;width:144px;height:58px;border:0;font-size:15px;}
#HomeQuoteFormSubmitButton.active {color:#7c1901;}
#HomeQuoteForm .fields input {width:124px;}
#HomeQuoteForm .fields a {color:#7ac2fd;margin:0 5px;font-size:11px;white-space:nowrap;}

.home-first-row .content-box-middle {padding-top:15px;padding-bottom:15px;min-height:30px;}
.home-first-row .content-box-middle h2,
.home-first-row .content-box-middle p {margin:0;text-align:center;color:#333;}
.home-first-row .content-box-middle a {color:#666;}
.home-first-row .content-box-middle a:hover {color:#333;text-decoration:none;}
.home-first-row .content-box-middle a img {padding-left:20px;vertical-align:middle;}


#QuoteHeading {background:url(/images/quote-heading.jpg) left top no-repeat;height:123px;margin-bottom:10px;text-align:center;}
#QuoteHeading * {color:#fff;}
#QuoteHeading .quote-heading-left {padding-top:40px;font-size:40px;line-height:45px;font-family:Helvetica,Arial,sans-serif;}
#QuoteHeading .quote-heading-left .price {font-size:50px;line-height:55px;font-weight:bold;}
#QuoteHeading .quote-heading-right {padding-top:40px;}
#QuoteHeading .quote-heading-table {margin:20px 10px 15px 20px;}
#QuoteHeading .quote-heading-table th {color:#7BC1FD;}
#QuoteHeading .quote-heading-table td {text-align:left;}

#Footer {text-align:left; margin-top: 40px;}
#Footer a {color:#999;padding:0 8px;}
#Footer a:first-child {padding-left:0;}
#Footer .secure {float:right;}

.action-add {background:url(/images/icon-add.gif) left top no-repeat;padding-left:20px;}
.action-remove {background:url(/images/icon-remove.gif) left top no-repeat;padding-left:20px;}


table.pretty-table {border-collapse:collapse;}
table.pretty-table th,
table.pretty-table td {border:1px solid #ddd;padding:3px 8px;}
table.pretty-table thead th,
table.pretty-table thead td {background:#eee;border-color:#d3d3d3;}
table.pretty-table tbody tr:nth-child(2n+0) th,
table.pretty-table tbody tr:nth-child(2n+0) td {background:#f3f3f3;}

table.content-box-middle tfoot th {border-bottom:0;}

#QuoteResultsTable {width:100%;}
#QuoteResultsTable thead th,
#QuoteResultsTable tfoot th {vertical-align:middle;}
#QuoteResultsTable tbody th,
#QuoteResultsTable tbody td {border-left:0;border-right:0;padding-top:10px;padding-bottom:10px;vertical-align:middle;}
#QuoteResultsTable tbody tr:nth-child(odd) td {background:#f3f3f3;}
#QuoteResultsTable th.logo {border-right:0;}
#QuoteResultsTable th.carrier {border-left:0;}
#QuoteResultsTable tbody td.carrier, a {color:#F17D26;}
#QuoteResultsTable .mode {text-align:center;}
#QuoteResultsTable .days {text-align:center;}
#QuoteResultsTable .action {text-align:right;}
#QuoteResultsTable .price {text-align:center;}
#QuoteResultsTable td.price {width:125px;font-size:18px;line-height:22px;font-weight:bold;vertical-align:top;vertical-align:baseline;}
#QuoteResultsTable td.price input {display:none;}
#QuoteResultsTable td.guaranteed-price {color:#444;}
#QuoteResultsTable td.price sup {font-size:12px;line-height:18px;vertical-align:top;}
#QuoteResultsTable .action button {width:90px;}
#QuoteResultsTable td.save-for-later {width:0;text-align:center;}
#QuoteResultsTable td.save-for-later a {color:#888;}
#QuoteResultsTable td.save-for-later a:hover {color:#777;}
#QuoteResultsTable td.price label {display:block;cursor:pointer;padding:7px 10px;background:#eee url(/images/radio-buttons.gif) 5px center no-repeat;border-width:1px;border-style:solid;border-color:#ddd;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#QuoteResultsTable td.price label:hover {background:#e3e3e3 url(/images/radio-buttons.gif) 5px center no-repeat;border:1px solid #ccc;}
#QuoteResultsTable td.price label.selected {background:#F17026 url(/images/radio-buttons.gif) -484px center no-repeat;color:#fff;border-color:#EF5023;}

#ModalWrapper {position:absolute !important;top:10%;left:0;padding:0;margin:0;width:100%;}
/* the overlayed element */
#Modal {
	/* must be initially hidden position:absolute;z-index:999999; */
	display:none;
	/* place overlay on top of other elements */
	z-index:999999;
	margin:auto;
	/* styling */
	width:745px;
	_height:200px;
	min-height:200px;
	background:#194c79;
	color:#fff;
	text-align:left;
	border:1px solid #153756;
	border-top:1px solid #1f4465;
	border-left:1px solid #1f4465;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 50px -5px #000;
	-webkit-box-shadow: 0 0 50px -5px #000;	
}
#Modal h1,
#Modal h2,
#Modal h3,
#Modal h4,
#Modal h5,
#Modal h6,
#Modal a {color:#fff;}
#Modal .modal-heading {font-size:25px;line-height:25px;padding-bottom:10px;border-bottom:1px solid #0D436F;}
#Modal .modal-content {padding:10px;}
/* close button positioned on upper right corner */
#Modal .close {
	background-image:url(/images/modal-close.png);
	position:absolute;
	right:-12px;
	top:-12px;
	cursor:pointer;
	height:25px;
	width:25px;
}
#Modal table.pretty-table th,
#Modal table.pretty-table td {
	padding:3px 5px;
	border:1px solid #31709F;
	background:#235F8F;
}
#Modal #NMFC-Standards tr.active {font-weight:bold;color:#F17D26;}
#Modal #NMFC-Standards td {padding-top:0;padding-bottom:0;line-height:15px;}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.nobr {
	white-space: nowrap;
}


/* Datepicker */
.calendar-widget {position:relative;z-index:0;}
.calendar-widget-icon {font-size:0;line-height:32px;padding:16px;background: url(/images/calendar-icon.gif) center top no-repeat;overflow:hidden;margin:0 2px;vertical-align:middle;}
.calendar-widget-icon:hover {background: url(/images/calendar-icon.gif) center bottom no-repeat;}
.calendar-widget-picker {position:absolute;bottom:0;left:0;z-index:99;height:0;overflow:hidden;}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	padding:10px;
	position: absolute;
	cursor: default;
	bottom: 0;
	left: 0;
	display: none;
	background: url(/images/datepicker/bg.jpg) center bottom repeat-x;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.datepickerContainer {}
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR,
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	margin:0;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepicker .datepickerWeek a,
.datepicker .datepickerDoW th {color:#84C5EB;cursor: default;}
.datepicker .datepickerDisabled a,
.datepicker .datepickerDisabled a:hover {color:#3679AF;cursor: default;}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #ccc;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #00314F;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #00314F;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #84C5EB;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}


#account-nav {
	position:relative;
	float:left;
	width:100%;
	padding:1em 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#account-nav li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0.25em 1em;	
	color:#EF4923;
}

#account-nav ul li {
	float:left;
	display:block;
	margin-top:1px;
	list-style:none;
}

#account-nav li.account-nav-active {
	font-size:20px;
}

#account-nav li.account-nav-active a {
	color:#EF4923;
}

#account-nav a {
	color:#444444;
}

.total_dollars {
	color:#EF4923;
	font-size:20px;
}
td.total {
	padding:5px;
}
.download-graphic {
	padding:10px 20px;
	margin:0px;
	background:#fff url(/images/download-arrow.jpg) 5px center no-repeat;
}

/*sign in begin*/
#login-register-container {
    width:900px;
    margin:0 auto;
    position: relative;
}
#topnav {
    padding:10px 0px 12px;
    font-size:12px;
    line-height:23px;
    text-align:right;
}
#topnav a {
	color:#444444;
}
#topnav a.signin {
    background:#165990;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
/*    *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px; */
}
#topnav a.signin:hover {
    background:#1867AA;
/*    *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px; */
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#fff!important;
    color:#666!important;
    outline:none;
}
a.signin.menu-open span {
    background-image:url("images/toggle_up_dark.png");
    color:#666;
}

#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#fff;
    background-image:url(/images/content-box-default-middle.gif);
    background-repeat:repeat-x;
    background-position:left bottom;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 24.5px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#666;
    font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #E2E3E3;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}

#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}
#signin_submit:hover, #signin_submit:focus {
    cursor:pointer;
}
/*sign in end */

/* Welcome Content */
ul.benefits li { font-weight: bold; color: #175B93; }

/* tracking button and input */
input.tracking-number { width: 220px; color: #777; }
input.tracking-button { background: url(/images/button-positive.gif) repeat-x #EF4E24; border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px; border:3px solid #f16c27; padding: 5px 10px; color: #fff; font-weight: bold; }
/* accessorials list */
#accessorial_list_wrapper ul{
    margin: 0 auto;
    padding: 0;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#accessorial_list_wrapper{
    width: 100%;
}

/* The wider this li is, the fewer columns there will be */
#accessorial_list_wrapper ul.multiple_columns li{
    text-align: left;
    list-style: none;
    height: 30px;
    width: 420px;
    float:left;
}
.sort-element a, a:hover, a:focus {
	text-decoration: none;
}

.tooltip {
    display:none;
    background:transparent url(/media/img/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#eee;
}

strong.error {
    color: #a00;
}
.submit-a-claim .large {
    width:860px;
}

div.freightEngineSignature {
    display:none;
}

a[id^="uvw-dialog-powered-"]{
    display:none;
}

body .sidebar {
    display:none;
}
span.required {
    color:#a00;
}

table.carriers {
    width: 100%;
}

table.carriers tr {
    width: 12.5%;
    text-align: center;
}