﻿#dfsicon {
    background-image: url('../i/datascan_sm_image.gif');
    height: 70px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#rpt-nav {
    width: 130px;
    font-size: 16px;
    color: #333;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
#rpt-nav li {
    margin: 0;
    padding: 2px 0;
}
#rpt-nav li a {
    display: block;
    font-weight: bold;
    padding: 5px 8px;
    color: #0085CF;
    text-decoration: none;
    width: 100%;
}
html > body #rpt-nav li a {
    width: auto;
}
#rpt-nav li a:hover, #rpt-nav li a.current {
    background-color: #28B4FF;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.rpt-panels div h1 {
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.rpt-panels h4 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 3px 2px;
    margin-top: 0;
}
.rpt-panels p {
    font-size: 13px;
    padding: 0 2px;
}
.notice ul {
    list-style-type: none;
}
.notice ul li {
    background-image: url(../i/info.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
}
#GeneralContent .left-column {
    width: 165px;
    padding: 0;
}
#GeneralContent .right-column {
    padding: 0;
    width: 480px;
    float: left;
}
ul.inspection-pic {
    width: 650px !important;
}
#tire-tread, #tire-tread td {
    border: none;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}
#tire-tread {
    background: #FFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
#tire-tread td {
    font-size: 100%;
    padding: 0.5em 1em;
    background-color: #FFF;
    color: #EB7F00;
    font-weight: bold;
}
td.cap {
    font-size: 17px !important;
    color: #666 !important;
}
#tire-tread tr {
    border-bottom: 1px solid #ccc;
}
.inspection-content {
    background-color: #FFFFFF;
    border-color: #D9D9D9;
    border-style: none solid solid;
    border-width: 1px;
    color: #666666;
    font-size: 15px;
    min-height: 270px;
    padding: 15px 15px 35px;
    background-image: url(../i/ins/modal-bg-buggy.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.inspection-content h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11 {
    color: #666;
    font-weight: bold;
}
.inspection-content h1 {
    font-size: 20px;
}
.inspection-content h2 {
    font-size: 18px;
}
.inspection-content h3 {
    font-size: 15px;
}
.top-info {
    margin: 0 0 15px;
    border: 1px solid #D9D9D9;
}
.top-info-content {
    background: none repeat scroll 0 0 #EFF3F9;
    padding: 10px;
}
#info-sum-up {
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
}
#info-sum-up ul {
}
#info-sum-up ul li {
    float: left;
    width: 260px;
    font-size: 14px;
}
#info-sum-up ul li span {
    font-weight: bold;
    margin-right: 5px;
}
#info-sum-under {
    padding-top: 5px;
}
#info-sum-under ul li {
    float: left;
    width: 260px;
    font-size: 12px;
}
#info-sum-under ul li span {
    font-weight: bold;
    margin-right: 5px;
}
li a.warning, li a.passed {
    padding-left: 30px !important;
}
li a.passed {
    background-image: url(../i/accept_16.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
li a.warning {
    background-image: url(../i/ins/warning_16.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}
.glr-img {
    margin-top: 0px;
}
.ins_photos {
    margin-top: 5px;
}
.ins_photos li {
    float: left;
    width: 52px;
}
.ins_photos img {
    border: 2px solid #FFF;
    background-color: #FFFFFF;
    cursor: pointer; /*float: left;*/
    height: 33px;
    width: 42px;
}
.v_area {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.v_area > ul > li {
    float: left;
    width: 50%;
}
.v_area > ul > li > div {
    padding: 5px 20px 5px 0;
}
.last {
    border-bottom: none !important;
}
.vp_content {
    background-color: #f0f0f0;
    border: 2px solid #CCC;
    border-radius: 6px;
    -o-border-radius: 6px;
    -icab-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 10px 10px;
}
.vp_content:hover, .vp_content:focus {
    -moz-box-shadow: 0 0 3px #999999;
    -webkit-box-shadow: 0 0 3px #999999;
}
.vp_content_head {
    cursor: pointer;
    cursor: hand;
}
.vp_content p {
    font-size: 13px;
    padding: 0;
    margin: 0;
    color: #666;
}
.vp_title, .vp_flag {
    padding-top: 5px;
}
.vp_title {
    color: #000;
    float: left;
    width: 210px;
    font-weight: bold;
    font-size: 15px;
}
.vp_flag {
    color: #666;
    float: right;
    width: 150px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    padding-right: 28px;
}
.vp_dmg, .vp_img_nav {
}
.vp_dmg {
    float: left;
    width: 300px;
}
.vp_img_nav {
    float: right;
    width: 70px;
    text-align: right;
    padding-right: 28px;
}
.vp_note {
    padding: 8px 0 2px !important;
}
.vp_img_exp {
    background-image: url(../i/ins/camera.png);
}
.vp_warning {
    /*background-color:#FBC2C4;*/
    background-color: #FFED84 !important;
    border: 2px solid #CCC;
}
.vp_fair {
}
.vp_good {
}
.vp_passed, .vp_repair, .vp_refinish, .vp_replace {
    background-repeat: no-repeat;
    background-position: right 0;
}
.vp_img_exp {
    background-repeat: no-repeat;
    background-position: right -5px;
}
.vp_passed {
    background-image: url(../i/ins/accept.png);
}
.vp_repair {
    background-image: url(../i/ins/tools.png);
}
.vp_refinish {
    background-image: url(../i/ins/refresh.png);
}
.vp_replace {
    background-image: url(../i/ins/warning.png);
}
.vp_status_w {
    background-image: url(../i/ins/warning.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
.rpt-panels p.clear {
    font-size: 0;
    padding: 0;
    margin-bottom: 0;
}
.vp_notes {
    float: left;
    width: 100%;
}
.vp_notes li {
    /*     background-image: url("../i/ins/pencil_16.png");     background-position: 0 50%;     background-repeat: no-repeat;*/
    padding: 5px 0 5px 15px;
    font-size: 13px;
    color: #333;
    list-style-type: decimal;
    list-style-position: inside;
    background: none;
}
#btn-cs, #btn-print {
    background-position: 5px 50%;
    background-repeat: no-repeat;
    float: right;
    font-size: 11px;
    padding: 4px 6px 4px 23px;
    margin-left: 5px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -icab-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #FFF;
    color: #0066ff !important;
}
#btn-cs {
    background-image: url("../i/ins/mail_16.png");
}
#btn-print {
    background-image: url("../i/ins/print_16.png");
}
#btn-cs:hover, #btn-print:hover, #btn-view:hover {
    -moz-box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
}
#btn-view {
    background-image: url("../i/ins/switch_view_16.png");
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-position: right 3px;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    display: block;
    float: right;
    font-size: 11px;
    color: #666 !important;
    padding: 4px 54px 4px 7px;
    margin-left: 5px;
    border: 1px solid #CCC;
}
#btn-view:hover {
    background-color: #EFEFEF;
}
.summary-area {
    margin-bottom: 5px;
}
.summary-notes {
    margin-bottom: 10px;
    padding-left: 2px;
}
.summary-notes a {
    float: left;
    position: relative;
    background-position: 0 50%;
    background-repeat: no-repeat;
    display: block;
    font-size: 11px;
    padding: 1px 15px 1px 19px;
    color: #3C9EFF !important;
}
.summary-notes a:hover {
    text-decoration: none;
}
.summary-notes a b {
    font-size: 13px;
}
.summary-notes-pic {
    background-image: url("../i/ins/camera_16.png");
}
.summary-notes-comment {
    background-image: url("../i/ins/pencil_16.png");
}
.summary-notes-repair, .summary-notes-replacement, .summary-notes-refinish {
    background-image: url("../i/ins/warning_16.png");
}

div.slideshow img {
    border: 1px solid #CCCCCC !important;
    background-color: #FFF !important;
    padding: 1px !important;
}
.vp_note_desc {
    float: left;
    width: 300px;
}
.comment {
    font-style: italic;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(../i/blockquote_bg.gif) no-repeat scroll left top;
    margin: 15px 30px 10px 10px;
    padding-bottom: 5px !important;
    padding-left: 40px !important;
}
.opt-bar {
    float: right;
    position: relative;
    right: 20px;
    top: -2px;
    color: #666;
}
.opt-btn {
    background-repeat: no-repeat;
    font-size: 11px;
    margin-left: 5px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -icab-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CCC;
    color: #666;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}
.opt-btn:hover {
    text-decoration: none;
}
.opt-btn-off {
    background-position: 5px -19px;
}
.opt-btn-on{
    background-position: 5px 0px;
}
.opt-checked {
    background-image: url("../i/ins/checked_opt_16.png");
    background-repeat: no-repeat;    
    padding: 2px 3px 2px 23px;
}
.opt-photo {
    background-image: url("../i/ins/photo_opt_16.png");
    background-repeat: no-repeat;    
    padding: 2px 3px 2px 23px;
}
.opt-other{
    padding:2px 10px;
}
.opt-note {
    background-image: url("../i/ins/note_opt_16.png");
    background-repeat: no-repeat;
    padding: 2px 3px 2px 23px;
}
.opt-btn:hover, opt-btn:focus {
    border-color: #999;
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
}
.opt-btn:active {
    border-color: #999;
}
.opt-photo-or-note{
    background-image: url("../i/ins/note_or_photo.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2px 45px 2px 10px;
}
.opt-all{
    padding: 2px 10px;
}

