/*-----------------------------------
		CSS TABLE GALLERY
		STYLESHEET: CLEAR BLUE
		AUTHOR: ROBERT HARTL
------------------------------------*/

#divTable 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;
}

#divTable caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing:.6em;
	color: #333;
	background: transparent;
}
  
#divTable thead th, #divTable tfoot th, #divTable 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;
	cursor: default;
}
  
#divTable tfoot th, #divTable tfoot td {
	border-top: 2pt double #009;
}

#divTable td, #divTable th {
	padding:4px;
}

#divTable tbody tr th, #divTable tbody tr td {
	border-bottom: 1px dotted #009;
}

#divTable tbody tr:hover td, #divTable tbody tr:hover th {
	border-bottom: 1px solid #333;
}

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

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

#divTable tbody td a:hover, #divTable tbody th a:hover {
	background: transparent;
	color: #930;
}

#divTable .odd {
	background: #e3e3f4;
}

#divTable tbody tr:hover {
	color: #333;
	background: #c6c6e8;
}

#divTable tbody tr th:hover {
	background:#fff;
}

#divTable table a:visited {
	/*color:#ccc;*/
}

#navigation a {
	width: 20px;
	background: #0099FF;
	display: block;
	float: left;
	margin: 1px;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
}

#navigation a:hover {
	background: #0066FF;
}

#navigation .selected {
	background: #0066FF;
}

