div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }

.bigt{
background:#F1FEFE none repeat scroll 0 50%;
border-right:3px solid #11ABAB;
font-family:tahoma;
font-size:8pt;
padding:5px;
text-align:right;
}

div.note{
background:#F4F5F6 none repeat scroll 0 0;
border-bottom:1px dotted #AAB4BE;
border-top:1px dotted #AAB4BE;
margin:10px 0;
padding:5px 10px;
text-align:justify;
font-family:tahoma;
font-size:8pt;
}

pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: tahoma, Courier, monospace;
	
	/* Browser specific (not valid) styles */
	/* to make preformatted text wrap */
	 
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
}

