﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    background-repeat: repeat-x;
    background-image: url('http://www.grayson.edu/Website/MainPageFiles/BackgroundGCC.gif');
    height: 100%;
}

.mainPageDiv
{
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    border: 2px solid #000066;
    width: 770px;
}
.navLeft
{
    background-color: #21405f;
    text-align: left;
    width: 185px;
    float: left;
    padding-bottom: 1px;
}
.leftMenu
{
    background-color: #FFFFFF;
    color: #0D0B0B;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    width: 179px;
    margin: 0px 3px 3px 3px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.leftMenu:hover
{
    background-color: #E1E1F0;
}
.mainBody
{
    background-color: #FFFFFF;
    float: right;
    width: 569px;
    padding-left: 8px;
    padding-right: 8px;
}
.pageHeader
{
    color: #273399;
    font-size: 26px;
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.pageHeader2
{
    color: #990033;
    font-size: 14px;
    font-style: italic;
    width: 100%;
    text-align: center;
}
.footer
{
    clear: both;
    background-color: #FAFAFA;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 4px;
}
.leftMenuImg
{
    margin: 6px 5px 6px 5px;
    width: 175px;
}
.norm12
{
    font-size: 12px;
    color: #001133;
}
.norm12bold
{
    font-size: 12px;
    color: #001133;
    font-weight: bold;
}
.increasedBlue
{
    font-size: 14px;
    color: #4040A0;
}
hr
{
    background-color: #666666;
    border-color: #666666;
}
ul
{
    font-size: 12px;
    color: #001133;
}
h2
{
    color: #21405f;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
h3
{
    color: #21405f;
}
td
{
    font-size: 12px;
    color: #001133;
}
td.date
{
    font-weight: bold;
    width: 120px;
}
.tech-prep-header
{
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    color: Red;
}
.tech-prep-nav
{
    border: 1px solid #21405f;
    width: 560px;
    height: 30px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #e7e7e7;
}
.tech-prep-nav-link
{
    float: left;
    position: relative;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
}
.tech-prep-nav-link a
{
    text-decoration: none;
    color: #21405f;
}

/* FORMS */
.form
{
    color: #001133;
}
.form_status
{
    display: none;
    width: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 80px;
}
.form_status_error
{
    display: none;
    background-color: #74110b;
    color: white;
    padding: 2px 10px 2px 10px;
}
.form_status_error ul
{
    background: #74110b url('/DefaultImages/cms/icons/error.png') no-repeat;
    margin: 5px 0 5px 0;
}
.form_status_error li
{
    color: white;
}
.form_status_success
{
    display: none;
    background-color: #fff;
    border: 5px solid #1c6b1c;
    padding: 10px;
    padding: 2px 10px 2px 10px;
}
.form_status_success p
{
    background: #fff url('/DefaultImages/cms/icons/tick.png') no-repeat left top;
    color: #001133;
    padding-left: 25px;
}
.form_column_single
{
    float: left;
    position: relative;
}
.form_column_left
{
    width: 250px;
    float: left;
    position: relative;
}
.form_column_right
{
    width: 250px;
    float: left;
    position: relative;
}
.form_field_pair
{
    margin-top: 10px;
    margin-right: 15px;
    float: left;
    position: relative;
}
.form_field_name
{
    margin-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    float: left;
    position: relative;
}
.form_field input[type="text"]
{
    width: 200px;
}
.form_field_alternate input[type="text"]
{
    width: 178px;
}
.form_field_col_tshirt_size
{
    width: 200px;
}
.form_field select[name="state"]
{
    height: 23px;
    margin-top: 2px;
    width: 135px;
}
.form_field input[class="zip"]
{
    width: 59px;
}
.form_field input[class="date"]
{
    width: 100px;
}
.form_field_error
{
    border: 2px solid #74110b;
}
.form_field input[class="form_field_error_zip"]
{
    border: 2px solid #74110b;
    width: 59px;
}
.form_field_noerror
{
    border-style: none;
}
.form_field input[class="form_field_noerror_zip"]
{
    border-style: none;
    width: 59px;
}
.form_table
{
    margin: 25px 57px 15px 57px;
}
.form_table td
{
    padding: 2px;
}

