/* Viruses/Malware */
body {
	color: black;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;	
}

a, a:visited, a:hover {
	color: #000099;
	text-decoration:underline;
}

table#cachelist {
	border: none;
	border-collapse: collapse;
}

table#cachelist td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: lightgray;
	-moz-border-radius: ;
}

table#cachelist td input {
	vertical-align: bottom;
}

.virusbanner {
    background : none;
    font-weight: bold;
    color      : #000000;
}

.virusheader {
    background : lightgray;
    font-weight: bold;
	font-size: 13px;
    color      : #000000;
}

.virusbody {
    background : none;
    font-weight: normal;
    color      : #000000;
	font-size  : 12px;
}

.virusbody_alt {
    background : #dfdfdf;
    font-weight: normal;
    color      : #000000;
	font-size  : 12px;
}

.virusheader2 {
    background : lightgray;
    font-weight: bold;
    color      : #000000;
	font-size  : 12px;
}

.virusbody2 {
    background : #CCFFCC;
    font-weight: normal;
    color      : #000000;
	font-size  : 12px;
}

.virusbody3 {
    background : #CCFFCC;
    font-weight: bold;
    color      : #000000;
	font-size  : 12px;
}

.virusbuttontop {
	padding: 10px 0 5px 0;
	background: none;
	border-bottom: 1px solid lightgray;
}

.virusbuttonbottom {
	padding: 5px 0 10px 0;
	background: none;
	border-top: 1px solid lightgray;
}
