/* @override http://bogivm:8080/static/widgets/css/wi_j_editable_content.css */

.jEditableContentWidget {
    
}

.jEditableContentWidget .body {
    font: normal normal normal 12px Arial, sans-serif;
    /*text-align: justify;*/
}

.jEditableContentWidget .body p {
    margin:10px 0 0 0;
    padding: 0;
}

.jEditableContentWidget {
}

.jEditableContentWidget h3 {
    font: normal normal bold 14px Verdana, sans-serif;
	color: #ff0066 !important;
	text-decoration: none;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}

.jEditableContentWidget .body a,.jEditableContentWidget .body a:link {
/*     border-bottom: 1px dotted #006699;
       text-decoration: none;*/
	color: #006699;
}
.jEditableContentWidget .body a:hover {
/*     border-bottom: 1px dotted #FF0066; */
       text-decoration: underline;
	color: #FF0066;
}

.jEditableContentWidget .body a:visited img, 
.jEditableContentWidget .body a img, 
.jEditableContentWidget .body a:link img {
       border: 1px solid #006699;
}
.jEditableContentWidget .body a:hover img{
       border: 1px dotted #F06;
}


