@media screen {	
	
	table {
	  border-collapse: collapse;
	  margin: 0px 10px;
	  border: 1px solid #666;
	}

    table.surveys
    {
        width: 690px;
    }

	caption {
	  font-size: 1.2em;
	  font-weight: bold;
	  margin: 1em ;
	}

	col, td, th {
	  border-right: 1px solid #ccc;
	}

	col#decription {
	  border: none;
	}

	thead {
	  border-top: 1px solid #a5a5a5;
	  border-bottom: 1px solid #a5a5a5;
	  background-color:#A79F97;
	  color: #fff;
	}

	th {
	  font-weight: normal;
	  text-align: left;
	}

	th, td {
	  padding: 2px 8px;
	}

	.odd {
	  background-color:#FDE7D5;
	}
	.even {
	  background-color:#FFF;
	}


	.Hover tr:hover {
	  background-color:#3d80df;
	  color: #fff;
	}

	.Hover td a:hover {
	  background-color:#3d80df;
	  text-decoration:none;
	  color: #fff;
	}

	.Hover thead tr:hover {
	background-color:#A79F97;
	}

	td.date
	{
		text-align: right;
	}

	td.number
	{
		text-align: right;
	}
}
