@charset "utf-8";
#file_download{
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
	margin:0 auto 20px;
}

#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-repeat:no-repeat;
	background-position: 5px center;
	background-color:#eee;
    margin: 0;
}

#file_download .active th{
	background-repeat:no-repeat;
	background-position: 5px center;
}

#file_download td a{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
	margin:5px auto;
    vertical-align: top;
    text-align: center;
	border: 1px solid #aaa;
	display:block;
	background:#eee;
	width:120px;

}
#file_download td a:hover{
    line-height: 13px;
    vertical-align: top;
    text-align: center;
	border: 1px solid #aaa;
	display:block;
	background:#199e30;
	color:#fff;
}
