table.file{
	width:98%;
	margin:auto;
	border-width:0px;
	border-spacing:0px;
	border-style:solid;
	border-color:#999;
	border-collapse:collapse;
	background-color:#FFF;
	/*box-shadow: 5px 7px 3px #999;*/
	
}

table.file th{
	border-width:0px;
	border: 3px #FFF solid;
	padding:1px;
	border-style:solid;
	height:50px;
	background-color:#FF8080;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

table.file td{
	font-size:12px;
	border-width:0px;
	padding:1px;
	border-style:solid;
	height:40px;
	color:#000;
	border: 3px #FFF solid;
}

table.file tr:nth-child(2n+1) {
  background: #FAEEBC;
}

/*table.file tr:hover, table.file tr:nth-child(2n+1):hover{
	background-color:#FF6;
}*/