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

#tbl_design table {
	font-size:80%;
	line-height:120%;
	color: #333;
	background-color:#fff;
	border-collapse:collapse;
	text-align:left;
	#letter-spacing:.1em;
	margin-right: auto;
	margin-left: auto;
}

#tbl_design caption {
	padding-bottom:1em;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
  
#tbl_design thead th, #tbl_design tfoot th, #tbl_design 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: #2E82B0;
}
  
#tbl_design tfoot th, #tbl_design tfoot td {
	border-top: 2pt double #009;
}

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

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

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

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

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

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

#tbl_design .odd {
	background: #e3e3f4;
}

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

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

#tbl_design table a:visited {
	/*text-decoration: line-through;*/
	color:#333;
}
