/* DEAL STYLE SHEET */
body {
  margin:0;
  border:0;
  padding:0;
  height:100%;  
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  }
  
ul {
  clear:both; 
  text-align:right; 
  border-bottom:1px solid #73a2bd;
  margin-bottom: 0;
  margin-top: 0;
  background-color:#53829d;
}
ul li {
  display:inline; 
  color:#73a2bd;
  }
ul a:hover {
  color:#fff; 
  text-decoration:none;
  }

#content 
{
	text-align: center;
  	background-color: #fff;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #7A8194;
	margin-top: 0;
	margin-bottom: 0;
	height:100%;
}
#content a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#000066;
  }

#content a:hover {
  color:#5C1619; 
  text-decoration:none;
  }

#header
{
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 100%;
	height:auto;
	border-right: 1px solid #7A8194;
	border-left:1px solid #7A8194;
	background: #5f8ba4 url(../images/bar.gif) repeat-y;
	top: 0px;
	left: 0px;
}

#header a, a:visited {
  font-size:1.1em;
  text-decoration:none;
  color:#ddd;
  }

#header a:hover {
  color:#fff; 
  text-decoration:none;
  }

#header ul {
  clear:both; 
  text-align:center; 
  border-top:1px solid #73a2bd;
  background-color:#53829d;
  }

#header ul {
  margin:0; 
  padding:0; 
  list-style-type:none; 
  height:3em;
  color: #ddd;
  }

#header ul li {
  display:inline; 
  color:#73a2bd;
  }

.h1
{
	border-bottom: #53829d solid 1px;
	font-size: large;
}
/*Table odd Colors*/

#playlist {
	border: 1px solid #666666;
}


#playlist td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-left: 1px solid #D9D9D9;
}

#playlist tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}