﻿html, body
{
    height:100%;
}
body, table
{
    font-family: verdana;
    font-size: 13px;
}
body
{
    margin: 0px;
}
.bodypadded
{
    padding: 10px;
}
.Content
{
    padding: 10px;
}
h1, h2, h3
{
    margin: 0px;
}
.HeadingFont
{
    color: Blue;
    font-size: 20px;
    font-weight: bolder;
}
.HeadingJrFont
{
    color: Blue;
    font-size: 14px;
}
.Button
{
    width: 110px;
}
.grid_header
{
    color: Green;
    background-image: url('Images/header_bg.gif');
}
.SmallFont
{
    font-size: 9px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.ItemEdit
{
    background-color: Gainsboro;
    margin-bottom: 10px;
    padding: 10px;
    width: 750px;
}
.ItemEdit th
{
    background: url("/Images/headerbg.gif");
    font-size: x-small;
    height: 32px;
    text-align: center;
}
.ItemEdit td.Caption
{
    padding-left: 45px;
    text-align: right;
}
.Toolbar
{
    width: 750px;
    margin-bottom: 15px;
}
.FooterDiv
{
    float: left;
    text-align: center;
}
.SidebarHeader
{
    background-color: #0073c5;
    background-color: #2762EC;
    color: White;
    cursor: pointer;
    margin-top: 3px;
    padding: 5px;
}
.SidebarContent
{
    background-color: Gainsboro;
    padding: 4px;
    padding-bottom: 15px;
}
.eventcal th, .Events tr
{
    background-color: DarkBlue;
    color: White;
}
.eventcal td
{
    background-color: White;
    color: Black;
    text-align: center;
    width: 18px;
}
td.eventcalfilled
{
    text-align: center;
    background-color: blue;
    color: white;
}
td.eventcalnon
{
    background-color: Gray;
}
td.eventcalfilled a
{
    text-decoration: none;
    color: White;
}
td.eventcalfilled a:hover
{
    text-decoration: none;
    color: Yellow;
}
td.Events
{
    background-color: White;
    color: Black;
    font-size: 9px;
}
td.EventsWeekend
{
    background-color: LemonChiffon;
    color: Black;
    font-size: 9px;
}