/* ===================================
    CSS STYLES FOR Module ImageSafePro
   ===================================
*/

/* Picture Caption */
/* settings for the caption box  */
.ImageSafeCaption
{
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: lightgrey;
	text-align: center;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}

/* Container settings for ImageSafe */
/* background table settings for ImageSafe */
.ImageSafePanel
{
	border-width: 1px;
	border-color: Gray;
	border-style: solid;
	background-color: white;
}

.ImageSafeImageBox
{
    padding: 0px;
    border-width: 5px;
    border-color:Black;
    border-style:none;
}
