﻿body
{
    background-color: Gray;
    background-image: url('/Images/stripe_background.png');
    font-family: Verdana;
    font-size: 10px;
}
.MainTable
{
    text-align: left;
    Width: 1000px;
    background-color: White;
    border-style: solid;
    border-color: Black;
    border-width: 1px;        
}

.MainTable A:link
{
    
    color: Black; 
    font-weight:normal; 
}
.MainTable A:visited
{
    
    color: Black; 
    font-weight:normal; 
}
.MainTable A:active
{
    
    color: Black; 
    font-weight:normal; 
}
.MainTable A:hover    
{
    
    color: Black;
    font-weight:normal;    
}



.YellowStripe
{
    background-image: url('/Images/yellow_stripe_1000x32.jpg');
    background-repeat: repeat-y;
    width: 800px;
    height: 31px;
}

.Menu
{
    
    width: 165px;
    height: 250px;
}

.MenuBottom
{
    background-image: url('/Images/menu_bottom_164x44.jpg');
    background-repeat: no-repeat;
    width: 165px;
    height: 44px;     
}
.TableMenuMainCell
{
    background-image: url('/Images/menu_background_165x44.jpg');
    background-repeat: repeat-y;
    padding-left: 10px;    
}

.TableMenuCell
{
    background-image: url('/Images/menuItem.png');
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-color: White;*/
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 120px;
    text-align: left;
    padding-left: 5px;
    /*padding-bottom: 3px;
    padding-top: 2px;*/
    padding-bottom: 5px;
    padding-top: 5px;
    height: 14px;
    font-size: 11px;
}

.TableMenuCell A:link
{
    text-decoration: none;
    color: Black; 
    font-weight:bold; 
}
.TableMenuCell A:visited
{
    text-decoration: none;
    color: Black; 
    font-weight:bold; 
}
.TableMenuCell A:active
{
    text-decoration: none;
    color: Black; 
    font-weight:bold; 
}
.TableMenuCell A:hover    
{
    text-decoration: none;
    color: White;
    font-weight:bold;    
}

.Content 
{
    vertical-align: top;
    height: 500px;  
    padding-bottom: 35px;  
}

.MainFooterCell
{
    Width: 1000px;
    height: 30px;
    /*background-image: url('/Images/menuItem.png');*/
    background-image: url('/Images/footer_bg.jpg');
    background-color: #EBC210;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;  
    text-align: center; 
}

.MainFooterCell A:link
{
    text-decoration: none;
    color: Black; 
    font-weight:normal; 
}
.MainFooterCell A:visited
{
    text-decoration: none;
    color: Black; 
    font-weight:normal; 
}
.MainFooterCell A:active
{
    text-decoration: none;
    color: Black; 
    font-weight: normal; 
}
.MainFooterCell A:hover    
{
    text-decoration: none;
    color: White;
    font-weight:normal;    
}
