/*-----------------------------------
		CSS TABLE GALLERY
		STYLESHEET: CLEAR BLUE
------------------------------------*/

table {
	font-size:90%;
	font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
	line-height:1.2em;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	letter-spacing:.1em;
	width:100%;
}

caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
thead th, tfoot th, tfoot td {
	font-family: arial, verdana, sans-serif;
	border-right: 1px solid #fff;
	padding-left:5px;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color: #fff;
	background: #009;
}
  
tfoot th, tfoot td {
	border-top: 2pt double #009;
}

td, th {
	padding:4px;
	vertical-align:top;
}

tbody tr th, tbody tr td {
	border-bottom: 2pt double #009;
}

tbody tr:hover td{
	border-bottom: 1px solid #333;
	background: #CCC;
}

tbody td{
	border-right: 2pt double #009;
	border-top: 2pt double #009;
	border-bottom: 2pt double #009;
}

table a[title^="Download"] { 
	font-style:italic;
}

tbody td a, tbody th a {
	background: silver;
	color: #009;
	text-decoration: none;
	border:none;
}

tbody td a:hover, tbody th a:hover {
	background: #CCC;
	color: #F00
}

.odd {
	background: #e3e3f4;
}

tbody tr:hover {
	color: #CCC;
	background: silver;
}

table a:visited {
	color:#009;
}
