// This is the style sheet for the dynamic tables shown on the file formats page
// fft = file_format_table short form
// This is similar to the "version_comparison_tables.css" stype, except that the links are bold in this file

.fft {

}

.fft-headings {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-bottom: thin dotted White;
}

.fft-row-0 {
	border-top:	1px solid;
	border-color:	#000000;
	background-color: #4E88C5;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	text-decoration: none;
}

.fft-row-1 { 
	border:		1px solid;
	border-color:	#000000;
	background-color: #306fb3;
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: center;
	text-decoration: none;
}

/* Pop-up notes section */
.fft-notes { 
	background-color: #DAE3F3;
	color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	text-align: left;
	text-decoration: none;
}

a.fft-row-0:Link
{
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	Text-decoration: underline;
	font-weight : normal;
}
a.fft-row-1:Link
{
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	Text-decoration: underline;
	font-weight : normal;
}

a.fft:Link
{
	color: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	Text-decoration: underline;
	font-weight : normal;
}
a.fft:Visited
{
    color: #FEBF01;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    Text-decoration: none;
	font-weight: bold;
}
a.fft:Hover
{
    color: #FF0000;
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    Text-decoration: underline;
}
