body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#536877;
	line-height: 1.5em;
}
/*** links ***/
a:link
{
	color: #f58220;
	text-decoration: underline;
}
a:visited
{
	color: #41525d;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #f58220;
	text-decoration:none;
}
a.next
{
	padding-right: 12px;
	background: url('./img/next_sign.png') no-repeat right 6px;
}
#content a[href^="http"], #pannel a[href^="http"], #content-wide a[href^="http"]
{
	padding-right: 15px;
	background: url('./img/new_window.png') no-repeat right 3px;
}

/*** text elements ***/
blockquote
{
	padding: 10px 10px 10px 20px;
	background: url('img/quote.png') no-repeat 0 5px;
	margin: 1em 0 1em -20px;
	font-style: italic;
}
cite
{
	font-style: italic;
}
abbr
{
	cursor: help;
	border-bottom: 1px dashed #536877;
}
ul
{
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
ul li ul
{
	margin-left: 20px; 
}
li
{
	background: url('./img/li.gif') no-repeat left 5px;
	padding: 0 0 0 20px;
	margin: 0 0 0 -20px;
	display:block;
	line-height: 1.7em;
}
p
{
	margin: 1em 0;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
}
td,th
{
	padding:0 5px;
}
th
{
	background: #7dc640;
	color:#000;
	text-align:left;
}
tbody th
{
	background: #e8f7dc;
	color: #343434;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1,h2
{
	font-weight:normal;
}
h1
{
	font-size:1.8em;
	color: #f2790f;
	line-height: 1.5em;
	margin-bottom:10px;
}
h2
{
	color: #073265;
	font-size:1.5em;
	margin: 1em 0 0 0;
	line-height: 1.5em;
}
h3
{
	color: #536877;
	font-size:1.2em;
	font-weight:bold;
	margin: 1em 0 0 0;
	line-height: 1.5em;
}
h4
{
	color: #f58220;
	font-weight:bold;
	margin: 1em 0 0 0;
}
/*** other marks ***/
hr {
     height: 3px; 
     color: #eaeef0; 
     background-color: #eaeef0; 
     border: 0px solid #eaeef0;
     font-size: 0px;
	 clear:both;
	 margin:1em 0;
}

div.cleaner
{
	clear:both;
	height:0px;
	font-size:0px;
	*overflow: hidden;
}
img
{
	border: none;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 20px 1px 20px;
	margin:0 -20px 0 -20px;
	background: #f0f3f4;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #f0f3f4;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	background: #f0f3f4;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}

/*** image styles ***/
img.left
{
	float:left;
}
img.right
{
	float:right;
}
/*** paragraph styles ***/
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** messages styles ***/
ul#message, ul#warning
{
	margin-left: 50px;
}
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;
}

