@font-face {
	font-family: 'BlenderPro';
	src: url('fonts/BlenderPro-Book.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'BlenderPro';
	src: url('fonts/BlenderPro-Bold.ttf') format('truetype');
    	font-weight: bold;
}

body {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #ffffff;
	font-family: 'BlenderPro', Sans-serif;
	color: #000000;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

.header1 {
	text-align: left;
	font-size: 27px;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	border: none;
	padding: 8px 0px 8px 0px;
	list-style: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2em;
}

button {
	font-size: 18px;
	color: #ffffff;
	background-color: #388174;
	font-family: 'BlenderPro', Sans-serif;
	border-radius: 8px;
	height: 36px;
	width: 120px;
	float: right;
}

input {
	background-color: #efefef;
	font-family: 'BlenderPro', Sans-serif;
	border: none;
	border-radius: 4px;
	padding-left: 16px;
	font-size: 18px;
	height: 40px;
	width: 100%;
}

.finalValue {
	background-color: #efefef;
	font-family: 'BlenderPro', Sans-serif;
	border: none;
	border-radius: 4px;
	padding: 1px 2px 1px 16px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

select {
	background-color: #efefef;
	font-family: 'BlenderPro', Sans-serif;
	border: none;
	border-radius: 4px;
	padding-left: 12px;
	font-size: 18px;
	height: 40px;
	width: 100%;
}

p {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #444;
}

.centeredText {
	margin-top: 8px;
	text-align: center;
}

.message {
	font-size: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
	color: red;
}

.centeredForm {
	display: block;
	width: 80%;
	min-width: 320px;
	border-width: 0px;
	padding-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

.centeredBox {
	display: block;
	width: 320px;
	border-width: 0px;
	padding-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

.centeredBannerBox {
	display: block;
	width: 320px;
	border-width: 0px;
	padding-width: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.pelicanlogo {
	margin-top: 5px;
	color: transparent;
	text-decoration: none;
	border: none;
}
.logo {
	float: left;
}
.banner {
	width: 95%;
	height: 100px;
	background:#255e8f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
.toolbar {
	border-bottom: 1px solid #2d3642;
	border-top: 1px solid #6d84a2;
	padding: 10px;
	height: 40px;
	background: url(toolbar.png) #6d84a2 repeat-x;
}
.topbar {
	position: absolute;
	left: 0px;
	top: 10px;
	padding: 40px;
	height: 100px;
	width: 100%;
}

h1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	height: 30px;
	font-size: 24px;
	width: 260px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
}

h2 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 24px;
	font-size: 18px;
	width: 260px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: black;
}

#wizardPopup {
	width: 294px;
	min-height: 240px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	-moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
	border: 1px solid black;
}

.confirmButton {
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	width: 100px;
	margin: 14px 12px 12px 8px;
}

.poptext {
	width: 260px;
	min-height: 120px;
	font-size: 15px;
	white-space: normal;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

.anyWhereLeftHalfButton {
	font-size: 22px;
	font-weight: normal;
	float: left;
	text-align: center;
        color: #e5707f;
	margin: 0;
	margin-left: 10px;
	width: 42%;
	padding: 8px 0px 8px 0px;
	background-color: white;
	border: 1px solid #e5707f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.anyWhereRightHalfButton {
	font-size: 22px;
	font-weight: normal;
	float: right;
	text-align: center;
	color: white;
	margin: 0;
	margin-right: 10px;
	width: 42%;
	padding: 8px 0px 8px 0px;
	background-color: #4f5a6a;
	border: 1px solid #4f5a6a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.linkExternal {
	text-decoration: none;
}
