body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#3a3a3a;
}
/*** links ***/
a:link
{
	color: #4b7182;
	text-decoration: underline;
}
a:visited
{
	color: #606060;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #000;
}
#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}

/*** text elements ***/
ul
{
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 10px;
}
ul ul
{
	margin: 5px 0 5px 15px;
}
ul li
{
	background: url('./img/li.gif') no-repeat left 4px;
	padding: 0 0 0 15px;
	margin: 3px 0 0 0;
	display:block;
}
ul li li
{
	background: url('./img/li_li.gif') no-repeat left 4px;
}
ol
{
	padding: 0;
	margin: 10px 0 20px 25px;
}
ol li
{
	padding: 0 0 0 0px;
	margin: 3px 0 0 0;
}
p
{
	margin:10px 0 0 0;
	line-height: 18px;
}
/*** tables ***/
table
{
	border-collapse: collapse;
	border-color: #8d8d8d;
	width: 100%;
	margin: 0;
	padding: 0;
	*margin-top: 10px;
}
td,th
{
	padding:3px 10px;
}
th
{
	color:#fff;
	text-align:left;
	background: #4b7182;
	border-color: #4b7182;
}
tbody th
{
	background: #4b7182;
	color: #fff;
}
td
{
	
}
caption
{
	text-align:left;
	font-weight:bold;
	padding:0 0 5px 0;
	font-family: Verdana;
	margin-top: 10px;
}
/*** headings ***/
h1,h2,h3,h4
{
	font-weight:normal;
	color: #4b7182;
}
h1
{
	margin-top:5px;
	font-size:18px;
	
}
h2
{
	margin:10px 0 0 0;
	font-size:14px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	margin:10px 0 0 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
{
	font-weight: bold;
	font-style:italic;
	margin-top: 20px;
}
.list_autor
{
	
	margin-bottom: 1.5em;
	font-size: 0.9em;
}
.annotation_list
{
	
}
.autor
{
	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;
	margin: 0 10px 10px 0;
}
img.right
{
	float: right;
	margin: 0 0 10px 10px;
}
hr 
{
	height: 1px; 
	color: #4b7182; 
	background-color: #4b7182; 
	border: 0px solid #4b7182;
	clear:both;
	margin:15px 0 0 0;
}

img 
{
	border: 0;
	margin: 0;
	padding: 0;
}
/*** paragraph styles ***/
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;
}
/*** colors ***/
span.blue
{
	color: #4b7182;
}

