@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 18px;
	color: #6C3F20;
	background-color: #CBEAED;
	background-image: url(images/bg_pattern.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.credits {
	font-size: 13px;
	color: #977727;
}
td.credits a, td.credits a:visited {
	color: #977727;
}
td.credits a:hover {
	color: #aa3732;
}
a, a:visited {
	color: #6C3F20;
}
.subtitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
.highlight_box {
	padding: 10px;
	text-align: justify;
}
.highlight_box, .highlight_box a, .highlight_box a:visited {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AD8238;
}
.small {
	font-size: 12px;
	line-height: normal;
}
a:hover {
	color: #aa3732;
}
ul{margin-top:0;}
.brown {
	color: #6C3F20;
}
.button {
clear:both;
margin-left:225px;
width:80px;
height:30px;
background:#AD8238;
text-align:center;
line-height:30px;
color:#FFFFFF;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:12px;
font-weight:bold;
border: 0px;
}
.input {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:12px;
border:solid 1px #6C3F20;
width:300px;
padding:4px 2px;
color: #6C3F20;
}
.input_field {
font-size:12px;
border:solid 1px #6C3F20;
width:300px;
padding:4px 2px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #6C3F20;
}
/* Audio Player */
#fallback {
	display: none;
}

.audioButton {
	background: url("images/btn.png") no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 25px;
	width: 25px;
}

.audioButton:hover {
	background-position: 0 -33px;
}

.audioButton.playing {
	background-position: 0 -73px;
}

.audioButton.playing:hover {
	background-position: 0 -113px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("images/loading.gif") no-repeat 0 7px;
	text-indent: 0!important;
}

#player {
	display: none;
}
ul.controls {
	list-style: none;
	margin: 0;
	padding: 0;
}