/*----------------------   All the styles related to ActionBox  ----------------------*/

.actdocinfo {
	border: 1px solid #c2c2c2;
	background-color:#ffffff;
	padding: 0;
	color: #36c;
	font-size: 12px;
	font-family:arial;
	margin-top: 0;
	margin-left:2px;
}

.actnoprint {display:none}	     

div.actheadingtop
{
    left:0;    
	height:20px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:5px;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	background: url('../img/bg-infobox-heading.gif') top left no-repeat #679acb;
	margin-top:10px;
}

div.actdocinfo ul.actlinks {
	padding:1px;
	padding-top:10px;	
	background-color:#e9f0f7;
	list-style:none;	
}

div.actdocinfo ul.c {
	margin:0;
	padding:10px;	
	list-style:none;
	color:Black;
}

span.kbarticleupdatedate{
	margin-top:3px;
}

div.actdocinfo ul li{
	list-style:none;
}

div.actdocinfo ul.actlinks li {
	margin-left:5px;
	margin-top:0px;
}

div.actdocinfo ul.actlinks li a{
	font-size:11px;
	color:#3366cc;
	line-height:22px;
}

div.actdocinfo ul.actlinks li a.actbookmark{ 
	padding-left:20px;
	height:22px; 
	vertical-align:bottom; 
	background-color:transparent;
	background-image:url('../img/ico_bookmark.png'); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
}

div.actdocinfo ul.actlinks li a.actclipboard{ 
	padding-left:20px; 
	height:22px; 
	text-align:bottom;
	background-color:transparent;
	background-image:url('../img/ico_copyurl.png'); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
}

div.actdocinfo ul.actlinks li a.actemail{ 
	padding-left:20px; 
	height:22px; 
	text-align:bottom;
	background-color:transparent;
	background-image:url('../img/ico_email.png'); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
}

div.actdocinfo ul.actlinks li a.actlnkprint{ 
	padding-left:20px; 
	height:22px; 
	text-align:bottom;
	background-color:transparent;
	background-image:url('../img/ico_print.png'); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
}

div.actdocinfo ul.actdocmetadata li {	
	padding:4px;
}

div.actdocinfo ul.actlinks li a.actkbrss{ 
	padding-left:20px; 
	padding-bottom:2px; 
	height:22px; 
	text-align:bottom;
	background-image:url('../img/twit_rss.png'); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
}

/*----------------------   All the styles related to My VMware promo box  ----------------------*/

.promo-narrow {
			    background: url("../img/bg-promo-top-sm.gif") no-repeat scroll 0 0 #7C9A3D;
			    color: #4D4E53;
			    margin: 0 0 10px;
			    width: 153px;
			}
			
.promo-narrow div {
			    background: url("../img/bg-promo-bottom-sm.gif") no-repeat scroll 0 100% transparent;
			    height: 1%;
			    overflow: hidden;
			    padding: 16px 6px 24px;
			}
			
.promo-narrow h3 {
			    color: #4D4E53;
			    font-size: 15px;
			    margin: 0;
			    width: 120px;
			}
			
.promo-narrow p {
			    color: #FFFFFF;
			    font-size: 11px;
			    line-height: 1.36em;
			    margin: 4px 0 16px;
			}
			
.promo-narrow .more {
			    background: url("../img/bullet-datacenter-more.gif") no-repeat scroll 0 50% transparent;
			    color: #ACE3FF;
			    float: none;
			    font-size: 11px;
			    margin: 0;
			    padding: 0 0 0 15px;
			}