﻿/*
		FPCCalendar.css
		
		Contains the styles specific to the Calendar Page of the 
		FPC Hickory Web site
*/

/*

	Default Body Styles
	
*/
#pageHeaderCalendar {
	width: 750px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#pageHeaderCalendar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	letter-spacing: .4em;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-style: normal;
}
.contentAreaSection {
	width: 750px;
	height: auto;
	text-align: center;
	vertical-align: top;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C9C28F;
	clear: both;
}
.contentAreaSectionHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 10px;
}
.calendarItem {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: top;
	text-align: justify;
	margin: 0px;
	text-indent: 5em;
}
.calendarItem h4 {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
	display: inline;
	margin-right: 1em;
}
.calendarSubMenuBar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.calendarSubMenuBar li {
	list-style-type: none;
	display: inline;
	clear: none;
	margin-right: 20px;
	margin-left: 20px;
}
.calendarGrid {
	border-spacing: 2px;
	empty-cells: show;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	vertical-align: middle;
}
.calendarGrid th {
	padding: 2px;
	border: 2px solid #000000;
}
.calendarGrid td {
	padding: 2px;
	border: 2px solid #000000;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.calendarGrid a {
	color: #1E3152;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
.calendarGrid a:hover {
	color: #FF0000;
	text-decoration: none;
}

