/*********************************
 * SECTION 1: General Properties *
 **********************************/

/*
 * General table properties.
 */
table {
}
table tr th {
	vertical-align: top;
}
table tr td {
	vertical-align: top;
}

/*
 * General form properties. This 0px margin is a hack to keep IE happy.
 */
form {
	margin: 0px;
}


/*
 * General link properties.
 */
a {
}
a:visited {
}
a:hover {
	text-decoration: none;
}


/*
 * General image properties.
 */
img {
	border: none;
}

/*
div#mp3 {
	padding: 0.5em;
	min-height: 500px;
}

*/
/*
 * IE does not understand 'min-height', but (wrongly) treats 
 * 'height' like 'min-height', so use the star-html hack here.
 */
 
/*
* html div#mp3 {
	height: 500px;
}
*/

/*
 * Popup window style
 */
body.popup {
	margin: 0px;
	padding: 1em;
	background-image: url(../images/popcontainerbg.gif);
	font-size: 90%;
	background-repeat: repeat;
}
body.popup div.prev_next_links {
	text-align: left;
}
body.popup div.back_to_site {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
	font-family: Verdana, Helvetica, Georgia, sans-serif;
}


/*
 * Default style for error messages.
 */
div.error_message {
	border: solid 2px #f00;
	margin: 1em 0.5em;
	background-color: #fd7;
	color: #000;
}


/*
 * Default style for sub-links on internal pages.
 */
table.sublinks {
	font-weight: bold;
	font-size: 90%;
	font-size: 8pt;
	text-align: right;
	float: right;
	margin-bottom: 1em;
	border: none;
	border-collapse: collapse;
}
table.sublinks tr td {
	border: none;
	border-collapse: collapse;
}
table.sublinks tr td a {
	display: block;
	padding: 0px 4px;
	color: #111;
	background-color: #ddd;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #bbb;
	border-right: solid 2px #bbb;
	text-decoration: none;
	margin: 0px 0.25em;
}
table.sublinks tr td a:hover {
	text-decoration: underline;
}
table.sublinks tr td a.active {
	color: #333;
	background-color: #BA0700;
	border-top: solid 2px #777;
	border-left: solid 2px #777;
	border-bottom: solid 2px #bbb;
	border-right: solid 2px #bbb;
}
table.sublinks tr td a.active:hover {
	text-decoration: none;
}


/*
 * Sublinks.
 */
 
/*
div.sublinks {
	font-size: 8pt;
	text-align: left;
	margin-bottom: 1em;
	font-weight: bold;
}
div.sublinks a {
	color: #111;
	background-color: #ddd;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #bbb;
	border-right: solid 2px #bbb;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0.25em;
	margin-bottom: 0px;
	margin-left: 0.25em;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
div.sublinks a:hover {
	text-decoration: underline;
}
div.sublinks a.active {
	color: #333;
	background-color: #ccc;
	border-top: solid 2px #aaa;
	border-left: solid 2px #aaa;
	border-bottom: solid 2px #eee;
	border-right: solid 2px #eee;
}
div.sublinks a.active:hover {
	text-decoration: none;
}
*/
div.sublinks {
	font-size: 8pt;
	text-align: left;

	font-weight: bold;
}
div.sublinks a {
	color: #111;
	background-color: #ddd;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #bbb;
	border-right: solid 2px #bbb;
	text-decoration: none;

}
div.sublinks a:hover {
	text-decoration: underline;
}
div.sublinks a.active {
	color: #333;
	background-color: #ccc;
	border-top: solid 2px #aaa;
	border-left: solid 2px #aaa;
	border-bottom: solid 2px #eee;
	border-right: solid 2px #eee;
}
div.sublinks a.active:hover {
	text-decoration: none;
}

/*
 * Hacks to make <div>s fully encompass floating elements (e.g. photos). 
 * Note: Safari has a bug where a compound class will break the fix.
 * (Works in Mozilla & Safari Only)
 */
div.floatwrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
 * Turns elements on and off.
 */
div.javascript_show_hide {
	font-size: 90%;
	font-weight: bold;
	margin: 1em;
}




