/* COMMON HTML TAGS */

body {
	background-color: #57728b;
	background-image: url('Images/back-pattern.png');
	background-position: 0px 20px;
	height: 100%;
	font-family: "Tahoma", sans-serif;
	font-size: small;
	margin: 0px;
	width: 100%;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
    font-family: "Tahoma", sans-serif;
    font-size: small;
}

a {
	/* color: #669 */
	/* color: #d90; */
	color: #c60;
	text-decoration: none;
}

a:hover {
	background-color: #c60;
	color: white;
}

a.inverse, .menu a {
    color: white;
}

.hover {
	background-color: #c60;
	color: white;
}

.hout {
	color: black;
}

img.a {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
}

.nil {
    color: black;
}

/* PAGE LAYOUT */

.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}

.foo {
	position: absolute;
	top: 60px;
	width: 100%;
}

.center, .search-box {
	margin-left: auto;
	margin-right: auto;
}

.center {
	width: 952px; /* max: 982px */
}

.search-box {
	margin-top: 25px;
	width: 600px;
	z-index: 200;
}
	
.primary {
	float: right;
	width: 71%
}

.secondary {
	float: left;
	width: 28%;
}



/* SHADOWS */

.shadow {
	height: 10px;
	position: relative;
}

.bottom {
	margin-bottom: 5px;
	background-image: url('Images/shadow.png');
}

.top {
	background-image: url('Images/shadow-top.png');
}



/* ALIGNMENT */

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
    clear: both;
}



/* TOP ELEMENTS */

.bar {
	background-image: url('Images/fff-88.png');
}

.bar .item, .bar .search {
    padding-left: 10px;
	padding-right: 10px;
}

.bar .item {
	font-size: small;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bar .search {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.bar .search input {
    width: 360px;
}

.path {
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	/* background-image: url('Images/fff-85.png'); */
	background-color: #37526b; /* #57728b; */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

.path a {
    color: white;
}



/* BLOCKS */

.header {
	background-color: #c60;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	color: white;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	position: relative;
	/* margin-bottom: 2px; */
}

.content, .simple-content {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-width: 1px;
	border-style: solid;
}

.content {
	background-image: url('Images/fff-75.png');
	margin-top: 2px;
}

.simple-content {
	z-index: 50;
	background-image: url('Images/fff-88.png');
}

div.content h1 {
	color: #930;
	font-size: large;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.content h2 {
	color: #930;
	font-size: medium;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.content h3 {
	color: #930;
	font-size: small;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.content p {
	margin-top: 10px;
	margin-bottom: 15px;
}

/*
div.content img {
	padding: 0px;
} */
div.content img[align="left"], .person-photo {
    float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
}

div.content img[align="right"] {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 0px;
}



/* MENU FEATURES */

.menu {
    background-color: #37526b;
    background-image: none;
}

.menu ul {
	list-style-image: url('Images/arrow.gif');
    color: white;
}

ul, .inversed-menu ul {
	list-style-image: url('Images/arrow-blue.gif');
}

ul, .menu ul, .inversed-menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 5px;
}

li, .menu li, .inversed-menu li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu .l, .inversed-menu .l {
	font-family: monospace;
}

.menu .selected {
    font-weight: bold;
    color: #c60;
}

.top-align {
	vertical-align: top;
}

/* MENU FEATURES */

.action {
    text-align: right;
}

/*
.name {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
	text-align: center;
	top: 45px;
	width: 100%;
}

.persons {
	margin-bottom: 10px;
} */
