body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin:0;
	color:#333;
	
}
/*** links ***/
a:link
{
	color: #11733e;
	text-decoration: underline;
}
a:visited
{
	color: #98bf00;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #98bf00;
	text-decoration:none;
}

/*** text elements ***/
ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
li
{
	background: url('./img/list_icon.png') no-repeat left;
	padding: 0 0 0 25px;
	margin: 5px 0 0 0;
	display:block;
}
p
{
	
	margin-top: 0;
}
/*** tables ***/
table
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin: 5px 0;
	border: 1px solid;
}
th
{
	color: #008d21;	
	padding: 3px;
	border: 1px solid #000;
}
td.no_border
{
	border: none;
}
td
{
	padding: 3px;
	border: 1px solid #000;
}
/*** headings ***/
h1,h2,h3,h4
{
	font-weight:normal;
	color: #11733e;
}
h1
{
	margin-top:5px;
	font-size: 20px;
}
h2
{
	font-weight:bold;
	margin:5px 0 5px 0;
	font-size: 14px;
}
h3
{
	font-size:12px;
	font-weight: bold;
	margin:0;
}
h4
{
	font-size:11px;
	font-weight: bold;
	margin:0;
}
/*** other marks ***/
cite
{
	padding-left:25px;
	border-right: 1px solid #8d8d8d;
	font-style: italic;
	display:block;
	background: url('./img/quote.png') no-repeat left top;
}
code
{
	font-family: monospace;
	border: 1px solid #8d8d8d;
	background: #e8f7dc;
	display:block;
	padding: 0 5px;
	white-space: nowrap;
	overflow: scroll;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #e8f7dc;
}
/*** cms styles ***/
.annotation
{
	padding: 15px 15px 0 15px;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	background: #f3ffd6;
	margin: 20px 0;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	background: #f3ffd6;
	
	padding: 3px 5px;
}
.annotation_list
{
	
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	background: #f3ffd6;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
img
{
	border: 1px solid #a9a9a9;
	padding: 1px;
}
form
{
	padding:0;
	margin:0;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
p.green
{
	color: #008d21;
}
/*** messages styles ***/
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
}
ul#message li
{
	background: url('./img/icons/tick.png') no-repeat left center;
}
ul#warning li
{
	background: url('./img/icons/cross.png') no-repeat left center;
}
.textred
{
	color: red;
}
.left
{
	float: left;
	margin: 10px 10px 10px 0;
}
.right
{
	float: right;
	margin: 10px 0 10px 10px;
}
