﻿.border
{
    border: solid 1px red;
}

html, body
{
    font-size: 85%;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    background-color: #CCCCCC;
    line-height: 160%;
}

.page
{
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #999999 #999999 #999999 #999999;
    width: 964px;
    margin: 0px auto;
    background-color: White;
    background-repeat: repeat-y;
    padding-left: 16px;
    padding-right: 16px;
}

.page_top_bar
{
    background-color: #0e3157;
    font-size: 1px;
    height: 10px;
    margin-bottom: 5px;
}
.page_header
{
    width: 964px;
    height: 135px;
    background-image: url("Images/Page/header_banner.jpg");
    background-repeat: no-repeat;
}

.page_content
{
    padding: 0px 0px 25px 0px;
    line-height:normal;
}



.page_footer
{
    padding-top: 15px;
    border-style: solid;
    width: 100%;
    height: 120px;
    text-align: right;
    font-size: 90%;
    border-width: 5px 0px 0px 0px;
    border-color: #0e3157 #999999 #999999 #999999;
}

.page_title
{
    border: solid 0px red;
    padding: 30px 0px 15px 15px;
    font-weight: normal;
    font-size: 18pt;
    color: White;
    background-image: url("Images/Page/PageTitleBar.jpg");
    height: 43px;
    background-repeat: no-repeat;
    width: 747px;
    line-height:normal;
}


h2
{
    text-transform: uppercase;
    color: Black;
    font-size: 180%;
    font-weight: bold;
}

p, ul
{
    line-height: 160%;
}

fieldset
{
    padding: 15px 15px 15px 15px;
}

legend
{
    color: Maroon;
}



.cnt_column
{
    float: left;
    display: block;
}

.cnt_clear
{
    clear: both;
    float: none;
    font-size: 0px;
}



/* VALIDATION ERRORS
--------------------------------------------------------------------------------------------------*/

.error_summary_area
{
    border: 1px solid #FFA6A6;
    margin: 15px 0px 15px 0px;
    background-color: #FFF2FF;
    padding: 15px 15px 15px 15px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* COMMONLY SHARED
--------------------------------------------------------------------------------------------------*/



.page_info
{
    margin-bottom: 25px;
}



/* LIST ITEMS
--------------------------------------------------------------------------------------------------*/
.list_items > ul
{
    line-height: 120%;
    color: #888888;
}

.list_item_title
{
    font-weight: bold;
}
.list_item_info
{
    font-style: italic;
    font-size: 85%;
    color: #333333;
}

.list_item_summary
{
    font-size: 85%;
    color: GrayText;
    margin-top: 5px;
}


/* PHOTOS
---------------------------------------------------------------------------------------------------*/

.photo
{
    float: left;
    height: 120px;
    width: 120px;
    text-align: center;
}
.photo_frame
{
    height: 100px;
    width: 100px;
    border: thick inset #990000;
}

.photo_title
{
    margin-top: 3px;
    font-size: 90%;
    color: GrayText;
}



/* FORMS
--------------------------------------------------------------------------------------------------*/

.edit_form_area
{
    margin: 15px 0px 25px 0px;
}

.edit_form_table
{
    width: 100%;
}

.edit_form_tr_row
{
}

.edit_form_td_section_title
{
    color: #6C8EE8;
    border-bottom: dotted 1px #999999;
    height: 30px;
}

.edit_form_td_label
{
    color: Blue;
}

.edit_form_td_field
{
}

.edit_form_td_spacer
{
    height: 15px;
    font-size: 1px;
}


.edit_form_required_field
{
    font-weight: bold;
}


.edit_form_td_action_area_full
{
}

.edit_form_td_action_area_left
{
}

.edit_form_td_action_area_divider
{
    height: 15px;
    border-bottom: dotted 1px #888888;
}

.edit_form_td_action_area
{
    padding-top: 15px;
}


/* DETAIL VIEW 
-----------------------------------------------------------------------------------------------------------*/

.bold
{
    font-weight: bold;
}

.detail_form_label
{
    color: GrayText;
}

.detail_form_value
{
}


/* DATA GRID
-----------------------------------------------------------------------------------------------------------*/


.data_grid
{
    width: 100%;
    border: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

.data_grid th
{
    color: #006699;
    cursor: default;
    background-color: white;
    border-bottom: solid 1px #555555;
    border-style: none none solid none;
}

.data_grid td
{
    border-color: #CCCCCC;
}


