/* Used in conjunction with imageCaption.js */

/* imgRightCaption and imgLeftCaption have been moved to dsnmcUserStyles.css to make them available to Contribute users 
.imgRightCaption {
float:right;
padding: 5px 0 10px 10px;
margin: 0;
position:relative;
}

.imgLeftCaption {
float:left;
padding: 5px 10px 10px 0;
margin: 0;
position:relative;
}
*/
div#content p.captionText {
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
color:#555555;
background-color:#ffffff;
margin:0;
padding:0;
border-bottom: 1px solid #555555;
text-indent: 0;
}


.spareSpan {
position:absolute;
top:0;
right:0;
display:block;
width:17px;
height:17px;
}

/* as needed */
.captionedImage {
	border: none;
	margin: 0;
	padding: 0;
}
/* as needed */
.captionedImageLink {

}
