/* This CSS Document is used to allow the user to decrease the font size */
#globalFontSize {
	font-size: 85%;
	}
#utilities .nextFontSizeSmaller{
	font-size: 100%;
	text-decoration: none;
}
#utilities .nextFontSizeLarger{
	font-size: 180%;
	text-decoration: none;
}
#utilities .defaultFontSize{
	font-size: 140%;
	text-decoration: underline;
}

.AppControls 
{
	font-size: 85%;
	color: #666666;
}



.SubmitButton {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Georgia;
    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; 
}

.eventCalendar
{
	background-color:Transparent;
	width:200px;
	height:150px;
	font-size: 10px;
	font-family:Arial;
	border:none;
	position: relative; 
	left: -4px; top: -4px;
}

.eventCalendarTitle
{
	color:#ffffff;
	font-size:12px;
	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:11px;
	font-weight:bold;
	background-color:Transparent;
	color:#3e647e;
}

.eventCalendarNextPrev
{
	font-size:100%;
	font-weight:bold;
	background-color:Transparent;
	text-decoration:none;
}

.eventCalendarNextPrev a
{
	font-size:100%;
	font-weight:bold;
	background-color:Transparent;
	text-decoration:none;
}

.eventCalendarNextPrev a:hover
{
	font-size:100%;
	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: 10px;
	color: #666666;
	position: relative;
	}

.eventPropertyText td 
{
	width:150px;
	}
	
.eventTypeText {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	width:150px;
	}

.eventTypeCheckbox {
	margin-left: auto;
	margin-right: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	width:1px;
	padding-top:0px;
	margin-top: 0px;
	}

	

#calendarContainer { position: relative; background: #ccc; margin: 8px; } 

.calendarLegend {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	position: relative;
	}

.calendarBlankLine
{
	height:10px;
}

.calendarRepeater
{
	vertical-align:inherit;
	height:1px;
	border-style:solid;
	border-width:1px;
}

.calendarDoubleRow
{
	height:2.3em;
}

.calendarSingleRow
{
	height:1.3em;
}

