/* Copyright 2007 Michael Chaney Consulting Corporation, All Rights
 * Reserved */

html, body {
	background-color: black;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, p, ol, ul, td, div, table {
  font-family: helvetica, arial, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

div, form, object, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
}

form, fieldset {
	display: inline;
}

select, input { font-size: 12px; }

body, p, li, div, a {
	color: white;
}

img { border: 0; }

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

a span.show-on-hover { visibility: hidden; }
a:hover span.show-on-hover { visibility: visible; }

html, body {
	height: 100%;
	width: 100%;
}

body {
}

/*
div.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  border: 2px solid red;
}
*/

.fieldWithErrors {
  padding: 2px;
  background-color: #fb0410;
  display: table;
  float: left;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid #fb0410;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div#flash {
	padding: 10px;
	width: 700px;
	color: black;
	background: white;
}

div#flash p {
	width: 90%;
	color: black;
}

div#flash a#flash-dismiss {
	border: 1px solid black;
	background: #bbb;
	color: blue;
	padding: 2px;
}

div#flash a#flash-dismiss:hover {
	text-decoration: none;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

span.instructions {
  color: #5bf;
  font-size: .9em;
}

table.item-list { width: 95%; padding: 3px; border: 1px solid black; }
table.item-list th { background: #008; color: white; text-align: center;}
table.item-list tr td { padding-left: .5em; padding-right: .5em; }
table.item-list tr.odd { background: #333; }
table.item-list, table.item-list th, table.item-list td, table.item-list input, table.item-list select {font-size: 8pt; }

table.tiny-item-list { width: 580px; padding: 3px; border: 1px solid black; }
table.tiny-item-list th { background: #fb0410; color: white; text-align: center;}
table.tiny-item-list tr td { padding-left: .5em; padding-right: .5em; }
table.tiny-item-list tr.odd { background: #ddd; }
table.tiny-item-list, table.tiny-item-list p, table.tiny-item-list th,
table.tiny-item-list td, table.tiny-item-list input, table.tiny-item-list select {font-size: 7pt; }

/* Main page layout */
div#wrap {
	position: relative;
	width: 1000px;
	background: black;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

/* Header */
div#header {
	width: 1000px;
	position: relative;
	height: 105px;
	background: black url(/images/hr4.gif) bottom center no-repeat;
}

div#header h1 a span { display: none; }
div#header h1 {
	border: 0;
	padding: 0;
	margin: 0;
}
div#header h1 a {
	display: block;
	position: absolute;
	width: 157px;
	height: 77px;
	top: 18px;
	left: 1px;
	background-image: url(/images/s3-logo.gif);
	background-repeat: no-repeat;
}

/* top links (login/register/logout/etc.) */
ul#top-links {
	position: absolute;
	height: 12px;
	top: 4px;
	right: 0px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

ul#top-links li {
	float: left;
	list-style-type: none;
	height: 12px;
	margin: 0;
	padding: 0 5px;
	color: white;
	font-size: 9px;
}

ul#top-links li a {
	text-decoration: none;
	font-size: 9px;
	color: white;
}

ul#top-links li a:hover, ul#top-links li a.on {
	color: #00bff3;
}

/* dropdown login form */
div#login-dropdown {
	background: #222;
	border: 1px solid #ebebeb;
	width: 224px;
	height: 96px;
	padding: 8px 12px;
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 100;
	overflow: hidden;
}

div#login-dropdown * {
	font-size: 12px;
}

div#login-dropdown label {
	width: 100px;
	color: white;;
}

div#login-dropdown input.text {
	height: 12px;
	width: 150px;
	font-size: 10px;
}

div#login-dropdown input.button {
}

div#login-dropdown p {
	color: white;;
	clear: both;
	margin: 5px 0;
	width: 100%;
	text-align: right;
}


/* top nav menu */
ul#nav-menu {
	position: absolute;
	height: 23px;
	bottom: 4px;
	left: 172px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

ul#nav-menu li {
	float: left;
	list-style-type: none;
	height: 23px;
	margin: 0;
	padding: 0 7px;
}

ul#nav-menu li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 12px;
	height: 23px;
	font-weight: bold;
	color: white;
}

ul#nav-menu li a:hover, ul#nav-menu li a.on {
	color: #00bff3;
	background: url(/images/nav-underline.gif) bottom center no-repeat;
}

/* Footer */
div#footer {
	clear: both;
	background: black url(/images/hr4.gif) top center no-repeat;
	width: 1000px;
	height: 23px;
	font-size: 10px;
	vertical-align: bottom;
	z-index: 0;
}

div#footer p {
	float: left;
	margin-right: 20px;
	color: white;
	font-size: 11px;
}

div#footer p.final {
	float: right;
	margin-right: 0;
}

div#footer p a {
	color: white;
	font-size: 11px;
}

/* Simple Search */
div#top-simple-search {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 360px;
	height: 20px;
}

div#top-simple-search input.kw {
	position: absolute;
   right: 67px;
	width: 200px;
	height: 15px;
	font-size: 8px;
	border: 1px;
}

div#top-simple-search a:active {
	text-decoration: none;
}

div#top-simple-search a.submit span { display: none; }

div#top-simple-search a.submit {
	position: absolute;
	right: 0px;
	display: block;
	width: 64px;
	height: 17px;
	background: url(/images/search-button.gif) top center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

div#top-simple-search a.submit.clear {
	right: 70px;
	width: 32px;
	background: url(/images/clear-button.gif) top center;
  font-size: 9px;
  font-weight: normal;
  color: #999;
  text-transform: lowercase;
}

div#top-simple-search a.submit:hover {
	background-position: bottom;
	text-decoration: none;
	color: #00bff3;
}

/* Full Search */
div#top-full-search {
	position: relative;
	width: 1008px;
	overflow: visible;
}

div#top-full-search div#top-simple-search {
	top: -29px;
	right: 10px;
}

div#top-full-search div#top-simple-search input.kw {
	right: 102px;
}

div#top-full-search div#top-simple-search a.submit.clear {
	right: 67px;
}

div#top-full-search img.bottom-hr {
	width: 1000px;
	height: 4px;
	margin-top: 5px;
}

div#top-full-search ul {
	position: relative;
	width: 1020px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

div#top-full-search ul li {
	float: left;
	display: block;
	list-style-type: none;
	width: 110px;
	margin: 5px 17px 0 0;
}

div#top-full-search ul li select {
	font-size: 9px;
	height: 15px;
	width: 110px;
}

/* artist page */
div#artist-header {
}

div#artist-header img.artist-pic {
	width: 400px;
	height: auto;
	height: 239px;
	float: left;
	margin: 10px 20px 10px 0;
}

div#artist-header div.bio {
	float: left;
	width: 570px;
	height: 239px;
	text-align: justify;
	margin: 10px 0 10px 0;
	overflow: auto;
	padding-right: 10px;
}

div#artist-header div.bio h3 {
	margin-top: 0;
}

div#artist-header div.bio a {
	color: #00bff3;
}

div#artist-track-area {
	width: 575px;
	max-height: 450px;
	float: left;
	margin: 10px 10px 10px 0;
}

div#artist-track-area div#player, div#artist-track-area object#player {
	width: 572px;
	height: 20px;
	margin: 0 0 2px 0;
}

div#artist-track-area div#track-list-wrapper {
	width: 570px;
	height: 423px;
	overflow: auto;
	border: 1px solid white;
	margin-top: 2px;
}

div.play-buttons {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 17px;
}

div.play-buttons * {
	vertical-align: middle;
}

div.play-buttons img {
	margin-bottom: 2px;
}

div.play-buttons a:hover {
	text-decoration: none;
}

div#artist-list {
	float: left;
	width: 410px;
	overflow: visible;
}

div#artist-list div.artist-browser {
	width: 430px;
}

div#artist-list div.artist-browser div.one-artist {
	width: 134px;
	margin: 5px 8px 0 0;
}

div#artist-list div.artist-browser div.one-artist p {
	font-size: 9px !important;
}

div#artist-list div.artist-browser div.one-artist a.img-link {
	width: 134px;
	height: 80px;
}

div#artist-list div.artist-browser div.one-artist p {
  white-space: nowrap;
}

div#artist-list div.artist-browser div.one-artist.selected p a {
  color: #00bff3;
}

div#artist-list div.artist-browser div.one-artist.selected a img.color {
	z-index: 5;
}

div#artist-list div.artist-browser div.one-artist img {
	width: 134px;
	height: 80px;
}

div#artist-list div.artist-browser div.one-artist p {
	font-size: 10px;
}

/* FAQ page */
ul.faq {
}

ul.faq li {
	margin-bottom: 15px;
}

ul.faq li p {
	margin: 0;
}

ul.faq li p a {
	text-transform: uppercase;
}

ul.faq li p.q {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

/* Search */
div#search-box {
	height: 225px;
	width: 160px;
	border-bottom: 1px solid white;
}

div#search-box ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width: 146px;
}

div#search-box ul li {
	width: 146px;
	padding-left: 7px;
	height: 18px;
}

div#search-box ul li select, div#search-box ul li input {
	width: 143px;
	height: 18px;
	margin-left: 2px;
	font-size: 7pt;
}

div#search-box ul li input.kw {
	font-size: 7pt;
	height: auto;
	width: 138px;
}

div#search-box ul li input.button {
	width: 69px;
	height: auto;
	margin: 1px 1px;
}

/* player */
div#left-player {
  width: 160px;
  height: 20px;
  border-bottom: 1px solid white;
  padding: 0px;
}

div#left-player object {
  width: 160px;
  height: 20px;
}

div#message {
	border: 1px solid green;
	padding: 1em;
	font-weight: bold;
}

.medium_detail ul {
  width: 100%;
}
.medium_detail ul li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0px 5px;
  border: 1px solid black;
}

div#content {
	clear: both;
	position: relative;
	width: 1000px;
   overflow: hidden;
}

/* News items front page */
div.news-items {
  position: relative;
  float: left;
  width: 650px;
  padding: 0;
  margin: 0 0 17px 0;
}

div.news-items-list {
  width: 650px;
}

div.news-items h3 {
	text-transform: uppercase;
	font-size: 12px;
}

div.news-item {
  position: relative;
  border-bottom: 1px solid black;
  margin-bottom: 1em;
}

div.news-item p {
  font-size: 11px;
  margin: 3px 0;
}

div.news-item p.title {
  font-weight: normal;
  float: left;
  color: #00bff3;
  text-transform: uppercase;
}

div.news-item p.date {
  float: left;
  margin-left: 20px;
}

div.news-item p.body {
	clear: both;
	margin-bottom: 0;
}

div.news-item p.edit-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  border: 1px solid blue;
  padding: 0 3px;
  background: white;
  color: blue;
  float: right;
  margin-right: 1em;
}

div.news-item p.edit-link a {
  color: blue;
  text-decoration: none;
}

/* Recent Placements */
div.credits {
  position: relative;
  float: right;
  width: 304px;
  margin: 0 0 20px 40px;
}

div.credits h3 {
	text-transform: uppercase;
	font-size: 12px;
}

div.credits div#fades {
  position: relative;
  width: 294px;
  height: 221px;
  margin: 0;
  padding: 0;
  border: 4px solid white;
  border-width: 4px 5px;
  overflow: hidden;
}

div.credits div#fades img.fade-item {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* About Us Page */
h2, h3 {
	text-transform: uppercase;
	font-size: 18px;
}

div.abstract p {
	text-transform: uppercase;
	font-size: 12px;
	text-align: justify;
}

div.abstract p span.blue {
	color: #00bff3;
}

div.abstract p a {
  text-decoration: underline;
}

div.about-bio {
	position: relative;
	background: url(/images/hr4.gif) top center no-repeat;
	padding: 10px 0 5px 0;
	clear: both;
	margin-bottom: 10px;
}

div.about-bio img.about-pic {
	width: 400px;
	height: 237px;
	float: left;
	margin-right: 10px;
}

div.about-bio p {
	font-size: 12px;
	color: white;
	text-align: justify;
}

/* Library page */
div.artist-browser {
	position: relative;
	width: 1007px;
	margin: 6px 0 0 0;
}

div.artist-browser div.one-artist {
	position: relative;
	width: 194px;
	float: left;
	margin: 0 7px 6px 0;
	overflow: hidden;
}

div.artist-browser div.one-artist a.img-link {
	position: relative;
	display: block;
	width: 194px;
	height: 116px;
}

div.artist-browser div.one-artist a.img-link img {
	width: 194px;
	height: 116px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.artist-browser div.one-artist a.img-link img.color {
	z-index: 0
}

div.artist-browser div.one-artist a.img-link:hover img.color {
	z-index: 5;
}

div.artist-browser div.one-artist p {
	width: 100%;
	margin: 3px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

/* Admin layout */
body.admin div#content {
	position: relative;
	width: 990px;
   padding: 2px 5px;
	top: 5px;
   border: 1px solid white;
}

body.admin div#bottom-menu {
  position: relative;
  height: 14px;
  width: 990px;
  padding: 2px 5px;
  top: 10px;
  border: 1px solid white;
  background: url(/images/white-30.png) repeat;
}

body.admin div#content div.half-column {
	width: 480px;
	padding: 2px;
	margin: 2px;
	float: left;
}

body.admin div#content div.item-box {
	float: left;
	margin: 0 5px;
}

body.admin div#content div.half-column fieldset {
	border: 1px solid #bbb;
	width: 95%;
	padding: 5px;
}

div.admin-main-column {
	width: 320px;
	margin: 5px;
	display: block;
	float: left;
}

table.attr-list { width: auto; float: left; }
table.attr-list td { white-space: nowrap; }

table.attr-list td a.rm-link {
	border: 1px solid black;
	color: red;
	background: white;
	padding: 1px;
	font-size: 8pt;
}

table.attr-list td a.rm-link:hover {
	text-decoration: none;
	font-weight: bold;
}

table.attr-list td a.mv-up-link, table.attr-list td a.mv-down-link {
	border: 1px solid black;
	color: blue;
	background: white;
	padding: 1px;
	font-size: 8pt;
}

table.attr-list td a.mv-up-link:hover, table.attr-list td a.mv-down-link:hover {
	text-decoration: none;
	font-weight: bold;
}

div#search-tips {
	margin: 0 0 0 10px;
	padding: 1em 0 0 0;
	height: 445px;
	overflow: auto;
}

div#search-header {
	position: relative;
	height: 42px;
	width: 1000px;
	overflow: visible;
}

div#search-header h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: normal;
}

div#search-header div#player, div#search-header object#player {
	width: 572px;
	height: 20px;
	margin: 0 0 0 0;
	position: absolute;
	right: 0;
	top: 10px;
}

div#search-results {
	position: relative;
	width: 998px;
	height: 450px;
	overflow: auto;
	border: 1px solid white;
}

div#search-navigation {
	position: relative;
	width: 988px;
	height: 20px;
	overflow: hidden;
	padding: 5px 5px;
}

div#search-navigation p.overflow-warning {
	float: left;
	margin: 0;
}

div#search-navigation p.nav {
	float: right;
	font-weight: bolder;
	margin: 0;
	color: white;
	font-size: 1.05em;
}

div#search-navigation p.nav a {
	font-weight: lighter;
	color: #888;
}

table.track-list { width: 100%; border: 0; padding: 0; margin: 0; border-bottom: 1px solid white;}
table.track-list tr.header { background: url(/images/tr-bg.gif) bottom repeat-x; height: 23px; }
table.track-list tr.header th { color: #ccc; }
table.track-list tr td { color: white; padding-left: .5em; padding-right: .5em; text-align: left; }
table.track-list tr.odd { background: #333; }
table.track-list, table.track-list p, table.track-list th, table.track-list td, table.track-list input, table.track-list select {font-size: 8pt; }
table.track-list tr td.actions { width: 70px; white-space: nowrap; text-align: center; line-height: 2.5em; }
table.track-list tr td.actions a:hover { text-decoration: none; }
table.track-list tr td.cat-number { line-height: 3.75em; }

table.track-list tr td.title { font-weight: bold; color: #00bff3; }
table.track-list tr td.title a { color: #00bff3; }

td.track-detail {
	font-size: 7pt;
	border: 1px solid white;
	background: black;
}

td.track-detail p {
	margin: 5px 2px;
}

td.track-detail img.artist {
	height: 20px;
	width: auto;
}

div.track-detail div.col-1 {
	width: 700px;
	float: left;
}

div.tracks-versions-wrap {
	float: right;
	width: 250px;
	margin: 2px 2px 10px 20px;
}

div.track-detail-chunk {
	width: 320px;
	margin-right: 20px;
	float: left;
}

table.artist div.track-detail-chunk {
	width: 250px;
	float: none;
	margin-right: 0;
}

table.tracks-versions {
	border: 1px solid white;
}

table.tracks-versions th {
	background: url(/images/tr-bg.gif) bottom repeat-x;
	height: 23px;
	color: #ccc;
}

div#projects-header {
	position: relative;
}

div#projects-header h2 {
}

div#projects-header p.project-info {
	float: left;
	width: 400px;
}

div#projects-header div#player, div#projects-header object#player {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#projects-body {
	min-height: 400px;
}

div#projects-main {
}

div#projects-main.wide {
}

div#projects-actions {
	position: relative;
	vertical-align: center;
	padding: 2px 5px;
	color: white;
	border-top: 1px solid white;
}

div#projects-actions a {
	color: white;
}

div#projects-actions a:hover {
	text-decoration: none;
}

table.projects-list { width: 100%; border: 0; padding: 0; margin: 0; }
table.projects-list tr.header { background: url(/images/tr-bg.gif) bottom repeat-x; height: 23px; }
table.projects-list tr td { color: white; padding-left: .5em; padding-right: .5em; text-align: left; }
table.projects-list tr th { color: #ccc; }
table.projects-list tr.odd { background: #333; }
table.projects-list, table.projects-list p, table.projects-list th, table.projects-list td, table.projects-list input, table.projects-list select {font-size: 8pt; }
table.projects-list tr td.actions { white-space: nowrap; text-align: center; line-height: 2.5em; }
table.projects-list tr td.actions a:hover { text-decoration: none; }

div#project-buttons div {
	display: inline;
	float: left;
}

div#emailform {
	border-top: 1px solid white;
	padding: 1em;
}

div.text-copy {
	width: 95%;
	border: 1px solid black;
	padding: 1em;
	background: #ddd;
	max-height: 7em;
	overflow: auto;
}

body.admin div#search-box {
	width: 878px;
	height: 50px;
	font-size: 7pt;
	border-bottom: 1px solid black;
}

body.admin div#search-box ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style-image: none;
	width: 870px;
}

body.admin div#search-box ul li {
	width: 108px;
	padding: 0;
	margin: 0;
	float: left;
}

body.admin div#search-box ul li select, body.admin div#search-box ul li input {
	width: 108px;
	height: 15px;
	margin-left: 2px;
	font-size: 7pt;
}

body.admin div#search-box ul li input.button {
	width: 50px;
	margin: 0 1px;
}

body.admin div#search-tips {
	margin: 0;
	padding: 5px 0 0 0;
	height: 380px;
	width: 878px;
	overflow: auto;
}

body.admin div#search-results {
	position: absolute;
	top: 59px;
	left: 5px;
	width: 878px;
	height: 380px;
	overflow: auto;
	border-bottom: 1px solid #888;
}

body.admin div#search-navigation {
	position: absolute;
	top: 438px;
	left: 5px;
	width: 868px;
	height: 20px;
	overflow: hidden;
	padding: 0px 5px;
}

body.admin div#search-navigation p.overflow-warning {
	float: left;
}

body.admin div#search-navigation p.nav {
	float: right;
	color: #a6cc29;
	font-weight: bold;
	margin: 0;
	padding-right: 50px;
}

body.admin div#search-navigation p.nav a {
	font-weight: normal;
}

a.page-editor-link {
	border: 1px solid black;
	background: white;
	color: blue;
	padding: 2px;
}

td.nobr { white-space: nowrap; }

/* stored picture (for admin) */
div.stored-picture {
	float: left;
	width: auto;
	height: auto;
	border: 1px solid black;
	padding: 3px;
	margin: 3px;
}

div.stored-picture a.del {
	border: 1px solid black;
	color: red;
	background: white;
	padding: 2px;
}

div.stored-picture a.del:hover {
	text-decoration: none;
	font-weight: bold;
}

/* select popup box and lists */
div.multi-select-popup {
	width: 90%;
	border: 2px solid black;
	overflow: auto;
	color: black;
	background: white;
	position: fixed;
	top: 100px;
	left: 5%;
	text-align: left;
	padding: 5px;
	z-index: 100;
}

div.multi-select-popup div.portal {
	width: 100%;
	overflow: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.multi-select-popup div.scroller {
	width: 2000ex;
}

div.multi-select-popup ul {
	float: left;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	border: 1px solid black;
}

div.multi-select-popup ul li {
	text-align: left;
	white-space: nowrap;
	padding: 1px 3px;
	color: black;
}

div.multi-select-popup ul li.odd {
	background: #fdd;
}

/* horizontal scrollers on admin page */
div#content div.portal {
	width: 100%;
	height: 60ex;
	overflow: auto;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div#content div.portal div.scroller {
	width: 2000ex;
}

div#content div.portal div.scroller table {
  border-collapse: collapse;
  border: none;
  border-right: 1px solid black;
}

div#content div.portal div.scroller table tr td {
	white-space: nowrap;
}

div#content div.portal div.scroller ul {
	float: left;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	border: 1px solid black;
}

div#content div.portal div.scroller ul li {
	text-align: left;
	white-space: nowrap;
	padding: 1px 3px;
}

div#content div.portal div.scroller ul li.odd {
	background: #fdd;
}

/* trailer page - similar to artist page */
div#trailer-header {
}

div#trailer-header img.trailer-pic {
	width: 400px;
	height: 237px;
	float: left;
	margin: 10px 20px 10px 0;
}

div#trailer-header div.blurb {
	float: left;
	width: 570px;
	height: 239px;
	text-align: justify;
	margin: 10px 0 10px 0;
	overflow: auto;
	padding-right: 10px;
}

div#trailer-header div.blurb h3 {
	margin-top: 0;
	color: #00bff3;
}

div#trailer-header div.blurb a {
	color: #00bff3;
}

/* movie page */
ul#movie-categories {
	position: relative;
	right: 261px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	float: right;
}

ul#movie-categories li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 5px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}

ul#movie-categories li a {
	text-decoration: none;
	display: block;
	color: white;
}

ul#movie-categories li a.selected, ul#movie-categories li a:hover {
	color: #00bff3;
}

div.movie-categories-list ul {
	position: relative;
	width: 1005px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

div.movie-categories-list ul li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 10px 7px 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
}

div.movie-categories-list ul li a {
}

div.movie-categories-list ul li a img {
	width: 194px;
	height: 116px;
}

div#player-area {
	position: relative;
}

div#movie-player {
	position: relative;
   margin: 9px 20px 9px 0;
	width: 642px;
   height: 480px;
}

div#movie-player object#movie-player-obj {
  width: 640px;
  height: 480px;
  border: 1px solid white;
}

div#movie-info {
	position: absolute;
	top: 150px;
	left: 650px;
	width: 350px;
	text-align: center;
}

div#movie-info p {
	text-transform: uppercase;
}

div#movie-info p.title {
	font-size: 20px;
	color: #00bff3;
	margin: 0 0 8px 0;
}
div#movie-info p.agency, div#movie-info p.director {
	font-size: 12px;
	margin: 0 0 7px 0;
}

/* featured tracks admin */
div.half-featured {
  border: 1px solid white;
  max-height: 500px;
  overflow: auto;
  float: left;
  padding: 1em;
  width: 400px;
  margin-right: 20px;
}

div.half-featured ol li, div.half-featured ul li {
	cursor: pointer;
}

/* registration */
table.signup-fields tr td {
	white-space: nowrap;
	width: 33%;
	vertical-align: top;
	padding-bottom: 5px;
}

table.signup-fields tr td label {
	text-transform: uppercase;
}

/* star thing */
div.star {
	position: relative;
}

div.star img.main {
	border: 1px solid transparent;
}

div.star img.main.chosen {
	border: 1px solid white;
}

div.star-chooser {
	position: absolute;
	width: 105px;
	border: 1px solid white;
	background-color: black;
	text-align: left;
}

div.star-chooser a {
	border: 1px solid transparent;
}

div.star-chooser a.chosen, div.star-chooser a:hover {
	border: 1px solid white;
}

table.track-list div.star-chooser {
	width: 250px;
	z-index: 101;
	font-size: 9px;
	border-width: 2px;
	padding: 2px;
}

table.track-list div.star-chooser h4 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

table.track-list div.star-chooser a, table.track-list div.star-chooser input {
	font-size: 9px;
}

table.track-list div.star-chooser input.text {
	width: 240px;
}
