.stickytooltip{
    box-shadow: 0px 0px 10px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 0px 0px 10px #818181;
    -moz-box-shadow: 0px 0px 10px #818181;
    position:absolute;
    display:none;
    background:#FFFFFF;
    z-index:3000;
    width: 350px;
}

.stickytooltip .des{
    /*float: right;*/
    margin: 10px 10px 7px 10px;
}

.stickytooltip .des .head{
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}

.stickytooltip .des .description{		
	padding: 2px 0px 0 0;	
}
.stickytooltip .des p{		
	padding: 5px 0;
	margin: 0px;
	color: #000;
}
.stickytooltip .des ul{		
	padding:0px;	
	margin: 0px 0px 0px 10px;
}
.stickytooltip .des ul li{		
	padding:0px 0px 2px 0px;
	font-size: 11px;
}
.stickytooltip .des .head span{
    color: #38B0E3;
}
.stickytooltip .header {
    background: #FFF;
    border-bottom: 1px solid #DDD;
    color: #000;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    line-height: 1.25em;
}
.stickytooltip .author {
    background: #eee;
    color: #000000;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: normal;
}
.stickytooltip .editor {
    background: #dadada;
    color: #000000;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: normal;
    line-height: 1.25em;
}
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
    background:#1c96d0 !important;
    color:white;
    padding: 5px 10px;
    text-align:center;
    font:bold 11px Arial;
    clear: both;
}
.stickytooltip .stickystatus1{ /*Style for footer bar within tooltip*/
    background:#1c96d0 !important;
    color:white;
    padding: 5px 10px;
    text-align:center;
    font:bold 11px Arial;
    clear: both;
	display: none;
}