@charset "utf-8";

#file_download{
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
	margin:0 auto 20px;
}
#video_table .video_series_top{
	width: 200px;
}
#file_download thead th{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
	border: 1px solid #aaa;
	background:#ccc;
	
}
#file_download th,#file_download td{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
    text-align: left;
	border: 1px solid #aaa;
}
#file_download th{
	background-image:url(../img/video_open_plus.png);
	background-repeat:no-repeat;
	background-position: 5px center;
	background-color:#eee;
    margin: 0;
	padding-left:25px;
}

#file_download .active th{
	background-image:url(../img/video_close_minus.png);
	background-repeat:no-repeat;
	background-position: 5px center;
}

.col1{
	width: 440px;
}
.col2{
	width: 250px;
}
