body
{
	font-family: Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	line-height:1.4em;
}
/*** links ***/
a:link
{
	color: #3899e6;
}
a:visited
{
	color: #3899e6;
}
a:hover
{
	color: #3899e6;
	text-decoration:none;
}
a.arrow
{
	background:url('./img/link_arrow.png') no-repeat right 60%;
	padding-right:15px;
}
.cleaner
{
	clear:both;
	height:0px;
	overflow:hidden;
}
/*** text elements ***/
p,ol,ul
{
	padding:1em 0;
}
ul
{
	list-style:none;
}
ul li
{
	background:url('./img/li_arrow.png') no-repeat left center;
	background-position: 0px 8px;
	padding-left:34px;
	line-height:30px;
	
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
	margin:0.5em 0;
}
td,th
{
	padding:0.3em 1em;
}
th
{
	background: #005395;
	color:#fff;
	text-align:left;
}
tbody th
{
	background: #fff;
	font-weight:bold;
	color:#005395;
}
tr:hover
{
	background:#EDF1F5;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1,h2,h3
{
  font-weight: normal;
}
h1
{
	font-size:1.5em;
	color:#7697a4;
}
h2
{
	font-size:1.2em;
	color:#005395;
	padding-top:1em;
}
h3
{
	font-size:1.1em;
	color:#005395;
	padding-top:0.8em;
}
h4
{
	font-size:1em;
	color:#005395;
	padding-top:0.8em;
}
h5
{
	font-size:1em;
	color:#005395;
	padding-top:0.8em;
}
/*** 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;
}
hr {
     height: 1px; 
     color: #005395; 
     background-color: #005395; 
     border: 0px solid #005395;
	 margin:1em 0;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 0px 0 0px;
	border-bottom: 1px solid #005395;
	font-style:italic;
	font-size:0.9em;
	margin-top: 20px;
}

.annotation_list
{
	margin-top:-0.5em;
}
.autor
{
	border-top: 1px solid #005395;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	padding: 3px 15px;
}
.listing
{
	font-size: 0.8em;
	text-align:center;
}
.whole_act
{
	font-size: 0.8em;
}
/*** image styles ***/
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr
{
	width:100%;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
#main_content ul#message, #main_content ul#warning
{
  padding-top: 0;
}
ul#message li, ul#warning li
{
	list-style:none;
	padding-left:25px;
	margin-left:760px;
	width:150px;
	font-size:13px;
	line-height: 16px;
}
#main_content ul#message li, #main_content ul#warning li
{
  margin: 0;
  width: auto;
}
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;
}
small
{
	font-size:0.8em;
}

