/*
CSS for the Html produced by the DocumentList StandardList.xslt file. 
*/

#StandardList p
{
	display: inline;
}

#StandardList table
{
	width: 100%;
	border: 0px;
	margin-top: 0px;
}

#StandardList table tr
{
}

#StandardList table td.Icon
{
	width: 40px;
	padding: 5px;
}

#StandardList table td.Text
{
	width: 95%;
	border: 0px;
	font: normal 12px/16px arial, verdana, sans-serif;
}

#StandardList .FileSize
{
	font: normal 10px/16px arial, verdana, sans-serif;	
}
