html, body
{
	height: 100%;
	overflow: hidden;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/Logbook_1280x960_Bright.jpg);
	background-attachment: fixed;
}

/* In ASP.NET 4.0 images have borders by default */
img
{
    border: 0px;
}

#mainDiv
{
	margin: auto;
	width: 795px;
	overflow:hidden;
	border: solid 1px black;
}

#headerDiv
{
	height: 100px;
	background-image: url(HeaderImage.ashx);
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
	position:relative;
}

#titleDiv
{
	position:absolute;
	right:10px;
	bottom:0px;
	font-size: 20px;
	color: White;
	font-weight:bold;
}

#peLTitleDiv
{
	position:absolute;
	left:10px;
	font-size: 20px;
	color: White;
	font-weight:bold;
}

#leftDiv
{
	width:188px;
	float:left;
	border-right: solid 1px black;
	background-color: #729DDB;
}

#languageDiv
{
	text-align:right;
	padding:10px;
}

#aboveMenuDiv
{
	height: 20px;
}

#menuDiv
{
	
}

.menuItem
{
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	text-transform:uppercase;
	text-align: right;
	background-color:#6488C9;
	border-top: solid 1px white;
	border-bottom: solid 1px #2F5799;
}

.menuItem a
{
	color: White;
	font-weight: bold;
	text-decoration:none;
}
.menuItem a:hover
{
	color: #2F5799;
	font-weight: bold;
}

#footerDiv
{
	width: 100%;
	height: 20px;
	float: left;
	text-align: center;
}

#flagsDiv
{
	height: 170px;
	overflow: hidden;
}

#flagsImg
{
	width:100%;
	border:0px;
}

.contentDiv		/* Do not use #contentDiv because e.g. "#contentDiv p" cannot be overriden later for subelements */
{
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;	/* Needed so that other elements can be alignes */
}

.contentDiv h1
{
	margin-top:20px;
	margin-bottom:7px;
	font-size: 14px;
	font-weight: bold;
}

.contentDiv h2
{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.contentDiv p
{
	margin-bottom:8px;
	margin-top:1px;
}

.contentDiv a
{
	color: #2F5799;
	text-decoration: none;
}

.contentDiv a:hover
{
	color: #2F5799;
	text-decoration: underline;
}

.contentDiv table
{
	border-color: #600;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.contentDiv td
{
    border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
}

.contentDiv th
{
	border-color: #600;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFC;
	font-weight:bold;
}

.superscript
{
	font-size:0.8em;	/* 80% the original font size */
	vertical-align: super;
}

#contactDiv
{
}

#contactDiv table
{
	border:none;
}

#contactDiv td
{
    border:none;
    margin: 0px;
    padding: 0px;
    background-color:Transparent;
}

.contactLabel
{
	width:100px;
}

.contactMultilineLabel
{
	vertical-align: top;
}

.contactMultilineLabelDiv
{
	margin-top:4px;
}

.contactTextField
{
	width:460px;
}

.fieldError
{
	background-color:Red;
}

.contactTitleField
{
	width:460px;
	height:50px;
}

.contactMessageField
{
	width:460px;
	height:100px;
}

#contactButtons
{
	width:567px;
	text-align:right;
}

#contactResultButtons
{
	width:100%;
	margin-top: 50px;
	text-align:center;
}

/* Currently no way to make a general CSS for all input type=button; IE does not work */
.button
{
	width:90px;
}

.mandatoryMark
{
	color: Red;
	vertical-align:top;
}

.mandatoryField
{
	background-color: Red;
}

.faq
{
	display: block;
	cursor: pointer;
	padding: 6px;
	background: transparent url(../Images/PeLQuestionBackground.jpg) repeat-x scroll 0%;
	color: black;
	font-weight: bold;
}

.faqAnswer
{
	display: none;
	padding: 6px;
	overflow: hidden;
}

img.floatLeftClear
{ 
    float: left; 
    clear: left;	/* Clear tells the images to be one under the other, not one next to the other */
    margin: 4px; 
}

img.floatRightClear
{ 
    float: right; 
    clear: right;	/* Clear tells the images to be one under the other, not one next to the other */
    margin: 4px; 
}

.downloadOverDiv
{
	border-top: solid 1px black;
}

.downloadDiv
{
	width:100%;
	border-bottom: solid 1px black;
}

.downloadLinkDiv
{
	width: 80px;
	float: left; 
    clear: left;	/* Clear tells the images to be one under the other, not one next to the other */
    margin: 10px;
}

.downloadTextDiv
{
}

.downloadTextDiv p
{
	margin-bottom: 2px;
	margin-top: 2px;
}