@charset "utf-8";
/* CSS Document */

a:focus { 
    outline: none; 
}
#video_montage_main_partition{
	background: url(../template/misc/bg.gif) repeat-y;
	width: 960px;
}
#video_montage_right_partition {
	width: 770px;
	margin: 0px 15px 15px 15px;
	float: right;
}

#video_montage_table
{

	border-collapse:  separate; border-spacing: 3px;
	border-spacing:6px;

}
#video_montage_td_common
{
	background-color:#D7D7D7;
	
	padding:5px;
	//border:solid #000 1px;/* 'cellspacing' */
	
	
}
.video_montage_a
{
	
	text-decoration:none;
	
}
#video_montage_thumbnail_title
{
	
	white-space: nowrap; 
	overflow: hidden;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #0A6B01;
	line-height: normal;
	font-weight: bold;
	text-align:center;
	
}


#video_montage_thumbnail_description
{
	overflow: hidden;
	text-align:left;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
	font-weight: bold; 
	padding-top:5px;
}

#vimeo_fancybox_container
{
	display:block;
	background-color:#000;
	
}

#vimeo_fancybox_title
{
	
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #0A6B01;
	font-weight: bold;
}
#vimeo_fancybox_description
{
	
	padding-left:15px; 
	padding-right:15px; 
	padding-bottom:0px;
	text-align:left;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	font-weight: normal;	
}

