/* CSS Document */
		.schemaTable table {
			font: 11px tahoma, verdana, arial;
			color: #999;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
		}
		
		.schemaTable caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
		.schemaTable td {
			margin: 0;
			padding: 5px 10px;
                        border: 1px solid #ccc;
		}
		
		
		.schemaTable th {
			font-weight: normal;
                        color: #FFF;
		}
		
		.schemaTable thead tr th {
			background-color: #333;
			padding:  5px 10px;
			color: #fff;
			font-weight: bold;
                        border: 1px solid #ccc;
		}

		.schemaTable thead tr th a {
			background-color: #333;
			color: #fff;
			font-weight: bold;
		}
		
		.schemaTable tfoot tr th, .schemaTable tfoot tr td {
			background-color: transparent;
			padding:  20px 10px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		

		.schemaTable tbody tr th {
			padding: 20px 10px;
                        color: #FFF
		}
		
		.schemaTable tr {
			background-color: #f9f9f9;
		}

		.schemaTable tr.odd {
			background-color: #f3f3f3;
		}

		.schemaTable tr.odd1 {
			background-color: #ffffff;
		}

		.schemaTable tr.odd0 {
			background-color: #f3f3f3;
		}
		
		.schemaTable tr:hover {
			background:#eee;
		}
		
		/* .schemaTable tr:hover td, tr:hover td a, tr:hover th a {
			color: #000;
		} */

                .schemaTable tr:hover th a {
			color: #FFF;
		}

		
		.schemaTable tr:hover td a:hover, tr:hover th a:hover {
		}

                .schemaTable tr:hover th a:hover {
		}
		
		.schemaTable table a {
			background-image: none;
			text-decoration: none;
		}
		
		.schemaTable table a[href^="http"] {
			padding-left: 15px;
			background: transparent url(http://www.kevinleitch.co.uk/zentables/person.png) no-repeat 0 0;
		}
		
		.schemaTable table a[href*="csstablegallery"] {
			padding-left: 15px;
			background: transparent url(http://www.kevinleitch.co.uk/zentables/examine.png) no-repeat 0 0;
		}
		
		.schemaTable table a[title^="Download"] { 
			padding-left: 15px;
			background: transparent url(http://www.kevinleitch.co.uk/zentables/dl.png) no-repeat 0 0;
		}
		
		.schemaTable table a:hover {
			background-color: #eee;
		}
		
		.schemaTable table a:visited {
			text-decoration: line-through;
		}  