/*  ------------------------------  */
/*  STRUCTURE                       */
/*  ------------------------------  */

html,body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
    font-family: verdana,arial,helvetica,sans-serif;
}

/*  ------------------------------  */
/*  HEADER                          */
/*  ------------------------------  */
#header {
    display: block;
    height: 106px;
    width: 980px;
    margin: 0px 10px;
    line-height: 100%;
    position: relative;
}
#header h1 {
    display: block;
    float: left;
    font-size: 23px;
    margin: 30px 0 10px 16px;
    padding: 0;
    font-weight: normal;
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #000;
}
#header h1 a {
    display: block;
    float: left;
    height: 55px;
    width: 221px;
    background: transparent url("http://static.hubspot.com/prg/img/logo.png") no-repeat top left;
    text-indent: -9000px;
}
#header #auxnav {
    background: #E0E0E0 url(../img/bg-auxnav.png) no-repeat top;
    position: absolute;
    top: 0;
    right: 115px;
    width: 115px;
    margin: 0;
    padding: 0;
    text-align:center;
    height:25px;
}
#header #auxnav a {
    color: #465560;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    display: block;
    height:25px;
    margin-top:5px;
}
#header #auxnav a:hover {
    color: #e36f1e;
    cursor: pointer;
}
#header #poweredBy {
    background: url(../img/poweredByTop.png);
    cursor:pointer;
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    height:63px;
    width:111px;
}
#header #dms {
    padding:0px 290px 0px 0px;
}

/*  ------------------------------  */
/*  CONTENT                         */
/*  ------------------------------  */
.body a {
    color: #223fa1;
}
.body a:hover {
    text-decoration: underline;
}
.body a img {
    border: none;
}
.body {
    width: 1000px;
    display: block;
    margin: 0 auto;
    background: #fff;
}
#container {
    display: block;
    width: 100%;
    text-align: left;
}
div.pad {
    display: block;
    padding: 0 20px;
}
div.pad p {
    padding: 0px 15px 0px 0px;
    line-height:140%;
}
.two-column .col1 {
    width: 64.9%;
}
.two-column .col1 div.pad {
    padding: 0 10px 0 0;
}
.two-column .col2 {
    width: 34.9%;
}
.two-column .col2 div.pad {
    padding: 0 0 0 15px;
}
div.after_description {
    margin: 35px 0px;
}
.col1 {
    display: block;
    float: left;
}
.col2 {
    display: block;
    float: left;
}
#content {
    display: block;
    min-height: 575px;
    background: #fcfbe1 url("http://static.hubspot.com/prg/img/headerBackground.png") no-repeat 0 0;
    border-top: 4px solid #e26f1e;
    padding: 0 0 25px 0;
}
#content div.col2 h3 {
    padding: 8px;
    margin: 20px 15px 13px 0;
    background: #dd650d;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 26px;
    line-height: 100%;
    font-weight: normal;
}
#content div.col2 p.description {
    font-size: 15px;
    font-style: italic;
    color: #fff;
    margin: 0;
    padding: 0 15px 0 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 140%;
}
#content div.col2 h3.contrast {
    padding: 0;
    background: none;
    margin: 60px 15px 13px 0;
    color: #dd650d;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    line-height: 100%;
    font-weight: normal;
}

#content_wrapper {
    width: 100%;
    position: relative;
    display: block;
    background: #fff url(../img/bg-content-big.png) repeat-y;
}
#content {
    margin-left:10px;
    margin-right:10px;
}
#content-top {
    background: #fff url(../img/bg_top.png) no-repeat;
    height: 10px;
}
#content-bottom {
    background: #fff url(../img/bg_top_small.png) no-repeat;
    height: 20px;
}
.buzz {
    color: #b52123;
}
.highlight {
    background-color: yellow;
}
.bold span {
    font-weight:bold;
}
.bold {
    font-weight:bold;
}
p.error {
    font-size: 120%;
}
#steps_home {
    margin: 20px 0px 0px 20px;
}
#problems {
    font-style: italic;
    line-height: 140%;
}

/*  ------------------------------  */
/*  TOOLTIP                         */
/*  ------------------------------  */
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #f47a2d;
    background-color: #fff;
    padding: 10px 15px;
    opacity: 0.95;
}
#tooltip.fixed {
    width: 250px;
}
#tooltip h3,#tooltip div {
    margin: 0;
    font-size: 12px;
    color: #414141;
    font-weight: normal;
    line-height: 155%;
}
span.tip {
    background: #fff78a;
}
span.tip:hover {
    cursor: help;
}

/*  ------------------------------  */
/*  FOOTER                          */
/*  ------------------------------  */
#footer {
    padding: 5px 15px;
    margin: 15px 0 0 0;
    clear: both;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #ccc;
    background: transparent url("http://static.hubspot.com/img/footer_bg.gif") repeat-x left top;
    height: 75px;
}
#footer img.poweredby {
    margin: 5px 10px 0 0;
    float: left;
}
#footer a {
    color: #999;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p.copyright {
    font-size: 11px;
    color: #999;
    float: right;
    text-align: right;
    line-height: 145%;
    margin: 6px 0 0 0;
    padding: 0;
}
#footer img { border: 0; }

/*  ------------------------------  */
/*  FORMS                           */
/*  ------------------------------  */
.form {
    font-family:Arial, Helvetica, sans-serif;
    color: #414141;
    text-align: left;
    margin: 15px 0 0 15px;
    border-top: 3px solid #ffb471;
    border-bottom: 3px solid #ffb471;
    background: #fff;
}
.form fieldset {
    clear: both;
    border: none;
    border: none;
    margin: 10px 0 0 0;
    padding: 0 15px 15px 15px;
}
.form legend {
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
    color: #455560;
}
.form div.error-message {
    display: none;
    border: 1px solid #f00;
    font-weight: bold;
    color: #f00;
    background: #ffe8e5;
    padding: 0 15px;
    margin: 15px 0 0 0;
}
.form div.element {
    padding: 10px 0;
}
.form div.element span.validation-failed {
    border-left: 2px solid #f00;
    padding: 5px 0 5px 10px;
    background: #ffe8e5 url("http://static.hubspot.com/img/i/exclamation.gif") no-repeat 99% 6px;
}
.form div.error label {
    color: #f00;
}
.form label {
    display: block;
    padding: 3px 15px 0 10px;
    font-size: 20px;
}
.form label.error {
    color: #FF3300;
    font-size:100%;
    padding:0px 0px 5px 0px;
    font-weight:bold;
}
.form div.validate-required label,.form div.validate-not-first label,.form div.validate-one-required label {
    background: transparent url("http://static.hubspot.com/img/i/required.gif") no-repeat 0 4px;
}
.form span.input {
    display: block;
    padding: 0 0 0 10px;
}
.form span.input input {
    font-size: 18px;
    padding: 4px;
    border: 1px solid #ccc;
    color: #666;
    width: 95%;
}
.form span.input input:focus {
    -moz-outline: none;
    outline: none;
}
.form span.date input {
    width: 20%;
    font-size: 18px;
    padding: 2px;
    background: #fff url("http://static.hubspot.com/img/i/calendar.gif") no-repeat 97% 5px;
}
.form span.wysiwyg input {
    display: none;
}
.form span.wysiwyg iframe {
    border: 1px solid #ccc;
}
.form input.hidden {
    display: none;
}
.form span.input select {
    font-size: 18px;
    width: 95%;
    padding: 2px;
    color: #666;
    -moz-outline: none;
}
.form span.clean input {
    width: auto;
    font-size: 12px;
    padding: 0;
    border: none;
}
.form span.input textarea {
    width: 94%;
    font-size: 18px;
    height: 150px;
    padding: 2px;
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.form span.submit {
    display: block;
    margin: 10px 0 0 0;
    padding: 10px 0 37px 10px;
    border-top: 1px solid #ccc;
    background: #f1f1f1;
}
.form span.submit {
    background: white;
}
.form span.secondary {
    display: block;
    float: left;
    padding: 5px 0 0 10px;
    width: 250px;
}
.form span.description {
    display: block;
    line-height: 145%;
    font-size: 12px;
    padding: 0 0 6px 10px;
    font-style: italic;
    color: #888888;
    visibility: visible;
}
.form div.total {
    padding: 5px 0 5px 10px;
    font-size: 18px;
}
.form div.total strong {
    color: #393;
}
#email_div{
    padding:8px 0px;
}
#email_box{
    float:left;
    padding:0px 7px 7px 7px;
}
#email_desc{
    font-size:11px;
}

/*  ------------------------------  */
/*  BUTTON                          */
/*  ------------------------------  */
a.button {
    background: transparent url('http://static.hubspot.com/img/b_left.gif') no-repeat top left;
    display: block;
    float: left;
    font: normal 11px Tahoma;
    line-height: 90%;
    height: 20px;
    padding-left: 10px;
    margin: 0 0 0 10px;
    width: 45px;
    text-decoration: none;
}
html>body a.button {
    width: auto;
}
a.button.clean {
    margin: 0;
}
table.data tbody tr td div.buttons {
    padding: 0 5px 0 0;
    float: right;
}

a:link.button,a visited.button,a:active.button {
    text-decoration: none;
}
a.button span {
    background: transparent url('http://static.hubspot.com/img/b_right.gif') no-repeat top right;
    display: block;
    height: 10px;
    padding: 5px 11px 5px 0;
    color: #737373;
}
a.button span em {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
}
a.button:hover {
    background-position: bottom left;
    text-decoration: none;
    cursor: pointer;
}
table.data tbody tr td a.button:hover {
    text-decoration: none;
}
a.button:hover span {
    background-position: bottom right;
    color: #2e2e2e;
}

a.button.big {
    background: transparent url('http://static.hubspot.com/img/b_left-big.gif') no-repeat top left;
    height: 26px;
}
a.button.big span {
    background: transparent url('http://static.hubspot.com/img/b_right-big.gif') no-repeat top right;
    color: #8c8c8c;
    height: 13px;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 9px;
    color: #5f5f5f;
}
html>body a.button.big span {
    padding-bottom: 5px;
}
a.button.big span em {
    font-weight: bold;
}
a.button.big:hover {
    background-position: bottom left;
}
a.button.big:hover span {
    background-position: bottom right;
}
#generate {
    width: auto;
    height: 30px;
    padding: 15px 10px 0 10px;
    border-top: 1px solid #c3cacd;
}

#generate input#generateReport {
    float: right;
    width: 200px;
    height: 30px;
    border: 1px solid #b5b5b5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font: 14px Helvetica, Arial, sans-serif;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656 !important;
    cursor: pointer;
    margin-right: 25px;
    padding: 4px 10px 4px 10px;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fafafa;
}

#generate input#generateReport:hover {
    background-color: #dff4ff;
    background-image: none;
    border: 1px solid #c2e1ef;
    color: #336699 !important;
}


/*  ------------------------------  */
/*  MODAL                           */
/*  ------------------------------  */
.jqmWindow {
    display: none;
    text-align: center;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 450px;
    background-color: #eee;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
.jqmOverlay {
    background-color: #000;
}
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*  ------------------------------  */
/*  CLEARFIX                        */
/*  ------------------------------  */
div.pagination:after,div.records:after,div.section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.pagination,div.records,div.section {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html div.pagination,* html div.records,* html div.section {
    height: 1%;
}
div.pagination,div.records,div.section {
    display: block;
}
/* End hide from IE-mac */

/*
 *  PRG Messages Modal
 */
.mask {
    /** IE-8 Way of setting opticity **/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

/* Styles for modal messages*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
    background-color: transparent;
    display: none;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #e36f1e;
    display: none;
}

#messages_container .window {
    position: absolute;
    width: 440px;
    height: 400px;
    display:none;
    z-index: 9999;
    padding: 20px;
}

/* Customize your modal window here, you can add background image too */
#messages_container #dialog {
    width: 400px;
    height: 440px;
}

#waiting_message{
    color: #e36f1e;
    font-size: 22px;
    line-height: 150%;
}

#facebox .b {
    background: url(../img/b.png);
}

#facebox .tl {
    background: url(../img/fbx-border-sprite.png) 0 0;
    width: 10px;
    height: 10px;
}

#facebox .tr {
    background: url(../img/fbx-border-sprite.png) -10px 0;
    width: 10px;
    height: 10px;
}

#facebox .bl {
    background: url(../img/fbx-border-sprite.png) -20px 0;
    width: 10px;
    height: 10px;
}

#facebox .br {
    background: url(../img/fbx-border-sprite.png) -30px 0;
    width: 10px;
    height: 10px;
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    padding: 10px;
    background: #fff;
    width: 370px;
    height: 200px;
}

#facebox .loading {
    text-align: center;
}

#facebox .image {
    text-align: center;
}

#facebox img {
    border: 0;
    margin: 0;
}

#facebox .footer {
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 10px;
    text-align: right;
    font-style:italic;
}

#facebox .footer img {
    vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression( document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}