﻿body
{
    background-color: #440576;
    color: White;
    font-family: Tahoma, Arial;    
}

a:link    { color: White; }
a:hover   { color: Red; }
a:active  { color: Silver; }
a:visited { color: White; }

a.inPage:link {color: Purple; }
a.inPage:hover {color: Purple; }
a.inPage:active {color: Purple }
a.inPage:visited {color: Purple; }

img
{
    border: none 0 black;
}

.table_menu
{
    vertical-align: middle;
}

.table_menu_cell
{
    padding-right: 15px;
    padding-left: 5px;
}

.div_base
{
    border: 0px;
    padding: 0px;
    width: 1024px;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../Images/exo2_bg_bigbf.gif);
    margin-left: auto;
    margin-right: auto;
}

.div_header
{
    height: 103px;
    width: 1024px;
    background-image: url(../Images/exo2_head_bg.gif);
    background-repeat: repeat-x;
}

.span_header_left
{
    float: left;
}

.span_header_right
{
    float: right;
}

.div_menu
{
    height: 32px;
    width: 1024px;
    background-image: url(../Images/exo2_menu_top_bg.gif);
    background-repeat: repeat-x;
}

.content_body
{
    width: 962px;
    color: Black;
    padding: 30px;
    overflow: auto;
    background-color: #E9B5F9; /* light pinkish */
    border: solid 1px black;
}

.alert
{
    width: 700px;
    height: 30px;
    border: solid 1px Purple;
    background-color: white;
    color: Black;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    padding-top: 10px;
}