
/* ***************************************
    PAGE LAYOUT - PEOPLE SECTION
*************************************** */

.video_list {
	float: left;
  	background: #f6f6f6;
  	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	width:100px;
	height: 110px;
	padding: 9px 9px 4px 9px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ddd;
}

.video_list.four {
	width:174px;
	height: 169px;
	margin-right: 40px;
}

.video_list.last {
	margin-right: 0;
}

.video_list img {
	width: 100px;
	height: 75px;
	margin-bottom: 0px;
}

.video_list.four img {
	width: 170px;
	height: 113px;
	margin-bottom: 10px;
}

.video_list.highlighted {
	background-color: #5EB0E5;
	/*background-color: #F6EEE3;*/
	color: #fff;
	border: 1px solid #aaa;
}

.video_list a {
	font-size: 1.0em;
	line-height: 10px;
	color: #333238;
}

.video_list.four a {
	font-size: 16px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.video_list .gap {
	height: 6px;
}


.break {
	clear: both;
	width: 650px;
	height: 20px;
}

.tabulation {
	clear: both;
	width: 650px;
	text-align: center;
}

.firstlast {
	font-size: 0.8em;
	margin-right: 40px;
	text-align: left;
}

.tablink {
	margin-right: 40px;
	text-align: left;
}

.greylink {
	color: #cccccc;
	margin-right: 40px;
	text-align: left;
}

.video_home_text {
	float: left;
  	width: 240px;
  	margin-right: 10px;
  	max-width:240px;
}

.video_home_img {
	float: left;
}

.embed_box {
	float: left;
	padding: 20px 15px 10px 15px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	width: 392px;
	min-height:80px;
	margin-bottom: 16px;
}

.share_box {
	float: left;
	padding: 10px 10px 5px 10px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	width: 188px;
	min-height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	min-height:95px;
	text-align: center;
}

.share_buttons {
	clear: both;
	padding: 15px 10px 10px;
	background: #f6f6f6;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	margin-top: -12px;
}

.share_buttons a {
	margin: 0 3px;
	vertical-align: middle;
}

.share_buttons .label {
	font-weight:bold;
	margin: 0;
}



.share_buttons iframe {
	vertical-align: middle;
}
	

.embed_select {
  	background: #f9f9f9;
  	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 1px;
	width: 200px;
	border: 1px solid #999999;
}

.share_select {
  	background: #f9f9f9;
  	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 1px;
	width: 138px;
	border: 1px solid #999999;
}

.league_table {
  	background: #eeeeee;
  	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0px;
	width: 600px;
	clear:both;
}

.league_table .leaguepos {
  	background: #eeeeee;
  	color: #333333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	width: 20px;
	border: 3px solid #ffffff;
	float: left;
}

.league_table .vidtitle {
  	background: #999999;
	padding: 3px;
  	color: #ffffff;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.1em;
	font-weight: bold;
	width: 400px;
	border: 3px solid #ffffff;
	float: left;
}

.league_table .vidtitle a, .league_table .vidtitle a:hover {
 	font-family: Georgia;
 	font-size: 1.2em;
	font-weight: bold;
}

.league_table .vidviews {
  	background: #eeeeee;
  	color: #333333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	width: 140px;
	border: 3px solid #ffffff;
	float: left;
}

