﻿#layoutContent
{
	padding:10px;
}
h1.asdlv
{
	text-align:center;
	font-size:12pt;
	margin:0;
	padding:0;
}
#asd_ListView
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#asd_ListView li
{
	width:200px;
	height:100px;
	text-align:center;
	border:solid 1px #d0d0d0;
	background-color:#f0f0f0;
	float:left;
	margin:10px;
	padding:4px;
}
#asd_ListView img
{
	border-width:0;
}
#asd_ListView a:link,#asd_ListView a:visited
{
	color:#f00;
	text-decoration:none;
}
#asd_ListView a:hover
{
	color:#f77;
	text-decoration:underline;
}

