a              { color: black }
a.track        { text-decoration: none }
img            { border: none }

#desc_main     {
	display: none;
	white-space: normal;
	position: absolute;
	padding: 3px;
	margin: 3px;

	color: black;

	/* grey */
/*	background-color: #E5E5E5;
	border: 1px solid #404040; */

	/* yellow-on-white */
/*	background-color: #FEFFCA;
	border: 1px solid #C3C3C3; */

	/* yellow-on-dark-grey */
	background-color: #F7F8C3;
	border: 1px solid #5F5F5F;
}

#extras {
	float: left;
	padding: 0;
}

#sources_head, #coverart_head {
	background-color: #8B8B8B;
	border-bottom: 1px solid #404040;
	padding: 0;
}

#sources {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11px;

	padding: 0;
	height: 182px;

	background-color: #E7EDF6;
	border-bottom: 1px solid #404040;

	overflow: auto;
}

#extras a     {
	text-decoration: none;
}

#desc_main a {
	text-decoration: underline;
}

#extras .source, .source_selected {
	padding: 2px 6px;
	vertical-align: top;
}

#extras .source {
	font-weight: normal;
	background-color: #E7EDF6;
}

#extras .source_selected {
	font-weight: bold;
	background-color: #3D80DF;
}

#extras .source_selected a {
	color: white;
}


#extras .source_img {
	padding: 0 4px;
	vertical-align: bottom;
}

#playlist, #playlist2 {
	border: .1em solid #404040;
	border-top: none;
	border-bottom: none;
}

#playlist td, #playlist2 td {
	font-family: "lucida grande", verdana, sans-serif;
	padding: .2em .4em;
	border-left: .1em solid #D9D9D9;
}

#playlist tr.selected td {
	background-color: #3D80DF;
	color: white;
	border-left: .1em solid #346DBE;
}

#playlist tr.selected td a {
	color: white;
}

#playlist_fu {
	overflow: auto;
	height: 392px;
}

#playlist_old {
	overflow: auto;
	height: 410px;
}

td.playlist_desc {
	white-space: normal;
	display: none;
}

td.playlist_movie {
	width: 63em;
}


td.playlist_play {
	width: 1.5em;
}

td.playlist_name {
/* 	width: 22em; */
	width: 28em;
}

td.playlist_time {
	text-align: right;
	width: 3em;
}

td.playlist_size {
	text-align: right;
	width: 4em;
}

td.playlist_date {
	text-align: right;
	width: 7em;
}

td.playlist_links {
	width: 15em;
}

td.playlist_link {
	width: 16.5em;
}

td.playlist_rating, td.playlist_rate {
	width: 6em;
}

tr.playlist_head td {
	background-color: #F7F7F7;
	background-image: url("images/playlist_head.png");
	background-repeat: repeat-x;
	border-bottom: .1em solid #404040;
}

#playlist tr.odd  td { background-color: #EDF3FE }
#playlist tr.even td { background-color: white   }



#title, h1, h2, h3 {
	font-family: "lucida grande", verdana, sans-serif;
}

h1 { font-size: 20px }
h2 { font-size: 17px }
h3 { font-size: 14px }

#title {
	height: 22px;
	text-align: center;
	background-image: url("images/background-title.png");
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;

	//margin-left: auto; 
	//margin-right: auto;
	width: 915px;
}

.titletext {
	font-size: 13px;
	padding: 2px 0 0 0;
}

#corner_left {
	float: left;
	padding: 0;
	margin: 0;
}
#corner_right {
	float: right;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	background-image: url("images/background.png");
	background-repeat: repeat-x;
	background-color: #FFFFFF; //#767676;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 11px;
}

#all {
	padding: 8px;
	text-align: left;
}

#body {
	background-image: url("images/background-body.png");
	border: 1px solid #767676;
	border-top: none;

	//margin-left: auto;
	//margin-right: auto;
	width: 915px;
}

#body2 {
	background-color: #C5C5C5;
	border-bottom: 1px solid #404040;
	height: 410px;
}

#body3 {
	background-color: #C5C5C5;
	border: none;
	height: 1px;
}

#bulk {
	padding: 0 1em;
}

#equipment td {
	vertical-align: top;
	padding: 0 20px 0 0;
}

#equipment dt {
	font-weight: bold;
}

#equipment dd {
	margin-left: 1em;
}


#footer {
	font-family: Times, "Times New Roman", serif;
	font-size:   11px;
}

#modal_cover {
	margin: 0;
	padding: 0;
	background-color: #222;
	background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPSURBVHjaYmJgYGgACDAAAI8Ag+R3NvwAAAAASUVORK5CYII=);
//	opacity: 0.75;
//	filter: alpha(opacity=75);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
}

#modal_cover_frame {
	padding-right: 2pt;
	padding-bottom: 2pt;
	margin: 10% 20%;
	background-color: #222;
	height: 75%;
	width: 60%;
	position: fixed;
	z-index: 10001;
	border: 0px solid #222;
	overflow: hidden;
}

#modal_cover_iframe {
	width: 100%;
	height: 100%;
}

#notesnote {
	font-weight: bold;
}

#notesarrow {
	vertical-align: 25%;
}
