﻿body 
{
    
}
 
 /*Contains all content that is not on master page*/
 div#content
 {
     float: left; 
     width: 730px; 
     height: 577px; 
     position: absolute; 
     left:240px; 
     top:180px;
     padding-top: 0px;
 }
 
 .BrowserNotice
{
    border-style: outset;
    border-width: thin;
    background-color: #FFFFFF;
    padding: 10px;
     font-family: Sans-Serif;
     font-size:large;
    display:none;
  /*
    position: absolute;
    top: 150px;
    left: 100px;
   
     width: 500px;
    height: 250px;
    font-family: Sans-Serif;
   */
}

.no-close .ui-dialog-titlebar-close {

  display: none;

}


#btn_closeDialog
{
    position:relative;
    left:275px;
}

 /*contains slide show only*/
 div.slideshowcont
 {
     border-color: #70B447;
     border-style: solid;
     background-color: #B3D89C; 
     width: 725px; 
     height: 365px; 
     position: relative;
     box-shadow: 7px 7px 5px #888888;
 }
 
  /*contains Notices only#B3D89C*/
 div.Noticecont
 {
     border-color: #70B447;
     border-style: solid;
     background-color: #67A6C6; 
     width: 725px; 
     height: 220px; 
     position: relative;
     box-shadow: 7px 7px 5px #888888;
 }
 
 div.slideshow
{
    /*display:block; */
    border-color: #70B447;
    border-style: solid;
    background-color: #67A6C6;
    width: 660px; 
    height: 300px; 
    position: relative; 
    top: 15px;
    margin:auto;
    box-shadow: 7px 7px 5px #888888;
}




/*Text inside slide*/
p.slidetext
{
    margin:0px; 
    position:relative; 
    top: 10px; 
    left: 418px; 
    width: 235px; 
    height:375px; 
    font-size: 15px; 
    color:White;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight:bold;
}

img.slideImage
{
    width: 400px; 
    height: 275px; 
    position: absolute; 
    top: 10px; 
    left: 10px;
}

.NameSection
{
    height: 40px;
    width: 939px;
    background-color: #B3D89C;
    text-align: center;
}

.calendarMonthName
{
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    line-height: 0.75em;
    font-size: 2em;
    margin: auto;
    top: 5px;
  
}



.calendar
{
    /*display:block; */
    border: medium solid #70B447;
    background-color: #67A6C6;
    width: 939px;
    height: 740px;
    position: relative;
    top: 45px;
    margin-top: 5px;
    box-shadow: 7px 7px 5px #888888;
    left: -214px;
}
.calendarbody
{
    width: 990px;
    height: 735px;
  
   
    
}
.calendarheader
{
    background-color: #67A6C6;
    width: 154.7px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    position: relative;
    text-align: center;
    float: left;
    color:White;
    
}

.calendarday
{
    background-color: #C8DFEA;
    width: 154.7px;
    height: 134px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    position: relative;
    text-align: center;
    float:left;
  
    
    
}

div.calendarday:hover
{
    background-color: #B3D89C;
}
.divdaynumber
{
    border-width: thin;
    border-color: #000000;
    position: relative;
    width: 17px;
    border-right-style: solid;
    border-bottom-style: solid;
    font-size:14px;
    box-shadow: 7px 7px 5px #888888;
   
}

.logoContainer
{
    
    position: relative;
    top: 20px;
    display: block;
    color: #40486D;
}

.Commissionlogo
{
    top: -10px;
    left: -90px;
    position: relative;
}

.daynumberTHREEinline
{
   
    border-width: thin;
    border-color: #000000;
    position: relative;
    width: 17px;
    border-right-style: solid;
    border-bottom-style: solid;
    font-size:14px;
    box-shadow: 0px 7px 5px #888888;
    display:inline;
    left:-43px;
  
}


.divdaynumberInline
{
   
    border-width: thin;
    border-color: #000000;
    position: relative;
    width: 17px;
    border-right-style: solid;
    border-bottom-style: solid;
    font-size:14px;
    box-shadow: 0px 7px 5px #888888;
    display:inline;
    left:-58px;
  
}

ul.fillcircle
{
    list-style-position:inside;
    text-align:left;
    list-style-type:disc;
    font-size:11.2px;
    font-weight:bold;
  
    margin:0px;
    padding:0px;
}
li.listevents
{
    margin: 3px;
    border-bottom-style: dashed;
    border-bottom-width: thin;
  
}
 li span 
 { 
     position: relative; 
     left: 1px; 
    
   
 }
 .eventlnk
 {
     text-decoration:none;
 }

.divlist
{
  
    position:relative;
  
}