/* ==========================================================================
   HTML5 Boilerplate styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Troy
   ========================================================================== */





#divLogoXX {
    float: left;
    width: 100px; 
    /*height: 30px;*/
    background: url(../img/UHaulLogo.gif) no-repeat;
}

#txtBannerRt {
    color: white;
    float: right;
    margin-right: 35px;
    font-weight:bold;
    background-color: #ff3300;
    border-radius: 15px;
    font-size: 1.4em;
}

.divBanner {
    background-color: #ff3300;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 98%;
}

#text_shadow {
    text-shadow: 10px 5px 3px rgba(150, 150, 150, 1);
    font-size: 2.2em; 
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}


.wrapper {
    width: 91%;
    margin: 0 3%;
}

.headerWrapper {
    width: 91%;
    margin: 0 2%;
}

.mainwrapper {
    /*width: 55%;
    margin: 0 9%;*/
}

.main-container {
    width: 91%;
    margin: 0 2%;
    margin-top: 20px;
}

.content-top{
     display: none;
}

.content-title {
    color: white;
    text-align: center;
    border-radius: 10px;
    background: rgb(30, 85, 255);
    background: -moz-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -webkit-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -o-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -ms-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: linear-gradient(165deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
}

.content {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.divNumber {
    border-radius: 5px;
    background-color: #ff3300;
    width: 140px;
    text-align: center;
    font-weight:bold;
}

#btnLogin {
    margin-left: 5px;
    height: 24px;
    width: 81px;
}
#btnLogOut {
    margin-left: 5px;
    height: 24px;
    min-width: 81px;
}

.loginButton {
    float:left;
    color: rgb(230, 230, 230);
    padding: 4px;
    text-shadow: 3px 1px 2px rgba(31, 30, 30, 0.8);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgb(24, 103, 255);
    background: -moz-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -webkit-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -o-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -ms-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: linear-gradient(158deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    -webkit-box-shadow: 3px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 2px 1px rgba(50, 50, 50, 0.75);
    text-align: center;
    vertical-align:middle;
}

.loginButton label  {
    font-size: .8em; 
}

.loginButton:hover  {
    background: #232222;
}

.logoutButton {
    float: left;
    color: rgb(230, 230, 230);
    padding: 0px;
    text-shadow: 3px 1px 2px rgba(31, 30, 30, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgb(24, 103, 255);
    background: -moz-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -webkit-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -o-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: -ms-linear-gradient(248deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    background: linear-gradient(158deg, rgb(24, 103, 255) 52%, rgb(61, 184, 255) 96%);
    -webkit-box-shadow: 3px 2px 1px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 2px 1px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 2px 1px rgba(50, 50, 50, 0.75);
    text-align: center;
    vertical-align: text-top;
}

.logoutButton label  {
    font-size: .7em; 
}

.logoutButton:hover  {
    background: #232222;
}

.medButton
    {
        height: 25px;
        width: 325px;
    }

.divChangePW {
    visibility:hidden;
}

.header-container,
.footer-container,
.main aside {
    background: white;
}

.title {
    color: white;
    width: 229px;
}

.title3,
.welcomeLogo,
.helpMsg {
    color: black;
    margin-left: 10px;
}

.title4 {
    width: 95%;
}
.mainRightTitle {
    width:100%;
    float:left;
    font-weight:bold;
    font-size: 12pt;
}

.errormsg {
    width:100%;
    color: red;
    float:left;
    font-weight:bold;
}

/* ==========================================================================
    WIDGETS
   ========================================================================== */
.widgetContainer {
    height: auto;
    width: 99%;
    background:#f4f4f4;
    border: solid lightgray 1px;
    border-top-right-radius: 10px;
    float:left;
}
.widget-title {
    color: white;
    text-align: left;
    font-weight:bold;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(30, 85, 255);
    background: -moz-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -webkit-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -o-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: -ms-linear-gradient(75deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
    background: linear-gradient(165deg, rgb(30, 85, 255) 45%, rgb(90, 140, 250) 83%);
}
.widget-title-edit {
    color: white;
    text-align: left;
    font-weight:bold;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(207, 4, 4);
    background: -moz-linear-gradient(75deg, rgb(207, 4, 4) 45%, rgb(255,48,25) 83%);
    background: -webkit-linear-gradient(75deg, rgb(207, 4, 4) 45%, rgb(255,48,25) 83%);
    background: -o-linear-gradient(75deg, rgb(207, 4, 4) 45%, rgb(255,48,25) 83%);
    background: -ms-linear-gradient(75deg, rgb(207, 4, 4) 45%, rgb(255,48,25) 83%);
    background: linear-gradient(165deg, rgb(207, 4, 4) 45%, rgb(255,48,25) 83%);
}
.widget-row {
    width: 100%;
    height:auto;
    display:inline-block;
}
.widgetlist-left {
    width:auto;
    padding: 5px;
    float:left;
}
.widgetlist-right {
    padding: 5px;
    float:right;
    white-space: nowrap;
}
.widgetlist-title {
    margin-left: 3%;
    font-size:18px;
    padding:3px;
}
.widgetlist-component {
    padding:3px;
    white-space: nowrap;
}
/* ==========================================================================
    VENDOR DETAILS
   ========================================================================== */
.textarea-container {
    padding: 0 1px;         /* for left and right border of text area */
}
.textarea-container textarea {
    margin: 0 -1px;         /* for left and right border of text area */
    border: 1px solid buttonshadow;
    padding: 1%;
    width: 65%;             /* left padding + right padding + width = 100% */
    vertical-align: bottom; /* eliminate gap below the text area */
    float:left;
}
.venDetails-hr {
    background-color: #CCCCCC;
    border: 1px solid #000000;
    height: 3px;
    margin: 10px 0;
    width: 100%;
}
.venDetails-title {
    background-color: #CCCCCC; 
    width: auto;    
}
.venDetails-row {
    height:auto;
    width:100%;
    display:inline-block;
    border-bottom: 1px solid lightgray;
}
.venDetails-row-noline {
    height:auto;
    width:100%;
    display:inline-block;
}
.venDetails-left {
    height:auto;
    white-space: nowrap;
    padding:5px;
    float:left;    
}
.venDetails-left100 {
    height:auto;
    width:100px;
    white-space: nowrap;
    padding:5px;
    float:left;    
}
.venDetails-left100wrap {
    height:auto;
    width:100px;
    padding:5px;
    float:left;
}
.venDetails-left100rate {
    height:auto;
    width:100px;
    white-space: nowrap;
    padding:5px;
    float:left;
    border: 1px solid #CCCCCC;
}
.venDetails-left100rateNoBorder {
    height:auto;
    width:100px;
    white-space: nowrap;
    padding:5px;
    float:left;
}
.venDetails-left150 {
    height:auto;
    width:150px;
    white-space: nowrap;
    padding:5px;
    float:left;    
}
.venDetails-left200 {
    height:auto;
    width:200px;
    white-space: nowrap;
    padding:5px;
    float:left;    
}
.venDetails-left400 {
    height:auto;
    width:400px;
    white-space: nowrap;
    padding:5px;
    float:left;
}
.venDetails-left500 {
    height:auto;
    width:500px;
    white-space: nowrap;
    padding:5px;
    float:left;    
}
.venDetails-left600 {
    height: auto;
    width: 600px;
    white-space: nowrap;
    padding: 5px;
    float: left;
}
.venDetails-left700 {
    height: auto;
    width: 700px;
    white-space: nowrap;
    padding: 5px;
    float: left;
}
.venDetails-right {
    height:auto;
    padding:5px;
    float:right;
}

/* ==========================================================================
    DIV TABLES
   ========================================================================== */
.tableDivHead
{
    width:100%;
    border:1px blue;
    float:left;
}
.tableDivHead80
{
    width:80%;
    border:1px blue;
    float:left;
}
.ch
{
    float:left;
    height:30px;
    background-color:#CCCCCC;
    font-weight:bold;
    border-bottom:1px solid;     
}
.r1
{
    float:left;
    height:auto;
    border-bottom-color: #C0C0C0; 
    border-bottom-style: solid; 
    border-bottom-width: thin;
}
.r2
{
    float:left;
    height:30px;
    border-bottom-color: #C0C0C0; 
    border-bottom-style: none; 
    border-bottom-width: thin;
    margin-top:10px;
}
.w1
{
     width:100%;
     border-bottom:1px solid;
}
.w5
{
     width:5%;
}
.w10
{
     width:10%;
}
.w15
{
     width:15%;
}
.w20
{
     width:20%;
}
.w25
{
     width:25%;
}
.w30
{
     width:30%;
}
.w35
{
     width:35%;
}
.w40
{
     width:40%;
}
.w45
{
     width:45%;
}
.w50
{
     width:50%;
}
.w55
{
     width:55%;
}
.w75
{
     width:75%;
}

/* ==========================================================================
   LOWER TABS
   ========================================================================== */
* { margin: 0; padding: 0; }
        
.lowerTabs { list-style: none; }
.lowerTabs li { display: inline; }
.lowerTabs li a { color: white; font-weight: bold; float: left; display: block; 
                  padding: 4px 40px; /* top and bottom - left and right*/
                  margin-left: 3px; /*Space between tabs*/ 
                  position:relative; left: 1px; background: #ff3300; text-decoration: none;
                border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;}
.lowerTabs li a:hover { background: #ccc; }        
        
/* Stuff for bottom tabs */        
.adjacent { position: relative; margin-top: -20px; min-height: 150px; }
.adjacent div { border: 5px solid #ccc; background: #ad3; padding: 10px; min-height: 150px; position: relative; top: -1px; left: 0; width: 89%; }
.adjacent .tabs { position: relative; top: 100%; left: 0; z-index: 3; }

.versionTab { display: inline; margin-top: 100px; min-height: 100px; float: left; width: 100%; text-align: center;}

/* ==========================================================================
   DETAIL TABS
   ========================================================================== */
.detailsTabs { list-style: none; }
.detailsTabs li { display: inline; }
.detailsTabs li a { color: white; font-weight: bold; float: left; display: block; 
                    padding: 2px 40px; /* top and bottom - left and right*/
                    margin-left: 3px; /*Space between tabs*/ 
                    position:relative; left: -40px; background: #aaa; text-decoration: none;
                    border-top-right-radius: 10px; border-top-left-radius: 10px;}
.detailsTabs li a:hover { background: rgb(30, 85, 255); }  

.viewAdjacent { position: relative; margin-top: 1px; height: 95%; }
.viewAdjacent div { border: 1px solid #ccc; 
                    background: white;
                    float: left; 
                    padding: 1px; 
                    height: 95%; 
                    position: relative; top: 1px; left: 0; width: 99%; }
.viewAdjacent .detailsTabs { position: relative; top: 0px; left: 0; z-index: 3; } 


/* ==============
    TOOL TIPS 
   ============== */
#utooltip{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
.ui-tooltip, .arrow:after {
    background: gray;        
    border: 2px solid white;    
}    
.ui-tooltip {        
    padding: 10px 20px;        
    color: white;        
    border-radius: 20px;        
    font: bold 14px "Helvetica Neue", Sans-Serif;        
    text-transform: uppercase;      
    box-shadow: 0 0 7px black;    
}    
.arrow {        
    width: 70px;        
    height: 16px;         
    overflow: hidden;        
    position: absolute;        
    left: 50%;        
    margin-left: -35px;        
    bottom: -16px;    
}    
.arrow.top {        
    top: -16px;        
    bottom: auto;    
}    
.arrow.left {        
    left: 20%;    
}    
.arrow:after {        
    content: "";        
    position: absolute;        
    left: 20px;        
    top: -20px;        
    width: 25px;        
    height: 25px;        
    box-shadow: 6px 5px 9px -9px black;        
    -webkit-transform: rotate(45deg);        
    -moz-transform: rotate(45deg);        
    -ms-transform: rotate(45deg);        
    -o-transform: rotate(45deg);        
    transform: rotate(45deg);    
}    
.arrow.top:after {        
    bottom: -20px;        
    top: auto;    
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.accordion{  
    margin: 0px;  
    padding: 0px;  
    list-style: none;  
}  
  
.accordion .content-title{  
    font-size: 12pt;  
    margin: 0px;  
    padding: 10px;  
    border-bottom: 1px solid #fff;  
}  
.accordion div.content{  
    display: none;  
    padding: 10px;  
    background: #f9f9f9;  
    border: 1px solid #ddd;  
}  
.accordion div:hover div.content{  
    display: inherit;  
} 

.accordion div:hover div.content-title{  
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 321px) {

    .title3 {
        width: auto;
    }   
    
    .sidebar-left{
	    width: auto;
    }

    .sidebar-mid{
	    width: auto;
    }

    .sidebar-right{
	    width: auto;
    }

    .mainwrapper {
        width: auto;
    }

    #divLogo {
        float: left;
	    /*width: 200px;*/ 
        /*height: 30px;*/
        background: url(../img/UHaulLogoSm.gif) no-repeat;
	}

    .loginButton
    {
        height: auto;
        width: 90px;
     }

    #txtFeedbackMsg {
         width: 225px; 
         height: 55px
    }
}

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

#divLogo {
	    width: 200px; 
        /*height: 30px;*/
        background: url(../img/UHaulLogoSm.gif) no-repeat;
	}

   .headerButtons {
        float: right;
        width: 100px;
    }
          
   .loginButton
    {
        height: auto;
        width: 90px;
     }

   .loginButton label  {
        font-size: .8em;
        font-weight:bold;
    }

   #txtFeedbackMsg {
         width: 325px; 
         height: 100px
    }    
}

@media only screen and (min-width: 800px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .header-container2,
    .main {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }


    .banner-container .hdrbox {
        width: 100%;
        display: table;
    }

        .banner-container .hdrbox .hdrbox-row {
            display: table-row;
        }

        .banner-container .hdrbox .hdrbox-cell {
            display: table-cell;
            width: 33%;
            padding: 10px;
        }

        .banner-container .hdrbox .hdrbox-cell .hdrbox1 {
            text-align: justify;
        }

    .container .hdrbox .hdrbox-cell .hdrbox2 {
        text-align: justify
    }

    .container .hdrbox .hdrbox-cell .hdrbox3 {
        text-align: justify;
    } 

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    .title3 {
        float: left;
        width: 50%;
    }
    
    .helpMsg {
        float: right;
        margin: 0 1.7%;
        padding: 15px 2%;
        margin-bottom: 0;
    }

    .headerButtons {
        float: right;
    } 
 
    .loginButton
    {
        float:right;
        height: 25px;
        width: 105px;
    }    

   .loginButton label  {
        font-size: 1em;
        font-weight:bold;
    }

    #btnPrint {
        float: left;
    }

   #txtFeedbackMsg {
         width: 500px; 
         height: 200px
    }

/* ============
    WIDE: Main
   ============ */

    .sidebar-left{
	    width: 30%;
	    float: left;
	    margin-right: 2%;
        border: solid black 1px; 
        border-radius: 10px;
    }

    .sidebar-mid{
	    width: 30%;
	    float: left;
	    margin-right: 2%;
        border: solid black 1px;
        border-radius: 10px;
    }

    .sidebar-right{
	    width: 30%;
	    float: left;
        border: solid black 1px;
        border-radius: 10px;
    }

    .accordion div.content {
       display:inherit;
    }

    .mainwrapper {
        margin: 0 auto;
    }

    .sidebar-left  .content-top, .sidebar-mid .content-top, .sidebar-right .content-top
    {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-radius: 10px;
    }

    .content-title {
       border-bottom-right-radius: 0px;
       border-bottom-left-radius: 0px;
    }  
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper{
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}