body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}
.trackform {
    width: 245px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 20px;
    background-image: url(http://www.innovativecourier.com/images/bg_trackform.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    height: 105px;
}
input, textarea {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
.menu {
    text-align: left;
    height: 26px;
    background-color: #000000;
    background-image: url(http://www.innovativecourier.com/images/bg_menu.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
a:link {
    color: #2855d6;
}
a:visited {
    color: #2855d6;
}
a:active {
    color: #2855d6;
}
a:hover {
    color: #2855d6;
    text-decoration: none;
}
a.white:link {
    color: #FFFFFF;
}
a.white:visited {
    color: #FFFFFF;
}
a.white:active {
    color: #FFFFFF;
}
a.white:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.loginbox {
    width: 90px;
}
.footer {
    height: 45px;
    background-color: #FFFFFF;
    width: 910px;
    padding-top: 15px;
    padding-left: 40px;
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
}
.lines {
    float: left;
    width: 340px;
    background-color: #FFFFFF;
    background-image: url(../images/bg_lines.gif);
}
.cimage {
    margin-bottom: 30px;
    margin-left: 30px;
}
.tcouriers {


    float: left;
    width: 870px;
    padding-top: 23px;
    padding-left: 40px;
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
    background-color: #FFFFFF;
    padding-right: 40px;
}

.grid {
    border-left: 1px solid #cbd4f1;
    border-bottom: 1px solid #cbd4f1;
}
.grid th {
    color: #000000;
    border-top: 1px solid #cbd4f1;
    border-right: 1px solid #cbd4f1;
}
.grid td {
    border-top: 1px solid #cbd4f1;
    border-right: 1px solid #cbd4f1;
}

/* Page navigator */
.p_navigation {
    border: 0px;
    color: #495a5d;
    margin-top:2px;
}
.p_navigation a:link, .p_navigation a:visited, .p_navigation a:active {
    text-decoration: none;
    color: #636363;
    background: #e3e6f5;
    border: 1px solid #cbd4f1;
    padding: 1px 6px;
}
.p_navigation a:hover {
    background: #ffffff;
    color: #0062ca;
    border-color: #0093e0;
}
.p_total, .p_of {
    background: #e3e6f5;
    border: 1px solid #cbd4f1;
    font-weight: bold;
    padding: 1px 5px;
    margin-right: 3px;
}
.p_total span, .p_of span {
    color: #0062ca;
}
.p_on {
    background: #ffffff;
    color: #0062ca;
    border: 1px solid #cbd4f1;
    padding: 1px 6px;
}
/* End page navigator */
