﻿/***** Edge Personnel Application Form Stylesheet - NBM 2008*****/

/***** Main Content Sections *****/

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	margin: 0 auto 20px auto;
	padding: 0;
	width: 905px;
}

#top {
	height: 126px;
	background-image: url('images/top_header.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#stage {
	margin: 10px 0;
	padding: 0;
}

@media screen {
	#header {
		margin: 15px 0 0 0;
		padding: 0;
		height: 15px;
		background-image: url('images/border_top.jpg');
		background-repeat: no-repeat;
	}
}

@media print {
	#header {
		margin: 15px 0 0 0;
	}
}

#content {
	position: relative;
	margin: 0;
	width: 855px;
	padding: 0 25px 20px 25px;
	background-image: url('images/border_sides.jpg');
	background-repeat: repeat-y;
}

#footer {
	margin: 0;
	padding: 0;
	height: 21px;
	background-image: url('images/border_bottom.jpg');
	background-repeat: no-repeat;
	clear: both;
}


/***** Other Content *****/

.work_box {
	margin: 10px 0 10px 25px;
	padding: 15px;
	border: 2px solid #CCCCCC;
}

.hidden {
	display: none;
	visibility: hidden;
}


/***** Anchors and Links *****/

a {
	color: #17677F;
	font-weight: bold;
}

a:hover {
	color: #30A8C4;
}

a.button:hover {
	color: #FFFFFF;
}

/***** Buttons and Labels *****/

#stage table {
	width: 100%;
}

#stage div, .button {	
	display: block;
	margin: 0 10px;
	padding-right: 18px; /* sliding doors padding */
	height: 45px;	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top right;
	font-size: 115%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

#stage div span, .button span {	
	display: block;
	padding: 5px 0 5px 18px;
	height: 45px;
	line-height: 32px;	
	background-repeat: no-repeat;
	background-color: transparent;
}

#stage div {
	color: #444444;
	background-image: url('images/progress_right.jpg');
}

#stage div span {
	background-image: url('images/progress_left.jpg');
}

#stage div.selected {
	background-image: url('images/progress_right_selected.jpg');
	color: #FFFFFF;
}

#stage div span.selected {
	background-image: url('images/progress_left_selected.jpg');
	color: #FFFFFF;
}

.button {
	color: #FFFFFF;
	background-image: url('images/green_button.jpg');
	background-position: top right;
	cursor: pointer;
}

.button span {
	background-image: url('images/green_button.jpg');
	background-position: top left;
	cursor: pointer;
}

#stage div.first {
	margin-left: 0;
}

#stage div.last {
	margin-right: 0;
}


/***** Form Styles *****/

input {

}

.text {
	border: 1px solid #999999;
	padding: 4px;
	font-size: 110%;
	color: #000000;
	width: 208px;
}

textarea {
	padding: 4px;
	border: 1px solid #999999;
	width: 208px;
	height: 75px;
}

.label {
	font-size: 90%;
}

.label_cell {
	width: 175px;
}

select {
	border: 1px solid #999999;
	width: 218px;
}

/***** Typography and Fonts *****/

h1 {		
	color: #17677F;
	font-size: 170%;
	font-weight: normal;
}

#content h1 {
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	margin-top: 20px;
	color: #333333;
	font-size: 110%;
}

h3 {
	color: #17677F;
	font-size: 100%;
}

.compulsory_fields {
	position: absolute;
	top: 0;
	right: 25px;
	color: #666666;
}

hr {
	margin: 0;
	padding: 0;
	border: 1px solid #E9E9E9;
}

.highlight {
	color: #72B923;
	font-style: italic;
}

p {
	color: #333333;
}

.error {
	padding: 20px;
	border: 2px solid #990000;
	color: #990000;
	font-weight: bold;
	background-color: #FFEEEE;
}

.error_txt {
	color: #990000;
}

.error ul {
	margin-bottom: 0;
}

.error li {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.comment {
	color: #888888;
	font-size: 90%;
}


/***** Misc *****/

table, tr {
	margin: 0;
	padding: 0;
}

td {
	padding: 1px 0;
}


ul {
	margin: 20px;
	padding: 0;
}

li {
	margin: 10px 0;
	padding: 0;
}

.required {
	background-image: url('images/asterix.png');
	background-position: top right;
	background-repeat: no-repeat;
}

.hide {
	display: none;
}

/***** Tool Tips *****/

.question {
	vertical-align: middle;
	cursor: pointer;
}

#tt {
	position: absolute;
	display: block;
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
}

#ttcont {
	display: block;
	padding: 5px 12px 5px 12px;
	margin-left: 5px;
	background: #AEDEE4;
	color: #17677F;
	font-weight: bold;
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	overflow: hidden;
}

/***** Messages *****/

.message {
	padding: 20px;
	background: #C9FF8C;
}