div.malwareListHeader
{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px black;
}

div.malwareListHeaderAppearance
{
	width: 30%;
	padding-left: 25px;
	float: left;
}

div.malwareListHeaderName
{
	font-weight: bold;
}

div.malwareListItem
{
	width: 100%;
}

div.malwareListItemTitle
{
	width: 100%;
	background-image: url(images/disclosure-triangle-closed.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom: solid 1px #cccccc;
	cursor: pointer;
}

div.malwareListItemTitle div
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.malwareListItemAppearance
{
	width: 30%;
	float: left;
	padding-left: 25px;
}

div.malwareListItemName
{
	font-weight: bold;
}

div.malwareListItemContents
{
	padding: 10px 10px 0px 10px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

div.malwareListItemModified
{
	width: 100%;
	font-style: italic;
	font-size: smaller;
}

div.malwareListItemDescription
{
	width: 100%;
}


.captPicRight
{
	float: right;
	text-align: center;
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}

.captPicRight p
{
	margin-bottom: 0;
	padding-bottom: 0;
}