body
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#111;
	line-height:1.6em;
	font-size:0.9em;
}
.cleaner
{
	clear:both;
	height:0px;
	overflow:hidden;
}
/*** links ***/
a:link
{
	color: #1563ab;
}
a:visited
{
	color: #333333;
}
a:hover
{
	color: #333333;
	text-decoration:none;
}
#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}

/*** text elements ***/
ul
{
	list-style:none;
	margin-left: -20px;
}
ul li
{
	background:url('./img/list.png') no-repeat left 11px;
	padding:0 0 0 20px;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #bbb;
	margin: 0 -10px;
}
td,th
{
	padding:3px 10px;
}
th
{
	background: #1563ab;
	color:#fff;
	text-align:left;
}
tbody th
{
	background: #bbb;
	color: #000;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}

fieldset
{
	border:none;
	padding:15px 0 15px 30px;
}
input, select
{
	border:1px solid #aecdea;
	width:298px;
}
label
{
	font-size:0.9em;
	line-height:1.5em;
	color:#212e46;
}
textarea
{
	width:450px;
	height:150px;
	border:1px solid #aecdea;
}
input.button
{
	border:1px solid #000;
	width:auto;
	margin-top:10px;
	float:right;
}
/*** headings ***/
h2, h1
{
	background: url('./img/header_dot.png') no-repeat left center;
	padding:0 0 0 25px;
	color:#333333;
	font-size:1.4em;
	line-height:1.6em;
	margin-left: -25px;
}
h2
{
	font-size:1.2em;
}
h3
{
	font-size:1.1em;
	font-weight:bold;
}
h4
{
	font-size:1em;
	font-weight:bold;
}
h1,h2,h3,h4,h5,h6
{
	margin-top: 15px;
}
	
/*** other marks ***/
cite
{
	font-style: italic;
	background: #a1c4ea;
}

blockquote
{
	padding: 1px 0 1px 0;
	background: url('img/quote_begin.png') no-repeat left bottom;
	margin: 1.3em 0px 1.3em 0px;
	font-style: italic;
	color:#004B90;
	text-align:center;
	font-size:1.2em;
}
blockquote p
{
	background: url('img/quote_end.png') no-repeat right top;
	margin:0;
	padding:10px 20px;
}
code
{
	font-family: monospace;
	border: 1px solid #bbb;
	background: #a1c4ea;
	display:block;
	padding: 0 10px;
	white-space: nowrap;
	overflow: scroll;
	margin: 0.5em -10px;
}
abbr
{
	border-bottom: 1px dashed #8d8d8d;
	cursor:help;
}
samp
{
	background: #a1c4ea;
}
em
{
	font-style: italic;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 0 0 0;
	border-bottom: 2px solid #1563ab;
	font-style:italic;
	margin-top: 20px;
}
.list_autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.8em;
	background: #e8f7dc;
	margin-top: -1em;
	padding: 0 5px;
}
.annotation_list
{
	
}
.author_list
{
	margin:0;
}
.autor
{
	border-top: 2px solid #1563ab;
	margin: 1em 0 2em 0;
	font-size: 0.9em;
	padding: 25px 0 0 0;
}
.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;
}
hr
{
	width:100%;
	color: #1563ab;
	background: #1563ab;
}
img 
{
	border:none;
}
/*** paragraph styles ***/
p
{
	margin: 1em 0;
}
p.left
{
	text-align:left;
}
p.center
{
	text-align:center;
}
p.right
{
	text-align:right;
}
/*** 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;
}

