/* CSS Document */

div#leftOuterBlock{
	width:auto;
}
div#leftInnerBlock{
	width:1px;
}
div#centerBlock {
	width:auto;
	margin:0px;
	}
#rightInnerBlock{
	width:1px;
}
div#rightOuterBlock{
	width:auto;
}
body {
	background-color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0;	
}
div#container {
	width:900px;
	border: 0px dashed #FF0000;
}
table {
	border:0px solid #333333;
}
th{vertical-align:top;}
td{vertical-align:top;}

div#logoBox{border:none;}

.logoGH {
	float:left;
}

.searchInput{
	margin:8px 0px 0px 60px;
	float:left;
}

.titlec {
	font-size: 10px;
}

ul.videos li {
  float: left;
  width:255px;
  padding: 4px;
  margin-bottom: 6px;
  clear:both;
}

ul.videos
{
  width:280px;
  height: 450px;
  margin:1px;
  padding-left: 8px;
  padding-top: 8px;
  list-style: none;
  background-color:#FFFFCC;  
  border:1px solid #CCCCCC;
  overflow:auto;
}

div#viewerComments {
  height:450px;
  width:298px;
  overflow:auto;
}

#commentList p{
  width:250px;
  font-family:"Comic Sans MS";
  font-size:12px;
  border-bottom:1px dotted #999999;
  padding: 9px 0px 9px 10px;
}

#commentList span {
  display:block;
  margin: 0px;
}

.commentAuthor {
  font-family:Arial, Helvetica, sans-serif;
  font-style:italic;
  padding-left:20px;
  width:100%;
}

.thumb{
	float:left;
	margin-right:8px;
	padding: 2px;
	border:1px solid #000000;
}


#resultsBlock{
	background-color:#FFFFFF; 
	margin-top:0px;
	width:400px;
}

.whiteMiddle {
	padding:0px 0px 0px 2px;	
	border-left:1px solid #000000; 
	border-right:1px solid #000000;	
	}
	
p {margin:0px;}

.keyWords {
	border:2px solid #333333;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#996633;
	width:250px;
	font-weight:bold;
	margin-bottom:12px;
	padding-left:8px;
	}

.goSearch {
	border:1px solid #333333;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#FFFFFF;
	background-color:#0099FF;
	font-weight:bolder;
	margin-left:6px;
	margin-bottom:12px;
	}	
	
#focusTitle {font-weight:bold;}
#focusPostedBy{font-size:10px;margin-bottom:4px;}
#focusPostedBy span{font-size:16px;font-weight:bold;}
#focusDesc{font-size:10px;margin-top:4px;}

#resultsTitle {font-size:12px;}
#resultsPostedBy{font-size:9px;}
#resultsPostedBy span{font-size:14px;font-weight:bold;}
#resultsDesc{font-size:9px;}

div#resultsPaging{
	text-align:right;
	margin-top:0px;
	width:100%;
	float:left;
	}