/*******************************************************************************
	Contains the Styles for the Free Software Catalog

*******************************************************************************/
div.freesoftwareentry
{
	margin: 10px 0px;
	border: 1px solid #808080;

	background: url('/img/background/yellowfade.gif');
}

div.freesoftwareentry a
{
	border-bottom: none;
}

div.freesoftwareentry a.title
{
	font-size: 18px;
	font-family: "Trebuchet MS",verdana,arial,helvetica,clean;
}


div.freesoftwareentry table
{
	width: 100%;

	margin: 0px;
	border: 0px;
}

div.freesoftwareentry td
{
	border: 0px;
	padding: 10px;

	vertical-align: top;
	font-size: 8pt;
}

div.freesoftwareentry td.logo
{
	width: 50px;
	border-right: 1px dotted gray;
	text-align: center;

	background: white;
}

div.freesoftwareentry td.logo img
{
	margin: 0px;
	border: none;
	padding: 0px;
}

div.freesoftwareentry td.links
{
	font-size: 8pt;
	border-left: 1px dotted gray;
	background: white;
	width: 75px;
}

div.software a
{
	border-bottom: none;
}
