a {
	text-decoration: underline;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

.menu a {
	font-size: 80%;
	color: white;
}

.menu a:link {
	color: white;
}

.menu a:visited {
	color: white;
}

.menu a:active {
	color: white;
}

.footer p {
	text-align: center;
}

.footer a {
	color: black;
	font-size: 80%;
	text-align: center;
}

.footer a:link {
	color: black;
	text-align: center;
}

.footer a:visited {
	color: black;
	text-align: center;
}

.footer a:active {
	color: black;
	text-align: center;
}

p {
	font-family: Times New Roman, serif;
	font-size: 100%;
}

.default {
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.errorMsg {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	font-style: italic;
	font-family: Arial, sans-serif;
}

.formPromptMsg {
	color: #5588BB;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	font-style: italic;
	font-family: Arial, sans-serif;
}

.saveButton {
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.registerNowButton {
	color: #5588BB;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.registerNowButton a {
	color: #5588BB;
}

.registerNowButton a:link {
	color: #5588BB;
}

.registerNowButton a:visited {
	color: #5588BB;
}

.registerNowButton a:active {
	color: #5588BB;
}

.linkBalanceDue {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.linkBalanceDue a {
	color: red;
}

.linkBalanceDue a:link {
	color: red;
}

.linkBalanceDue a:visited {
	color: red;
}

.linkBalanceDue a:active {
	color: red;
}

.title {
	color: #5588BB;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.subtitle {
	color: #5588BB;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

.regSubtitle {
	color: #FFFFFF;
	background-color: #5588BB;
	text-align: center;
	font-size: medium;
	font-weight: bold;
}

.instructions{
	margin-left: 10px;
	margin-right: 10px;
}

.tableHeadingRow {
	background-color: #999999;
	font-size: 80%;
	font-family: Arial, sans-serif;
}

.tableOddRow {
	font-family: Arial, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
}

.tableEvenRow {
	font-family: Arial, sans-serif;
	font-size: 80%;
	background-color: #C0C0C0;
}

.shortcut {
	font-weight: bold;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.inputForm {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.fieldLabel {
	font-size: 80%;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

.fieldInput {
	font-size: 80%;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

.fieldBalanceDue {
	font-size: 100%;
	color: red;
	text-align: left;
	font-weight: bold;
}

.inputForm.td.p.volunteerText {
	color: #5588BB;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

.forceFont {
	font-weight: normal;
	font-size: 90%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.forceFont2 {
	font-weight: normal;
	font-size: 75%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.cannotChange {
	color: #FF0000;
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.center {
	text-align: center;
}

.invoice {
 	font-weight: normal;
 	font-size: 80%;
 	font-style: normal;
 	font-family: Arial, sans-serif;
 	margin-left: 10px;
 	margin-right: 10px;
 	margin-top:
 	10px; margin-bottom: 10px;
}

.invoice table {
 	font-weight: normal;
 	font-size: 100%;
 	font-style: normal;
 	font-family: Arial, sans-serif;
 	margin-left: 10px;
 	margin-right: 10px;
 	margin-top: 10px;
 	margin-bottom: 10px;
}
 
.validationMsgTitle {
	color: black;
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, sans-serif;
}
 
.validationMsgHeader {
	color: red;
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	font-family: Arial, sans-serif;
	margin-left: 20px;
}
 
.validationMsgDetails {
	color: black;
	font-weight: bold;
	font-size: 100%;
	font-style: italic;
	font-family: Arial, sans-serif;
	margin-left: 40px;
}

.shopForm {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

.shopForm table {
	width: 300px;
	
}

.shopForm tr {
}

.shopForm td {
	vertical-align: top;
}

.shopForm img {
	border: none;
}

.shopForm a {
	text-decoration: underline;
	font-size: 75%;
}

.shopForm a:link {
	color: black;
}

.shopForm a:visited {
	color: black;
}

.shopForm a:active {
	color: black;
}

.shopForm.itemRow {
	border-bottom-style: solid;
	margin-bottom: 50px;
}

td.itemInfo {
	padding-bottom: 50px;
}

td.itemPicture {
	text-align: center;
	padding-bottom: 50px;
}

td.itemDescription {
	font-size: 110%;
	color: black;
	text-align: left;
	font-weight: bold;
	padding-bottom: 20px;
}

td.itemOrderLabel {
	text-align: right;
}

.mainTable { 
	text-align: center;
}

.mainTable table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 320px;
	background-color: #CCCCCC
}

p.cannotChangeOrder {
	color: #FF0000;
	text-align: center;
	font-weight: normal;
	font-size: 80%;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.sectionDivider { 
	background-color: #FFFFFF;
	font-size: 10%;
}

hr.sectionDivider { 
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 50%;
	border-style: none;
}

.submitCancelButtons { 
	background-color: #FFFFFF;
	text-align: center;
}

.dataEntryHint {
	font-weight: normal;
	font-size: 80%;
	font-style: italic;
	font-family: Arial, sans-serif;
}

table.calendar {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.calendar thead tr th, table.calendar tfoot tr th {
	background-color: #5588BB;
	border: 1px solid #FFF;
	font-size: 8pt;
	text-align: center;
	padding: 4px;
}

table.calendar tbody td {
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}

table.calendar tbody tr.yearHeader td {
	background-color: #77AADD;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

table.calendar tbody tr.evenRow td {
	background-color:#CCEEFF;
}

.monthHeader {
	text-align: center;	
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0;
}

table.calendar tbody td.dayInMonth {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	height: 72;
	width: 14%;
	vertical-align: top;
}

table.calendar tbody td.dayInMonth p {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

table.calendar tbody td.blankDayInMonth {
	background-color:#E0E0E0;
}

p.calendarOptionLink {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70%;
	text-align: center;	
	margin-top: 0;
	margin-bottom: 0;
}

table.calendar tbody td.dayInMonth p.requiredEvent, table.calendar tbody tr.requiredEvent, table.upcomingEvents tbody tr.requiredEvent, span.requiredEvent {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}

table.calendar tbody td.dayInMonth p.leaderEvent, table.calendar tbody tr.leaderEvent, table.upcomingEvents tbody tr.leaderEvent, span.leaderEvent {
	color: red;
}

table.calendar tbody td.dayInMonth p.staffEvent, table.calendar tbody tr.staffEvent, table.upcomingEvents tbody tr.staffEvent, span.staffEvent {
	color: blue;
}

table.upcomingEvents tbody tr.requiredEvent {
	font-size: 100%;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
}

#tooltip span {
	font-style: italic;
}

#tooltip h3, #tooltip div {
	margin: 0;
}

