body {
  margin: 0;
  padding: 0;
  font: 12px/18px arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  background: #231f20 url(/assets/images/backgroundRadial.png) center top no-repeat;
	/*background-color: #231f20;*/
}

a:active,
a:focus {
  outline: 0;
}

a.std {
  color: #fff;
  text-decoration: none;
}
a.std:hover {
  color: #02ffff;
}
a.newsletter {
  color: #fff;
	font-weight: bold;
  text-decoration: underline;
}
a.newsletter:hover {
  color: #02ffff;
	text-decoration: none;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

h3 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
h3.white {
	color: #fff;
}

ul.list {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style-type: square;
  list-style-image: url(/assets/images/ndash.gif);
}
ul.list li {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.hidden {
  display: none;
}

#big {
  margin: 0 auto;
}

div.response.complete {
  padding: 10px 0;
  color: #02ffff;
}

#wrapper {
  min-width: 703px; /*4 columns*/
	max-width: 1411px; /*8 columns*/
	width: 87%; /*should not be used, instead calculate width!*/
  margin: 0 auto;
  text-align: left;
}

#header {
  margin-top: 36px;
  margin-bottom: 24px;
}

#footer {
  background-color: #000;
  padding: 0;
  margin-top: 10px;
  /*
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  */
}
#footer,
#footer h3 {
  font: 11px/18px arial;
  color: #9d9d9d;
}
#footer a {
  color: #9d9d9d;
  /*color: #eee;*/
  text-decoration: none;
}
#footer a:hover {
  color: #02ffff;
}
#footer h3 {
  color: #666;
  font-weight: bold;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer li {
  float: left;
	width: 177px;
}

#scroller {
	width: 7px;
	overflow: scroll;
}

#navigation {
	float: right;
	position: relative;
	top: -19px;
}

#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	color: #02ffff;
}

#navigation ul, #navigation li {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	list-style: none;
	float: left;
	text-indent: 0px;
	border-right: 1px #666 solid;
	margin-right: 6px;
	padding-right: 6px;
}

#navigation li span {
	cursor: pointer;
	font-size: 12px;
}
#navigation li span:hover {
	color: #02ffff;
}

#navigation .last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

h1	{
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
	
h1 a	{
  display: block;	
  width: 235px;
  height: 45px;
  background: url(/assets/images/nameplate2.png) top left no-repeat;
	margin: 0;
  margin-left: 4px;
	padding: 0;
	border: 0;
}

#containerFilterSort {
  background-color: #000;
  margin-bottom: 12px;
	height: 56px;
}
#containerFilter,
#containerSort {
  padding: 0 10px;
}
#containerFilterSort form {
	float: left;
	clear: none;
}
#containerFilterSort dl dd {
  display: inline;
  margin: 0;
  padding: 0;
}
#containerFilterSort dl dt {
	margin-bottom: 3px;
}
#containerFilterSort dl {
  margin: 0;
	margin-top: 6px;
}

#containerArtists ul {
  margin: 0;
  padding: 0;
  color: #000;
}
#containerArtists li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
}
#containerArtists li div.photo {
  width: 172px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  height: 0px;
  background-position: 0 -172px;
  background-repeat: no-repeat;
}
#containerArtists li.empty div.photo {
  background-color: #666;
}

#containerArtists dl {
  margin: 0;
  padding: 0;
  width: 162px;
  height: 40px;
  padding-top: 20px;
  padding-left: 10px;
  background: #f9f9f9 url(../images/bannerBackground2.gif) 0 0 no-repeat;
}
#containerArtists li.selected dl {
  background-position: 0 -60px;
}
#containerArtists li.empty {
  opacity: 0.2;
  filter:alpha(opacity=20);
  -moz-opacity: 0.2;
}

#containerArtists dt,
#containerArtists dd {
  margin: 0;
  padding: 0;
}
#containerArtists dt {
  font-family: georgia;
  font-size: 12px;
  font-weight: bold;
  color: #444;
}
#containerArtists dd {
  line-height: 12px;
  color: #666;
}
#containerArtists li.selected dt {
  color: #fff;
}
#containerArtists li.selected dd {
  color: #aaa;
}

#containerArtists ul li:hover {
  cursor: pointer;
}
#containerArtists ul li.empty:hover {
  cursor: default;
}

div.artistlinks {
	position: absolute;
	background: url(/assets/images/transparentwhitebg.png) left top repeat;
	bottom: 0;
	right: 0;
	width: 164px;
	text-align: right;
	padding: 4px;
	height: 18px;
	overflow: hidden;
  /*visibility: hidden;*/
}
div.artistlinks a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
div.artistlinks a:hover {
	color: #02ffff;
}
div.linkarrow {
  width: 11px;
  height: 11px;
  margin: 4px;
}

.maincontainer {
	background-color: #000;
	min-height: 20px;
	padding: 6px 12px;
	margin-bottom: 8px;
}
.maincontainer.concepts .banner {
	width: 350px;
}
.maincontainer.concepts .banner img {
	margin: 0 10px;
}
.maincontainer.concepts .text {
}

.formcontainer {
	background-color: #000;
	min-height: 20px;
	overflow: hidden;
	padding: 6px 12px;
	margin-bottom: 8px;
	height: 20px;
}
.formcontainer.open {
	height: auto;
}
.formcontainer legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	margin-bottom: 8px;
	padding: 0px;
	cursor: pointer;
}
.formcontainer fieldset {
	margin-bottom: 6px;
}
.formcontainer fieldset label {
	width: 100%;
	display: block;
	margin-bottom: 6px;
	float: left;
}
.formcontainer fieldset label input,
.formcontainer fieldset textarea {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	width: 62%;
	font-size: 11px;
	border: 1px solid #222;
	color: #fff;
	background-color: #222;
	padding: 2px 2px;
}

.formcontainer fieldset textarea {
	width: 98%;
	height: 120px;
}

.formcontainer fieldset label input:focus,
.formcontainer fieldset textarea:focus {
	border: 1px solid #02ffff;
}
.formbutton {
	border: none;
	background-color: #000;
	color: #FFF;
	float: right;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	margin-left: 16px;
	padding-bottom: 2px;
	width: auto;
}
.formbutton:hover {
	background-color: #02ffff;
	color: #000;
}
.formcolumn {
	width: 344px;
	clear: none;
	float: left;
	margin-right: 12px;
}
.required {
	color: #02ffff;
}

.pastdjcontainer {
	float: left;
	width: 177px;
	margin-bottom: 10px;
	cursor: default;
	color: #bbb;
}
.pastdjcontainer span {
	clear: both;
}
.pastdjcontainer a {
	color: #bbb;
	text-decoration: none;
}
.pastdjcontainer h4 {
	color: #02ffff;
	font-size: 12px
}
.pastdjcontainer a:hover {
	color: #02ffff;
}

/*
 * When javascript is disabled
 */
body.noJS div.container {
  width: auto;
}

body.noJS #containerArtists ul li {
  float: left;
  margin-right: 4px;
}

body.noJS #containerArtists ul li div.photo {
  height: 172px;
}
body.noJS #containerArtists ul li:hover div.photo {
  background-position: 0 0;
}

body.noJS #containerArtists ul li:hover div.artistlinks {
	visibility: visible;
}

body.noJS #containerArtists ul li:hover dl {
  background-position: 0 -60px;
}
body.noJS #containerArtists ul li:hover dl dt {
  color: #fff;
}
body.noJS #containerArtists ul li:hover dl dd {
  color: #aaa;
}

#ajax-loader-main {
  display: none;
}
.ajaxloading-mini {
	background: url(/assets/images/loaderMiniTransparent.gif) no-repeat center center;
  display: block;
  width: 16px;
  height: 16px;
}

/*
 * Clearfix
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */