/*
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;
	width:352px;
}
th, td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}
/*
a:link {
  color: #0000cc;
}

a:active {
  color: #cc0000;
}

a:visited {
  color: #551a8b;
}

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:hidden;
	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: small;
  margin: 0;
  padding: 0;
}
*/
.videoList td {
	padding-bottom: 5px;
	padding-right: 5px;
}
/*
#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;
}

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

#searchBox {
  display:inline;
}

#searchResults {
	width:432px;
}
#searchResults p {
	text-align:left;
	font-size:0.85em;
}
#searchResultsListColumn {
  width:432px;
  padding:0 20px 12px 60px;
	text-align:left;
	font:0.85em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
#searchResultsListColumn strong {
	color:#E7886A;
}

#searchResultsListColumn a {
	font-size:0.85em;
	color:#fff;
	border-bottom:1px solid #fff;
}
#searchResultsVideoColumn {
  width:352px;
	padding:0;
	margin:0 0 12px 0;
	border-top:1px solid #69F;
}

#noResultsMessage {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	width:352px;
}

/*

#searchResultsVideoColumn {
	color:#CCC;
	line-height:1.4em;
	margin-bottom:5px;
}
*/

#searchResultsNavigation {
	padding-top:10px;
}
