/*
 *********************************************************************
 ** IMPORTS
 *********************************************************************
 */

/*
 *******************************************************************************
 * TEXT
 *******************************************************************************
 */

body, p, li, span, td, label {
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
    font-size: 10pt;
}
ul, ol {
    margin: 0 0 10px;
    padding: 0 0 0 8px;
}
ul li {
    list-style-type: none;
    list-style-image: url('../images/list_arrow.gif');
    margin: 0 0 0 8px;
    padding: 0;
}
ul.content-list li {
    margin: 0 0 8px 8px;
    padding: 0;
    line-height: 1.2em;
}
p.copyright {
    font-size: .8em;
    color: #666666;
}
h1, h2, h3, h4, th, legend {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #106BBD;
}
h1 {
    font-size: 15pt;
    margin-top: 0px;
}
h2 {
    font-size: 11pt;
}
h3 {
    font-size: 11pt;
}
th, legend {
    font-size: 10pt;
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
}
form {
    margin: 0;
}
fieldset {
    margin: 5px 5px 10px 5px;
    padding: 5px 15px 0 15px;
    border: solid 1px #AAA;
}
label {
    display: block;
    clear: both;
    font-weight: bold;
}
label.label {
    background-color: #FFF;
}
label.labelRed {
    background-color: #F55;
}


/*
 *******************************************************************************
 * IMAGES
 *******************************************************************************
 */
 
  img.icon {
    float: right;
    margin: 0 2px 5px 10px;
    border: 0;
  }
 
  .report-icon {
    margin: 6px 0 18px 0;
    padding: 0;
    text-align: center;
  }
  img.report-icon {
    margin: 0 auto;
    padding: 0;
    border: 0;
  }

/*
 *******************************************************************************
 * LINKS
 *******************************************************************************
 */

a, a:active, a:hover, a:visited {
    color: #106BBD;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover{
    text-decoration: underline;
}

/*
 *******************************************************************************
 * LAYOUT
 *******************************************************************************
 */
body {
    margin: 3px 0 0 5px;
    text-align: center;
    background: #F4F4F4;
    /* background: #FFF url('../images/bg.gif') repeat-x left top; */
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background-color: #F4F4F4;
}
/*
 *********************************************************************
 ** HEADER
 *********************************************************************
 */
#header {
    width: 960px;
    height: 65px;
    background: #F4F4F4 url('../images/header-bg.gif') no-repeat left top;
    margin: 0;
    padding: 0;
}
#logo {
    float: left;
    margin: 5px 0 0 0;
    padding: 5px 0 0 20px;
}
#ban {
    float: right;
    margin: 10px 10px 0 0;
/*
    border:  2px groove #FFF;
*/
}

/*
 *********************************************************************
 ** SUBHEADER
 *********************************************************************
 */
#subheader {
    width: auto;
    margin: 0;
    padding: 0;
    border: solid 1px #7aa2c5;
    background: #FFF url('../images/subheader-bg.gif') repeat-x;
}

#main-menu {
    /* 
        See transmenu.css for main-menu styles 
        To do: integrate transmenu.css into main.css
    */
}

#login {
    float: right;
    margin: 8px 10px 0 0;
    text-align: right;
}
#login a:link,
#login a:visited,
#login a:active
{
    color: #106BBD;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
#login a:hover
{
    text-decoration: underline;
}
#login input.hint {
    color: #AAA;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#login .orange-discount:link, 
#login .orange-discount:visited,
#login span.orange-discount
{
    color: #f88017;
    font-size: 17px;
    display: block;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*
 * Orange "register now!" link in basic reports page.
 */
div.sample-reports-box a.register-orange:link,
div.sample-reports-box a.register-orange:visited
{
    color: #f88017; 
    font-weight: bold; 
    text-decoration: none;
}
div.sample-reports-box a.register-orange:hover
{
    text-decoration: underline;
}

/*
 *********************************************************************
 ** ERROR BLOCK
 *********************************************************************
 */

div.error {
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    background: #F4F4F4 url('../images/error-header.gif') no-repeat left top;
    border-bottom: solid 1px #B00;
}
div.error div {
    width: auto;
    margin: 0;
    padding: 10px 15px;
    background: transparent url('../images/error-header-right.gif') no-repeat right top;
}
div.error p {
    margin: 0;
    padding-left: 25px;
    background: transparent url('../images/alert.gif') no-repeat left top;
    font-weight: bold;
    color: #B00;
}

/*
 *********************************************************************
 ** PAGE
 *********************************************************************
 */
table#page {
    width: 962px;
    *width: 960px;
    margin: 10px 0 0 0;
    padding: 0;
    border-spacing: 0;
    /*
    background-color: #FFF;
    border-left: solid 1px #7aa2c5;
    border-right: solid 1px #7aa2c5;
    border-bottom: solid 1px #7aa2c5;
    */
}
td#left {
    padding: 0 10px 0 0;
    width: 200px;
    width: 210px!important;
    margin: 0;
}
td#right {
    padding: 0 0 0 10px;
    width: 200px;
    width: 210px!important;
    margin: 0;
    text-align: right;
}
td#main {
    width: auto;
    padding: 0;
    text-align: left;
    background-color: #F4F4F4;
}


div#page {
    width: 100%;
    margin-top: 10px;
}
div#left, div#right {
    float: left;
    width: 210px;
    margin: 0;
}
div#main {
    width: 400px;
    margin: 0 10px;
    float: left;
}

.clear {
    clear: both;
}
/*
 *********************************************************************
 ** FOOTER
 *********************************************************************
 */

#footer-wrapper {
    background: #F4F4F4 url('../images/footer-bg.gif') repeat-x top left;
}

#footer {
    width: 960px;
    overflow: hidden;
    margin: 15px auto 0;
    padding: 10px 0;
}
#copyright {
    width: 500px;
    float: left;
    text-align: left;
    color: #696969;
    font-weight: normal;
    margin: 20px 0 20px 25px;
}

#logos {
    width: 400px;
    float: right;
    text-align: right;
    margin: 20px 25px 20px 0;
}


/*
 *******************************************************************************
 * MAIN MENU
 *******************************************************************************
 */

#main-menu {
    float: left;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
}
#main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.main-level li {
    list-style-image: none;
    float: left;
    margin: 0;
    padding: 0;
    height: 40px;
}
* html ul.main-level li {
    width: 0;
    white-space:nowrap;
}
ul.main-level li a {
    display:block;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    border-right: solid 1px #7aa2c5;
    background: url('../images/menu_bg.gif') repeat-x 0px 0px;

    line-height: 40px;
    font-size: 10pt;
    font-weight: bold;
    color: #000;
    text-decoration:none;
}
#main-menu ul.main-level li a:hover {
    background-position: 0px -40px;
}
#main-menu ul.main-level li.highlight a {
    background-position: 0px -40px;
    color: #444;
}
#main-menu ul.main-level>li.current a {
    background-position: 0px -40px;
    color: #444;
}
#main-menu ul.main-level li li {
    width: 220px;
    height: 25px;
    margin: 0;
    border: 0;
}
#main-menu ul.main-level li li a,
#main-menu ul.main-level li li a span,
#main-menu ul.main-level li li.first,
#main-menu ul.main-level li li.first a,
#main-menu ul.main-level li li.last,
#main-menu ul.main-level li li.last a,
#main-menu ul.main-level li.current li,
#main-menu ul.main-level li.current li a,
#main-menu ul.main-level li.current li a span {
    background-image: none;
    text-transform: none;
    font-weight: normal;
}
#main-menu ul.main-level li li a {
    width: auto;
    height: 24px;
    border-top: solid 1px #FFF;
}
#main-menu ul.main-level>li li a {
    width: auto;
}
#main-menu ul.main-level li li a span {
    font-size: 9pt;
    padding-left: 2px;
    line-height: 24px;
    color: #000;
}
#main-menu ul.main-level li li a:hover {
    background-color: #E1E1F0;
}
#main-menu ul.main-level li li a:hover span{
    color: #111;
}
ul.main-level li ul {
    position: absolute;
    left: -999em;
    width: 220px;
    border-top: 1px solid #7aa2c5;
    border-bottom: 1px solid #7aa2c5;
    border-left: 1px solid #7aa2c5;
    background: #EAEEF0 url('../images/submenu_bg.gif') repeat-x left top;
}
#main-menu ul.main-level li ul {
    margin-left: -1px;
}
#main-menu ul.main-level li ul ul {                             /* third-and-above-level lists */
    margin: -30px 0 0 143px;
}
ul.main-level ul.foldOut {
    left: auto;
}
#main-menu ul.main-level ul li.highlight {
    background-color: #FFF;
}
#main-menu ul.main-level ul li.highlight>a span{
    color: #111;
}
ul.main-level ul li.highlight {
    z-index: 10;
}
#main-menu li:hover>ul {
    left: auto;
}

/*
 *******************************************************************************
 * FOOTER MENU
 *******************************************************************************
 */


#footer-menu {
}


.footer-menu {
    margin: 10px 15px;
    /* width: 180px!important; */
    float: left;
    text-align: left;
}

.footer-menu h3 {
    margin: 0 0 8px 0;
    font-size: 11pt;
    color: #888;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    list-style-image: none;
    list-style: none;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 0;
}

.footer-menu ul li a:link span,
.footer-menu ul li a:visited span,
.footer-menu ul li a:active span {
    text-decoration: none;
}

.footer-menu ul li a:hover span {
    text-decoration: underline;
}

.footer-menu ul li a span {
    font-size: 8.5pt;
    color: #333;
}
 

/*
 *******************************************************************************
 * CONTENT BLOCKS
 *******************************************************************************
 */

div.content-outer {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F4F4F4;
}

div.content-inner {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: #F4F4F4;
}


div.content-top,
div.content-full,
div.content-left,
div.content-right {
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    background: #F4F4F4 url('../images/content-header-right.gif') no-repeat right top;
}

div.content-full-page {
    width: 958px;
    margin: 0 0 12px 0;
    padding: 0;
    border: solid 1px #7aa2c5;
    background-color: #FFF;
    text-align: center;
}
div.content-full-page div.user-type {
    float: left;
    width: 19%;
    margin: 0 3px 15px 3px;
    padding: 0 0 5px 0;
    background-color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    border: 0;
}
div.content-full-page div.search {
    float: left;
    width: 405px;
    margin: 10px 0 10px 15px;
    padding: 5px;
    background-color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: 0;
}
div.content-full-page div.info {
    float: left;
    width: 480px;
    margin: 10px 0;
    padding: 5px;
    background-color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border: 0;
}
div.content-full-page div.graph {
    float: left;
    width: 48%;
    margin: 10px 0;
    padding: 5px;
    background-color: #FFF;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    border: 0;
}
div.content-full-page ul {
    margin: 3px 0 15px 50px;
    padding: 0;
    background-color: #FFF;
    text-align: left;
    border: 0;
}
div.content-full-page ul li {
    margin: 0;
    padding: 2px 0 2px 8px;
    background-color: #FFF;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    border: 0;
    list-style-type: disc;
    list-style-image: none;
}
div.content-full-page table {
    border: 2px solid #AAA;
    border-collapse: collapse;
}
div.content-full-page table td {
    border: 2px solid #AAA;
}

div.content-full h1,
div.content-full h2,
div.content-left h2,
div.content-right h2 {
    color: #333333;
}

div.left,
div.right,
div.content-left,
div.content-right {
    width: 48.8%;
}

div.left,
div.content-left {
    float: left;
    clear: both;
}

div.right,
div.content-right {
    float: right;
    text-align: left;
}

div.right * {
    text-align: left;
}

div.content-header {
    margin: 0 10px 0 0;
    padding: 6px 15px 4px 15px;
/*
    padding: 10px 15px 5px;
*/
    background: #DEE1F0 url('../images/content-header.gif') no-repeat left top;
    zoom: 1;
}

div.content-header h1,
div.content-header h2 {
    margin: 0;
    font-size: 11pt;
}

div.content-header h1.main-header {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    font-size: 18px;
}

div.content-header h2.sub-header {
    margin-bottom: 0.4em;
    font-size: 16px;
    font-weight: normal;
}

div.content-body {
    margin: 0;
    padding: 5px 10px 10px;
    border: solid 1px #7aa2c5;
    font-size: 10pt;
    background: #FFF url('../images/block-body.gif') repeat-x left bottom;
}

div.content-full div.content-body,
div.content-left div.content-body,
div.content-right div.content-body {
    background: #FFF url('../images/block-body.gif') repeat-x left bottom;
}

div.content-body h2 {
    margin: 0;
    font-size: 10.5pt;
    /*
    text-decoration: underline;
    text-transform: none;
    */
}

div.content-body h3 {
    margin: 1em 0;
    padding-top: 0;
    color: #106BBD;
    font-size: 10pt;
}

div.content-body h4 {
    font-size: 11pt;
}

div.content-body p {
    margin: 1em 0;
    padding: 0;
}

div.content-body ul {
    margin: 1em 0;
}

div.content-body li  {
    margin-bottom: 4px;
    font-size: 10pt;
}

div.content-body a:link,
div.content-body a:visited,
div.content-body a:hover,
div.content-body a:active {
    color: #106BBD;
    font-size: 9pt;
    text-decoration: underline;
}

div.content-body a.purchase:link,
div.content-body a.purchase:visited {
    color: #106BBD;
    font-size: 9pt;
    text-decoration: none;
}
div.content-body a.purchase:hover,
div.content-body a.purchase:active {
    color: #106BBD;
    font-size: 9pt;
    text-decoration: underline;
}

div.content-footer {
    border: solid 1px #7aa2c5;
    border-top-width: 0;
    padding: 10px;
    background: #FFF url('../images/block-body.gif') repeat-x left bottom;
}

div.content-footer * {
    margin: 0;
}


/* Deprecated? */
table.content {
    width: 100%;
    margin: 0 0 0 1px;
    border: solid 1px #7aa2c5;
    border-collapse: collapse;
    padding: 0;
}
table.content th {
    width: 100%;
    padding: 5px 8px;
    background: #e6ebef url('../images/table_header_bg.gif') repeat-x left top;
    border-bottom: solid 1px #7aa2c5;
    
    color: #000;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}
table.content td {
    padding: 10px;
}

/*
 *******************************************************************************
 * BLOCKS
 *******************************************************************************
 */
.block,
.block-search,
.block-unrivaled {
    /* width: 210px; */
    width: 208px!important;
    margin: 0 0 12px 0;
    padding: 0;
    overflow: hidden;
    background: #F4F4F4 url('../images/content-header-right.gif') no-repeat right top;
}

/* Block */
.block-header {
    /* width: 210px; */
    min-height: 15px;
    margin: 0 10px 0 0;
    padding: 10px 5px;
    text-align: left;
    background: #DEE1F0 url('../images/content-header.gif') no-repeat left top;
}
.block-header h3 {
    margin: 0 0 0 5px;
    color: #333333;
    font-size: 11pt;
}
.block-search .block-header h3 {
    margin: 0;
    color: #106BBD;
    font-size: 11pt;
}

/* Block Body */
.block-body {
    margin: 0;
    padding: 10px;
    font-size: 10pt;
    text-align: left;
    border: solid 1px #7aa2c5;
    border-top-width: 0;
    background: #FFF url('../images/block-body.gif') repeat-x left bottom;
    zoom: 1;    /* fix disappearing text in ie6-7 */
}
.block ul, .block ol {
    padding: 0;
    margin: 0;
}
.block li {
    margin: 0 0 .5em 0;
    padding: 0 0 0 1em;
    background: #FFF url('../images/list_arrow.gif') no-repeat left 4px;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #D9D9D9;
}
.block h4 {
    font-size: 11px;
    font-family: Verdana;
    color: #000;
    margin: 0;
}

.block-body a:link,
.block-body a:visited,
.block-body a:hover,
.block-body a:active {
    font-size: 12px;
    text-decoration: underline;
}

/* Block Footer */
.block-footer {
    display: none;
}

/* Unrivaled Block Customization */
.block-unrivaled {
    background: #F4F4F4 url('../images/unrivaled_header.gif') no-repeat left top;
}
.block-body-unrivaled {
    width: auto;
    margin: 9px 0 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    background: #FFF;
    border: solid 1px #7aa2c5;
    border-top-width: 0;
}

/* Search Block Customization */
.block-search {
    background: #F4F4F4 url('../images/content-header-search-right.gif') no-repeat right top;
}
.block-search .block-header {
    background: #F4F4F4 url('../images/content-header-search.gif') no-repeat left top;
}
.block-search .block-header h3 {
    color: #FFF;
}
.block-search .block-body h3 {
    margin: 0;
    padding: 0;
    color: #106BBD;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
}
.block-search .block-body h4 {
    margin: 0 -7px;;
    padding: 0;
    color: #106BBD;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
}
.block-search .block-body .label {
    margin: 0;
    padding: 0 0 2px 9px;
    background: #FFF url('../images/list_arrow.gif') no-repeat left 4px;
}
.block-search .block-body .or {
    margin: 2em 2em .75em 0;
    padding: 2px;
    color: #6A6A6A;
    font-size: 9.5pt;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.block-search .block-body input.button {
    float: right;
    margin: 0;
    padding: 0;
    border: solid 1px #7aa2c5;
}


/* NEWSLETTER BLOCK */
.newsletter .block-body {
    background: #E7EDF0 url('../images/block_bg.gif') repeat-x left top;
}


/* NEWS BLOCK */
.news {
}
.news .block-header {
}
.news .block-header h3 {
}
.news .block-body {
    padding: 0;
}

ul.news {
    margin: 0;
    padding: 0;
}
ul.news li {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0px;
    list-style-image: none;
    background-image: none;
}
ul.news li a {
    display: block;
    width: auto;
    padding: 5px 8px;
    text-decoration: none !important;
}

ul.news li a .title {
    /*color: #106bbd;*/
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
ul.news li a .date {
    color: #999;
    font-size: 8pt;
    text-decoration: none;
}
ul.news li a:hover {
    text-decoration: none;
}
ul.news li a:hover .title {
    text-decoration: underline;
}
.view-more {
    display: block;
    width: auto;
    background: #F6F6F6 url('../images/block-body.gif') repeat-x left bottom;
    padding: 4px 8px;
    text-align: right;
}
.view-more a {
    
}
.view-more a:hover {
    text-decoration: underline;
}


/*
 *******************************************************************************
 * NEWS INDEX
 *******************************************************************************
 */
div.news-item {
    width: auto;
    border: solid 1px #ccc;
    padding: 10px;
    margin: 5px 0 10px;
}
div.news-item h3 {
    margin: 0 0 4px;
    padding: 0 0 4px;
    border-bottom: dashed 1px #ccc;
}
div.news-item h3 a,
div.news-item h3 a:link,
div.news-item h3 a:active,
div.news-item h3 a:visited {
    font-size: 11pt;
    color: #106BBD;
    text-decoration: none;
}
div.news-item h3 a:hover {
    text-decoration: underline;
}
div.news-item span.info {
    display: block;
    margin: 0 0 5px;
    font-size: 9pt;
    color: #666;
}
div.news-item span.read-more {
    display: block;
    width: auto;
    border-top: dashed 1px #ccc;
    margin-top: 5px;
    padding: 4px;
    text-align: right;
}
div.news-item span.read-more a,
div.news-item span.read-more a:link,
div.news-item span.read-more a:active,
div.news-item span.read-more a:visited {
    text-decoration: none;
    font-weight: bold;
}
div.news-item span.read-more a:hover {
    text-decoration: underline;
}



/* CART BLOCK */
div.cart {
     padding-top: 3px;
     background-image: none;
     background-color: transparent;
}
div.cart div.spacer {
     height: 6px;
}

/* LOGIN BLOCK & LOGIN PAGE */
div.login-button, div.forgot-password {
    padding-top: 5px;
}
div.persistent-login {
    padding-top: 3px;
}
div.block div.login div.blockBody div {
    padding-top: 5px;
}


/*
 *******************************************************************************
 * LIST TABLE
 *******************************************************************************
 */
table.dataList {
    width: 100%;
    border-collapse: collapse;
}
table.dataList * {
/*
    white-space: nowrap;
*/
}
table.dataList thead {
    background: #0c3f90 url('../images/datalist_bg.gif') repeat-x top left;
    border-bottom: double 3px #FFF;
}
table.dataList th {
    color: #FFF;
    text-align: left;
    padding: 2px 10px;
    font-size: 9pt;
}
table.dataList th a {
    color: #FFF;
    text-decoration: underline;
}
table.dataList th a:hover {
    text-decoration: none;
}
table.dataList tbody {
}
table.dataList tbody tr {
    border-bottom: solid 1px #DDD;
}
table.dataList tbody tr.invisible {
    background-color: #CCC;
    border-bottom: solid 1px #FFF;
}
table.dataList tbody tr.green {
    background-color: #8F8;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
}
table.dataList tbody tr.yellow {
    background-color: #FF4;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
}
table.dataList tbody tr.red {
    background-color: #F88;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
}
table.dataList td {
    padding: 2px 10px;
    font-size: 8pt;
}


/*
 *******************************************************************************
 * BUILDING TABLE
 *******************************************************************************
 */
table.bldgList {
    width: 100%;
    border-collapse: collapse;
}
table.bldgList thead {
    color: #FFF;
    background: #0c3f90 url('../images/datalist_bg.gif') repeat-x top left;
    border-bottom: solid 3px #FFF;
}
table.bldgList th {
    padding: 2px 2px;
    color: #FFF;
    font-size: 9pt;
    text-align: left;
}
table.bldgList th.small {
    color: #DDD;
    width: 1%;
    text-align: center;
}
table.bldgList th a:link,
table.bldgList th a:visited {
    color: #FFF;
    text-decoration: none;
}
table.bldgList th a:hover,
table.bldgList th a:active {
    text-decoration: underline;
}
table.bldgList tbody {
}
table.bldgList tbody td {
    border-bottom: solid 1px #DDD;
}
table.bldgList tbody tr td {
    padding: 2px 2px;
    font-size: 10pt;
    text-align: left;
}
table.bldgList tbody tr td.small {
    width: 1%;
    text-align: center;
}
table.bldgList tbody tr td a:link,
table.bldgList tbody tr td a:visited {
    text-decoration: none;
}
table.bldgList tbody tr td a:hover,
table.bldgList tbody tr td a:active {
    text-decoration: underline;
}


/*
 *******************************************************************************
 * GRAPH TABLE
 *******************************************************************************
 */
table.graph {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #000;
}
table.graph th, table.graph td {
    padding: 3px;
}
table.graph tr.title th {
    font-size: 12pt;
    text-align: left;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    background-color: #EEE;
}
table.graph tr.data {
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #666;
}
table.graph tr.quarters td {
    border-top: solid 3px #000;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
    text-align: center;
}
table.graph tr.years td {
    border-left: solid 1px #999;
    text-align: center;

}
/*
 *******************************************************************************
 * REGISTER & LOGIN
 *******************************************************************************
 */
div.register div.input-row, div.login div.input-row {
    clear:both;
    margin: 2px auto;
}
div.login div.login-button, div.login div.forgot-password, div.login div.persistent-login {
    margin-left: 10px;
}
div.register div.input-row .input, div.login div.input-row .input {
     float: left;
     text-align: left;
    width: 210px;
    margin-left: 10px;
    margin-bottom: 5px;
}
div.register div.terms {
     overflow: auto;
     height: 230px;
     padding-left: 10px;
     border: solid 1px #808080;
}
div.login div.register {
    margin-left: 10px;
}
/*
 *********************************************************************
 ** UPDATE PROFILE
 *********************************************************************
 */
div.update-profile div.edit-button input{
     float: right;
}
div.update-profile table {
     padding-left: 10px;
}
div.update-profile table th {
     text-align: right;
     padding-top: 2px;
     padding-right: 10px;
}
div.update-profile table td {
     padding-top: 2px;
}
div.update-profile a {
     padding-left: 10px;
}
/*
 *********************************************************************
 ** EDIT PERSONAL INFO
 *********************************************************************
 */
div.edit-personal-info div.input-row {
    clear:both;
    margin: 2px auto;
}
div.edit-personal-info div.input-row .input {
     float: left;
     text-align: left;
    width: 210px;
    margin-left: 10px;
    margin-bottom: 5px;
}
/*
 *********************************************************************
 ** EDIT PASSWORD
 *********************************************************************
 */
 div.edit-password div.input-row {
    clear:both;
    margin: 2px auto;
}
div.edit-password div.input-row .input {
     float: left;
     text-align: left;
    width: 210px;
    margin-left: 10px;
    margin-bottom: 5px;
}
/*
 *********************************************************************
 ** EDIT PRIVACY
 *********************************************************************
 */
div.edit-privacy div.terms {
     overflow: auto;
     height: 230px;
     padding-left: 10px;
     border: solid 1px #808080;
}

/*
 *********************************************************************
 ** NEWSLETTERS
 *********************************************************************
 */
div.newsletters {
      width: 720px;
}
div.newsletters table.dataList thead tr th.manage{
      width: 110px;
}
div.newsletters table.dataList thead tr td.manage{
      padding-right: 0;
}
div.newsletters div.create-link{
      padding-top: 10px;
}
/*
 *********************************************************************
 ** NEWSLETTER
 *********************************************************************
 */
 div.newsletter {
      width: 720px;
}
/*
 *********************************************************************
 ** NEWSLETTER CREATE
 *********************************************************************
 */
 div.newsletter-create {
      width: 720px;
}
/*
 *********************************************************************
 ** NEWSLETTER-RECIPIENTS
 *********************************************************************
 */
div.newsletter-recipients {
      width: 720px;
}
div.newsletter-recipients table {
      width: 100%;
}
div.newsletter-recipients table th.select {
      width: 40px;
}
div.newsletter-recipients table th.registered {
      text-align: center;
      width: 30px;
}
div.newsletter-recipients table td.select, div.newsletter-recipients table td.registered {
      text-align: center;
}
div.newsletter-recipients div.buttons{
      padding-top: 20px;
}
/*
 *********************************************************************
 ** NEWSLETTER_PREVIEW
 *********************************************************************
 */
body.pop-up {
     background-color: #fff;
     background-image: none;
}
div.newsletter-preview {
      margin: 0 20px;
    text-align: left;
}
/*
 *********************************************************************
 ** PRODUCT
 *********************************************************************
 */
div.product div.input-row {
    clear:left;
    margin: 2px auto;
    overflow: auto;
    width: 100%;
}
div.product div.input-row div.input {
     float: left;
     text-align: left;
    width: 320px;
    margin-right: 10px;
    margin-bottom: 5px;
}
div.product div.input-row div{
    float: left;
    margin-right: 10px;
}
div.product div.input-row input{
    text-align: right;
}
/*
 *********************************************************************
 ** PRODUCTS
 *********************************************************************
 */
div.products table.dataList tbody tr td.order-by input{
    padding-left: 1px;
    margin: 0;
    height: 13px;
}
div.products table thead th.report-name {
    width:40%;
}
div.products table thead th.order {
    width:10%;
}
div.products table thead th.manage {
    width:10%;
}
div.products table thead th.one-time-cost {
    width:20%;
}
div.products table thead th.subscription-cost {
    width:20%;
}

/*
 *********************************************************************
 ** FORMS
 *********************************************************************
 */
 
input.field, input.button, button, textarea, select {
    border: solid 1px #7aa2c5;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000;
}

input.field, input.button, button {
    padding: 2px 5px;
}

select {
    padding: 2px 2px;
}


input.button, button {
    background: #FFF url('../images/button_bg.gif') repeat-x left bottom;
}

/*
 *********************************************************************
 ** PAYMENT DETAILS
 *********************************************************************
 */
div.payment-details div.input-row {
    clear:left;
    margin: 2px auto;
    overflow: auto;
    width: 100%;
}
div.payment-details div.input-row div.input {
     float: left;
     text-align: left;
    width: 220px;
    margin-bottom: 5px;
}
/*
 *********************************************************************
 ** TESTIMONIALS
 *********************************************************************
 */
.testimonial {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    overflow: auto;
}
.testimonial h4 {
    margin: 10px 0;
    padding: 0;
}
.testimonial .origin{
    float: left;
}
.testimonial .quote{
    float: right;
    width: 510px;
}
/*
 *******************************************************************************
 * COMMON INPUT ELEMENTS
 *******************************************************************************
 */
div.input-row,
div.input-row-button,
div.input-row-textarea,
div.input-row-checkbox,
div.input-row-multicheckbox {
    clear: both;
    margin: 2px auto;
}
div.input-row div.input {
     float: left;
     text-align: left;
    width: 210px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 5px;
}
div.input-row input {
    width: 200px;
}
div.input-row-block input {
    width: 180px;
    margin-bottom: 5px;
}
div.input-row-button {
    margin-bottom: 5px;
}
div.input-row-textarea textarea{
    width: 320px;
}
div.input-row-multicheckbox span.label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    clear: both;
}
div.input-row-textarea span.field,
div.input-row-checkbox span.field,
div.input-row-multicheckbox span.field {
    margin-right: 10px;
    margin-bottom: 5px;
    display: block;
    clear: both;
}
div.input-row-checkbox label,
div.input-row-multicheckbox label {
    display: inline;
}
div.input-row-multicheckbox label {
    font-weight: normal;
}
div.center {
    text-align: center;
}
div.right {
    text-align: right;
}
/* register */
div.terms-register {
     overflow: auto;
     height: 300px;
     padding: 0 5px 10px 5px;
     margin: 0;
     margin-bottom: 10px;
     border: solid 2px #CCC;
     background-color: #FFFFD0;
}
/*
 *********************************************************************
 ** UPDATE PROFILE
 *********************************************************************
 */
div.update-profile div.edit-button input{
     float: right;
}
div.update-profile table {
     padding-left: 10px;
}
div.update-profile table th {
     text-align: right;
     padding-top: 2px;
     padding-right: 10px;
}
div.update-profile table td {
     padding-top: 2px;
}
div.update-profile a {
     padding-left: 10px;
}


/*
 *********************************************************************
 ** SAMPLE REPORTS PAGES
 *********************************************************************
 */
.sample {
}
.sample-image {
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
}

/*
 *********************************************************************
 ** ORDER PAGES
 *********************************************************************
 */
#discount-code {
    padding-bottom: 2.0em;
    float: right;
}
#discount-label {
    display: inline;
}
#discount-code-input {
    width: 6.0em;
}
#discount-code-button {
    width: 88px;
}
#discount-error-box {
    border: 1px solid #000;
    background-color: #eee;
    padding: 0.75em;
    margin-bottom: 1.0em;
}
.discount-error-message {
    font-size: larger;
    font-weight: bold;
}
.discount-error-red {
    color: #a00;
}
.discount-code-status {
    font-weight: bold;
    font-size: larger;
}
.discount-code-hilight {
    font-weight: bold;
    font-size: larger;
    color: rgb(16, 107, 189);
}

/*
 *********************************************************************
 ** CHECKOUT BAR
 *********************************************************************
 */
div.checkout-inactive {
    float: left;
    width: 244px;
    height: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #000; 
    color: #D2D2D2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #77A;
    text-align: center;
}
div.checkout-active {
    float: left;
    width: 244px;
    height: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #000; 
    color: #FF0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #77A;
    text-align: center;
}


/*
 * Center a block container of unknown width
 */
.center-block-container {
    /* overridden in ie6+7 specific files */
}
.center-block {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

/*
 * Index page styles
 */

.sample-reports-box {
    margin-left: 10px;
    zoom: 1;
}

div.content-body h2 {
    margin: 0;
    padding: 0;
    line-height: 1.0em;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.sample-reports-box li {
}
div.sample-reports-box ul {
    margin: 0;
    padding: 0;
    margin-top: 0.25em;
}
div.sample-reports-box ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 0.25em;
    list-style-image: none;
}

.stats-center-box {
    padding: 10px 0;
}
div.content-body p.stats-center-heading {
    padding: 0;
    margin: 0;
}
.search-exclaim {
    text-decoration: underline;
    font-size: 20px;
    color: #106BBD;;
}
div.content-full h2.search-header {
    font-size: 20px;
}

.search-box {
    border: 2px solid #000; 
    width: 28.0em;
    margin-right: 15px; 
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    color: #aaa;
}
.sample-reports-divider {
    width: 320px;
    height: 2px;
    display: block;
    margin: 0 auto 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.content-body p.fine-print {
    font-size: 10px;
    padding: 10px;
    margin: 0;
    margin-top: 1.0em;
}
div.content-body p.fine-print a:link, 
div.content-body p.fine-print a:visited {
    font-size: 10px;
}

div.content-header h2.bigger-header {
    font-size: 18px;
}
div.entire-building-list {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 9px;
}

/* temporary override for headers on homepage */
div.homepage-block-title h3 {
    color: #333;
}

img.sample-report-left {
    float: left;
    margin-right: 20px;
    /*margin-bottom: 40px;*/
}


/*
 * Tooltip style
 */
#dhtmltooltip{
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 5px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    text-align: center;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/*
 * Submarket basic report styles
 */
table.submarket-basic-stats ul {
    list-style: none;
}
table.submarket-basic-stats ul li {
    list-style-image: none;
}

table.submarket-basic-stats p {
    margin: 0;
}
table.submarket-basic-stats {
    width: 720px;
    padding: 0.8em 5px;
}
div.submarket-basic-left-column {
    padding: 0 5px;
}
table.submarket-basic-right-column td {
    padding: 0px 5px;
    padding-bottom: 1.4em;
    /*padding-right: 5px;*/
}
table.submarket-basic-compact-cells td {
    padding: 0;
}


/*
 *********************************************************************
 ** Health Index on Building Basic Info Page
 *********************************************************************
*/
#health_index {
    margin: 7px auto 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #E8E8E0;
    cursor: pointer;
}


/*
 *********************************************************************
 ** Report Order Section on Building Overview Page
 *********************************************************************
*/
#overview-right {
    float: right;
    width: 386px;
    margin: 0 -5px 0 0;
    padding: 0;
    text-align: center;
}
#overview-right table {
    border: 1px solid #AAA;
    border-collapse: collapse;
}
#overview-right table td {
    border: 1px solid #AAA;
}
#overview-right div.report-section table {
    border: 0;
}
#overview-right div.report-section table td {
    border: 0;
}
