﻿body
{
    margin: 15px;
    background-color: #a9a9a9;
    background-position: left top;
    color: black;
    font-family: 'Times New Roman';
}
.img-shadow {
    float:left;
    background: url(images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}
.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid black;
    margin: -6px 6px 6px -6px;
    padding: 0px;
}
.heading
{
    font-weight: bold;
    font-size: 16pt;
    font-family: 'Times New Roman';
    border-bottom: #000000 1px solid;
}

.subheading
{
    font-weight: bold;
    font-size: 13pt;
    font-family: 'Times New Roman';
}


.topshadow
{
    height: 7px;
}
.navbarshadow
{
    height: 8px;
}
.sidebar
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: #eeebea;
    width: 210px;
}

.sidebarheading
{
    font-weight: bold;
    color: #FFFFFF;
    height: 31px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: #000000 1px solid;
}
.sidebarshadow
{
    height: 9px;
}
.sidebarbody
{
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sidebarbodyinfo
{
    color: #a9a9a9;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.information
{
    font-size: smaller;
    color: #a9a9a9;
}
.informationnormal
{
    color: #a9a9a9;
}
.rowspacer
{
    height: 5px;
}
HR
{
    width: 100%;
    height: 1px;
    color: Red;
    border: 0;
    background-color: Red;
}
.navbar
{
    color: white;
    height: 23px;
}
A
{
    color: #e11500;
    text-decoration: underline;
}
A:active
{
    color: #0000cd;
    text-decoration: none;
}
A:hover
{
    color: #0000cd;
    text-decoration: none;
}
A:link
{
    color: #e11500;
    text-decoration: underline;
}
A:visited
{
    color: #e11500;
    text-decoration: underline;
}
.EventDate 
{
    font-weight: bold;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #eeebea;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

