body {
  background-color: white;
  color: black;
  font-family: Arial, sans-serif;
  font-size: small;
  margin: 8px;
  margin-top: 3px;
}

img {
  border: 0;
}

/* table {
  border-collapse: collapse;
} */

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

a:link, a:visited {
  color: #0000cc;
  text-decoration: none;
}

a.videoTitle:link, a.videoTitle:visited { 
	color: #FFE401;
	text-decoration: none;
}

a.videoTitle:hover {
	color: #80FF80;
	text-decoration: underline;
}

a:hover, #videoStats a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
  color: #FF0000;
}

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

h2 {
  font-size: large;
  margin: 0px;
}

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: black;
  font-weight: bold;
  text-decoration: none;
}

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

p.videoDescription {
  font-size: 10pt;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}

p.videoMeta {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	color: #CCC;
	font-size: 8pt;
}

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

.videoList {
	background-color: #666;
	padding-top: 3px;
}

.videoTitle {
	font-weight: bold;
	font-size: 11pt;
}

#titleBar {
  border: 1px solid silver;
  background-color: #e5ecf9;
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#titleText {
  float: left;
}

#searchBox {
  float: right;
}

#mainSearchBox {
  background-color: #e5ecf9;
  border: 1px solid silver;
  width: 250;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#searchResults {
  width: 100%;
}

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

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

#videoPlayer {
	display: none;
	background-color: white;
	color: black;
	width: 650px;
	margin: auto;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	padding: 5px;
	position: absolute;
	top: 25px;
	left: 150px;
	z-index: 80;

}

#videoStats {
	border: 1px solid #666;
	background-color: #EEE;
	padding: 3px;
	margin: auto;
	margin-top: 3px;
	text-align: center;
}


#closeButton {
	float: right;
	color: #666;
	font-size: 10pt;
	cursor: pointer;
}