@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(img/fullbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
div#choices {
	width: 920px;
	height: 58px;
	overflow: hidden;
}
div#whatsinside {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #42485C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #42485C;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #00F;
}
.largertext {
	font-size: 16px;
}
div.detail {
	 display: none;
	 margin-left: 30px;
	 margin-right: 30px;
}
div.detail2 {
	 display: none;
	 margin-left: 30px;
	 margin-right: 30px;
	 height: 350px;
	 overflow:hidden; 
}

td.moreinfocell {
	background-color: #FFF;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
td.highlight {
	background:#D1CFF3;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.searchbox {
	text-align: center;
    margin: auto;
}
#searchright{
	float: right;	
	position: relative;
	top: -30px;
	display: none;
}
div.artistpara {
	width: 450px;
}
.gray {
	color: #666;
}
