﻿body {
	font-size: .85em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: #232323;
	background-color: #fff;
}

header {
	height: 140px;
	width: 100%;
	text-align: center;
	border: 1px solid black;
	padding: 100px;
	background-color: #A9A9A9;
}


header #headerContent {
	position: relative;
	height: 120px;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	}




footer {
	height: 125px;
	width: 100%;
	background-color: #86cfc6;
	bottom: 0px;
	position: absolute;
	box-shadow: 0px -1px 5px #cccccc;
	-webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
}

	footer:before {
		content: " ";
		display: block;
		height: 7px;
		clear: both;
		background-color: #7cbab3;
		border-top: #e5e5e5 solid 1px;
	}

#footerContent {
	width: 1100px;
	margin: 0 auto;
	padding: 0 35px;
	vertical-align: bottom;
}



.loggedUser {
	position: absolute;
	top: 2px;
	right: 35px;
}

	.loggedUser:before {
		content: url('Images/UserIcon.png');
		top: 7px;
		right: 30px;
	}

	.loggedUser:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.loggedUser .title {
		color: #edeae5 !important;
		font-size: 92% !important;
		margin: 0px 0px 0px 200px;
		float: right;
	}

.logoutLink {
	position: absolute;
	font-weight:300;
		right: -2px;
	top: -7px;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	min-height: 75px;
}

.editor-label {
	margin: 1em 0 0 0;
}

.editor-field {
	margin: 0.5em 0 0 0;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #f00;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
}
