﻿body, p, div, span, h1, h2, h3, h4, h5, ul, li, fieldset, legend, table, tr, td 
{
    font-family:Arial;
}
body 
{
    background-image: url("images/body_background.gif");
    background-repeat: repeat;
    margin-top: 3px;
}
#divWrapper
{
    width: 756px;
    position: absolute;
    left: 50%;
    margin-left: -378px;
}
#divHeaderWrap 
{
    background-color: #FFDD34;
    border-left: solid 1px red;
    border-right: solid 1px red;
    border-top: solid 1px blue;
    border-bottom: solid 1px blue;
}
#divHeader 
{
    width: 754px;
    height: 130px;
    background-image: url("images/NETMontessori_Logo.jpg");
}
#divHeadSpace 
{
    height: 10px;
}
#divBodyWrap 
{
    background-color: #FFFFFF; /*#FFDD34;*/
    border-left: solid 1px red;
    border-right: solid 1px red;
    border-top: solid 1px blue;
    border-bottom: solid 1px blue;
}
#divLeft 
{
    background-color: #FFDD34;
    border-left: solid 1px white;
    border-right: solid 1px red;
    border-top: solid 1px white;
    border-bottom: solid 1px blue;
    width: 160px;
    float: left;
    vertical-align: top;
    height: 400px;
}
#divCenter 
{
    margin-left: 162px;
    margin-right: 162px;
    vertical-align: top;
    background-color: White;
}
#divBreadcrumb 
{
   background-color: White; 
}
#divContent 
{
    background-color: White;
    clear: both;
}
#divRight 
{
    background-color: #FFDD34;
    border-left: solid 1px red;
    border-right: solid 1px white;
    border-top: solid 1px white;
    border-bottom: solid 1px blue;
    width: 160px;
    float: right;
    vertical-align: top;
    height: 300px;
}
#divFootSpace 
{
    height: 10px;
}
#divFooterWrap 
{
    background-color: #FFDD34;
    border-left: solid 1px red;
    border-right: solid 1px red;
    border-top: solid 1px blue;
    border-bottom: solid 1px blue;
    clear: both;
}
.cal
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: White;
    border-top: White;
    margin-top:7px;
}
.calTitle
{
    border: none 0px #FFDD34;   
}
.calOtherMonthDay
{
    display:none;
    visibility:hidden;
}
.calSelector
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: Red;
    border-top: Blue;
    margin-top:7px;
    vertical-align:top;
}
a
{
    text-decoration:none;
    color:Blue;
}
a:link
{
    color:Blue;
}
a:hover
{
    color:Red;
}
.navMargin
{
    margin-top:7px;
    text-align:center;
    width:163px;
}
.leftNav
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: White;
    border-top: White;
    width:163px;
    background-color:#FFDD34;
}
.leftNavDynamic
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: Blue;
    border-top: Red;
    width:163px;
    background-color:#FFDD34;
}
.leftNav a
{
    display:block;
    padding-top:7px;
    padding-bottom:7px;
}
.leftNavDynamic a
{
    display:block;
    padding-top:7px;
    padding-bottom:7px;
}
.leftNavHover
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: White;
    border-top: White;
    width:163px;
    background-color:#FFCC00;
    color:Red;
}
.leftNavHoverDynamic
{
    border: solid 2px;
    border-left: Red;
    border-bottom: Blue;
    border-right: Blue;
    border-top: Red;
    width:163px;
    background-color:#FFCC00;
    color:Red;
}
.comingUp
{
    display: none;
}
ul, li
{
    list-style:disc url("images/bullet.png");
}
.loginLink
{
    font-family:Arial;
    font-size:small;
}
.breadcrumb
{
    text-align:left;
    font-family:Arial;
    font-size:8pt;
}
.footerNavDynamic
{
    border-bottom:Solid 1px Blue;
    border-right:Solid 1px Blue;
    border-top:Solid 1px Red;
    border-left:Solid 1px Red;
}
.footerNavHoverDynamic
{
    background-color:#FFCC00;
}
.footerNavHoverDynamic a
{
    display:block;
}