﻿.centered_div_border a:link 
{ 
	color: White;
}

a:link img
{ 
    border: none;
}

a:visited img
{
    border: none;
}
	
.centered_div_border a:visited 
{
    color: White;
}

.menu_div 
{
    margin-bottom: 0px;
    font-weight: bolder;
    background-color: #959568;
    border-top-color: Black;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: thin;
    height: 50px;
}

.menu_div a 
{
    margin-left: 5px;
    margin-right: 5px;
}

.menu_div a:link 
{
    color: White;
    vertical-align: middle;
}

.menu_div a:visited 
{ 
	color: White;
}

.menu_div a:hover 
{ 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

.menu_div a:active 
{ 
	color: #333333;
}

.centered_div {
    width: 650px;
    height: 500px;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -335px;
    z-index: 3;
    vertical-align: top;
    line-height: 20px;
    text-align: justify;
    text-indent: 0px;
    font-size: small;
    background-color: Transparent;
}

.half_opacity 
{
    background: #9966cc;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.centered_div_border 
{
    text-align: justify;
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    z-index: 2;
    color: Black;
    background-color:White;
}

.title_table
{
    background-color:#959568;
    width: 100%;
    color:White;
}

.main_content
{
    padding: 10px;
    background-color:Black;
    color:White;
}

.image_zoom_div 
{
    display:none; 
    z-index:99; 
    position:absolute; 
    width:640px;
    height:480px;
    top:50%; 
    left:50%;
    margin-left:-320px;
    margin-top:-240px;
    background-color:Black;
    padding: 10px 10px 10px 10px;
}

.image_zoom_div img 
{
    max-width: 600px;
    max-height: 440px;
}

.page_overlay 
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #333333;
    opacity:.50;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    z-index:75;
    position:absolute;
    display: none;
}

.main_content
{
    overflow: auto;
}

.shadow_div
{
    padding: 10px;
    width: 900px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -280px;
    background: #000000;
    opacity: .0;
    filter: alpha(opacity=0);
    -moz-opacity: .0;
    z-index: 1;
    color: White;
}

.background_color 
{
    background-position: top;
    font-family: Georgia,Verdana;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: White;
    background-color:#556C4F;
}

.title_block
{
    font-size: x-large;
    font-weight: bold;
    margin-top: 0px;
    //border-bottom: thin #000000 solid;
    //border-top-style: solid;
    //border-bottom-style: solid;
    //border-top-width: thin;
    //border-bottom-width: thin;
    //border-color: #000000;
    height: 50px;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 30px;
}

.wide_screen
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 350px;
    top: 50%;
    left: 0px;
    margin-top: -175px;
    background: #9966cc;
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    visibility: hidden;
}

.address_block
{
    font-size:smaller;
    color:White;
    background-color: #959568;
}

.overlay
{
    position: absolute;
    z-index: 50;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display:none;
    background: #333333;
    opacity: .50;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
}

.Album 
{
    width: 175px;
    background-color: Black;
    height: 300px;
    text-align: center;    
}

.album_image
{
    cursor: pointer;
    border: solid 5px black;
    margin: 5px 5px 5px 5px;
}

thead
{
    font-weight: bold;
}

.eventHeader
{
	font-weight: bold;
	font-size: larger;
}

pre
{
    font-family: Verdana
}
