﻿/* Master Page - BEGIN */
.main, .body
{
	background-color: #669966;
}

.bodyInset
{
	background-color: #336666;
}

.loginName, .loginName a
{
	background-color: #336666;
	color: white;
}

.footer, .footer a
{
	background-color: #669966;
	color: White;
}
/* Master Page - END */

/* About Us - BEGIN */
.title
{
	color: #336666;
}

h2, .leftNav, .leftNav a, .pageNav, .pageNav a, .entryLabel a, .entryLabel, .entryButton a, a.entryButton, .profileTitle
{
	color: #333366;
}
/* About Us - END */

/* Photos - BEGIN */
.unselected
{
    border: solid 1px #669966;
}

.selected, .selected div
{
    background-color: #336666;
	color: white;
}

.selected
{
     border: solid 1px #669966;
}
/* Photos - END */

/* Calendar - BEGIN */

.dayNumber
{
    border-bottom-color: #9CB164;
    border-left-color: #9CB164;
}

.calothermonth, .calothermonth div
{
    background-color: #C8DB96;
}

.calcurrentday, .calcurrentday div
{
    background-color: #F1F8C4;
}

.calweekend, .calweekend div
{
    background-color: #E2F3B5;
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    border-color: #AEC279;
}

/* Calendar specific formatting - end */

