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

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

html, body, p, ol, ul, td, div, table {
  font-family: arial, helvetica, 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: #333;
}

img { border: 0; }

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

a {
	color: #333;
	text-decoration: underline;
}
a:hover { color: #111; }

/*
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;
}

#flash {
	width: 95%;
	font-size: 1.2em;
	color: red;
}

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%;
}

div#dev-site {
	position: absolute;
	width: 93px;
	height: 17px;
	background: url(/images/dev-site.png) center no-repeat;
	top: 5px;
	right: 10px;
	z-index: 10000;
}

div#splash {
	width: 100%;
	height: 578px;
	background: url(/images/splash-bg.gif) top repeat-x;
}

div#splash div#splash-logo {
	width: 360px;
	height: 578px;
	position: absolute;
	background: url(/images/splash.gif) no-repeat;
	top: 0px;
	left: 50%;
	margin-left: -180px;
}

div#splash p#counts {
	position: absolute;
	font-size: 18pt;
	color: white;
	width: 360px;
	top: 270px;
	left: 0px;
	line-height: 1.2em;
}

div#splash #splash-enter-button span { display: none; }
div#splash #splash-enter-button {
	display: block;
	position: absolute;
	z-index: 10;
	background: url(/images/splash-enter-button.hot.gif);
	width: 138px;
	height: 35px;
	top: 375px;
	left: 50%;
	margin-left: -69px;
}

div#loginform {
  float: left;
  width: 250px;
  padding: 0 10px;
}

div#login-tos {
  float: left;
  width: 580px;
  padding-left: 15px;
  border-left: 1px dashed #333;
}

table.item-list { width: 95%; padding: 3px;  }
table.item-list th { background: url(/images/item-list-th-bg.gif) repeat-x; height: 23px; color: #333; text-align: center;}
table.item-list tr td { padding-left: .5em; padding-right: .5em; }
table.item-list tr.odd { background: #ededed; }
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 #333; }
table.tiny-item-list th { background: blue; color: #333; 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; }

td.track-detail {
	font-size: 7pt;
}

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

div.col-1 {
	width: 48%;
	left: 0px;
	top: 0px;
	float: left;
}

div.col-2 {
	width: 48%;
	left: 50%;
	top: 0px;
	float: right;
}

div#wrap {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 968px;
	padding: 0;
	margin: auto;
	text-align: left;
}

div#header {
	position: relative;
	width: 968px;
	height: 180px;
	background: url(/images/monolithic-header.jpg) no-repeat top left;
}

div#header a {
	font-size: 8pt;
}

div#header-account-management {
	position: absolute;
	right: 35px;
	top: 80px;
}

div#header-account-management a {
	color: #333;
	text-decoration: none;
}

div#header h1 a span { display: none; }
div#header h1 {
	border: 0;
	padding: 0;
	margin: 0;
}
div#header h1 a {
	position: absolute;
	top: 33px;
	left: 33px;
	display: block;
	width: 96px;
	height: 110px;
	background-image: url(/images/clear.gif);
	background-repeat: no-repeat;
}

ul#top-tabs {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	position: absolute;
	left: 158px;
	top: 99px;
}

ul#top-tabs li {
	height: 35px;
	list-style-type: none; /*turns off display of bullet*/
	float: left;
	margin-right: 1px;
}

ul#top-tabs li a span { display: none; }

ul#top-tabs li a {
	display: block;
	height: 35px;
}

a#music-library-tab {
	width: 127px;
	background: url(/images/tabs/browse-catalog.off.png);
}

a#music-library-tab.on, a#music-library-tab:hover {
	background: url(/images/tabs/browse-catalog.on.png);
}

a#my-projects-tab {
	width: 94px;
	background: url(/images/tabs/my-projects.off.gif);
}

a#my-projects-tab.on, a#my-projects-tab:hover {
	background: url(/images/tabs/my-projects.on.gif);
}

a#cue-sheet-tab {
	width: 84px;
	background: url(/images/tabs/cue-sheet.off.gif);
}

a#cue-sheet-tab.on, a#cue-sheet-tab:hover {
	background: url(/images/tabs/cue-sheet.on.gif);
}

a#faq-tab {
	width: 46px;
	background: url(/images/tabs/faq.off.gif);
}

a#faq-tab.on, a#faq-tab:hover {
	background: url(/images/tabs/faq.on.gif);
}

a#search-tips-tab {
	width: 91px;
	background: url(/images/tabs/search-tips.off.gif);
}

a#search-tips-tab.on, a#search-tips-tab:hover {
	background: url(/images/tabs/search-tips.on.gif);
}

a#contact-tab {
	width: 88px;
	background: url(/images/tabs/contact-us.off.gif);
}

a#contact-tab.on, a#contact-tab:hover {
	background: url(/images/tabs/contact-us.on.gif);
}

a#about-tab {
	width: 77px;
	background: url(/images/tabs/about-us.off.gif);
}

a#about-tab.on, a#about-tab:hover {
	background: url(/images/tabs/about-us.on.gif);
}

a#credits-tab {
	width: 67px;
	background: url(/images/tabs/credits.off.gif);
}

a#credits-tab.on, a#credits-tab:hover {
	background: url(/images/tabs/credits.on.gif);
}

a#ftp-tab {
	width: 46px;
	background: url(/images/tabs/ftp.off.gif);
}

a#ftp-tab.on, a#ftp-tab:hover {
	background: url(/images/tabs/ftp.on.gif);
}

div#upper-search-form {
	position: absolute;
	top: 145px;
	right: 35px;
	width: 175px;
	height: 50px;
}

div#upper-search-form input.textfield {
	font-size: 10px;
	width: 140px;
	position: absolute;
	left: 0;
	top: 0;
}

div#upper-search-form a#go-button span {
	display: none;
}

div#upper-search-form a#go-button {
	position: absolute;
	top: 0px;
	left: 152px;
	display: block;
	width: 23px;
	height: 20px;
	background: url(/images/go-button.off.gif) no-repeat;
}

div#upper-search-form a#go-button:hover {
	background: url(/images/go-button.on.gif);
}

div#upper-search-form a {
	position: absolute;
	left: 0;
	top: 20px;
	color: #333;
}

/* div where submenu resides */
div#submenu {
	position: absolute;
	bottom: 0px;
	left: 180px;
	width: 600px;
	height: 28px;
}

/* submenu tabs */
ul#search-submenu-tabs {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width: 600px;
	height: 28px;
}

ul#search-submenu-tabs li {
	height: 28px;
	width: 169px;
	list-style-type: none;
	position: relative;
	float: left;
	margin-left: -25px;
}

li.z10 { z-index: 10; }
li.z9 { z-index: 9; }
li.z8 { z-index: 8; }
li.z7 { z-index: 7; }

ul#search-submenu-tabs li.on {
	z-index: 15;
}

ul#search-submenu-tabs li:hover {
	z-index: 17;
}

ul#search-submenu-tabs li a span { display: none; }

ul#search-submenu-tabs li a {
	display: block;
	height: 28px;
	width: 169px;
}

a#search-new-releases-tab {
	background: url(/images/tabs/new-releases.tab.off.png);
}

a#search-new-releases-tab.on, a#search-new-releases-tab:hover {
	background: url(/images/tabs/new-releases.tab.on.png);
}

a#search-genre-tab {
	background: url(/images/tabs/genre.tab.off.png);
}

a#search-genre-tab.on, a#search-genre-tab:hover {
	background: url(/images/tabs/genre.tab.on.png);
}

a#search-mood-tab {
	background: url(/images/tabs/mood.tab.off.png);
}

a#search-mood-tab.on, a#search-mood-tab:hover {
	background: url(/images/tabs/mood.tab.on.png);
}

a#search-album-list-tab {
	background: url(/images/tabs/album-list.tab.off.png);
}

a#search-album-list-tab.on, a#search-album-list-tab:hover {
	background: url(/images/tabs/album-list.tab.on.png);
}

a#credits-television-tab {
	background: url(/images/tabs/television.tab.off.png);
}

a#credits-television-tab.on, a#credits-television-tab:hover {
	background: url(/images/tabs/television.tab.on.png);
}

a#credits-dvd-tab {
	background: url(/images/tabs/dvd.tab.off.png);
}

a#credits-dvd-tab.on, a#credits-dvd-tab:hover {
	background: url(/images/tabs/dvd.tab.on.png);
}

a#credits-broadband-tab {
	background: url(/images/tabs/broadband.tab.off.png);
}

a#credits-broadband-tab.on, a#credits-broadband-tab:hover {
	background: url(/images/tabs/broadband.tab.on.png);
}

a#credits-mobile-tab {
	background: url(/images/tabs/mobile.tab.off.png);
}

a#credits-mobile-tab.on, a#credits-mobile-tab:hover {
	background: url(/images/tabs/mobile.tab.on.png);
}

/* content - this is for the two-column layout */
div#main-content-area {
	position: relative;
	width: 968px;
	background: url(/images/content-bg.gif) top left no-repeat;
	padding-top: 10px;
}


div#left-column {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 21px;
	margin-right: 5px;
	width: 164px;
	min-height: 300px;
}

div#left-column h3 {
	display: inline;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	margin-bottom: .5em;
	position: relative;
	top: 5px;
}

div#left-column p {
	margin-left: 30px;
}

div#left-column div, div#left-column ul {
	width: 164px;
}

div#left-column img.cd-cover {
	width: 75px;
	height: auto;
	vertical-align: top;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

div#left-column img.big {
	width: 150px;
}

div#left-column a {
	font-size: 8pt;
	font-weight: bold;
	line-height: 1;
}

div#search-box {
}

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: 164px;
}

div#search-box ul li {
	width: 164px;
}

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

div#search-box ul li input.kw {
	font-size: 7pt;
	/* There is no correct number for this.  Safari gets it right, but
	 * Firefox & IE make it 6 pixels too wide. 2 out of 3 wins :( */
	width: 137px;
}

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

div#left-column div#left-login {
	width: 142px;
	padding: 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: 5px;
}

div#left-login input.text {
	font-size: 9pt;
	width: 135px;
}

#left-nav-menu 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: 142px;
}

/* #left-nav-menu ul li a span { display: none; } */

#left-nav-menu ul li {
	float: left;
	display: block;
	list-style-type: none;
	height: 20px;
	margin: 0;
	padding: 0 2px;
}

#left-nav-menu ul li a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 142px;
	white-space: nowrap;
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

#left-nav-menu ul li a:hover {
	text-decoration: none;
	color: #333;
	background: white;
}

div#page-footer {
	clear: both;
	margin-top: 1em;
}

div#footer-menu p {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding-top: 2em;
}

div#copyright {
	width: 100%;
	text-align: center;
	clear: both;
}
div#copyright p {
	font-size: 7pt;
	line-height: 8pt;
   margin: 5px 0;
}
div#copyright p.address {
  font-size: 9pt;
  line-height: 10pt;
}

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 #333;
}

/* content */
div#content {
	width: 679px;
	float: left;
	border-left: 1px dashed #ccc;
	min-height: 300px;
	padding-left: 20px;
}

div#main-content-area div#content {
	padding-left: 20px;
	width: 679px;
}

div#content.full-width-content {
	width: 968px;
	border: none;
	padding: 0;
}

body.admin div#content {
	position: relative;
	width: 878px;
   padding: 2px 5px;
   border: 1px solid #333;
   overflow: auto;
  top: 0;
  left: 0;
  float: none;
}

body.admin div#bottom-menu {
  height: 14px;
  width: 878px;
  padding: 2px 5px;
  top: 0;
  left: 0;
  border: 1px solid #333;
  overflow: hidden;
}

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

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

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

table.attr-list { width: auto; float: left; border: 1px solid #333; }
table.attr-list td { white-space: nowrap; }

table.attr-list td a.rm-link {
	border: 1px solid #333;
	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 #333;
	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-results-header {
	color: #333;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: .5em;
}

div#search-results {
	position: relative;
	width: 679px;
	border-bottom: 1px solid #888;
}

div#search-navigation {
	width: 669px;
	height: 20px;
	overflow: hidden;
	padding: 0px 5px;
}

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

div#search-navigation p.nav {
	float: right;
	color: blue;
	font-weight: bold;
	margin: 0;
}

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

table.track-list { width: 100%; border: 0; padding: 0; margin: 0;}
table.track-list tr th { background: url(/images/item-list-th-bg.gif)
repeat-x; border-right: 1px solid white; height: 23px; color: #666; text-align: left; padding-left: .5em; font-size: 8pt; font-weight: bold;}
table.track-list tr td { padding-left: .5em; padding-right: .5em;
text-align: left; border-right: 1px solid white;}
table.track-list tr.odd { background: #ededed; }
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: 7pt; }
table.track-list tr td:first-child, table.track-list tr th:first-child { border-left: 1px solid white; }

table.track-list tr.header th { white-space: nowrap; }

.plus-link a { font-size: 1.5em; line-height: 2.5em; }

table.track-list tr td img.cd-cover {
	width: 50px;
	height: auto;
}

table.track-list tr td.center {
	position: relative;
	text-align: center;
}
table.track-list tr td.center a {
	margin: 0 auto;
}

table.track-list tr td a {
	font-size: 7pt;
}

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

a.track-list-icon span { display: none; }

a.track-list-icon {
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
}

table.track-list tr th a.up {
	background-image: url(/images/sort-arrow-up.png);
}

table.track-list tr th a.down {
	background-image: url(/images/sort-arrow-down.png);
}

table.track-list tr th a.up:hover {
	background-image: url(/images/sort-arrow-up.png);
}

table.track-list tr th a.down:hover {
	background-image: url(/images/sort-arrow-down.png);
}

table.track-list tr th.sortable a.whole-th span { display: none; }
table.track-list tr th.sortable {
	position: relative;
	cursor: pointer;
}
img.sort-arrow {
	position: relative;
	top: 1px;
}

a.play-link {
	background-image: url("/images/play.off.png");
}

a.play-link:hover {
	background-image: url("/images/play.on.png");
}

/* center this - incredibly difficult to make it work in all browsers */
td.center a.track-list-icon {
	float: none;
}

a.download-link {
	background-image: url("/images/download.off.png");
}

a.download-link:hover {
	background-image: url("/images/download.on.png");
}

a.edit-track-link {
	background-image: url("/images/edit.off.png");
}

a.edit-track-link:hover {
	background-image: url("/images/edit.on.png");
}

a.project-choose-link {
	background-image: url("/images/add.off.png");
}

a.project-choose-link:hover {
	background-image: url("/images/add.on.png");
}

a.project-track-remove-link {
	background-image: url("/images/remove.off.png");
}

a.project-track-remove-link:hover {
	background-image: url("/images/remove.on.png");
}

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

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

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;
	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: relative;
	width: 878px;
	height: auto;
	border-bottom: 1px solid #888;
}

body.admin div#search-navigation {
	position: relative;
	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: blue;
	font-weight: bold;
	margin: 0;
}

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

div#standard-content {
	position: relative;
	background: url(/images/content-bg.gif) top left no-repeat;
	padding: 10px 0 0 0;
	width: 968px;
	min-height: 300px;
}

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

td.nobr { white-space: nowrap; }

img.little-logo {
	width: 25px;
	height: 25px;
	float: left;
}

div#new-releases {
	width: 656px;
	padding: 10px;
	float: left;
	min-height: 300px;
	position: relative;
	top: -3px;
}

h3#new-releases-header span { display: none; }
h3#new-releases-header {
	width: 159px;
	height: 28px;
	background: url(/images/new-releases-text.png) no-repeat;
	float: left;
	margin: 0;
	position: relative;
}

a#new-releases-view-all {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #333;
	font-size: 8pt;
}

div#new-releases div.hr {
	background: url(/images/hr-dash.gif) repeat-x;
	height: 1px;
   width: 100%;
	color: transparent;
	clear: both;
}

div#new-releases div.header {
	position: relative;
	width: 600px;
	height: 50px;
	margin: 0 29px;
}

div#new-releases div.new-releases-viewport {
	position: relative;
	width: 606px;
	margin: 0 26px;
	height: 285px;
	overflow: hidden;
}

div#new-releases div.new-releases-all {
	height: 285px;
}

div.one-new-cd {
	display: block;
	float: left;
	width: 166px;
	height: 265px;
	background: url(/images/album-bg.png) top center no-repeat;
	padding: 20px 18px 0 18px;
}

img.one-new-cd-cover {
	width: 166px;
	height: 166px;
}

div.one-new-cd a.title {
	text-decoration: none;
	color: #333;
	font-size: 1.05em;
	font-weight: bold;
}

div.one-new-cd a.browse-cd span { display: none; }
div.one-new-cd a.browse-cd {
	display: block;
	float: left;
	width: 74px;
	height: 20px;
	background: url(/images/browse-cd.off.png) no-repeat;
}

div.one-new-cd a.browse-cd:hover {
	background: url(/images/browse-cd.on.png);
}

a#new-releases-left span { display: none; }
a#new-releases-left {
	position: absolute;
	display: block;
	top: 130px;
	left: 14px;
	height: 31px;
	width: 16px;
	background: url(/images/album-retract.off.png);
}

a#new-releases-left:hover {
	background: url(/images/album-retract.on.png);
}

a#new-releases-right span { display: none; }
a#new-releases-right {
	position: absolute;
	display: block;
	top: 130px;
	right: 10px;
	height: 31px;
	width: 16px;
	background: url(/images/album-advance.off.png);
}

a#new-releases-right:hover {
	background: url(/images/album-advance.on.png);
}

div#news-items {
	position: relative;
	top: -3px;
	width: 270px;
	min-height: 300px;
	background: url(/images/news-bg.gif) top repeat-x;
	padding: 10px;
	float: left;
}

div#news-items div.hr {
	background: url(/images/hr-dash.gif) repeat-x;
	height: 1px;
   width: 100%;
	color: transparent;
	clear: both;
}

h3#news-header span { display: none; }
h3#news-header {
	width: 67px;
	height: 23px;
	background: url(/images/news-text.png) no-repeat;
	float: left;
	margin: 0;
	position: relative;
	top: 2px;
}

div.news-item {
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

div.news-item p {
	font-size: 8pt;
}

div.news-item p.title {
  font-weight: bold;
  font-size: 1.07em;
}

div.news-item div.body {
	margin: 5px 0;
}

div.news-item p.info {
  font-size: .95em;
  font-style: italic;
}

div.news-item p.edit-link {
  border: 1px solid #333;
  background: white;
  color: blue;
  float: right;
  margin-right: 1em;
}

/* credits stuff */
h3.replaced-h3 span { display: none; }
h3.replaced-h3 {
	height: 28px;
	float: left;
	margin: 0;
	position: relative;
}

h3#television-header {
	width: 118px;
	background: url(/images/television-text.png) no-repeat;
}

h3#dvd-header {
	width: 48px;
	background: url(/images/dvd-text.png) no-repeat;
}

h3#broadband-header {
	width: 131px;
	background: url(/images/broadband-text.png) no-repeat;
}

h3#mobile-header {
	width: 83px;
	background: url(/images/mobile-text.png) no-repeat;
}

div.credits-container {
	height: 250px;
	width: 100%;
   clear: both;
   overflow: auto;
   margin: 10px 0;
}

div#credits-rotator-container {
	height: 64px;
	width: 846px;
	overflow: hidden;
	margin: 0;
	position: relative;
}

div#credits-images {
	height: 1024px;
	width: 846px;
	position: relative;
	top: 0px;
	left: 0px;
}

/* stored pictures */
div.stored-picture {
	float: left;
	width: auto;
	height: auto;
	border: 1px solid #333;
	padding: 3px;
	margin: 3px;
}

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

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

div#projects-header {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
}

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

a.project-list-icon span { display: none; }

a.project-list-icon {
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
}

a.edit-button {
	background-image: url("/images/edit.off.png");
}

a.edit-button:hover {
	background-image: url("/images/edit.on.png");
}

a.copy-button {
	background-image: url("/images/copy.off.png");
}

a.copy-button:hover {
	background-image: url("/images/copy.on.png");
}

a.remove-button {
	background-image: url("/images/remove.off.png");
}

a.remove-button:hover {
	background-image: url("/images/remove.on.png");
}

/* music player */
div#popup-player {
	position: fixed;
	top: 10px;
	left: 50%;
	margin-left: 100px;
	height: 30px;
	width: 334px;
	border: none;
	overflow: hidden;
	z-index: 5000;
}

div#popup-player object {
	width: 330px;
}

/* cue sheets */
div#cue-sheet-header {
  border-bottom: 2px solid #ccc;
  margin-bottom: 1em;
}

table.cue-sheet-edits tr td input, table.cue-sheet-edits tr td select { font-size: 7pt; }

div.half-wide {
	width: 48%;
	padding: 2px;
	margin: 2px;
	float: left;
   text-align: left;
}

div.half-wide p {
  font-weight: bold;
}

div.cue-sheet-top, div.cue-sheet-top p {
  text-align: left;
}
div.cue-sheet-top img.logo {
  width: 2in;
  height: auto;
}

div.cue-sheet-top p.heading {
  font-size: 14pt;
  font-weight: bold;
}

p.cue-sheet-usage {
  font-weight: bold;
}

div.colorspace-warning {
  width: 100%;
  border: 1px solid red;
}
div.colorspace-warning h3 {
  color: red;
}
div.colorspace-warning * {
  margin: 1em;
}
