/*

=====================================
 * Data Tables and Cascading Style Sheets Gallery *
 *  http://icant.co.uk/csstablegallery/index.php  *
 =====================================
*/

table.fpltable {
	width: 100%;
	margin-left:auto;
	margin-right:auto; 
 	padding:0;
	font-family: "Courier New", Courier, monospace, sans-serif;	
	color: blue;
    text-align: center;
}

table.fpltable, tr, th, td {
	border-collapse: collapse;
}


/* BODY */

table.fpltable tr {
	background: #dfedf3;
	font-size: 11px;
}


table.fpltable tr th tbody tr td {
	padding: 2px;
	border: solid 1px #326e87;
}

table.fpltable tr th {
	background: blue;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
	font-size: 11px;
	padding: 1px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px white;
}


/* LINKS */

table.fpltable a {
	color: yellow;
	font-size: 11px;
}


table.fpltable a:hover {
	color: #FF9900;
	border-bottom: none;
}

a.green:link {color: green; }
a.green:active {color: green;}
a.green:visited {color: green;}
a.green:hover {color: red; }


