@charset "UTF-8";

/**********************General Tags *********************/
body {
	background-color: white;
	color: #314E6C;
	font-family: verdana, sans-serif;
}

p {
	font-size: small; 
}

a {
	color: #314E6C;
	font-size: inherit;
}

a:hover{
	color: blue;
	font-size: inherit;
	/*background-color: #D3D3D3;*/
}

ul li {
	color: inherit;
	/*#padding: 0px 0px 15px 0px;*/
	font-size: inherit;
	list-style-image: url("images/Icon-BlueNote.png");
}

hr {
	color: #C2CADD;
	background-color: #C2CADD;
}

table {
	border: 0px;
}

caption {
	text-align: left;
}

h2, h3 {
	text-align: center;
	font-variant: small-caps;
}

fieldset {
	border: 0px;
	padding: 0px;
	width: 160px;
}

/************************* classes **********************/
.emphasis {
	font-weight: bold;
	font-size: larger;
	font-variant: small-caps;
}

.xsmallfont {
	font-size: x-small;
}

.smallfont {
	font-size: small;
}

li.linksPage {
	#padding: 0px 0px 15px 0px; 
}

li.linksPage2 {
	#margin: 15px 0px 15px 0px; 
}

.rowAlt {
	background-color: white;
}

.tableHeader {
	border-bottom: #314E6C solid 1px;
	background-color: #C3C8F0;
}

select.registration {
	width: 170px;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

/************************* ID's *************************/ 

#page {
	margin-left: 5%;
	margin-right: 5%;
	background-color: white;
	width: 650px;
}

#logo {
	display: none;
}

#navigation { 
	display: none;
}

#mainContent { 
	padding: 2px 15px 10px 30px; 
	#padding-top: 50px;
	min-height: 450px; 
	#margin-left: -28px;
	#height: 450px;
	width: 640px;
	background-color: white;
	#background-color: transparent;
}

#calendar {
	margin-left: -35px;
}

#map {
	border: #314E6C solid 2px;
}

#School_District_Results {
	position: absolute;
	font-size: small;
	min-width: 600px;
	#margin-left: -200px;
	#margin-top: 30px;
}

#School_Results {
	position: relative;
	font-size: small;
	#margin-top: 15px;
}

#directors {
	width: 600px;
}

#Director_Results {
	position: relative;
	font-size: small;
}

#signin {
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 5px; 
	font-size: small;
	background-color: silver;
	outline: silver solid 2px;
	border: white solid 2px;
	#border: silver double thick;
	width: 275px;
}

#signin img {
	width: 25px;
	#width: 20px;
}

#signinInstructions {
	position: absolute;
	margin-left: 300px;
	#margin-left: 20px;
	#margin-top: 25px;
	width: 300px;
}

#registrationAnnouncement {
	position: absolute;
	margin-top: 200px;
	#margin-left: -280px;
	width: 600px;
}

#studentInformation {
	font-size: small;
}

#studentInformationTable {
	width: 610px;
}

#ensembleInformation {
	font-size: small;
}

#ensembleInformationTable {
	width: 610px;
}

#registrationSubmitTable {
	width: 610px;
}

#registrationSummary{
	background-color: white;
}

#registrationSummaryTable {
	table-layout: fixed;
	width: 600px;
	font-size: small;
	border: #314E6C solid 1px;
	background-color: white;
}

#memberInformation {
	font-size: x-small;
	float: right;
}

#invoiceSubmitter {
	font-size: small;

}	

#invoiceDates {
	float: right;	
	font-size: small;
	margin-top: -105px;
}

#invoiceInstructions {
	font-size: small;
}

#invoiceSummary{
	
	background-color: white;
}

#invoiceSummaryTable {
	table-layout: fixed;
	width: 600px;
	font-size: small;
	border: #314E6C solid 1px;
	background-color: white;
}

#timeStamp {
	float: left;
	font-size: x-small;
	font-style: italic;
	color: gray;
	padding: 0px 0px 0px 0px;
	margin-top: -2em;
}

#footer {
	display: none;
}

#closeLink {
	display: none;
}

#printLink {
	display: none;	
}

#signOut {
	display: none;
}

