body
{
	background: url('./img/body_bg.jpg') repeat-x top left #fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#7b7b7b;
}
.cleaner
{
	clear:both;
	height:0px;
	overflow:hidden;
}
/*** links ***/
a
{
	color:#99432a;
}
a:hover
{
	text-decoration:none;
}
a:visited, a:active
{
	color:#525252;
}
a.arrow
{
	color:#7b7b7b;
	background: url('./img/arrow.jpg') no-repeat center left;
	padding-left:15px;
}
a.back_arrow
{
	color:#7b7b7b;
	background: url('./img/back_arrow.jpg') no-repeat center right;
	padding-right:15px;
	float:right;
}

/*** text elements ***/
p
{
	padding:10px 0;
}
ul
{
	list-style:none;
	padding:10px 0;
}
ol
{
	padding:10px 0;
}
ul li
{
	padding:0 20px;
	background: url('./img/arrow.jpg') no-repeat center left;
}
/*** tables ***/
table
{
	border-spacing:0;
	border-collapse:collapse;
	border-color: #e5e5e5;
}
td,th
{
	padding:3px 7px;
	border:1px solid #e5e5e5;
}
th
{
	background: #99432a;
	color:#fff;
	text-align:left;
}
tbody th
{
	background: #99432a;
	color: #000;
	font-weight:bold;
}
caption
{
	font-size:0.8em;
	text-align:left;
	font-weight:bold;
	padding-left: 6px;
}
/*** headings ***/
h1, .hp_content h2
{
	color:#99432a;
	background:	url('./img/bullet.png') no-repeat center left;
	padding:25px 0 25px 25px;
	font-size:22px;
	font-weight:normal;
}
.hp_content h2
{
	padding:25px 0 25px 25px;
	font-size:20px;
}
h2
{
	padding:0px 0 0px 0px;
	font-size:1.2em;
	color:#3e6641;
}
h3
{
	padding:0px 0 0px 0px;
	font-size:1.1em;
	color:#ff9506;
	font-weight:bold;
}
h4
{
	padding:0px 0 0px 0px;
	font-size:1em;
	color:#ff9506;
}
#left_column_content h2
{
	background:	url('./img/bullet.gif') no-repeat center left;
	padding:15px 0 15px 25px;
	font-size:17px;
	color:#968128;
}
#left_column_content h3
{
	color:#3e6641;
	font-size:1.1em;
	font-weight:normal;
	padding:5px 0 0px 0px;
}
/*** 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
{
	padding: 1px 15px 0 15px;
	font-style:italic;
	font-size:0.9em;
	margin-top: 0px;
}
.list_autor
{
	margin-bottom: 5px;
	font-size: 0.8em;
	padding: 0 0px;
}
.annotation_list
{
	margin-top:-1em;
}
.autor
{
	
	margin-bottom: 5px;
	font-size: 0.9em;
	padding: 3px 15px;
}

.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;
}

img 
{
	border:1px solid #e5e5e5;
	padding:2px;
}
hr
{
	width:100%;
	height:1px;
	background:#e5e5e5;
	border:none;
	border-color:#e5e5e5;
	overflow:hidden;
}
/*** 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;
}
.hl_brown
{
	color:#99432a;
}
.hl_black
{
	color:#000;
}
.hl_green
{
	color:#3e6641;
}
.hl_orange
{
	color:#ff9506;
}

