﻿body {
	margin-top: 0;
	margin-left: 0;
	margin-botton: 0;
}

/* gallery images */
img.image {
	margin: 10px;
	padding: 5px 5px 15px 5px;
	background: white;
}

/* overview tables */
table.sortable {
	width: 100%;
	border-collapse: collapse;
}

table.sortable th {
	background: #5f552f;
	color: #c7b299;
}

table.sortable td {
	border: solid 1px #5f552f;
}

/* detail tables */
table.detail {
	border-collapse: collapse;
}

table.detail th {
	background: #5f552f;
	color: #c7b299;
	text-align: left;
}

table.detail td {
	border: solid 1px #5f552f;
}

/* general */
a { color: white; font-weight: normal; font-size: 10pt; line-height: 14pt; font-family: Verdana; text-decoration: none; text-align: left }

a:hover {
    color: #fff !important;
    background: #4E698C;
    text-decoration: none;
}

a.nohover:hover{
    background-color: transparent;
    text-decoration: none;
}

/* warning and info messages */
.warning {
	background: white;
	border: solid 1px red;
	color: red;
}

.info {
	background: white;
	color: green;
	border: solid 1px green;
}

.footer {
    border-top: 5px solid #CC9933;
    background-color:#7297BA;
}

.footerwrapper {
    margin-left: 15px;
}

.footerfourcolumn {
    width: 225px;
    float: left;
}

.footerthreecolumn {
    width: 305px;
    float: left;
}

.footerend {
    clear: both;
    font-size: 8pt;
    text-align: center;
}