﻿body {
    font-family: Arial, Helvetica, Sans-serif;
    background-image: url('../gifs/trkb.gif');
}

body.index
{
    margin-top: 50px;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    padding: 0;
    border: none;
}

img
{
    border: none;
}

p, ul
{
    text-align: left;
}

ul 
{
     margin-left: 25px;
     padding: 0;
}

.index_bt
{
    height: 27px;
    width: 100%;    
    background-image: url('../images/index_bt.gif');
    background-repeat: repeat-x;
}

.index_bb
{
    height: 27px;
    background-image: url('../images/index_bb.gif');
    background-repeat: repeat-x;
    width: 570px;
    position: relative;
}

.index_bl
{
    float: left;
    height: 100%;
    width: 27px;
    background-image: url('../images/index_bl.gif');
    background-repeat: repeat-y;
}

.index_content
{
    float: left;
    width: 516px;
    vertical-align: top;
    text-align: left;    
}

.index_br
{
    float: left;
    height: 100%;
    width: 27px;
    background-image: url('../images/index_br.gif');
    background-repeat: repeat-y;
}

#col1
{
    background-image: url('../gifs/bkg.gif');
    background-repeat: repeat-y;
    width: auto;
    height: 100%;
    text-align: center;
    vertical-align: top;
}

#col2
{
    float: left;
    width: 459px;
}

#header
{
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
}

#content
{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}

#footer
{
    background-color: #FFFFFF;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.form td
{
    padding-bottom: 4px;
    font-size: 12px;
}

#inquiry .label
{
    width: 120px;
    vertical-align: middle;
}

.label
{
    width: 90px;
    vertical-align: middle;
}

.value
{
    width: 420px;
}

.required
{
    color: #FF0000;
    font-size: 10px;
    padding-left: 5px;
}

.textbox
{
    width: 100px;
}

.textarea
{
    width: 95%;
}

.error
{
    font-size: 13px;
    color: #FF0000;
}

.success
{
    color: Green;
    font-size: 13px;
}