@import url(reset.css);
@import url(selectbox.css);
@import url(radio.css);
/* @import url(timepicker.css); */
/* @import url(datepicker.css); */

body {
	background: #FFF url(/Content/images/bg.gif) repeat-x 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #777;
	font-size: 11.5px; /*70%/130%*/
	text-align: center;
}

em {
  font-style: italic;
}

h1 a { 
  background: transparent url(/Content/images/deliver_logo.gif) no-repeat 0 0;
  display: block;
  width: 288px;
  height: 0;
  padding: 134px 0 0 0;
  overflow: hidden;
}

h2 { 
  
  position: relative; 
  color: #333;
  font-size: 180%;
  font-weight: bold;
  padding-bottom: 15px;
  
}

  h2 span {
    position: absolute;
    right: 0;
    color: #666;
  }

h3 { 
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.content h3 {
  /*margin: 20px 0 0 0;*/
}

h4 {
  font-size: 100%;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

  h4 span {
    position: absolute;
    right: 10px;
  }
  
  ul {
    list-style: circle;
    padding: 0 0 20px 20px;
  }
  
  ul li {
    padding: 0
  }

a { outline: none; color: #F36E21; }

a img { border: 0 }

p {
  margin-bottom: 10px;
}

input.text {
  border: none;
  line-height: 23px;
  height: 17px;
  font-size: 95%;
  color: #777;
  padding: 5px 5px 2px 5px;
}

input.submit {
  cursor: pointer;
  text-indent: -1000em;
}

input[type=submit] {
  cursor: pointer; cursor: hand;
}

.clickable 
{
    cursor: pointer;
}

label {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  display: block;
  padding-bottom: 2px;
}

  label span {
    font-weight: normal;
    font-size: 90%;
    text-transform: none;
  }
  
  label.radio {
    font-weight: normal;
    text-transform: none;
    font-size: 90%;
    padding-top: 13px;
  }

/* LAYOUT
*/

#wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#notice {
  position: absolute;
  top: 0;
  left: 300px;
  right: 300px;
  background: #FF9;
  color: #666;
  font-size: 130%;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 3px;
}

#notice .message 
{
  padding: 10px 10px 10px 10px;
}

#header {
  position: relative;
}

#logindisplay /* default MVC login container */
{
    position: absolute;
    top: 0;
    right: 0;
}

  #signin, #signup { /* browsermedia login containers...might want to research resurrecting these guys */
    position: absolute;
    background: transparent url(/Content/images/signin_bg.gif) no-repeat 0 0;
    width: 265px;
    height: 70px;
  }
  
  #signin {
    top: 0;
    right: 275px;
    background: url(/Content/images/signin_bg.gif) no-repeat 0 0;
  }
  
  #signin a {
    font-size: 90%;
    text-decoration: none;
    font-weight: normal;
    color: #95B429;
  }
  
    #signin a:hover, #signup a:hover {
      text-decoration: underline;
    }
  
  #signup {
    top: 0;
    right: 0;
  }
  
    #signup a {
      text-decoration: none;
      color: #95B429;
    }
  
  #signup p {
    font-size: 90%;
  }
  
  #utility {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  #utility a {
    color: #818285;
    font-weight: bold;
    text-decoration: none;
    padding: 1px 10px;
  }
  
    #utility a:hover {
      text-decoration: underline;
    }

    #utility .divider {
      background: none;
    }
    
    #utility .divider a {
      border-right: 1px solid #DDD;
    }

#nav {
  height: 50px;
  background: #999 url(/Content/images/nav_bg.gif) no-repeat 100% 100%;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  position: relative;
  font-weight: bold;
}

  #nav ul#mainnav {
    width: 562px;
    background: url(/Content/images/nav.gif) no-repeat 0 0;
    height: 50px;
    margin: 0;
    padding: 0;
    display: inline;
    overflow: hidden;
  }
  
  #nav ul#mainnav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
  }
  
  #nav ul#mainnav li a {
    float: left;
    padding: 50px 0 0 0;
    overflow: hidden;
    height: 0px !important;
  }
  
  #nav ul#mainnav li#things a {
    float: none;
    padding: 0;
  }
  
  #nav #gr a {
    width: 136px;
    background: url(/Content/images/nav/getrates.gif) no-repeat 0 0;
  }
  
    #nav #gr a:hover, #nav #gr a.on {
      background: url(/Content/images/nav/getrates.gif) no-repeat 0 -50px;
    }
  
  #nav #tr a {
    width: 88px;
    background: url(/Content/images/nav/track.gif) no-repeat 0 0;
  }
    #nav #tr a:hover, #nav #tr a.on {
      background: url(/Content/images/nav/track.gif) no-repeat 0 -50px;
    }
  
  #nav #fc a {
    width: 159px;
    background: url(/Content/images/nav/carriers.gif) no-repeat 0 0;
  }
  
    #nav #fc a:hover, #nav #fc a.on {
      background: url(/Content/images/nav/carriers.gif) no-repeat 0 -50px;
    }
    
  #nav #fl a {
    width: 177px;
    background: url(/Content/images/nav/locations.gif) no-repeat 0 0;
  }
  
    #nav #fl a:hover, #nav #fl a.on {
      background: url(/Content/images/nav/locations.gif) no-repeat 0 -50px;
    }
  
  #nav p#things a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 7px;
  }
  
    #nav p#things a:hover {
      text-decoration: underline;
    }
  
  #nav p#things a.divider {
    border-right: 1px solid #FFF;
  }
  
  #nav p#things {
    position: absolute; 
    right: 20px;
    top: 15px;
    color: #FFF;
  }
  
  #nav p#things img {
    margin-bottom: -7px;
  }

#main {
  float: left;
  width: 960px;
  /*min-height: 1px;*/
  /*padding-bottom: 5px;*/
  /*background: url(/Content/images/home_cap.gif) no-repeat 100% 100%;*/
}

#main.boxes_2wide {
  background: url(/Content/images/2box_bg.gif) repeat 100% 100%;
}

#main.large 
{
  background:url(/Content/images/large-box.gif) repeat-y 0 0;
}

#boxes_2wide_bottomcap 
{
	height:5px;
	background: url(/Content/images/home_cap.gif) no-repeat 100% 100%;
	float:left;
	width:960px;
}

#large_bottomcap
{
	height:5px;
	float:left;
	width:960px;
	background: url(/Content/images/large-box-cap.gif) no-repeat 100% 100%;
}

  #left {
    float: left;
    width: 600px;
    height: 100%;
    margin-right: 5px;
  }
  
  #right {
    float: left;
    width: 355px;
    height: 100%;
	background: url(/Content/images/welcome_header.gif) no-repeat 0 0;
  }
  
    #right h2 {
      /*font-size: 220%;*/
      color: #F36E21;
      margin-top: 10px;
      margin-left: 23px;
      margin-bottom: -15px;
      line-height: 1;
    }
    
    #right h3 {
      color: #F36E21;
      font-size: 120%;
      line-height: 120%;
      text-transform: none;
      font-weight: normal;
      margin-bottom: 15px;
    }
  
	#addressbook .pad {
     padding: 15px 30px 15px 30px;  
    }
    
    #left .pad {
     padding: 15px 30px 15px 30px;  
    }
  
    #right .pad {
      padding: 20px 20px 20px 20px;
    }

  #left .box
  {
    background: url(/Content/images/rates_bg.gif) repeat-y 0 0;
    height: inherit;
  }
  
  #left .box.stacked 
  {
  	height: auto;
  }
  
  #right .box 
  {
    background: url(/Content/images/welcome_bg.gif) repeat-y 0 0;
    height: 100%;
  }
  
  
  /*.large .box {
    background: url(/Content/images/large-box.gif) repeat-y 0 0;
    height: 100%;
  }
	*/

#footer {
  clear: both;
  color: #999;
  padding-top: 30px;
  font-size: 90%;
}  

#footernav {
	font-size: 11px;
}

  #footer a { 
    padding: 4px 11px 4px 7px;
    font-weight: normal;
    text-decoration: none;
    color: #999;
  }
  
  #footer .divider a {
    background: url(/Content/images/footer_divider.gif) no-repeat 100% 50%;
  }
  
    #footer a:hover {
      color: #666;
    }
  
  #footer ul {
    padding-left: 24px;
  }
  
  #footer p {
    padding: 5px 0 0 30px;
  }
  
  /* Begin Popup Styles */  
  #popup_bottom2colcap
	{
		height:5px;
		float:left;
		width:560px;
		background: url(/Content/images/popup/560_bottom2colcap.gif) no-repeat 100% 100%;
	}
	

    
    .popupcontent 
  {
	background:transparent url(/Content/images/popup/560_background2col.gif) repeat-y scroll 0 0;
     padding: 15px 15px 5px 15px;
     height:280px;

    }
    

    
    .popupcontent .leftbox
    {
    	float:left;
		height:100%;
		width:270px;
    }
    
    .popupcontent .rightbox
    {
    	float:left;
		height:100%;
		width:187px;
		left:40px;
		position:relative;
    }
    
    
    #popup_bottomcap
	{
		height:5px;
		float:left;
		width:560px;
		background: url(/Content/images/popup/560_bottomcap.gif) no-repeat 100% 100%;
	}
	
	#popup_bottomcap650
	{
		height:5px;
		float:left;
		width:650px;
		background: url(/Content/images/popup/650_bottomcap.gif) no-repeat 100% 100%;
	}
  
  
  .popupcontentwide 
  {
	background:transparent url(/Content/images/popup/560_background.gif) repeat-y scroll 0 0;
     padding: 15px 15px 5px 15px;
     height:280px;

    }
    
  .popupcontentwide650 
  {
	background:transparent url(/Content/images/popup/650_background.gif) repeat-y scroll 0 0;
     padding: 15px 15px 5px 15px;
     height:365px;

    }
    
  /* End Popup Styles */

/* Inline ul li
*/

#nav ul#mainnav li, #signin ul li, #footer ul li, #utility ul li {
  display: inline;
  list-style: none;
}

#map_canvas
{
    /*margin: 23px 23px 23px 23px;
    width: 300px;
    height: 300px;*/
    width: inherit;
    height: inherit;
}

/* Container padding
*/

#signin .pad, #signup .pad {
  padding: 20px 10px 0 10px;
}

/* Forms
*/

.inlinesubmit {
  position: absolute;
  top: 40px;
  right: 13px;
  width: 20px;
  height: 19px;
  overflow: hidden;
  background: url(/Content/images/input_text.gif) no-repeat 0 -23px;
  border: none;
}

/*
#signin .text {
  width: 110px;
  display: inline;
  float: left;
  background: url(/Content/images/input_text.gif) no-repeat 0 0;
}

  #signin #username.text {
    margin-right: 5px;
  }
  
  #signin #password.text {
    position: relative;
  }
  */
  
#utility .text {
  width: 159px;
  background: url(/Content/images/input_text.gif) no-repeat 0 -42px;
}

#utility .inlinesubmit {
  top: 2px;
  right: 4px;
}

#left .text, .subpage .text, .headerSectionMiddle .text {
  width: 249px;
  height: 23px;
  font-size: 130%;
  padding: 7px 0 0 5px;
  background: url(/Content/images/input_text.gif) no-repeat 0 -66px;
  vertical-align: middle;
}

#right .text {
  width: 160px;
  height: 18px;
  font-size: 130%;
  background: url(/Content/images/input_text.gif) no-repeat 0px -41px;
  vertical-align: middle;
}

#getratessubmit {
  width: 124px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -97px;
  border: none;
  color: transparent;
}

#smallgetratessubmit 
{
	width: 83px;
	height: 23px;
	padding: 0;
	background: url(/Content/images/b_find_rates.gif) no-repeat 0 0;
	border: none;
}
  
#gosubmit {
  width: 67px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -128px;
  border: none;
  color: transparent;
  vertical-align: middle;
}

.goSubmit {
  width: 67px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -128px;
  border: none;
  vertical-align: middle;
}

.signinButton {
  width: 101px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -275px;
  border: none;
  vertical-align: middle;
}

.signupButton {
  width: 101px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -306px;
  border: none;
  vertical-align: middle;
}

.sendButton {
  width: 85px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -244px;
  border: none;
  vertical-align: middle;
}

.searchButton {
  width: 104px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -399px;
  border: none;
  vertical-align: middle;
}

.saveAddressButton {
  width: 82px;
  height: 30px;
  padding: 0;
  background: url(/Content/images/input_text.gif) no-repeat 0 -337px;
  border: none;
  vertical-align: middle;
}

.inputText158
{
    border: none;
	line-height: 23px;
	height: 17px;	  
	color: #777;
  	background:transparent url(/Content/images/input_text.gif) no-repeat scroll 0 -207px;
	font-size:130%;
	height:23px;
	padding:7px 0 0 5px;
	vertical-align:middle;
	width:158px;
}

.FilterResults
{  
	background-color: rgb(240,240,240);
	color: Black; 
}
.FilterResults > TD
{
    border-bottom: solid 3px White;
	padding: 3px;
}

.FilterResults > TD.Hours 
{
    width: 120px;
}

.FilterResults > TD.Hours TD 
{
    padding-right: 3px;
}

.FilterResults > TD.Image
{
    text-align: center;
	vertical-align: top;
	width: 60px;
}

.FilterResultsHeader
{
	font-size: 120%;
	font-weight: 900;
	color: Black; 
}
.FilterResultsDistance
{
	padding-right: 20px;
	font-size: 90%;
	font-weight: 700;
	text-align: right;
	width: 80px;
}

/* Headers
*/

h2.getrates, h2.track {
  background: url(/Content/images/rates_track_headers.gif) no-repeat 0 0;
  padding: 35px 0 0 0;
  height: 0;
  overflow: hidden;
  font-size: 100%;
}

h2.track {
  background-position: 0 -35px;
}

/* Misc
*/

.bottomgutter {
  border-bottom: 5px solid #FFF;
}
.hide {
  display: none;
}

.relative {
  display: relative;
}

#main .divider {
   background: url(/Content/images/rates_divider.gif) no-repeat 0 0;
   height: 16px;
   margin-left: 2px;
   margin-right: 2px;
	clear:both;
}

.centerText
{
	text-align:center;
}

.left {
  width: 250px;
  float: left;
}

.right 
{
	float: right;
}

.left.gutter { 
  margin-right: 40px;
}

.left.gutter.margin {
  margin-bottom: 15px;
}



/* dfco'jas;fs'dfks'djofsdo;fjsdjf js;djf sdjf ;sdj f;sdjkf ;sdjf sd;fj sd;gja gasg;fasfj as SUBPAGE STYYLES */


  .subpage #main {
  }
  
#subnav {
  background: #F47525 url(/Content/images/orange_bg.gif) repeat-x 0 0;
  width: 960px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
}

.large #subnav {
  -moz-border-radius-bottomright: 0;
  -webkit-border-radius-bottomright: 0;
}

  #subnav h2 {
    font-size: 180%;
    color: #FFF;
    font-weight: bold;
    padding: 15px 15px 15px 30px;
    margin: 0;
    text-transform: uppercase;
  }
  
  
  #subnav ul {
    padding-left: 30px;
  }
  
  #subnav ul li {
    display: inline;
  }

  #subnav ul li a {
    display: block;
    padding: 10px 15px;
    float: left;
    font-weight: bold;
    font-size: 110%;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius-topright: 3px;
    -webkit-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-radius-topleft: 3px;
  }
  
  #subnav ul li a:hover {
    color: #444;
    text-decoration: underline;
  }
  
  #subnav ul li a.on {
    background: #FFF;
  }

    
    .subpage .pad {
      padding: 15px 30px 5px 30px;
      /*min-height: 200px;*/
    }
  
  .subpage #footer p {
    padding: 5px 0 0 30px;
  }
  
/*  .subpage h2 {
    color: #95B429;
  }*/
  
/*  .content h2 {
    margin-top: 25px;
  }*/
  
  .content {
    width: 600px;
    float: left;
  }
  
  .large .content {
    width: 960px;
  }
  
  .content_sidebar {
    float: right;
    margin-top: 5px;
    width: 355px;
    background: url(/Content/images/content_sidebar_bg.gif) no-repeat 0 0;
  }
  
  .content_sidebar .pad {
    padding: 30px 30px 15px 30px;
  }
  
  .content_sidebar h3 {
    margin-bottom: 5px;
  }
  
.hr {
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}

HR 
{
	width: 75%;
}

.table { 
  width: 450px;
}

.table th {
  font-weight: bold;
  border-bottom: 1px solid #F3F3F3;
}

.table td, .table th {
  padding: 10px 5px;
}

.table tr.odd td {
  background: #F3F3F3;
}

.note {
  font-size: 90%;
  color: #999;
  margin-left: 34px;
}

.subpage .note {
  margin: 5px 0 20px 0;
}

.city {
  color: #FFF;
  font-style: italic;
  background: #b3b4b6;
  padding: 2px 5px;
  width: 239px;
  border-top: 5px solid #FFF;
  clear: right;
  margin: 0 0 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


/* HEADERS for RATES PAGE
*/

h2#rate-results {
  background: url(/Content/images/rate_results.gif) no-repeat 0 0;
  padding: 36px 0 0 0;
  height: 0;
  overflow: hidden;
  font-size: 100%;
}

#all-results {
  background: url(/Content/images/all-results-bg.gif) repeat-y 0 0;
}

#all-results .pad {
  padding: 20px 20px 10px 20px;
}

/*.special {
  background: #FFF;
}*/

.special {
  background: #F47525 url(/Content/images/orange_bg.gif) repeat-x 0 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  font-size: 140%;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px 10px 30px;
  margin: 0;
  text-transform: uppercase;
}

.results td 
{
    /*font-size: 90%;*/
    padding-right: 10px;
}

.results td.lastcol
{
    padding-right: 0;
}

/* icons for tracking results statuses */
.package_status
{
    /*border: double 3px gray;
    font-family: 'Courier New';
    color: #FFF;
    padding: 0 4px 0 4px;
    margin-right: 5px;*/
    height: 17px;
    padding-left: 19px;
    background-repeat: no-repeat;
}

.package_status[status=""]
{
    border-width: 0;
    color: #000;
    font: inherit;
}

.package_status[status=""]:after
{
    content: "N/A";
}

.package_status[status="Saved"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/s.png);
}

.package_status[status="Information Received"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/i.png);
}

.package_status[status="At Pickup"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/p.png);
}

.package_status[status="In Transit"]{
    background-image: url(/Content/images/tracking_icons/status/15px/t.png);
}

.package_status[status="At Carrier Facility"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/t.png);
}

.package_status[status="Out for Delivery"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/o.png);
}

.package_status[status="Delivery Attempted"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/a.png);
}

.package_status[status="Will Pickup"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/a.png);
}

.package_status[status="Delivered"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/check.png);
}

.package_status[status="Returned to Shipper"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/r.png);
}

.package_status[status="Expired"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/e.png);
}

.package_status[status="Delivery Exception"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/e.png);
}

.package_status[status="Void"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/x.png);
}

.package_status[status="Track Failed"]
{
    background-image: url(/Content/images/tracking_icons/status/15px/e.png);
}

.address 
{
	margin: 5px;
}

.phone-number
{
	margin-left: 5px;
	margin-right: 5px;
}

.provider 
{
	height: 460px;
}

.provider-logo 
{
	background: #CCC;
	float: left;
	height: 300px;
	width: 100px;
}

.provider-details 
{
	float: left;
	height: 300px;
	margin-left: 5px;
}

.history
{
	border: #e7e7e8 1px solid;
	margin: 5px 0 5px 0;
}

.history > .header
{
	background-color: #f3f3f4;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.history > .results
{
	overflow: auto;
	max-height: 200px;
}

.history > .results > .detail
{
	padding: 5px 15px 5px 15px;
	border-bottom: solid 1px #e7e7e8;
	float: left;
}

.dotted-underline
{
	border-bottom: dotted 1px #e7e7e8;
}

.history > .results > .detail > .header
{
	color: #ff6540;
	float: left;
	width: 100%;
}

.history > .results > .detail > .header > .label 
{
	text-align: left;
	float: left;
	width: 50%;
	text-transform: uppercase;
	vertical-align: middle;
}

.history > .results > .detail > .header > .remove
{
	float: right;
	text-align: right;
	height: 23px;
	width: 23px;
	vertical-align: middle;
}

.history > .results > .detail > .data-row
{
	/*font-size: 75%;*/
}

.history > .results > .detail > .data-row > .line1
{
	padding-bottom: 8px;
}

.history > .results > .detail > .data-row > .line2
{
}

.history > .results > .detail > .data-row > .line1 > .from 
{
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.history > .results > .detail > .data-row > .line1 > .to
{
	width: 49%;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.history > .results > .detail > .data-row > .line2 > .date
{
	width: 40%;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.history > .results > .detail > .data-row > .line2 > .packages
{
	width: 30%;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.history > .results > .detail > .data-row > .line2 > .weight
{
	width: 30%;
	float: left;
	text-align: left;
	padding-bottom: 8px;
}

.auto-scroll 
{
	overflow: auto;
	max-height: 450px;
}

.auto-scroll > TABLE 
{
    width: inherit;
}

.selectbox_flexbox 
{
	background-position: 0px -558px;
}

.field-validation-error
{
    color: #ff0000;
}

.validation-summary-errors 
{
  padding: 10px 30px 10px 30px;
}

a.remove 
{
	padding-right:20px;
	display:inline-block;
	background:url(/content/images/buttons/DeleteHS.png) right bottom;
	background-repeat:no-repeat;
	line-height:16px;
	vertical-align:bottom;
	overflow:hidden;
}


/* Provider specific links */
a.UPS
{
	padding-left:20px;
	display:inline-block;
	background:url(/Content/images/logos/sm_ups.png) left bottom;
	background-repeat:no-repeat;
	line-height:16px;
	vertical-align:bottom;
	overflow:hidden;
}

a.FedEx
{
	padding-left:50px;
	display:inline-block;
	background:url(/Content/images/logos/sm_fedex.png) left bottom;
	background-repeat:no-repeat;
	line-height:16px;
	vertical-align:bottom;
	overflow:hidden;
}

a.USPS
{
	padding-left:25px;
	display:inline-block;
	background:url(/Content/images/logos/sm_usps.png) left bottom;
	background-repeat:no-repeat;
	line-height:16px;
	vertical-align:bottom;
	overflow:hidden;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#popup
{
    text-align: left;
}

/* Address Book styles */

.addressesContainer 
{
	width: 100%;
}

.address1Header 
{
	background: #fff;	
	height: 20px;		
	width: 800px;
}

.headerSectionLeft 
{	
	font-size: 85%;
	text-align: left;
	margin-right:10px;
	margin-top:7px;
	margin-bottom: 5px;
	float: left;
	vertical-align: bottom;
}

.headerSectionMiddle 
{		
	float: left;	
	margin-bottom: 5px;
}

.headerSectionRight 
{
	float: right;
	margin-right:5px;
	margin-bottom: 5px;
}

.address3Container 
{
	background: #FFF;
	/*float: left;*/
	width: 800px;
	/*height: 630px;*/
	text-align: left;
	margin: 10px 0 0 0;		
}

.address6OuterContainer
{
	background: #FFF;
	float: left;
	width: 500px;
	/*height: 630px;*/
	text-align: left;
	margin: 10px 0 0 0;	
}

.address6Container
{
	background: #E0E8F3;
	float: left;
	width: 450px;
	border-style: solid;
	border-width:2px;
	text-align: left;
	margin: 10px 0 0 0;	
	padding: 10px 10px 10px 10px;
}

.narrowTextBox 
{
	width: 40px;
}

.indented 
{
  padding: 20px 20px 20px 20px;
}
    
.addressesContent 
{
	background: #F3F3F4;
	float: left;
	width: 100%;
	text-align: left;
	margin: 10px 0 20px 0;
	border-style: solid;
	border-color: #E7E7E8;
	border-width:1px;	
}

.address2Content 
{	
	font: Arial, Helvetica, Verdana, sans-serif;
	float: left;
	width: 700px;
	height: 430px;
	text-align: left;
	padding: 20px 80px 40px 0;
	margin: 10px 0 0 10px;
}

.selectedObject 
{
	background: #C0D9D9;
	display:inline;
	border-style: solid;
	border-width:1px;
}

.row 
{
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
}

.row1
{
	width: 100%;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	clear: both;
}

.row2
{
	float: left;
	margin-left: 0px;
	margin-bottom: 7px;
	clear: both;
}

.row3
{
	width: 100%;
	float: left;
	margin-left: 75px;
	margin-bottom: 10px;
	clear: both;
}

.row4
{	
	width: 100%
	float: left;
	margin-left: 95px;
	margin-bottom: 0px;
	margin-top: 0px;	
	clear: both;
	height: 20px;
}


.leftAligned 
{		
	text-align: left;	
	float: left;
	margin-right:10px;
	margin-bottom: 10px;	
}

.leftAligned1 
{		
	text-align: left;	
	float: left;
	margin: 10px;	
}

.leftAligned2 
{		
	text-align: left;	
	float: left;
	margin: 5px 0 10px 30px;
		
}

.addressBox
{
	position:relative;
	font: Arial, Helvetica, Verdana, sans-serif;
    font-size: .9em;
	background: white;
	border-style: solid;
	border-color: #E7E7E8;
	border-width:1px;
	float: left;
	width: 180px;
	margin: 10px;
	padding: 5px 5px 5px 5px;	
}

.boxNoBorder
{
	position:relative;		
	float: left;
	width: 500px;
	margin:10px 10px 5px 10px;
	padding: 5px 5px 5px 5px;		
}

.boxNoPadding
{
	clear: both;
	position:relative;		
	float: left;
	width: 175px;
	margin:0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;	
}

.box1 
{
	position:relative;
	font: Arial, Helvetica, Verdana, sans-serif;
    	font-size: .80em; color: black; text-align: center;
	/*background: white;*/
	border-style: solid;
	border-width:1px;
	float: left;
	width: 90px;
	height: 38px;
	margin:0 0 0 0;	
	padding: 5px 5px 5px 5px;	
}

.filla {
	background: #F1F1F1;
}	
.fillb {
    background: #FFFF99;
}	
div#addressLeft 
{
    float: left;
    width: 280px;
}

div.addressLeft2 
{
    float: left;
    width: 350px;
}

div#addressLeft3
{
    float: left;
    width: 300px;
	padding: 48px 0 0 0;
}

div#addressLeft4
{
    float: left;
    width: 800px;
	padding: 48px 0 0 0;
}

div#addressRight 
{
	float: left;
	width: 280px;
	padding-left: 15px;
}

.border 
{
	border-right: solid 1px #B3B3B3;
}

#addressLeft .pad 
{
	padding: 0 10px 5px 5px;  
}
  
#addressRight .pad 
{
	padding: 0 5px 5px 5px;
}

.leftButton 
{
	float: left;
	margin-left: 10px;
	clear: both;
}

.rightButton 
{
	float: right;
	margin-right: 10px;
	clear: both;
}

div.spacer 
{
  	clear: both;
}

.topPd1 {
    padding: 2px 0 0 0;
    width:250px;
}	

.topPd2 {
    padding: 12px 0 0 0;
	font: Arial, Helvetica, Verdana, sans-serif,;
	color: #000000;
	font-weight: bolder;
	
}

.topPd3 {
    padding: 13px 0 0 7px;
	font-size: .95em;
}

.topPd4 {
    padding: 12px 0 0 5px;
}

.tickTxt {
	font: Arial, Helvetica, Verdana, sans-serif,;
	color: #000000;
	font-weight: bolder;
		
}	

.tickTxt1 {
	font: Arial, Helvetica, Verdana, sans-serif,;
	color: #000000;
		
}

.clear {
	clear: both;
}

.lpad {
	padding: 0 0 0 10px;
}

#ImgPplaceholder {
	float: left;
}

#start {
    clear: both;
    margin-left: 5px;
}				

.topPd5 {
    padding: 2 0 0 10px;
}
.topPd6 {
    padding: 2 0 0 0;
}

.leftAligned3
{		
	text-align: left;	
	float: left;
	margin: 0 0 10px 30px;
		
}

.leftAligned4
{		
	text-align: left;	
	float: left;
	margin: 0 0 10px 70px;
		
}				

/* begin account styles */

.accountNav
{
    float:left;
    background-color: #f3f3f4;
    border: #e7e7e8 1px solid;
    padding: 5px 5px 5px 5px;
}

.smallTextShort 
{
    height: 20px;
    width: 117px;
    background: url('/Content/images/input_text.gif') no-repeat 0 0;
    border: 0;
    padding: 3px 0 0 3px;
    display: block;
}

.smallTextVeryShort 
{
    height: 20px;
    width: 50px;
    background: url('/Content/images/input_text.gif') no-repeat 0 0;
    border: 0 0 0 0;
    padding: 3px 0 0 3px;
    display: block;
}

.smallTextLong
{
    height: 20px;
    width: 166px;
    background: url('/Content/images/input_text.gif') no-repeat 0 -42px;
    border: 0;
    padding: 3px 0 0 3px;
    display: block;
}