@charset "utf-8";
/* CSS Document */
@import "js_tabs.css"; /* style for tabbed panels */



/* ----------------- specific panels css -------------- */
.clear {
	clear:both;
}
/* ---------------- content ------------------------- */
.content_item {
	/*border: 1px dotted red;*/
	margin-bottom:4px;
}
.content_body {
	padding:5px;
	border-left:1px dotted #CCC;
	font-size:12px;
}
.content_body p {
	/*text-indent:20px;*/
	line-height:17px;
	margin:0px;
	margin-bottom:12px;
}
.content_body img {
	margin:5px;
	border:0px;
}
.content_footer {
	color:#999;
	font-size:9px;
	padding:2px;
	border-bottom:1px dotted #CCC;
	border-left:1px dotted #CCC;
	margin-bottom:10px;
	text-align:right;
}
.content_title {
	border-bottom:1px dotted #CCC;
	color:#069;
	font-size:19px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:1px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	text-align:left;
}
.content_long_title {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding:2px;
	border-left:1px dotted #CCC;
}
.content_html {
	border:1px solid #CCC;
	padding:5px;
}
.content_src {
}
.content_image_gallery {
	padding:5px;
	border-left:1px dotted #CCC;
}
.content_gallery_image {
	float:left;
	/*border:1px solid #CCC;
	padding:3px;*/
	margin-right:3px;
	margin-bottom:3px;
}
.content_gallery_image a img {
	border:0px;
}
/* -------------------------- linedance tables ------------------------------ */
.content_body table {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.content_body table tr td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.content_body table tr th {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #CCCCCC;
  background-color:#e5e5e5;
}
.content_body table tr td p, .content_body table tr th p {
	margin:0px;
}


ul.content_list {
	list-style:none;
	padding:0px;
	margin:0px 10px 0px 0px;
}
ul.content_list li {
	margin-bottom:1px;
	background-color:#efefef;
	padding:2px;
}
ul.content_list li a {
	line-height:16px;
	font-size:10px;
	color:#036;
	text-decoration:none;
	display:block;
	padding:2px;

}
ul.content_list li a:hover {
	color:#000;
	background-color:#fff;
}
ul.content_list li.selected {
	background-color:#fff;
	border-left:3px solid #069;
}
ul.content_list li.selected a {
	color:#000;
}
