a:link     { color: #d3d3d3; text-decoration: none }
a:active { color: #FF9900; text-decoration: none }
a:visited   { color: #d3d3d3; text-decoration: none }
a:hover   { color: olive; text-decoration: none }



html, body {
	line-height: 1.6em;
	background: #47b4ab ;
	/*background-color: #b7b4ab ;*/
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#add_photo_main {
	background: #a8ffff ;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding: 1em;
	height:100%;
}
/*img { width:300px;}*/
#errorInfo {
	color:red; 
	width:400px;
	/*width: 400px;*/
	border:double darkred 1px; 
	padding: 4px; 
	font-size:14px; 
	font-weight: bold;
}


#color_block {
	position: fixed;
	width: 100% ;
	height: 6.6em;
	/*background-color: #b784ab;*/
	background-color: #47b4ab;
	z-index: 9 ;
}

#playlist_image {
	position: fixed;
	top: .4em;
	left: 0em;
	width: 17%;
	z-index: 16;

}



#playlist_alter_scroll {position: absolute;}
#playlist_alter_fixed {position: fixed;}
#playlist_alter_scroll, #playlist_alter_fixed {
/*	border:blue solid thin;*/
	top: 120px;
	left: 1.6%;
	width: 24%;
	z-index: 7;
}

#pl_alterPix {
/*	border:green solid thin;*/
	/*background-color:#47b4ab;*/
	text-align:center;
	width:100%;
	padding: 0 10px;
	margin-bottom:20px;
	/* for ie */
	/*zoom:1;*/
}

#pl_alterPix img {
	background-color:#47b4ab;
	-moz-box-shadow: 4px 4px 8px #444;
	-webkit-box-shadow: 4px 4px 8px #444;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#404040',direction='135',strength='5')";   
	/* For IE 5.5 - 7 */    
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#404040',direction='135',strength='5');
	box-shadow: 4px 4px 8px #444;
	margin-bottom:4px;
	width:100%;
}

#join_email {
	position: fixed;
	z-index: 20;
	/*background-color: #47b4ab ;*/
	background-color: transparent ;
	top: 1em;
	right: 8%;
	margin: 0em;
	padding: 0;
	color: white;
	font-size: .9em;
	line-height: 1.8em;
}

#playlist_form {
	position: fixed;
	z-index: 20;
	background-color: transparent ;
	top: 2.8em;
	left: 20%;
	margin: 0;
	padding: 0;
	font-size: .9em;
	/*line-height: 1.8em;*/
	/*line-height: 1em;*/
	color: #039;
}

#playlist_selected {
	position: fixed;
	z-index: 20;
	background-color: transparent ;
	top: 1em;
	left: 10%;
	margin-top: 0em;
	padding: 0;
	font-size: .9em;
	color: #039;

}

#tbl_container_fixed, #tbl_container_scroll {
	background-color: transparent ;
	width: 70%;
	left: 28%;
	top: 4em;
	margin: 0em;
	padding: 0em;
}
#tbl_container_fixed {
	position: fixed;
	z-index: 16;
	/*clip: rect(top, right, bottom, left) ; for firefox */
	clip: rect(0em 114em 2.6em 0) ;
}
#tbl_container_scroll {
	position: absolute;
	z-index: 8;
}

.playlist_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
}

.playlist_table th {
	font-size: 1.2em;
	font-weight: normal;
	/*padding: 1em 0em 1em 0em ;*/
	padding: 0em 0em .4em 0em ;
	color: #039;
	vertical-align: bottom ;
}

.playlist_table tr {
	/*text-align: center;*/
}

.playlist_table td {
	padding: .5em;
	color: #222;
}

.playlist_table a img {
	border: 0 none;
	display: block;
	margin: auto;
}

.pl_endfill {
	height: 7em;
}

#pl_tbl_fxd td {
	border-top: 1px solid transparent;
} /* keep rows in sinc */

#pl_tbl_scr td {
	border-top: 1px solid #34519d;
}

#pl_tbl_scr.playlist_table tr:hover td {
	color: #002f75;
	background-color: #51bcb3;
}
	/*67: #47b4ab;*/
	/*68: #4ab7ad;*/
	/*68.5: #4cb8af;*/
	/*69: #4ebab0;*/
	/*70: #51bcb3;*/
	/*71: #54bfb6;*/

.col_Title {
	background-color: #4ebab0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.col_Own_from_Amazon, .col_Own_from_iTunes {
	width: 7em;
}




/*.fineprint  {*/
/*	color: gray;*/
/*	font-weight: bold;*/
/*	font-size: 11px;*/
/*	line-height: 16px;*/
/*	font-family: Verdana, Arial, Sans-Serif*/
/*}*/


.footer_links {
	position: fixed;
	bottom: 0em;
	width: 100%;
	background: #47b4ab ;
	/*margin: auto;*/
	padding: 1em;
	/*font-size: 8pt;*/
	/*text-align: center;*/
	z-index: 12;
}

.footer_links table {
	width: 48em;
	border: 0;
	margin: auto;
}
.footer_links p {
	text-align: center;
	margin: 0;
	color: gray;
	font-weight: bold;
/*	font-size: .7em;*/
/*	line-height: 1.6em;*/
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}
.footer_links a {
	white-space: nowrap;
}


