@import "red.css";

td {
	/* vertical-align: top; */
	font-size: inherit;
}

table {
	font-size: inherit;
}

img {
	border: 0;
}

body {
	margin-top: 2px;
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 10px;
	padding-bottom: 2px;
}

/* #page for word press */
div#container, #page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 1em;
	text-align: left;
}

div#container {
	font-size: 1.2em;
}

#header, .header {
	height: 40px;
	/* background-color: #003366;
	background-color: #4091BF; */

	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 28px;
	padding-top: 11px;
	/* margin: 20px; */
	margin-bottom: 0;
	padding-bottom: 0;
}

#header a:link, .header a:link, #header a:visited, .header a:visited {
	text-decoration: none;
}

#header a:hover, .header a:hover {
	text-decoration: underline;
}

#footer, .footer {
	font-size: 12px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 12px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
}

#footer .motto {
	font-size: 10px;
	padding-bottom: 3px;
}

.footer a:link, .footer a:visited {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: underline;
}


div#content {
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#container h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

#container h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.quotebox {
	width: 350px;
	margin-top: 10px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 3px;
}

.quotetitle {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/* background-color: #8caf88; */ /* nice green */
	color: white;
}

.quotetitle a:link, .quotetitle a:visited {
	color: white;
}

.quote {
	padding: 10px;
	border-top: none;
}

.author {
	display: block;
	clear: both;
	text-align: right;
	padding-top: 5px;
	font-style: italic;
}
.quotesource {
	display: block;
	clear: both;
	text-align: right;
	font-style: normal;
}

.composerlistdiv {
	background-repeat: no-repeat; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.composerlist {
	font-family: Arial;
	font-size: 12px;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}

.composerlist tr {
	border-left: 1px solid #6147C9;
	border-right: 1px solid #6147C9;
}

.composerlist td {
	padding: 2px;
	padding-left: 4px;
	padding-right: 5px;
}

.composerlist td.countcolumn {
	text-align: right;
	width: 3em;
	padding-right: 1.5em;
}

.composerlist td.namecolumn {
	width: 24em;
}

.composerlist td.datecolumn {
	width: 9em;
}

.composerlist td.nationalcolumn {
	/* width: 10em; */
}

.composerlist td.admincolumn {
	width: 3em;
}

td.formlabel {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	white-space: nowrap;
}

.error {
	color: red;
	font-size: 12px;
}

.statustable {
	margin-left: auto;
	margin-right: auto;
}

.statustable tr.alternate {
	background-color: #eee;
}

.loginbtn {
	background-repeat: no-repeat;
}

.browsebtn {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.browsebtn:hover {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.resetbtn {
	background-image: url(../Earsense/images/resetbtn1.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.resetbtn:hover {
	background-image: url(../Earsense/images/resetbtn1_over.gif);
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.searchbtn {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.searchbtn:hover {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.insertbtn {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.insertbtn:hover {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.updatebtn {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.updatebtn:hover {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}

.clearbtn {
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block;
}

.composerbtn {
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block;
}
.composerbtn:hover {
	background-repeat: no-repeat;
	width: 100px;
	height: 25px;
	display: block;
}
.worksbtn {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}
.worksbtn:hover {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	display: block;
}

.letterlinks {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.letterlinks td {
	height: 16px;
	width: 3.8%;
}

.letterlinks a {
	font-size: 14px;
	display: block;
	height: 16px;
	text-align: center;
	padding-top: 2px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

.letterlinks a:hover {
	text-decoration: underline;
}

.menulinks {
	width: 100%;
}

.menulinks td {
	height: 16px;
	width: 3.8%;
}

.menulinks a {
	font-size: 12px;
	display: block;
	height: 16px;
	text-align: center;
	padding-top: 2px;
	width: 100%;
	text-decoration: none;
	font-weight: normal;
}

.menulinks a:hover {
	text-decoration: underline;
}

.resources {
}

.resources h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

.resources .url {
	margin-bottom: 5px;
	margin-left: 5px;
}

.resources .description {
	margin-left: 8px;
}

.cbQueryDump {
	border: 1px solid red;
	padding: 2px;
	background-color: #eee;
	font-family: Courier;
	margin-top: 2px; margin-bottom: 2px;
}

.composerlist td {
	vertical-align: top;
}


/* Calendar Events */

.events {
	margin-left: auto;
	margin-right: auto;
}

.datebanner {
	width: 700px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 3px;
	padding-left: 7px;
	padding-top: 4px;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	/* height: 18px; */
}

.event {
	margin-left: 4px;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 680px;
	min-height: 104px;
	clear: both;
}

.eventterse {
	margin-left: 1px;
	padding: 5px;
	/* margin-bottom: 5px; */
	width: 500px;
	clear: both;
}

.eventopusonly {
}

.event img.ensemble {
	float: right; 
	margin-top: 1px; 
	margin-left: 5px;
	margin-bottom: 5px;
}

.event .date, .eventterse .date {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}

.event .ensemble, .eventterse .ensemble {
	font-weight: bold;
}

.event .presenter, .eventterse .presenter {
	font-size: 12px;
	margin-left: 0px;
}

.event .notice, .eventterse .notice {
	/* margin-left: 2px; */
	font-size: 12px;
	font-weight: bold;
}

.event .works, .eventterse .works {
	margin-left: 0px;
	font-size: 12px;
}

.event .notice {
	margin-top: 6px;
	margin-left: 0;
}

.event .works {
	margin-top: 4px;
	padding: 0px;
}

.event .composer, .eventopusonly .composer, .eventterse .composer, .eventterse .eventopusonly {
	font-weight: bold;
}

.event .text {
	font-size: 12px;
	/* margin-top: 4px; */
}

.message {
	font-size: 1.2em;
}

sup {
	font-size: 12px;
}

#instruments, #instrument2, #instrument3, #instrument4, #instrument5, #instrument6, #instrument7, #instrument8, #instrument9 {
	display: none;
}


.formlabel {
	/*
	background-color: #A69D8D;
	color: #DED9C2;
	*/

}

.endorse {
	margin-top: 20px;
	font-style: normal;
	text-align: justify;
}

.endorsesource {
	text-align: right;
	font-style: normal;
}

.calendaricon {
	font-family: Arial;
	font-size: 10px;
	float: left;
}

.calendaricon td {
	border: 0;
	text-align: right;
	padding: 2px;
}

.calendaricon td.blank {
	border: 0;
}

td.checkcolumn {
	width: 5px;
}

.formbox {
	padding: 5px;
	margin-bottom: 5px;
	clear: both;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}