/* CSS Document */

span.sticky-text a{
	font-size:12px;
	font-weight:400;
	color:#993300; 
	text-decoration:underline;
}

span.sticky-title{
	font-size:12px;
	font-weight:700;
	color:#000000; 		
}

.caption-border{
	width:530px;
	margin-left:10px;
	margin-right:10px;
	border-top:1px solid #e8e8e8;
}

/* Padding not included here if using sticky close box  */
div#tipDiv {
    color:#000; font-size:11px;
    background-color:#ffffff; border:1px solid #636363;
    width:250px;
}

/* styles for wrap functions  */
div#tipDiv .stickyBar {
    background-color:#ffffff; border:1px solid #e8e8e8;
    }

div#tipDiv .stickyTitle {
    padding:0 0 2px 4px; color:#fff; font-size:14px;
    }
div#tipDiv span.stickyContent {
    padding:14px;font-size:12px:font-weight:bold;color:#000000;
    }
div#tipDiv span.stickyContentTitle {
    padding:14px;font-size:12px:font-weight:bold;color:#000000;
    }
/* sticky with closeBox is in table */
div#tipDiv td {font-size:12px;font-weight:bold; }


div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { font-size:12px:font-weight:bold;color:#000000; }
