body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#454545;
	font-size: 12px;
}
/*** links ***/
a:link
{
	color: #9e2525;
	text-decoration: underline;
}
a:visited
{
	color: #535353;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #535353;
}
a.more
{
	float: right;
	display: block;
	background: url('img/arrow_grey.gif') no-repeat left 5px;
	padding: 0 0 0 10px;
}
a.print
{
	display: block;
	background: url('img/print.png') no-repeat left 5px;
	padding: 0 0 0 20px;
	line-height: 18px;
	margin-left: 10px;
}
/*** text elements ***/
ul
{
	padding: 0;
	margin: 5px 0px 15px 0px;
	list-style: none;
}
ul
{
	margin-left: -15px;
}
ol
{
	margin: 10px 0 0 -40px;
	*margin-left: 0;
}
ul li
{
	background: url('./img/arrow_grey.gif') no-repeat left 5px;
	padding: 0 0 0 15px;
	margin: 4px 0 0 0;
	display:block;
}
ul ul
{
	padding: 0;
	margin: 10px 0 0 0px;
	list-style: none;
}
p
{
	margin: 0 0 15px 0;
	line-height: 16px;
}
/*** tables ***/
table
{
	
	text-align: left;
	border-collapse: collapse;
	margin: 3px 0 15px 0;
}
th
{
	color: #9e2525;	
	padding: 4px 6px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #535353;
	height: 30px;
}
td
{
	padding: 3px 5px;
	border: 1px solid #535353;
	height: 24px;
}
tr.color
{
	background: #eaf4ff;
}
tbody tr:hover
{
  background: #cecece;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1,h2,h3
{
	font-weight:normal;
}
h1
{
	margin:0 0 5px 0;
	font-size:19px;
	color: #9e2525;
	text-transform: uppercase;
}
h2
{
	color: #535353;
	margin:0 0 5px 0;
	font-size:16px;
	text-transform: uppercase;
}
h3
{
	margin:0 0 5px 0;
	font-size:14px;
	text-transform: uppercase;
	color: #535353;
}
/*** 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: 17px 10px 5px 10px;
	border: 1px dotted #8d8d8d;
	font-style:italic;
	margin: 15px 0;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	font-size: 0.9em;
	padding: 3px 0;
}
.annotation_list
{
	
}
.autor
{
	border-top: 1px solid #535353;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	
	padding: 3px 0;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float:left;
	display: inline;
	margin: 0 15px 15px 1px;
}
img.right
{
	float: right;
	display: inline;
	margin: 0 1px 15px 15px;
}

hr 
{
     height: 1px; 
     color: #9e2525; 
     background-color: #9e2525; 
     border: 0px solid #9e2525;
	 clear:both;
	 margin:20px 0;
}
img
{
	border: 1px dotted #535353;
	padding: 2px;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message, ul#warning
{
	margin: 20px 20px 10px 20px;
}
ul#message li, ul#warning li
{
	list-style:none;
	padding:3px 0 3px 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;
}

