/* CSS Document */
body { /*width:1000px;*/ margin:10px auto 0 auto; }
#main_container_youtube {
	width:100%;
	/*border:1px solid #ccc;*/
	float:left;
}
#header_youtube {
	float:left;
	width:100%;
	border-bottom:1px solid #a1b3c1;
}
#header_youtube h2 {
	padding:20px 0;
	margin:0px;
	font-size:25px;
}
#content_youtube {
	float:left;
	width:100%;
}
#left_menu_youtube {
	float:left;
	width:20%;
	height:500px;
}
#video_container {
	float:left;
	width:76%;
	padding:10px;
	/*border-right:1px solid #ccc;*/
	border-left:1px solid #a1b3c1;
}
#banner {
	float:left;
	width:150px;
	height:500px;
}

.video_div {
	width: 460px;
	float:left;
	padding-bottom:10px;
}
.video_desc_div {
	width: 100%;
	float:left;
	font-size:12px;
	line-height:18px;
}
.common {
	width: 100%;
	float:left;
}
.video_thumb {
	float:left;
	width:133px;
	padding-right:5px;
	font-size:11px;
}


#left_menu_youtube ul, #left_menu_youtube ul li, #videoListing, #videoListing li {
	margin:0;
	padding:0;
	list-style:none;
	
}
#left_menu_youtube ul li {
	float:left;
	width:100%;
	border-bottom:2px solid #fff;
}
#videoListing li {
	float:left;
	font-size:11px;
	width:120px;
	padding-right:15px;
}
#left_menu_youtube ul li a {
	float:left;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	width:95%;
	padding:5px 0 5px 5%;
    background-color: #666;
}
#left_menu_youtube ul li a:hover, #left_menu_youtube ul li.vlnk a {
  background: url(../img/videos_menu_hover.gif) left center repeat-x;
  /*	background-color:#F90;*/
}

/* TODO jhartman --> swap out with css from app engine apps
*/


img {
  border: 0;
}

table {
  border-collapse: collapse;
}

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

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

pre, code {
  color: #007000;
  font-family: "bogus font here", monospace;
  font-size: 11px;
  overflow:auto;
  height:400px;
}

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;
}

/* forms */
textarea {
    width: 600px;
    border: 1px solid #ddd;
    padding: 5px;
}

.submit {
    border: 1px solid #ddd;
}

input, select{
   /* border: 1px solid #ddd;
    margin-bottom: 2px;*/
}

hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

/* "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 {
  margin: 0;
  padding: 5px 0;
 /* overflow: scroll;*/
  font-size: 12px;
}

p.videoCategory {
  margin: 0;
  padding: 0 0 5px 0;
  /* overflow: scroll; */
  font-size: 12px;
}

p.videoTags {
  margin: 0;
  padding: 0 0 5px 0;
  /* overflow: scroll; */
  font-size: 12px;
}

p.edit {
  font-size: small;
}

.note {
  padding: 2px;
  background-color: yellow;
  color: #000;
}

#editForm {
  font-size: small;
}

table.videoList {
  width: 100%;
}

.videoList td {
  padding: 10px 0px 5px 5px;
  border-bottom: 1px solid silver;
}

#titleBar {
  border: 1px solid silver;
  background-color: #e5ecf9;
  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: left;
  padding:15px 5px 5px 5px;
}

#authStatus {
  border-bottom: 1px solid #a1b3c1;
  padding: 2px;
  margin-bottom: 10px;
  
}

#main {
  margin: 10px;
}

#mainSessions {
  background-color: #ddd;
  padding: 10px;
}

#searchResults {
  width: 100%;
  background-color: silver;
}

#searchResultsListColumn {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 2px;
}

#searchResultsVideoColumn, #commentsDiv {
  float: left;
  width: 100%;
  padding-left: 5px;
  border-left: 0px solid #ddd;

}

#sessionVariable {
  font-family: Courier, monospace;
  background-color: #fff;
  padding: 10px;
  width: 80%;
  overflow: scroll;
}

.thumbnail {
  padding: 0px 0px 0px 2px;
}

#imageLoadThumbnail {
  padding: 4px;
  background-color: #333;
}

#LoadingDiv img { border:0; vertical-align: middle; }
a.addthis_button {
  float: right;
  border:0px;
}






