/* ----------------------------- */
/* TAG-REDEFINITIONS / OVERRIDES */
/* ----------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 5;
}

/* ------- */
/* CLASSES */
/* ------- */

/* header */

.header_top {
	background-color: #F5F1F5;
	height: 50px;
	text-align: right;
}
.header_middle {
	background-color: #CAB5CE;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* main layout */

.menu {
	width: 144px;
	position: absolute;
	z-index: 6;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.center {
	padding-left: 150px;
	background-color: #EAE0EB;
	position: relative;
}
.body {
	background-color: #FFFFFF;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.footer {
	background-color: #CAB5CE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 100%;
}
.credit_line {
	text-align: left;
	padding: 6px;
}

/* generals */

.screenshot_image {
	text-align: center;
}
.screenshot_caption {
	text-align: center;
	font-weight: bold;
}

/* menu specifics */

.menu_item_non_selected {
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.menu_item_selected {
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}
.menu_link {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

/* documentation specifics */

.documentation_title {
	margin-top: 12px;
	margin-bottom: 3px;
}
.documentation_more {
	font-style: italic;
}

/* contact specifics */

.contact_name {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}
.contact_line {
	margin-top: 2px;
}

/* file specifics */

.file_title {
	margin-top: 12px;
	margin-bottom: 3px;
}
.file_more {
	margin-top: 2px;
}

/* link specifics */

.link_title {
	margin-top: 12px;
	margin-bottom: 3px;
}
.link_more {
	margin-top: 2px;
}
