﻿@media only screen and (max-device-width: 800px) {
    .BodyText {
        width: 500px;
    }

    #searchIPC {
        width: 500px;
    }

    #cmbDealer:after {
        content: "<br\>";
    }

    #cmbDealer {
        margin-bottom: 10px;
    }

    #btnSearch {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    #first {
        width: 600px;
        margin-right: 0px;
    }

    #second {
        width: 300px;
    }
}

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    background-attachment: fixed;
}

h1, #lastchecked {
    color: #e57200;
    margin-top: 0px;
}

h2 {
    color: #000000;
    margin-top: 0px;
    padding-left: 20px;
    font-size: 14px;
}

/* Shadow styles */
#LeftShadow {
    background: url(images/left_shadow_tile.png) repeat-y top right;
}

#RightShadow {
    background: url(images/right_shadow_tile.png) repeat-y top left;
}

#LeftBottomShadow {
    background: url(images/left_bottom_shadow.png);
}

#RightBottomShadow {
    background: url(images/right_bottom_shadow.png);
}

#LeftBottomCorner {
    background: url(images/left_bottom_round_shadow.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#RightBottomCorner {
    background: url(images/right_bottom_round_shadow.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#FooterShadow {
    background: url(images/footer_shadow_tile.png);
    background-repeat: repeat-x;
    background-position: top left;
}

/* General styles */

#Footer {
    background: url(images/footer_background_tile.png);
    background-repeat: repeat-x;
    background-position: top left;
    font-size: 9px;
    color: #000000;
    padding-top: 6px;
    text-align: center;
}

#Footer a {
    color: #000000;
    text-decoration: none;
}

#Footer a:hover {
    color: #000000;
    text-decoration: underline;
}

.BodyText {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
}

.BodyText a {
    color: #e57200;
    text-decoration: underline;
}

.BodyText a:hover {
    color: #ac5500;
    text-decoration: underline;
}

.tenpixelpaddingrightalign {
    padding: 15px;
    border: 0px;
    float: right;
    clear: right;
}

.tenpixelpaddingleftalign {
    padding: 15px;
    border: 0px;
    float: left;
    clear: left;
}

.Button {
    background-color: #efefef;
    border: 3px double #efefef;
    font-size: 10px;
    color: #000;
    cursor: hand;
    padding-left: 2px;
    padding-right: 2px;
    text-transform: uppercase;
}

.Input {
    font-size: 11px;
    background-color: #FFF;
    border: 1px solid #efefef;
}

.TableHeader {
    background-color: #ffb770;
    height: 22px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    border-right: 1px solid #fff;
    color: #ac5500;
}

.TableRow {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.TableRow2 {
    padding-left: 6px;
    padding-right: 4px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
    color: #333333;
}

body1 {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    background: url(images/background_tile.png) repeat-x top left;
    background-attachment: fixed;
}
