/* CSS Document */
#results, #files {
	padding-right:11px;
	width:650;
}

img {
    border: 0;
}


#results table, #files table{
	/*border-top:1px solid #9cf;*/
	width:100%;
}

#results td, #files td{
	border-bottom:1px solid #9cf;
	height:20px;
	padding:2px;
	vertical-align:top;
}


.label{
	font-weight:bold;
}

#results TR.headRow td, #results td.headRow{
	background-color: #0fc;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#679;
}

#files TR.headRow td, #files td.headRow{
	background-color: #0fc;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#679;
}

#results TR.subheadRow td, #results td.subheadRow{
	/*background-color: #0f9;*/
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-weight:bold;
	color:#0fc;
}
