/* This CSS Document is used to allow the user to decrease the font size */
#globalFontSize {
	font-size: 75%;
	}
#utilities .nextFontSizeSmaller{
	font-size: 100%;
	text-decoration: underline;
}
#utilities .nextFontSizeLarger{
	font-size: 180%;
	text-decoration: none;
}
#utilities .defaultFontSize{
	font-size: 140%;
	text-decoration: none;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	background-color:#709bb3;
	border-top: 1px solid #ebeff6;
	border-right: 1px solid #ebeff6;
	border-left: 1px solid #ebeff6;
	letter-spacing: .06em;
}

.AppControls 
{
	font-size: 75%;
	color: #666666;
}

.SubmitButton {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Georgia;
    font-size: 75%;
    COLOR: #394E8D;
    BORDER-BOTTOM: 2px #5883D8 outset;
    BORDER-RIGHT: 2px #5883D8 outset;
    BORDER-LEFT: 1px #A1ACC1 outset;
    BORDER-TOP: 1px #A1ACC1 outset;
    cursor:pointer; 
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    text-align:center; 
}

/* Begin - styles for horizontal Nav Bar (Tier 1) */
#tier1nav ul ul li a
{
	display: block;
	text-decoration: none;
	color: #ebeff6;
	background-color: #407a99;
	font-size: 72%;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	width: 164px;
	letter-spacing: .06em;
}

#tier1nav ul ul li a:hover
{
	display: block;
	text-decoration: none;
	color: #d08b2a;
	background-color: #cbd7e1;
	font-size: 72%;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	width: 164px;
	letter-spacing: .06em;
	
}

.eventCalendar
{
	background-color:Transparent;
	width:180px;
	height:140px;
	font-size: 110%;
	font-family:Arial;
	border:none;
	position: relative; 
	left: -2px; top: -2px;
}



.eventCalendarTitle
{
	color:#ffffff;
	font-size:110%;
	font-weight:bold;
	border-width:1px;
	border-color:#000000;
	background-color:#3e647e;
	text-align:center;
	background-image: url(../../images/CalendarTitleBG.jpg);
	background-repeat: no-repeat;
}

.eventCalendarDayHeader
{
	font-size:85%;
	font-weight:bold;
	background-color:Transparent;
	color:#3e647e;
}

.eventCalendarNextPrev
{
	font-size:90%;
	font-weight:bold;
	background-color:Transparent;
	text-decoration:underline;
}

.eventCalendarNextPrev a
{
	font-size:90%;
	font-weight:bold;
	background-color:Transparent;
	text-decoration:none;
}

.eventCalendarNextPrev a:hover
{
	font-size:90%;
	font-weight:bold;
	background-color:Transparent;
	text-decoration:none;
}



.eventPropertyText {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: relative;
	}

.eventPropertyText td 
{
	width:120px;
	}
	
	#calendarContainer { position: relative; background: #ccc; margin: 2px; } 

.calendarLegend {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	position: relative;
	}

/* End - styles for horizontal Nav Bar (Tier 1) */

.calendarBlankLine
{
	height:4px;
}
.calendarDoubleRow
{
	height:1.5em;
}

.calendarSingleRow
{
	height:1.0em;
}