.background {
    position:fixed;
    height: 102px;
    background-image: url('../images/menu_header_bg.jpg');
    background-repeat: repeat;
    width: 100%;
    z-index: 1001;
}

.breadcrumb{
    margin-bottom: 10px;
}
.clearheader{
    margin-top: 102px;
}
#titleBar {
    height: 70px;
    line-height: 70px;
}

.nav-tabs > li {
    margin-bottom : 0px;
    background-image : -webkit-linear-gradient(top, #FFF, #FFF);
    background-image : -moz-linear-gradient(top, #FFF, #FFF);
    border: transparent;
}

.navbar {
    margin-bottom: 10px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.input-append button.add-on {
    height: inherit !important;
}

.well{
    margin-bottom : 5px;
    padding: 10px;
    line-height: 2em;
}
.well .row{
    color: #ccc;
}
.ytplayer{
    margin-bottom: 20px;
}


hr {
    margin-top: 0px;
    margin-left : 20px;
}

.helpMsg {
    margin-left:20px;
    margin-top: 5px;
    padding-left: 20px;
    color: #999;
    font-style:italic;
    font-size: 13px;
}

.helpMsgLeft {
    color: #999;
    font-size: 13px;
    font-style:italic;
}
.helpMsgLabel {
    color: #999;
    font-size: 13px;
    font-style:italic;
}

label.error, div.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: #FF0000;
}

.spinner {
    display: none;
}

.headerRow {
    width: 94%;
    color : #333;
    font-size : 22px;
    margin-left: 40px;
    border-top: none;
    margin-top : 20px;
    background-color: #fff;
}
img.preview{
    width:300px;
}
.alert {
    margin-left : 2%;
    margin-right : 2%;
    padding-left : 5%;
}

#loading {
    z-index:    1000;
    top:        0;
    left:       0;
    height:     200%;
    width:      150%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/ajax-loader.gif')
                45% 40%
                no-repeat;
}

.progress-indicator{
    display:inline-block;
}
.progress-indicator span{
    background: url('../images/btn-primary-loader.gif') no-repeat 50% center;
    height: 30px;
    width:16px;
    display:inline-block;
    vertical-align: middle;
    padding:0 1em;
}

.form-horizontal {
    margin-left : 30px;
}

.form-horizontal .control-label {
    text-align : left;
    padding-left : 10px;
}

.fixed-width-btn {
    width: 150px !important;
}

.coverForFooter {
    height: 50px;
}

.visibleToBuyerText {
    font-size:13px;
    font-style:italic;
    color:#999;
    margin-left: 10px;
}

textarea {
    resize: none;
}

.navigation-header {
    position: fixed;
    width: 950px;
    z-index: 1002;
}

.content-section:before {
    content: "";
    display: block;
    height: 110px;
    margin: -110px 0 0;
}

ul.help-sidebar {
    padding-left: 0;
    margin-left: 0;
    margin-top: 60px;
}
ul.help-sidebar li a{
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
ul.help-sidebar > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
ul.help-sidebar li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
#helpContent, .firstSection{
    margin-top: 60px;
}
#helpContent .span4{
    margin-bottom: 20px;
}
#helpContent .unstyled li{
    margin: 10px auto;
}
#helpContent .unstyled li:last-child{
    margin-bottom: 25px;
}
#sectionheader{
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    margin-top: -5px;
    padding: 10px;
}
#footer{
    background-color: #fff;
    bottom: auto;
    position: static;
    width: auto;
    padding-top: 10px;
}
section{
    margin-bottom: 20px;
}

section ol li ol{
    list-style: lower-latin;
}
section ol li ol li ol{
    list-style: lower-roman;
}

section iframe{
    margin-top: 10px;
}

section.bottomBorder{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;

}

section.bottomBorder:last-child{
    border-bottom: none;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .background{
        height:60px;
    }
    #titleBar{
        height:auto;
        line-height:65px;
    }
    .clearheader{
        margin-top: 60px;
    }
    .background{
        margin-left: -20px;
    }
}

.underline {
    text-decoration: underline;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}
.partnerserviceheader{
    padding-left:0px !important;
}

.top-buffer{
    margin-top: 20px;
}

#fivContent, .firstSection{
    margin-top: 24px;
}
#fiv-processcontent li{
    line-height: 2em;
}

#contentHead{
    margin: 9px 0 9px;
}
#noteContent{
    font-style: italic;
}