@charset "utf-8";
/* CSS Document */
#page #rightColumn #content h4 {
	font-weight: normal;
}
#page #rightColumn #content a {
	color: #0058DD;

}
#page #rightColumn #content a:hover {
	color: #0066FF;
	font-weight: bold;

}
#page #rightColumn #content .bigLetters {
	color: #0064f4;
	font-size: 18px;
	letter-spacing: 2px;
}
#page #rightColumn #content .seperator {
	width: inherit;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #6aa6ff;
	margin: 12px 0px;
	clear: both;
}
#page #rightColumn #content .infoBox {
	width: 614px;
	padding: 10px;
	height: 75px;
	overflow: visible;
	border-style: solid;
	border-width: 1px;
	border-top-color: #bfbbbc;
	border-left-color: #bfbbbc;
	border-bottom-color: #575956;
	border-right-color: #575956;
	margin: 2px 0px;
	background-image:url(../image/layout/infoBox_background.png);
	background-repeat:repeat-y;
}
	#page #rightColumn #content .infoBox a {
		font-size: 11px;
	}
	#page #rightColumn #content .infoBox #notes {
		width: 158px;
		height: 111px;
		background-image:url(../image/content/infoBox_notes.jpg);
		float: right;
		position: relative;
		top: -13px;
		right: -21px;
	}
#page #rightColumn #content .infoBoxSmall {
	width: 208px;
	height: 222px;
	float:left;
	margin-right: 4px;
}
	#page #rightColumn #content .infoBoxSmall .picBox {
		width: inherit;
		height: 98px;
	}
	#page #rightColumn #content .infoBoxSmall .textBox {
		width: 192;
		height: 108px;
		background-image: url(../image/layout/infoBox_background_small.png);
		padding: 8px;
		font-size:11px;
		position: relative;
	}
		#page #rightColumn #content .infoBoxSmall .textBox .link {
			position: absolute;
			right: 8px;
			bottom: 4px;
			font-size: 10px;
		}

#page #rightColumn #content .list {
	list-style-image: url(../image/layout/bullet_point.png);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 18px;	
}
	#page #rightColumn #content .list li {
		margin: 10px 0px;	
	}
	#page #rightColumn #content .list a {
		color: #000000;	
	}
#page #rightColumn #content .listSmall {
	list-style-image: url(../image/layout/bullet_point_small.png);
	list-style-type: none;
	list-style-position: outside;
	margin-left: 16px;	
}
	#page #rightColumn #content .listSmall li {
		margin: 3px 0px;	
	}
	#page #rightColumn #content .listSmall a {
		color: #666666;
		font-size: 11px;	
	}
#page #rightColumn #content .galleryPicture {
	margin: 0px 19px;
}
#page #rightColumn #content .additionalInfo {
	font-size: 11px;
	color: #0066FF;
}
#page #rightColumn #content .teamInfo {
	float:left;
	width: 520px;
}
#page #rightColumn #content .teamPicture {
	float:left;
	margin-bottom: 15px;
}
#page #rightColumn #content table {
	table-layout: fixed;
}
#page #rightColumn #content .error {
	letter-spacing: 2px;
	color: #0066ff;
}
#page #rightColumn #content .form td {
	padding: 3px 0px;
}
#page #rightColumn #content input, #page #rightColumn #content select, #page #rightColumn #content textarea {
	background-color: rgb(240, 249, 255);
	font-family: Verdana;
	font-size: 11px;
}
#page #rightColumn #content input[type="submit"] {
	border: none;
    background-color: rgb(0, 102, 255); 
	color:#FFFFFF;
	font-family: Arial; 
	padding: 1px 3px;
	margin: 5px 0px;
	margin-right: 8px;
	!padding: 1px 0px; //IE7
	_padding: 1px 0px; //IE6
}
#page #rightColumn #content #musicDatabaseService {
	position: relative;
}


#page #rightColumn #content #musicDatabaseService #searchBox {
	float:left;
	position: relative;
}
#page #rightColumn #content #musicDatabaseService #userChoice {
	float:left;
	text-align: right;
	width: 381px;
}
	#page #rightColumn #content #musicDatabaseService #userChoice #userChoiceBox {
		text-align: left;
		border:double 3px #0066FF;
		padding: 5px;
		background-color:#EDF5FE;
		position: absolute;
		top: 62px;
		right: 0px;
	}
	#page #rightColumn #content #musicDatabaseService #userChoice input[type="submit"] {
		margin: 0px;
		margin-top: 5px;
		!padding: 1px 0px; //IE7
		_padding: 1px 0px; //IE6
	}
#page #rightColumn #content .button {
	border: none;
    background-color: rgb(0, 102, 255); 
	color:#FFFFFF;
	font-family: Arial; 
	padding: 1px 3px;
	!padding: 1px 0px; //IE7
	_padding: 1px 0px; //IE6
}