.img1 {	border: 1px solid gray; background: white; }

.altrow { background: #F0F8FF; }

.fileWrapper {
	font-family: sans-serif, arial;
	font-size: 9pt;
	text-align: center;
	float: left;
	border: 1px solid gray;
	background: white;
	margin: 2px;
	padding: 1px;
	}

.label {
	cursor: pointer;
	width: 75px;
	overflow: hidden;
	white-space: nowrap;
	background: #eeeeee;
	}


.t1 {
	margin: 5px;
	border-collapse: collapse;
	border: 1px solid black;
	background: white;
	color: black;
	}

.t1 td {
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	

.t1 th {
	color: white;
	background:	#A5BBDB;
	border-bottom: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	}

.t1 a {
	color:black;
	font-weight: bold;
	text-decoration: none;
	}

.t1 a:hover{
	text-decoration: underline;
	}
