﻿div#sub1, div#extra3, div#extra4, div#extra5
{
	display: none;
}
div#local 
{
	width: 185px; 
	display: block;
	background-color: Transparent;
	position: relative;
}
div#local div.curvy
{
	-moz-border-radius-bottomleft:0ex;
	-moz-border-radius-bottomright:0ex;
	-webkit-border-bottom-left-radius:0ex;
	-webkit-border-bottom-right-radius:0ex;
	background-color: Transparent;
}

h3
{
	margin-bottom: 10px;
	color: #640982;
	font-size: 1.9em;
}


* {
    font-size: 9pt;
}

div#layout
{
	float: none;
	width: 800px;
	margin-bottom: 40px;
}

div#main
{
	float: none;
	width: 800px;
}

.curvy
{
	width: 230px !Important;
	background-color: Transparent !Important;
}

.localInner h3
{
	margin-top: 15px;
	margin-bottom: 10px;
}

#controlLinks a {
    background-color: #43484B;
    border: solid 1px #333333;
    padding: 8px 8px 5px 8px;
    color: #FFFFFF;
    text-decoration: none;
}

.normalDay {
    background-color: #CCCCCC;
}

.otherDay {
}

.dayOff {
    color: #DDDDDD;
}

.weekendDay  {
    background-color: Silver;
}


/* Grid Styles (Pop-up Calendar)////////////////////////*/


.boxMain {
	margin-top:10px;
    width:875px;
    border: solid 1px #666666;
}




/*List Styles////////////////////////////*/


.boxMainSmall {
	margin-top:10px;
    width:540px;
    border: solid 1px #666666;
}
.CalendarMonthGridMedium
{
	width: 540px !Important;
}
.headerMain, .headerMain td {
    background-color: #43484B;
    color: #FFFFFF;
    width:100%;
    padding: 0px;
}
.headerMain a {
    color: #FFFFFF;
}

.boxDay {
    color: #000000;
    width:490px;
	
}

.contentDay {
}

.headerDay {
    background-color: #eeeeee;
    color: #43484B;
	font:  bolder 14px/20px Georgia, "Times New Roman", Times, serif;
    height: 15px;
    padding: 5px 2px 5px 7px;
    vertical-align: middle;
}

.eventTitle{
	color: #000000;
	font-weight: bold;
	
	}
	
.eventDesc {
    color: #333333;
    font-size: 8pt;

}


.eventTimes {
    color: #43484B;
    font-size: 8pt;

}


.listDay li {
    margin-left: 10px;
	margin-bottom: 5px;
}


/*Mini Calendar////////////////////////////*/

.ControlCalendar td.dayOff {
    color: #DDDDDD;
}
.ControlCalendar td {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}
.ControlCalendar td a, .navControl a {
    color: #43484B !Important;
}
.ControlCalendar .dayHeader {
    color: #FFFFFF;
    background-color: #43484B;
    text-align:center;
    padding: 3px;
}


.headerControl {
    height: 20px;
    background-color: #999999;
    text-align: right;
    vertical-align: middle;
}
.navControl {
    padding: 3px;
}
.navlink {
    color: White;
    text-decoration: none;
    font-weight: bold;
  }

.holiday {
    color: Red;
    font-weight:bold;
}





.divChooser {
    background-color: #DDDDDD !Important;
    padding: 5px !Important;
    margin: 2px !Important;
}
.divChooser a {
    text-decoration:none !Important;
    font-size: 8pt !Important;
    color: #43484B !Important;
}
.divCalList {
    background-color: #EEEEEE !Important;
    margin: 2px !Important;
}
.divCalList td {
    font-size: 8pt;
}
.divCalList a {
    color: #43484B !Important;
}

.divButton {
    background-color: #43484B;
    padding: 5px;
    margin: 2px;
    text-align: center;
}
.divButton a {
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.divButton a:hover {
    color: Gray;
}
.pager td {
    padding:2px;
}
.pager a {
    color: #d1232a;
}
    div#goingGreen{
        background-image:url(/images/template/goingGreenSmall.jpg);
        background-repeat:no-repeat;
        position:absolute;
        top:35px;
        right:10px;
        height:44px;
        width:158px;
}

@media print {
    #controlLinks, #printlink {
        display:none;
    }
}
