/*** generic ***/
html, body {
	background-color: #F1F1F1;
	background-image: url(images/metal004.jpg);
	color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	margin: 0;
	text-align: center;
}

a {
	color: blue;
	cursor: default;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
    text-decoration: none;
}

img {
	border-width: 0; 
}

td {
	font-size: 1em;
}

hr {
	border-width: 0;
	border-top-width: 1px;	
}

/* global styles */
ul.plain {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;	
}
ul.plain ul {
	list-style-type: none;	
}

table.border_table {
	border-collapse: collapse;
	border-top: 1px solid black;
	border-right: 1px solid black;	
}
table.border_table td {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.code {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;	
	font-size: 90%;	
	padding: 1em;
}

/* content_form, jot-form */
form.content_form, .jot-form {
	border: 1px solid gray;
	padding: 0.5em;
    text-align: left;
}
.jot-form {
	margin-bottom: 1em;
	width: 30em;	
}
.content_form div, .jot-form div {
	margin-bottom: 0.2em;
}

/*** LAYOUT: page_frame ***/
#page_frame { 
	background-color: white;
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	height: auto;
	text-align: left;
	margin: 0em auto 0em auto;
	padding: 0.1em;
	width: 60em;
}

/*** LAYOUT: top ***/
#top {
	padding: 0.3em;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 0.7em;
	height: 1.4em;
}
#top a {
	color: #FFFFFF;
}
#top_links {
	float: left;	
	width: 72%;
}

/*** LAYOUT: search ***/
#search {
	clear: right;
	float: right;
	height: inherit;
	text-align: right;
	width: 27%;	
}

/*** LAYOUT: heading ***/
#heading {
	background-image: url(images/heading.jpg);
	background-position: right;
	height: 70px;
	margin: 1px 0 1px 0;
}

/*** LAYOUT: breadcrumb ***/
#breadcrumb {
	background-color: #808080;
	color: #F6F6F6;
	font-size: 0.7em;
	margin-bottom: 1px;
	padding: 0.1em 0 0.3em 0.5em;
}
#breadcrumb a {
	background-color: inherit;
	color: white;	
}

/*** LAYOUT: etc ***/
#etc {
	background-color: #F2F1ED;
	border-bottom: 1px solid #990000;
	font-size: 0.55em;
	height: 0.5em;
	padding: 0;
}

/*** LAYOUT: menu_section ***/
#menu_section {
	float: left;
	margin-top: -1px;
	width: 11em;
}
div.menu_box img {
	margin-left: 1.5em;
	width: 7.5em;	
}
html>body #menu_section {
	float: left;
}

/*** LAYOUT: content_section ***/
#content_section {
	border: 0px solid #990000;
	clear: right;
	float: left;
    	margin: 0.5em 0 1em 1em;
	min-height: 38em;
	text-align: center;
	width: 47em;
}
#content {
	font-size: 0.77em;
	line-height: 1.6em;
	margin: 0 auto 1em auto;
	padding-bottom: 0.5em;
	text-align: left;
	width: 54em;
}
#content a:visited {
	color: navy;	
}
#content h1 {
	border-bottom: 1px solid black;
	color: #990000;
	font-size: 1.8em;
	line-height: 1.3em;
    	margin-top: 0;
}
#content h2 {
	color: #990000;
	font-size: 1.4em;
	font-weight: 600;
}
#content h3 {
	color: #990000;
	font-size: 1.3em;
	font-weight: 600;
}
#content h4 {
	color: #990000;
	font-size: 1.1em;
}
#content ul {
	list-style-type: circle;	
}

/*** LAYOUT: site_info ***/
#site_info {
	background-color: #808080;
	border-top: 1px solid #999999;
	clear: both;
	color: #FFFFFF;	
	font-size: 0.7em;
	padding: 0.1em 0.15em 0.15em 0.15em;
	text-align: center;
}
#site_info a {
	background-color: inherit;
	color: white;
}

/*** main menu ***/
#main_menu {
	background-color: #F2F1ED;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	font-size: 0.8em;
	margin-bottom: 1em;
	padding: 0 0 0 0.3em;
}
#main_menu a {
	color: #000000;
    	display: block;
	padding: 2px 0 2px 2px;
	text-decoration: none;
}
#main_menu a:hover {
	text-decoration: underline;
}
#main_menu li {
    border-bottom: 1px solid #F2F1ED;
}
/* level 1 */
#main_menu ul {
	display: block;
	list-style-type: circle;
	line-height: 1.7em;
	margin: 0 0 1em 0;	
	padding: 0 0 0 1.4em;	
}
#main_menu ul li {
	text-indent: -3px;	
}
#main_menu ul li:hover {
    list-style-type: disc;
}
#main_menu ul li.active {
	list-style-type: disc;	
}
/* level 2 */
#main_menu ul li ul {
	font-size: 0.9em;
	list-style-type: none;
	line-height: 1.5em;
	margin-bottom: 0;
	padding: 0;	
}
#main_menu ul li ul li {
	font-weight: 500;
	text-indent: 0;
}
#main_menu ul li ul li:hover {
	list-style-type: none;
}
#main_menu ul li ul li.active {
	font-weight: 600;
	list-style-type: none;
}
/* level 3 */
#main_menu ul li ul li ul {
	padding: 0 0 0 0.9em;
}
/* level 4 */
#main_menu ul li ul li ul li ul {

}

/* main menu wide */
#menu_horizontal {
	background-color: #F2F1ED;
	border-bottom: 1px solid #990000;
	padding-bottom: 0.1em;
	text-align: center;
}
#menu_horizontal a {
	color: #000000;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 0.5em 0 0.5em;	
}
#menu_horizontal a:hover {
	text-decoration: underline;	
}
#menu_horizontal ul {
	margin: 0;
	padding: 0;	
}
#menu_horizontal ul li {	
	display: inline;
}
#menu_horizontal ul li.active {
	font-weight: 600;	
}

/*** site search / SNIPPET: ajaxsearch ***/
#search form, #search fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}
#search input {
	border: 0;
	font-size: 0.98em;	
}
.ajaxSearch_input {
	width: 17em;
}
div.ajaxSearch_result {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	padding: 0.5em;	
}
.ajaxSearch_highlight {
	background-color: yellow;
}
.ajaxSearch_resultDescription {
	font-weight: 600;	
}

/* SNIPPET: indexer snippet */
.LIn_fullMode, .LIn_shortMode {
	margin-left: 0;
	padding-left: 0;	
}
.LIn_fullMode li, .LIn_shortMode li {
	border: 1px dotted #990000;
	list-style-type: none;
	margin-bottom: 1em;
	padding: 1em;	
}
.LIn_date {
	color: #666666;
}

/* SNIPPET: image gallery */
.table-thumbnails {
	border-collapse: collapse;
	font-size: 0.9em;
}
.table-wrapper {
	font-size: 0.9em;
	margin-top: 1em;
	width: 100%;	
}
.table-wrapper table {
	border-collapse: collapse;	
}
.table-thumbnails td {
	margin: 0;
	padding: 1em;	
}
.img-thumbnail, .img-thumbnail-selected, .img-picture  {
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
.td-picture-caption {
	text-align: center;
}
.td-gallisting-cell {
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
	padding: 0.5em;	
}
.td-galitem-title {
	vertical-align: top;
}
