/* 
common.css
Site wide styles for color/font/text styling only.
NO CRITICAL LAYOUT STYLING PERMITTED.

*/

/* Reset Defaults */
html { 
	border: none;
	}
body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9e9e9;
	color: #7b7e7d;
	min-width: 780px;
	width: expression( documentElement.clientWidth < 780 ? "780" : "100%" );
	}
html, body, form, legend, fieldset, input, select, div, span, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, hr {
	margin: 0px;
	padding: 0px;
	}
p { 
	margin: 10px 6px; 
	}
hr {
	border: none;
	border-top: 1px solid #e9e9e9;
	}
strong {
	}
div.emphasis {
	/* border-color in segment.css */
	border-width: 1px;
	border-style:solid;
	/* background-color in segment.css */
	margin: 20px !important;
	}
sup {
	vertical-align: text-top;
}

/* ---- LINKS ---- */
a {
	color: #7b7e7d;
	text-decoration: none;
	}
.selected a {
	cursor: default;
	}
a:hover {
	color: #aa0828;
	text-decoration: none;
	}
table td a:hover{	text-decoration: none !important; }
a img {
	border: none;
	}
a.previous {
	background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-blue-left.gif) no-repeat left center;
	padding-left: 6px;
	}
a.next {
	background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-blue-right.gif) no-repeat right center;
	padding-right: 6px;
	}
a.previous:hover {
	background-image: url(http://images.mcafee.com/common/media/images/style/arrow-small-red-left.gif);
	}
a.next:hover {
	background-image: url(http://images.mcafee.com/common/media/images/style/arrow-small-red-right.gif);
	}
a.to_pdf {
	background: url(http://images.mcafee.com/common/media/images/style/pdf.gif) top left no-repeat !important;
	padding: 2px 2px 2px 22px !important;
	line-height: 16px;
	}
a.styled  { 			
	/*background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-blue-right.gif) no-repeat 0 .4em;*/
	padding-left: 6px;
	margin-left: 6px;							
	text-decoration: none;
	font-weight:bold;
	}
a.styled:hover {
	/*background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-red-right.gif) no-repeat 0 .4em;   */
	text-decoration: none;
	font-weight:bold;
	}

dl.cmsl dt a { 			
	/*background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-blue-right.gif) no-repeat 0 .4em;*/
	padding-left: 6px;

	}
dl.cmsl dt a:hover {
	/*background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-red-right.gif) no-repeat 0 .4em;   */
	padding-left: 6px;
	text-decoration: none
	}
a.styled{
	background:  url(/common/media/images/style/red_arrow_bullet.gif) no-repeat 0 .4em;
	padding-left: 6px;
	text-decoration: none;
	font-weight:bold;
}
a.styled:hover{
	text-decoration: none;
	font-weight:bold;
}
ul.cmsl li a, ol.cmsl li a, dl.cmsl dt a { 
	background:  url(/common/media/images/style/red_arrow_bullet.gif) no-repeat 0 .4em;
	padding-left: 6px;
	text-decoration: none;
	color:#37556a;
	}

ul.cmsl li a:hover, ol.cmsl li a:hover, dl.cmsl dt a:hover {
	text-decoration: none;
	color:#aa0828;
	}

ul.cmsldl {
list-style-type:  none;
margin: 0 !important;
padding: 0 !important;
}

ul.cmsldl li {
border-bottom: 1px solid #ccc;
margin-left: 3px;
margin-right: 3px;
}

ul.cmsldl li strong {
font-weight: bold;
}

ul.cmsldl li a { 
	margin-left: 14px;
	background: url(/common/media/images/sidebar/bkgrd_header_nrs3.gif) no-repeat 0 .2em;
	padding-left: 25px;
	padding-bottom: 20px;	
	text-decoration: none !important;
	display: block;
}


ul.cmslna{
list-style-type:  none;
margin: 0 !important;
padding: 0 !important;
}

ul.cmslna li a { 	
	margin-left: 4px;
	text-decoration: none !important;
	display: block;
}


ul.cmsldemo{
list-style-type:  none;
margin: 0 !important;
padding: 0 !important;
}

ul.cmsldemo li { 	
	margin: 8px 0 0 0 !important;
	border-top: 1px solid #c6c4c0;
	padding: 5px 0 0 13px;
}
ul.cmsldemo li a {
	margin-left: 4px;
	text-decoration: none !important;
	display: block;
}


:focus
{
-moz-outline-style: none; /* for Mozilla */
}

/*---- LISTS ----*/
div#content ol, div#sidebar ol { 
	margin-left: 12px; 
	}
#content ul, #sidebar ul { 
	margin: 6px; 
	}
#content ul {
    margin:0 0 0 10px;
}

ul li{ 
	margin: 6px 0px 6px 12px;
}
ol li { 
	margin: 6px 0px 6px 16px; 
}
#content dt , #sidebar dt { 
	margin-top: 6px; 
	font-weight: bold;
	}
#content dt a, #sidebar dt a{ 
	font-weight: normal;
	}
#content dd , #sidebar dd { 
	margin-bottom: 6px; 
	padding-left: 0; 
	}
#sidebar dd { 
	padding-left: 6px; 
	}
#content dl.address dt {
	margin-bottom: 3px;
	margin-top: 12px;
}
#content dl.address dd{
	margin-bottom: 0px;
	padding-left: 0px;
}
/* Fix IE. Hide from IE Mac \*/
#content ul li, #sidebar ul li { 
	/*	IE Whitespace Bug */
	/* list-style-type: none; */
	*height: 1%; /*IE7 Fix*/
}	
#content li a, #sidebar li a { 
	/*height: 1%; */
	}
/* End */
	}
/* End */
ul.cmsl {
	list-style-type: none;
/*	list-style-position: outside;*/
}
ul.cmsl li {
	/*background:  url(http://images.mcafee.com/common/media/images/style/arrow-small-blue-right.gif) no-repeat 0 .4em;*/
	padding-left: 6px;
	margin: 6px 0px;
	list-style-type:none;
	}
ol.cmsl li {
	margin-left: 16px;
	}
ul.cmsl li a, ol.cmsl li a, dl.cmsl dt a { 
	display: block;
}
/* ---- FORMS ---- */
input.button {
	height: 20px;;
	background:  url(/common/media/images/style/button-new-red-arrow.gif) no-repeat 0 0;
	text-align:left;
	padding:0 0 2px 5px;
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	width:140px;
	border:none;
	margin:0;
	color:#7b7e7d;
	
}
label {
	vertical-align: top;
}

/* ---- HEADERS ---- */
h1, h2, h3, h4, h5  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h3 { 
	margin: 20px 6px 6px 6px;
	color: #0f709d;
	font-size: 13px;
	}
h3.contextual_head, h3.contextual-head{
	font-size: 13px;
	}
h3.redstripe { 
	background: url(http://images.mcafee.com/common/media/images/style/bkgrd-redstripe.gif) top right no-repeat #B00C33 !important; 
	color: #FFF !important; }
h3.redstripe a { 
	color: #FFF;
	text-decoration: none;
}	
	
h3.graystripe { 
	background: url(http://images.mcafee.com/common/media/images/style/bkgrd-graystripe.gif) top right no-repeat #e3e3e3 !important; 
	}
h3.drkgraystripe {
			background: url(http://images.mcafee.com/media/images/style/bkgrd-drkgraystripe.gif) top right no-repeat #858585 !important;
			color: #FFF !important;
			border: none !important;
	}
h4 {
	margin: 20px 6px 3px 6px;
	font-size: 120%;			
	}

h5 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size:110%;	
}

h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

/* ---- ACCESSIBILITY ---- */
.access-aid  {
	display: none;
}

/* ---- SECTIONS ---- */
div#content h3 {
	color: #b00c33; 
	font-size: 13px; 
	border-top:1px solid #999;
	width:93% !important;
	margin:0 0 0 8px;
	padding:5px 0 15px 0px;
	}
div#content a{
	color:#37556a;
	text-decoration:underline;
}
div#content a:hover{
	color: #aa0828;
	text-decoration:none;
}
body#mcafee_threatcenter-vil-virusinformationlibrary div#content h3{
	width:97% !important;
}

div#header { 
	background-color: #fff; 
	}
div#content { 
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	}
div#pos { 
	background-image: url(http://images.mcafee.com/common/affiliateImages/introText_bg.gif); /* default image if there is no inline image */
	background-position: top left;
	background-repeat: no-repeat; 
	}
div#teaser { 
	background-image: url(images/content/pos/default.jpg);
	background-position: top right;
	background-repeat: no-repeat; 
	}
div#teaser { 
	background-image: url(images/content/pos/default.jpg);
	background-position: top right;
	background-repeat: no-repeat; 
	}
div#teaser h3 {
	color: #666666;
	font-size: 1.45em;
	margin-bottom: 3px;
	}
div#teaser h4 {
	margin-top: 0px;
margin-bottom: 3px;
	}
div#teaser p {

margin-top: 3px;
	}
div#content-main div.firstcolumn h3, div#content-main div.middlecolumn h3, div#content-main div.lastcolumn h3 { 
	font: bold 1.25em Verdana, Arial, Helvetica, sans-serif; 
	border-top: 1px solid #c6c4c0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #aa0828;
	}
body#mcafee_threatcenter-vil-virusinformationlibrary div#content-main div.firstcolumn h3,
body#mcafee_threatcenter-vil-virusinformationlibrary div#content-main div.lastcolumn h3{
	width:93% !important;
}
div#content-main div.firstcolumn h3.capital, div#content-main div.middlecolumn h3.capital, div#content-main div.lastcolumn h3.capital {
	margin-top: 25px;
	margin-bottom: 0px;
}

div#sidebar { 
	padding:0 !important;
	font: 75% Verdana, Arial, Helvetica, sans-serif; 
}
div#sidebar h3, div#sidebar h3.capital { 
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	background: url(/common/media/images/sidebar/bkgrd_header_nh3.gif) repeat-x top left;	
	border-top: 1px solid #7c7e7d;
	border-bottom: 1px solid #ccc;
	color: #000;
	padding:7px 9px 7px 9px !important;
}	
div#sidebar h3.capital{
	margin-top:0;
}
div#sidebar ul.cmsl, div#sidebar ol.cmsl, div#sidebar dl.cmsl{
	margin:0px 0 0 3px !important;
	padding:0 !important;
	width:98%;
}
div#sidebar ul.cmsl li, div#sidebar ol.cmsl li, div#sidebar dl.cmsl dt{ 	
	margin:0px 0 0px 0 !important;
	padding:2px 0 14px 8px;
	border-bottom:1px solid #ccc;
	background:none !important;
	}
div#sidebar a.styled, div#sidebar ul.cmsl li a, div#sidebar ol.cmsl li a, div#sidebar dl.cmsl dt a { 	
	background:none !important;
	padding-left: 0px;
	text-decoration: none;
	}
div#sidebar a.styled:hover, div#sidebar ul.cmsl li a:hover, div#sidebar ol.cmsl li a:hover, div#sidebar dl.cmsl dt a:hover {
	background:  none;
	text-decoration: none !important;
	}

/* ---- PROMO STYLES ---- */
div.promo, div.promo45, div.promo90 {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding:0px 0 3px 0px;
	margin-left:3px;
	margin-right:3px;
	background-position: bottom right;
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	}
div#content div.promo, 
div#content div.promo45, 
div#content div.promo90 {
	margin-left:6px;
	margin-right:6px;
}

div.promo45 div.boxshot, div.promo90 div.boxshot {
	position: absolute;
	/*top: 0;
	left: 0;
	width: 300px;
	height: 300px;*/ 
	background-repeat:no-repeat;
	}
div.promo45 div.boxshot {
	background-position: -30px 0px;
	}
div.promo90 div.boxshot {
	background-position: 0px 0px;
	}
div.promo45 a img, div.promo90 a img {
	margin-top: 15px;
	}
div.promo45 div.details, div.promo90 div.details {
	position: relative;
	top: 0;


	right: 0;
	}
div.promo45 div.details {
	margin-left: 60px;
	}
div.promo90 div.details {
	margin-left: 110px;
	}
div.promo45 div.details p{
	min-height: 60px;
	_height: 60px;
	margin-top: 0px !important;
	}
div.promo90 div.details p{
	min-height: 80px;
	_height: 80px;
	margin-top: 0px !important;
	}
div.promo45 div.details h3, div.promo90 div.details h3
{
	background-image:none; 
	font-size: 1.2em !important;
	border-top: none !important;
	border-bottom: none !important;
	margin-bottom: 0px !important;
}
a.promo-banner {
	margin: 0px -3px;
	display: block;
	height: 80px;
	background-position:top center;
	background-repeat: no-repeat; 
	}
	
a.promo-banner {
	margin: 0px -3px;
	display: block;
	height: 80px;
	background-position:top center;
	background-repeat: no-repeat; 
	}
a.promo-banner span.access-aid {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 80px;
	padding-left: 14px;
	_padding-left: 12px;
}
div#sidebar a.promo-banner span.access-aid {
	_padding-left: 10px;
}
div.promo p {
	margin-top: 40px;
	_margin-top: 5px;
}
div#sidebar div.promo p {
	margin-top: 70px;
	_margin-top: 5px;
}

	
/* Alert Boxes */
.alertBox {
	background: #ffffe5 no-repeat 10px 50%;
	border: 1px solid #c7cd96;
	padding: 12px 10px 12px 10px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #cc0033;
	font-size: 11px;
}
.alertBox h5 {
	font-weight: bold;
	margin: 0px;
}
.alertBox p {
	color: #000000;
	margin: 0px;
}
.Warning {
	background-image: url(http://images.mcafee.com/common/icons/icon_warning_32x32.gif);	
	padding-left: 45px;
}
.Info {
	background-image: url(http://images.mcafee.com/common/icons/icon_info_32x32.gif);
	padding-left: 45px;
}
.Question {
	background-image: url(http://images.mcafee.com/common/icons/icon_question_32x32.gif);
	padding-left: 45px;
}
.Error {
	background-image: url(http://images.mcafee.com/common/icons/icon_error_32x32.gif);
	padding-left: 45px;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.search-form h4{
	color:#aa0828;
}
