body
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 0.9em;
	color:#45484a;
}
/*** links ***/

#content a[href^="http:"]
{ 
	background: url('./img/icons/new_window.png') no-repeat right center; 
	padding-right: 14px; 
}

/*** text elements ***/
p, ul
{
	margin:1em 0;
}
ul, ol
{
	padding-left:10px;
}
li{
	list-style:none;
	padding-left:20px;
	padding-bottom:3px;
}
a{
	color:#486641;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #8d8d8d;
}
td,th
{
	padding:5px 10px;
}
th
{
	background: #EFFEFF;
	color:#3f97bf;
	text-align:left;
}
tbody th
{
	background: #e8f7dc;
	color: #343434;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
hr {
     height: 1px; 
     color: #929292; 
     background-color: #929292;
     border: 0px solid #929292;
     clear:both;
     margin:10px 0;
}
/*** headings ***/
h1
{
	color:#000;
	font-size: 1.8em;
	padding:25px 0 13px 0px;
	font-size: 1.4em;	
}
h2{
	padding:15px 0 10px 0;
}
h1, h2
{
	color:#755232;
	font-family: impact;
	margin:0;
	font-weight:normal;
}
h3, h4, h5, h6
{
	padding:10px 0 5px 0;
	color:#755232;
	margin:0;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.1em;
}
strong
{
	color:#755232;
}
/*** 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;
}
.red
{
	color:#ed1c24;
}
.red_big{
	color:#ed1c24;
	font-size:1.2em;
}
/*** cms styles ***/
.annotation
{
	padding: 1px 15px 0 15px;
	border-bottom: 1px solid #8d8d8d;
	font-style:italic;
	font-size:0.9em;
	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
{
	margin-top:-1em;
}
.autor
{
	border-top: 1px solid #8d8d8d;
	margin-bottom: 1.5em;
	font-size: 0.9em;
	padding: 3px 15px;
}
.autor span, .list_autor span
{
	float: right;
}
.listing
{
	font-size: 0.8em;
}
/*** font coloring ***/
.black{
	color:#000;
}
.bold{
	font-weight:bold;
}
.blue{
	color:#3f97bf;
}
/*** image styles ***/
img{
	border:none;
	padding:1px;
	margin: 2px 1px 2px 1px;
}
img.left
{
	float: left;
	margin: 0 10px 5px 0;
}
img.right
{
	float: right;
	margin: 0 0 5px 10px;
}
hr
{
	width:100%;
}
/*** 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;
}
