body {
  background-color: #444444;
  /* background:url('images/water-orange-pattern2.png'); */
  color: white;
  font-family: Arial, sans-serif;
  font-size: small;
  margin: 0px;
  padding:0px;
  margin-top: 3px;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}

a:link {
  color: #ffffff;
}

a:active {
  color: #ffffff;
}

a:visited {
  color: #dddddd;
}

h1 {
  font-size: x-large;
  margin-top: 0px;
  margin-bottom: 5px;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}

h4 {
  font-size: small;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 0.25em;
}

pre, code {
  color: #007000;
  font-family: "bogus font here", monospace;
  font-size: 100%;
}

pre {
  border: 1px solid silver;
  background-color: #f5f5f5;
  padding: 0.5em;
  overflow: auto;
  margin: 2em;
}

pre ins {
  color: #cc0000;
  font-weight: bold;
  text-decoration: none;
}

/* "Selected" links */

a.selected, .selected a, .selected {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a.selected:visited, .selected a:visited {
  color: white;
}

p.videoDescription {
  font-size: small;
  margin: 0;
  padding: 0;
}

.videoList td {
  padding-bottom: 5px; 
  padding-right: 5px; 
}

#titleBar {
  border: 0px;
  background-color: #000000;
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 15px;
  width:100%;
  height:40px;
  display:block;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444');
  background-image:-moz-linear-gradient(top, #222222, #444444);
  background-image:-webkit-gradient(linear, left top,left bottom, from(#222222), to(#444444));
}

#bottomBar {
  border: 0px;
  background-color: #000000;
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  margin-top: 15px;
  padding-bottom:10px;
  width:100%;
  display:block;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444');
  background-image:-moz-linear-gradient(top, #222222, #444444);
  background-image:-webkit-gradient(linear, left top,left bottom, from(#222222), to(#444444));
}

#titleText {
  float: left;
  min-width: 900px;
  width:100%;
  display:block;
}

#searchBox {
  float: right;
}

#mainSearchBox {
  background-color: #222222;
  border: 1px solid silver;
  width: 850px;
  margin:0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius:15px;
}

#main {
  background-color: #000000;
  background:url('images/water-orange-dark.png');
}

#searchResults {
  width: 100%;
}

#searchResultsListColumn {
  float: left;
  width: 47%;
}

#searchResultsVideoColumn {
  float: right;
  width: 47%;
}

.bestbox {
  padding: 10px;
  background-color: #222222;
  border: 1px solid silver;
  border-radius:5px;
}

.songtitle {
background-color:#333333; 
display: inline-block; 
padding:10px; 
border-radius:15px; 
border:3px solid black;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#222222');
background-image:-moz-linear-gradient(left, #000000, #222222);
background-image:-webkit-gradient(linear, left top,right top, from(#000000), to(#222222));
}

.songcomments {
background-color:#444444; 
display: inline-block; 
padding:10px; 
border-radius:15px; 
border:3px solid black;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444');
background-image:-moz-linear-gradient(top, #222222, #444444);
background-image:-webkit-gradient(linear, left top,left bottom, from(#222222), to(#444444));
}

.playlisttitle {
background-color:black; 
display: inline-block; 
padding-left: 5px;
padding-right: 5px;
border-radius:15px; 
border:3px solid black;
}

.videoCaption {
width:380px;
margin-top:-4px;
border-bottom-left-radius:15px;
border-bottom-right-radius:15px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#050505', endColorstr='#444444');
background-image:-moz-linear-gradient(top, #050505, #444444);
background-image:-webkit-gradient(linear, left top,left bottom, from(#050505), to(#444444));
padding:10px;
}

.videoCaption a {
font-weight:bold;
}

.videoTop {
width:400px;
height:25px;
display:block;
border-top-left-radius:15px;
border-top-right-radius:15px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#050505');
background-image:-moz-linear-gradient(top, #444444, #050505);
background-image:-webkit-gradient(linear, left top,left bottom, from(#444444), to(#050505));
font-size:small;
margin:0 auto;
}

.content {
padding:10px;
}

.playlistlink a {
color: #AAAAFF;
font-size:larger;
font-weight:bold;
}