/* Basic Layout */
body,td,th {
	font-size: small;
	color: #4C1B1B;
	font-family: Times New Roman, Times, serif;
}
body {
	background-color: #FCFAE1;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 96%;
}

form {
	margin: 0px auto;
	text-align: center;
}

input,textarea,select,option {
	color: #4C1B1B;
	background-color: #F6E497;	
	
	border-style: solid; 
	border-width: 1px;
	border-color: #4C1B1B;

	padding-right: 4px;
	padding-left: 4px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
	.noBorder {
		background-color: #FCFAE1;
		border-style: none;
	}
	
	.comboBoxes {
		border-style: none;
		border-width: 0px;
	}
	
	#comboBorders {
		float: left;
		width: auto;
		height: auto;
		border: solid;
		border-width: 1px;
		border-color: #4C1B1B;
	}

a { font-weight:bold; }
a:link { color: #4C1B1B; }
a:visited { color: #BD8D46; }
a:hover { color:#BD8D46; } 
a:active { color: #000000; }

#results {
	margin: 0px auto;
	width: 95%;
	color: #4C1B1B;
	border: solid;
	border-width: 1px;
	border-color: #4C1B1B;
	text-align:center;
	padding: 4px;
	font-size: small;
}

.djImage {
	float: left;
	width: 80px;
	padding: 2px;
}

.djBio {
	margin-left: 5px;
	float: left;
	padding: 2px;
	width: 500px;
	height: auto;
	text-align: left;
	font-size: small;
}

.titles {
	background-color: #4C1B1B;
	color: #FCFAE1;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.musicTitles {
	color: #4C1B1B;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

.smallTitles {
	background-color: #4C1B1B;
	color: #FCFAE1;
	font-weight: bold;
	font-size: medium;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
}

.smallTitlesRight {
	background-color: #4C1B1B;
	color: #FCFAE1;
	font-weight: bold;
	font-size: medium;
	text-align: right;
	padding-left: 10px;
	padding-top: 4px;
}
	.smallTitlesRight a { font-size: small; font-weight: bold; }
	.smallTitlesRight a:link { color: #FCFAE1; }
	.smallTitlesRight a:visited { color: #FCFAE1; }
	.smallTitlesRight a:hover { color: #BD8D46; } 
	.smallTitlesRight a:active { color: #FFFFFF; }

.tableRow0 {
	background-color: #FCFAE1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4C1B1B;
}

.tableRow1 {
	background-color: #D7D4B2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4C1B1B;
}

.submitButton0 {
	background-color: #FCFAE1; 
	border: none; 
	width: auto; 
	height: auto; 
	padding: 2px;
	padding-left: 0px;
}

.submitButton1 {
	background-color: #D7D4B2; 
	border: none; 
	width: auto; 
	height: auto; 
	padding: 2px;
	padding-left: 0px;
}
