/* css style sheet for short video thumbnails and descriptive text */
@import url(index.css);
@import url(global_10.css);

body
	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    background: #eeeeee url(/i10/yellow_FFFFFC_wide.gif) top left repeat-y;
	}

.thumbnail_line
	{
	width: 766px;
	height: 154px;
	border: 1px solid #C7DAEB;
	background-color: #EAF1F5;
	margin-bottom: 2px;
	}

#thumbnail_section
	{
	line-height: 6px;
	}

.thumbnail_img
	{
	float: left;
	margin-right: 1em;
	padding: 10px 0px 10px 10px;
	}

.thumbnail_img p
	{
	line-height: 12px;
	text-align: center;
	}

.thumbnail_img a
	{
	color: #006699;
	text-decoration: none;
	}

.thumbnail_img a:hover, a:active
	{
	color: #FF0000;
	background-color: #EAF1F5;
	text-decoration: bold;
	}

.thumbnail_txt
	{
	float: right;
	width: 570px;
	margin-top: 12px;
	text-align: left;
	line-height: 12px;
	}
