
/* CSS Document */

h4 {
    font-size: 14px;
    color: #bf2f17;
    font-weight:bold;
}

.clear{
    clear:both;
}

ul.across li {
    display: inline;
    padding: 5px;
}

.bare {
    margin: 0px;
    padding: 0px;
}

.button-to {
    margin: 0px;
    padding: 0px;
}

#left_col{
    position:relative;
    float:left;
    width: 610px;
}

#right_col{
    position:relative;
    float:left;
}

.column{
    position:relative;
    float:left;
}

.column_x2{
    position: relative;
    float:left;
    width:49%;
}

.column_x3{
    position: relative;
    float:left;
    width:32%;
}

.label {
    color:#666666;
    font-weight:bold;
    font-size:12px;
}

#page_title{
    font-size:18px;
    margin-bottom:5px;
}

.header {
    width:100%;
    height:auto;
    float:left;
}

.header_text {
    color:#f57b20;
    font-weight:bold;
    padding-top: 20px;
    font-size:17px;
}

.header_text a {
    color:#BF2F17;
    font-size:12px;
}

.login {
    color:#666666;
    font-weight:bold;
    margin-top: 20px;
    margin-left:20px;
    font-size:12px;
}


.forgot {
    color:#8c44c8;
    font-size:9px;
    font-weight:normal;
}

.small_link {
    font-size:9px;
    font-weight:normal;
    float:left;
}

.text_left {
    text-align:left;
    padding-left:5px;
}

.text_right {
    text-align:right;
}

.text_center {
    text-align:center;
}

.body_text {
    color:#565656;
    margin-top: 20px;
    margin-left:20px;
    font-size:12px;
}

.bold {
    font-weight:bold;
}

.red {
    color: #e14a4a;
}

.green {
    color: #4ae14a;
}

.grey {
    color: #555555;
}

.account_info {
    width:14.5em
}

.simple_table {
    width:100%;
    font-weight:normal;
    color: #888888;
}

.simple_table th {
    background-color: #d0d0d0;
    padding:5px 10px;
    font-size:14px;
    color: #555555;
    font-weight:bold;
}

.simple_table th a {
    color: #888888;
}

.simple_table th a.grey {
    color: #555555;
}

.simple_table th span {
    color: #555555;
}

.simple_table th.header_cell {
    background-color: #eaeaea;
    border-left: 1px solid #d3d3d3;
    padding:3px 3px;
    font-weight:bold;
    font-size:12px;
    color: #888888;
    cursor: default;
}

.simple_table th.border_left_none {
    border-left:0;
}

.simple_table td {
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    padding:3px 3px;
    color: #888888;
    vertical-align:top;
}

.simple_table td span {
    color: #888888;
}

.simple_table td a {
    color: #888888;
}

.simple_table td.border_left_none {
    border-left:0;
}

.simple_table td:hover {
    background-color: #f3eae3;
    cursor:pointer;
}

.simple_table tr:hover, tr.hover {
    background-color: #f3eae3;
    cursor:pointer;
}

table.no_hover td:hover {
    background-color: #ffffff;
    cursor:default;
}

table.no_hover tr:hover, tr.hover {
    background-color: #ffffff;
    cursor:default;
}

.simple_table_no_pointer {
    width:550px;
    border: 1px solid #d3d3d3;
    font-weight:normal;
}

.simple_table tr.no_border_top td {
    border-top:0;
}

.simple_table tr.dotted_bottom_border td {
    border-bottom:2px dotted #D3D3D3;
}

.simple_table tr.dotted_bottom_border td.table_grey_r {
    border-bottom:0;
}

.simple_table tr.dotted_bottom_border td.table_grey_l {
    border-bottom:0;
}

.simple_table th.table_grey_lt {
    background-image:url(/images/Grey_TOP_LF_Curve.gif);
    background-repeat:no-repeat;
    width:14px;
    padding:0;
    cursor:default;
}

.simple_table td.table_grey_lb {
    background-image:url(/images/Grey_BOT_LF_Curve.gif);
    background-repeat:no-repeat;
    background-position:0% 100%;
    width:14px;
    height:14px;
    padding:0;
    cursor:default;
}

.simple_table th.table_grey_rt {
    background-image:url(/images/Grey_TOP_RH_Curve.gif);
    background-repeat:no-repeat;
    background-position:100% 0%;
    width:14px;
    padding:0;
    cursor:default;
}

.simple_table td.table_grey_rb {
    background-image:url(/images/Grey_BOT_RH_Curve.gif);
    background-repeat:no-repeat;
    background-position:100% 100%;
    width:14px;
    height:14px;
    padding:0;
    cursor:default;
}

.simple_table td.table_grey_t {
    border-top:1px solid #d0d0d0;
    cursor:default;
}

.simple_table th.table_grey_t {
    border-top:1px solid #d0d0d0;
    cursor:default;
}

.simple_table td.table_grey_b {
    border-bottom:1px solid #d0d0d0;
    height:13px;
    padding:0;
    background-color:#ffffff;
    cursor:default;
}

.simple_table td.table_grey_r {
    border-right:1px solid #d0d0d0;
}

.simple_table th.table_grey_r {
    border-right:1px solid #d0d0d0;
}

.simple_table td.table_grey_l {
    border-left:1px solid #d0d0d0;
}

.statistics_table {
    border-right:1px solid #D0D0D0;
    border-bottom:1px solid #D0D0D0;
}

.statistics_table td.table_grey_b {
    padding:3px;
}

.statistics_table th {
    padding:2px 10px;
}

.results_table {
    height:266px;
    overflow:auto;
    color:#666666;
    font-weight:bold;
    margin-top: 10px;
    font-size:12px;
    width:99%;
}

.deductions_table {
    color:#666666;
    width:98%;
    font-weight:bold;
    margin-top: 15px;
    margin-left:20px;
    font-size:12px;
}

.measurements {
    overflow:auto;
    color:#000000;
    margin-top: 10px;
    font-size:12px;
    float:left;
    width:100%;
}

.information {
    overflow:auto;
    color:#666666;
    margin-top: 5px;
    font-size:12px;
}

.information ul {
    list-style-type:disc;
    list-style-position:inside;
    padding:0;
    padding-left:3px;
}

.information ul li a {
    color:#F57B20;
}

.information a{
    color:#666666;
}

.data_table {
    width: 100%;
}

.data_table td {
    padding:2px 4px;
}

.button_table {
    width: 100%;
    float:left;
}

.button_table td {
    padding:2px 4px;
    font-weight:bold;
    text-align:left;
}

.button_table td.disabled span {
    color: #aaaaaa;
    cursor:default;
}

.button_table td.disabled input {
    cursor:default;
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
}

input.disabled {
    cursor:default;
    background-color: #eeeeee;
    border:1px solid #bbbbbb;
}

.button_table td div {
    width:34px;
    float:left;
}

.button_table input {
    margin-right:10px;
}

.button_table span {
    cursor:pointer;
    float:left;
}

.solid_table {
    background-color:#FFFFFF;
    font-size:11px;
    text-align:left;
    width:100%;
    margin-bottom:10px;
    float:left;
}

.solid_table td {
    padding:5px 10px;
    border-left:1px solid #F57B20;
    background-color:#f8f8f8;
    vertical-align: top;
}

.solid_table th {
    padding:5px 10px;
    background-color:#BE301A;
    color: #ffffff;
    font-weight:bold;
}

.solid_table th span {
    color: #ffffff;
}

.solid_table th div {
    color: #ffffff;
}

.solid_table td span {
    float:left;
    margin-right:3px;
}

.solid_table td select {
    float:left;
    margin:0 2px;
}

.solid_table td.border_left_none {
    border-left:0;
}

table.bottom_borders td {
    border-bottom:1px solid #F57B20;
}

table.bottom_borders td.border_bottom_none {
    border-bottom:0;
}

.simple_table td.border_top_none {
    border-top:0;
}
.simple_table td.border_bottom_none {
    border-bottom:0;
}

.solid_table th.table_org_lt {
    background-image:url(/images/Red_TOP_LF_Curve.gif);
    background-repeat:no-repeat;
    width:14px;
    padding:0;
}

.solid_table td.table_org_lb {
    background-image:url(/images/Red_BOT_LF_Curve.gif);
    background-repeat:no-repeat;
    background-position:0% 100%;
    width:14px;
    height:14px;
    padding:0;
    line-height: 0.1;
    font-size:1px;
}

.solid_table th.table_org_rt {
    background-image:url(/images/Red_TOP_RH_Curve.gif);
    background-repeat:no-repeat;
    background-position:100% 0%;
    width:14px;
    padding:0;
}

.solid_table td.table_org_rb {
    background-image:url(/images/Red_BOT_RH_Curve.gif);
    background-repeat:no-repeat;
    background-position:100% 100%;
    width:14px;
    height:14px;
    padding:0;
    line-height: 0.1;
    font-size:1px;
}

.solid_table td.table_org_t {
    border-top:1px solid #be301a;
}

.solid_table td.table_org_b {
    border-bottom:1px solid #be301a;
    height:13px;
    padding:0;
    line-height: 0.1;
    font-size:1px;
}

.solid_table td.table_org_r {
    border-right:1px solid #be301a;
    padding:0;
}

.solid_table td.table_org_l {
    border-left:1px solid #be301a;
    padding:0;
}

.charts_table {
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    margin-bottom:10px;
}

.charts_table th {
    background-color: #eaeaea;
    padding:2px 5px;
    border-bottom: 1px solid #d3d3d3;
}

.charts_table td {
    padding:3px;
}

/* width:70 is an estimate, and may require some adjustment case-by-case. */
.split{
    position: relative;
    float: right;
    clear: both;
    width:70%;
}
.split_field{
    position: relative;
    padding: 2px;
    width:100%;
}
.split_field input[type="text"]{

}
.split_field select{

}

.split_label{
    position: absolute;
    left: -5px;
    width: 100%;
    height: 1px;
}
.split_label label{
    position: relative;
    float: right;
    left:-100%;
    color:#666666;
    font-weight:bold;
    font-size:12px;
}
.split_label span{
    position: relative;
    float: right;
    left:-100%;
    color:#666666;
    font-weight:bold;
    font-size:12px;
}

.up_arrow {
    float:right;
    margin-top:-5px;
    position:relative;
    z-index:10;
    right:0;
    cursor:pointer;
}

.pagination {
    float:right;
    margin-right:50px;
    margin-bottom:10px;
}

.pagination a {
    color:#F57B20;
}

.pagination span {
    color:#666666;
}

.pagination span.current {
    color:#222222;
    font-weight:bold;
}

.divider {
    padding-top:10px;
    margin-bottom:10px;
    clear:both;
    border-bottom:2px dotted #d3d3d3;
}

.button_margin {
    margin-right:40px;
    margin-top:10px;
}

.form_links {
    list-style-type: disc;
    margin-top:5px;
}

.form_links ul {
    margin-bottom:10px;
    margin-top:5px;
}

.form_links li {
    margin-top:5px;
}

.spaced_links {
    width: 92%;
    margin-left: 30px;
}

.spaced_links tr td {
    padding-top: 10px;
    width: 49%;
}

.full_width {
    width:100%;
}

.news_title {
    font-size:15px;
    color:#BF2F17;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:3px;
}

.news_title span {
    font-size:14px;
    color:#BF2F17;
}

input[type=image] {
    cursor:pointer;
}

.compare_results {
    float:left;
    clear:both;
    margin: 10px 20px;
}

.spacer {
    clear:both;
    height:5px;
    width:90%;
}


.b {
    font-weight:bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration:underline;
}

.right {
    float:right;
}

.left {
    float:left;
}

.blurb {
    float:right;
    margin-bottom:15px;
    width:280px;
}

.blurb tr.top {
    background-image:url(/images/rbnrTop.gif);
    background-repeat:no-repeat;
    height:20px;
    width:280px;
}

.blurb tr.top td.label {
    background-image:url(/images/rbnrTop.gif);
    background-repeat:no-repeat;
    background-position:left;
}

.blurb tr.top td.value {
    background-image:url(/images/rbnrTop.gif);
    background-repeat:no-repeat;
    background-position:right;
}

.blurb tr.bottom {
    background-image:url(/images/rbnrBtm.gif);
    background-repeat:no-repeat;
    height:20px;
    width:280px;
}

.blurb tr.bottom td.label {
    background-image:url(/images/rbnrBtm.gif);
    background-repeat:no-repeat;
    background-position:left;
}

.blurb tr.bottom td.value {
    background-image:url(/images/rbnrBtm.gif);
    background-repeat:no-repeat;
    background-position:right;
}

.blurb tr.center {
    background-image:url(/images/rbnrBG.gif);
    background-repeat:repeat-y;
}

.blurb tr.center td.label {
    background-image:url(/images/rbnrBG.gif);
    background-repeat:repeat-y;
    background-position:left;
}

.blurb tr.center td.value {
    background-image:url(/images/rbnrBG.gif);
    background-repeat:repeat-y;
    background-position:right;
}

.blurb tr.center td {
    text-align:left;
    padding:2px 5px;
    font-weight:bold;
    font-size:14px;
}

.blurb tr.center td.label {
    color:#F57B20;
    width:90px;
    margin-left:10px;
    margin-right:5px;
    text-align:right;
    font-size:14px;
}

.blurb tr.center td.value {
    color:#BF2F17;
    width:130px;
    margin-left:5px;
    margin-right:10px;
    text-align:left;
    font-size:14px;
}

.blurb tr.center td.option {
    color:#BF2F17;
    width:130px;
    padding-left:5px;
    padding-right:10px;
    text-align:right;
    font-size:12px;
    font-weight:normal
}

.blurb tr.center td.option span {
    color:#BF2F17;
}

.blurb tr.center td.heading {
    color:#333333;
    width:130px;
    padding-left:10px;
    padding-right:5px;
    text-align:left;
    font-size:13px;
    font-weight:bold
}

#print {
    float:right;
    margin-left:10px;
    margin-top:20px;
    cursor:pointer;
}

.button {
    background-color: #ae1817;
    border:1px solid #d7908a;
    color:#ffffff;
    padding:2px;
    cursor:pointer;
}

.disabled_button {
    background-color: #dfdfdf;
    border:1px solid #d1d1d1;
    color:#c6c6c6;
    padding:2px;
    cursor:default;
}

.link {
    cursor: pointer;
}

.news_header {
    font-size: 20px;
    color:#808080;
    font-weight:bold;
    margin-top: 24px;
    margin-bottom:18px;
    margin-left: 0px;
}

#map_cover {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:470px;/*must have for any big value*/
    height:402px/*must have for any big value*/;
}

#map {
    overflow:hidden;
}


.popup {
    position:absolute;
    border-color: #888888;
    border-style:solid groove groove solid;
    border-width:1px 3px 3px 1px;
    background-color:#ffffff;
    cursor:move;
    z-index:99;
}

.popup div.popup_frame {
    border:10px solid #ffffff;
    border-top:5px solid #ffffff;
    border-bottom:5px solid #ffffff;
    width:450px;
}

.popup div.popup_frame iframe {
    z-index:999;
}

.popup div.popup_title {

    width:450px;
}

.popup div.popup_title span {
    color: #919191;
    font-weight:bold;
    font-size:16px;

}

.popup div.popup_title img {
    position: absolute;
    right:5px;
    top:5px;
    cursor:pointer;
}

.popup div.inner_popup {
    border:10px solid #ffffff;
}

.popup div.inner_popup div.popup_frame {
    border:1px solid #888888;
    width:540px;
}

.popup div.inner_popup div.popup_frame p {
    padding:5px;
}

.popup div.inner_popup div.popup_title {
    background-color:#E2863F;
    padding:0px 5px;
    float:left;
    width:530px;
}

.popup div.inner_popup div.popup_title span {
    color: #ffffff;
    font-weight:bold;
    float:left;
    font-size:15px;
}

.popup div.inner_popup div.popup_title span.popup_close {
    cursor:pointer;
    float:right;
}

.popup div.inner_popup div.popup_title img {
    float:right;
    cursor:pointer;
}

.chart {
    border:1px solid #D3D3D3;
    float:left;
    padding:5px;
}

.closed_store td {
    color: #dbdbdb;
}

.closed_store a {
    color: #dbdbdb;
}

.closed_store img {
    filter:alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity:0.4;
}

.loading {
    position:relative;
    top:50%;
    left:50%;
    margin-top:100px;
    margin-bottom:100px;
}

#statistics_title{
    font-weight:bold;
    font-size:18px;
    color:#BF2F17;
    text-align:center;
    width:100%;
    clear:both;
}

select option[disabled=""] {
    color: #9a9a9a;
}