/*
	Style Sheet for NAACCR User-Defined Styles
*/

/* Tag Styles */

address {
	font-style: normal;
	line-height: 1.5em;
	margin-left: 10px;
}

h4 {
	font-weight: bold;
	padding: 0.75em 10px;
}

sup {
	font-size: 0.6em;
	vertical-align: super;
}

/* Class Styles */

.accordionArea h3, .accordionAutoArea h3 {
	cursor:pointer;
}

.accordionAutoArea div {
	width: auto;
}

.bold {
	font-weight: bold;
}

.boardPic {
	border: 2px solid #666;
	float: right;
	padding: 4px;
}

.boardPos {
	font-size: 1.2em;
	text-align: center;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
}

.italic {
	font-style: italic;
}

.spacedLabel {
	clear: both;
	display: block;
	float: left;
	padding-right: 8px;
	text-align: right;
	width: 200px;
}

.underline {
	text-decoration: underline;
}

/* ID Styles */

#holidayTable {
	margin: 0 auto;
	width: 90%;
}

#holidayTable tr td, #holidayTable tr th {
	border: 1px solid black;
	padding: 3px;
}