body {
	background: White;
	color:black;
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	margin:10px;
}

h2{
	font-size: medium;
}
img{
	border:none;
}

#instructions{
	margin:5px;
}
#playlist_editor{
	border-top: thin solid Gray;
	border-bottom: thin solid Gray;
	margin:10px;
	padding:10px;
}

.disclaimer{
	border: thin solid Gray;
	background-color: #FA8072;
	font-size: small;
	font-family: sans-serif;
	margin:5px;
	padding: 5px;
	-moz-border-radius: 10px;
}
.disclaimer h1{
	color: White;
	font-size: small;
	font-weight: bold;
}
.debug{
/*
*/
	display:none;
	position: fixed;
	width:20%;
	left:70%;
	top:10px;
}

.saved_button{
	display: none;
}
#playlist_form{
	display:none;
}
#playlist_toolbar{
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom:-10px;
	padding-right: 15px;
	padding:0px;
	min-width: 520px;
	max-width: 1000px;
}
.toolbar_button{
		border: thin solid #A9A9A9;
		border-bottom:none;
		color: grey;
		background-color: #E8EBF0;
}
.toolbar_button:hover{
		border:thin solid black;
		border-bottom:none;
		color: black;
}

#submit_buttons{
	margin-left: 25px;
	margin-right: 5px;
	margin-top:0px;
	position: relative;
	max-width: 1000px;
}
#submit_buttons .toolbar_button{
		border-bottom: thin solid #A9A9A9;
		border-top:none;
}
#submit_buttons .toolbar_button:hover{
		border-bottom: thin solid #A9A9A9;
		border-top:none;
}

#reorder_btn{
	position:relative;
	left: 100%;
	margin-left: -170px;
	width: 150px;
}
ol{
	margin-bottom:0px;
	min-width: 520px;
	max-width: 1000px;
	border: thin solid Gray;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	list-style: decimal;
	-moz-border-radius: 10px;
}

li{
	border: thin solid transparent;
	margin:0px;
}

.red{
	color: #8B0000; /*DarkRed*/
}

.mini_sup{
	font-size:xx-small;
	color: Gray;
}

.track_meta {
	display:none;
}
.odd{
	background-color:rgb(232, 235, 240);
}

.track{
	border: thin solid transparent;
}
.track_selected, .track_selected .textfield{
	background-color: #FFFFE0; /*LightYellow*/
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid white;
	border-left: thin solid white;
}

.textfield {
 	width:300px;
	border-bottom:thin solid lightgrey;
	border-right:thin solid lightgrey;
	border-top:thin solid grey;
	border-left:thin solid grey;
}

.textfield:hover, .textfield:focus, #playlist .textfield:hover, #playlist .meta_visible .textfield:hover,#playlist .meta_visible .textfield:focus{
	background: lightyellow ;
}


#playlist {
		font: x-small Verdana, Sans-serif;
}

#playlist li:hover{
	cursor: move;
	border:thin solid lightgrey;
}

#playlist .textfield {
 	width:80%;
	background: transparent;
	border: thin solid transparent;
	font: x-small Verdana, Sans-serif;
	margin-right:10px;
}

#playlist .textfield:focus{
	background: lightyellow;
	border-bottom:thin solid lightgrey;
	border-right:thin solid lightgrey;
	border-top:thin solid grey;
	border-left:thin solid grey;
}

#playlist .meta_visible{
	margin-left:40px;
	margin-right:5px;
	padding-bottom:15px;
	min-height:100px;
}

#playlist .meta_visible .textfield{
 	width:90%;
	background: white;
	border:thin solid grey;
	margin-top:5px;
	display:block;
}

.meta_button,.amazon_results .close_btn,.delete_track_btn{
	margin-top:3px;
	background: lightgray;
	border:thin solid grey;
	color: black;
	font-size:x-small;
}

.meta_button:hover,.amazon_results .close_btn:hover,.delete_track_btn:hover{
	border-top:thin solid white;
	border-left:thin solid white;
	border-right:thin solid grey;
	border-bottom:thin solid grey;
}

#playlist .delete_track_btn{
	background-image: url(trash-icon.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.meta_button:active,.amazon_results .close_btn:active{
	border-top:thin solid grey;
	border-left:thin solid grey;
	border-right:thin solid white;
	border-bottom:thin solid white;
}

#playlist fieldset {
	padding-bottom: 15px;
}

#playlist fieldset label{
	font-weight:bold;
}

#playlist fieldset li{
	margin-top:3px;
}

#playlist fieldset li:hover{
	cursor:default;
	border:thin solid transparent;
}


#playlist ul{
	width:60%;
	min-width:310px;
	min-height:90px;
}

.track_image {
	position:relative;
	margin-top:-90px;
	left:100%;
	margin-left:-80px;
	height:80px;
	width:80px;
	border: thin solid grey;
}
.track_image img{
	width:80px;
	height:80px;
}

.amazon_results ol{
	margin-top: 10px;
	background-color: White;
	min-width: 200px;
	width:80%
}

.amazon_results .close_btn{
	display:block;
	position:relative;
	padding:0px;
	left:80%;
	margin-left: 10px;
	margin-top: -10px;
}

.colapse_button{
	margin-right:20px;
	color: #A9A9A9; /*DarkGray*/
	font-size:xx-small;
	font-weight: bold;
	background:transparent;
}
