﻿html,body {
    margin: 0;
    background-color: #00395e;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, Calibri, sans-serif;
    line-height: 150%;
	height:100%;
	color:#333333;
}
h4{
	margin-bottom:4px;
}
a {
    color:#333333;
    text-decoration: none;
}
a:hover {
        text-decoration: underline;
    }

input {
    border: 4px solid #839eb0;
    color: #00395e;
    font-weight: bold;
    font-size: 16px;
	padding:4px;
}

textarea {
    border: 1px solid #c4c4c4;
    color: #00395e;
    font-size: 14px;
}

select {
    border: 1px solid #c4c4c4;
    color: #00395E;
    font-weight: bold;
    font-size: 14px;
}

div {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}
th {
	text-align:left;
}
h1 {
	padding:0px;
	margin-top:0px;
	margin-bottom:2px;
	font-size:18px;
}
#tblFiles {
	display:table;
	border-spacing: 2px;
}
#tblFiles td {
	padding:4px;
}

.absmiddle {
	 vertical-align: middle 
}
.container {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    width:910px;
    background-color:#ffffff;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */	
	padding:8px;
	border-left:solid;
	border-right:solid;
	border-bottom:none;
	border-top:none;
	border-color:#d6d6d6;
	border-width:4px;
	color:#333333;
}
.right {
	float:right;
}
.banderole {
	width:984px;
	height:90px;
	background-color:#597e96;
	border-top:solid;
	border-bottom:solid;
	border-left:none;
	border-right:none;
	border-color:#839eb0;
	border-width:4px;
	position:static;
	margin-top:18px;
	margin-left:-37px;
}
.login {
	background-color:#ffffff;
	border:4px solid #839eb0;
	padding:16px;
	width:320px;
	background-color:#597e96;
	color:#ffffff;
}
.thumbnail-preview {
	position: absolute;
	width: 128px;
	height: 128px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	display: none;
	overflow: hidden;
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

	.thumbnail-preview .thumbnail-img {
		max-width: 128px;
		max-height: 128px;
	}

.preview-table {
	width: 100%;
	border-collapse: collapse;
}

.preview-table__header,
.preview-table__cell {
	
}

.preview-table__row:hover {

}