﻿
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px;
}

#header
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 930px;
}

#checkout
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 900px;
    background-color: #FFFFFF;
}

#main_content
{
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 900px;
    background-color: #FFFFFF;
}

.textstyle_1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.textstyle_2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.textstyle_3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
}

#default
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

#projects
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

#non_txdot_projects
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

#thanks
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    height: 350px;
    padding-top: 20px;
}

#select_project_type
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    height: 350px;
    padding-top: 20px;
}

#confirm_order
{
    width: 860px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}



.content_box
{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #C2C2C2;
    border-bottom-color: #C2C2C2;
    border-left-color: #C2C2C2;
    clear: both;
}

.boxrow_container
{
    margin: 0px;
    padding: 15px 0px 15px 0px;
    position: relative;
    top: 0px;
    left: 30px;
}

.boxrow
{
    padding: 0px;
    margin: 0px;
    clear: left;
}

.boxrow_left
{
    margin: 0px 0px 3px 0px;
    padding: 0px;
    float: left;
    width: 100px;
    text-align: right;
    display: block;
}

.boxrow_right
{
    margin: 0px 0px 3px 0px;
    padding: 0px;
    text-align: left;
    float: left;
    display: block;
}

.section_header
{
    width: 100%;
    height: 25px;
    background-repeat: repeat-x;
    background-image: url('resources/TileHeaderBgDefault.png');
    clear: both;
}

.box_left
{
    float: left;
    width: 350px;
}
.box_right
{
    float: left;
}

#validation_summary
{
    clear: both;
}

#textbox
{
    clear: both;
}

#button
{
    clear: both;
    margin-bottom: 20px;
}

.clear
{
    clear: both;
}

.gridview_header
{
    background-image: url('resources/TileHeaderBgDefault.png');
    background-repeat: repeat-x;
}

