@charset "utf-8";
/* CSS Document */

/* ----------------- specific panels css -------------- */
.clear {
	clear:both;
}
/* ---------------- content ------------------------- */
.content_item {
	/*border: 1px dotted red;*/
	margin-bottom:4px;
}
.content_body {
	font-family:Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0 0 10px;
	padding:0;
}


.content_body img {
	/*border:0px;*/
	/*border:10px solid #d5c9a6;*/
}



.content_body p {
	font-family:Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}
.content_footer {
	color:#999;
	font-size:9px;
	padding:2px;
	margin-bottom:10px;
	text-align:right;
}
.content_title {
	font-family:Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:14px;
	margin:8px 0 10px;
	padding:5px 0 0;
	
	font-weight:bold;
	
	text-align:left;
}
.content_title a {
	color:#000;
}
h2.content_title_for_list {
	font-family:Arial,"Trebuchet MS",Helvetica,sans-serif;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	font-weight:bold;
	
	text-align:left;
}
h2.content_title_for_list a {
	color:#000;
}
.content_long_title {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:10px;
}
.content_html {
	padding:5px;
}
.content_src {
}
.content_image_gallery {
	padding:5px;
	text-align:justify;
}
.content_gallery_image {
	/*float:left;*/
	display:inline;
	/*padding:3px;*/
	margin-right:3px;
	margin-bottom:3px;
	
	margin-left:10px; margin-right:10px;
}

.content_gallery_image a img {
	/*border:0px;*/
	border:10px solid #d5c9a6;
	margin-bottom:12px;
	margin-right:12px;
}
.content_gallery_image_no_link img {
	border:10px solid #d5c9a6;
	margin-bottom:12px;
	margin-right:12px;
}

/* ------------------- rendered content styles ------------------- */
.content_body table {
	border-collapse:collapse;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
}
.content_body table tr td {
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:4px;
}
.content_body table tr th {
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#FFF;
	padding:4px;
}
.content_item a {
	color:#49341F;
}
/* -------------------------- vertical list menu ------------------------- */
ul.content_list {
	width:200px;
	padding-left:15px;
}
ul.content_list li {
	font-size:12px;
	margin-bottom:5px;
	letter-spacing:1px;
}
ul.content_list li.selected {
	
}
ul.content_list li.selected a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
ul.content_list li a {
	color:#333;
}
