﻿
/* Logo */

.logo img {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Framework */

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    padding-top: 0px;
    border-top: 0px;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
}

h3 {
    margin: 0 0 5px 0;
}

h4 {
}

header.pageheader {
    text-align: center;
}

    header.pageheader a {
        text-decoration: none;
    }


/* Navigation */

#BigNavPrimary {
    padding: 10px 10px 10px 10px;
}

#BigNavFooter {
    margin: 35px 0px 30px 0px;
}

nav ul {
    padding: 0px;
    list-style-type: none;
}

    nav ul li a {
        font-weight: bold;
        text-decoration: none;
    }

#BigNavFooterYT {
    padding: 10px;
    height: 23px;
    width: 108px;
    background-color: rgba(255, 255, 255, 0.80);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF,endColorstr=#DDFFFFFF)"; /* IE8 */
}

/* Host Panel */


.pagecenter { /*inherits width in other stylesheets*/
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.noscroll {
    overflow-y: auto;
}

/* Colors */

.green {
    color: #39ca20;
    font-weight: bold;
}

.blue {
    color: #3930ff;
    font-weight: bold;
}

.purple {
    color: #bd00d5;
    font-weight: bold;
}

.red {
    color: #bd0000;
    font-weight: bold;
}

.orange {
    color: #ff9500;
    font-weight: bold;
}

.gray {
    color: #949494;
    font-weight: bold;
}

.black {
    font-weight: bold;
}

.white {
    color: #FFFFFF;
    font-weight: bold;
}

/* tables */

.vehicleList {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

    .vehicleList th {
        font-size: 1.2em;
        white-space: nowrap;
    }

    .vehicleList td {
        padding: 1px 5px 2px 5px;
        white-space: nowrap;
    }

        .vehicleList td.vehicleYear {
            text-align: center;
        }
        .vehicleList td.alignRight {
            text-align: right;
        }

/* Trouble Code Links*/



a.tc_link {
    /*    
    text-align: center;*/
    margin: 5px;
    display: block;
    max-width: 500px;
    font-family: Verdana,Arial,sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1.0);
    vertical-align: middle;
}

    a.tc_link:hover {
        background-color: rgba(255, 210, 0, 1.0);
        color: rgba(0, 0, 0, 1.0);
    }

div.tc_number {
    font-size: 1.7em;
    display: inline-block;
    padding: 10px 7px 10px 20px;
    vertical-align: middle;
    font-weight: bold;
}

ul.ecm_list {
    list-style-type: none;
}

div.tc_description {
    font-size: 1.1em;
    display: inline-block;
    padding: 10px 20px 10px 7px;
    vertical-align: middle;
    line-height: 1.6em;
    font-weight: bold;
}


div.ecm_name {
    font-size: 1.2em;
    display: inline-block;
    padding: 1px 7px 1px 20px;
    vertical-align: middle;
    font-weight: bold;
    width:70px;
    text-align:right;
}

div.ecm_description {
    font-size: 1.2em;
    display: inline-block;
    padding: 1px 20px 1px 7px;
    vertical-align: middle;
    line-height: 1.6em;

}


/* Not Displayed */
.displayNone {
    display: none;
}
