﻿body{
	font-family: 'Lucida sans', Arial, sans-serif;
}
  h1, h1 a:link, h1 a:hover, h1 a:visited{
	font-size: 18px;
	color: #6eb43f;
	text-decoration: none;
	font-family: 'Lucida sans', Arial, sans-serif;
	font-weight: lighter;
	border-bottom: none;
	line-height: 20px;
	margin: 0;
	margin-right: 25px;
	padding: 8px 0 0 0;
 
 }
 
 .h1_border{
	border-bottom: 1px dotted #a7a9ac;
margin:10 0 0 50px;
padding:0 0 10px;
width:640px;
}

#video, #player{
margin: 10px 20px 10px 50px; 
float:left; 
width:640px; height:452px;
}

#player
{
    height: 440px;
    margin: 0; 
}

iframe{
background: none;
padding: 0;
margin: 0;
}

#clips{	
	float:left;
	margin-top:20px;
	color:#a7a9ac;
	font-size: 12px;
}


#clips p{
	float:left;
	line-height: 31px;
	
}
#clips a, #clips a:visited{
	background: url(images/video/clip.png) no-repeat 0 bottom;
	display: block;
	width: 86px;
	height: 62px;
	float:left;
	text-indent: -999999px;
}

#clips a:hover{
	background: url(images/video/clip_hover.png) no-repeat 0 bottom;
}

#clips a.active, #clips a:visited.active{
background: url(images/video/clip_active.png) no-repeat 0 top;
	
}

table.tbl_clips 
{
    margin-top: 10px;
}

table.tbl_clips td
{
    width: 50%;
}

table.tbl_clips td a
{
    display: block;
    height: 18px; 
    width: 305px;
	font-family: 'Lucida sans', Arial, sans-serif;
    font-size: 12px;
    font-weight:400;
    font-style:	normal;
    color: #004990;
    text-decoration: none;
    background-image: url(images/enc_video_link.png); 
    background-repeat: no-repeat;  background-position: left; padding-top: 2px;
    padding-left: 22px;
}

table.tbl_clips td a.active
{
    color: #6EB43F;
        background-image: url(images/enc_video_link_checked.png); 
}

table.tbl_clips td a span
{
    display: none;   
}
