@import url('https://fonts.googleapis.com/css?family=Open+Sans:400|Oswald');


body {
	font-family: "Open Sans", Helvetica, Sans;
	background-color: #ebebeb;
}

.content {
  max-width: 930px;
  margin: auto;
  background-color: black;
}

header {
	vertical-align: middle;
	padding: 20px;
}

main {
	width: 100%;
	min-height:400px;
	/*background-color: #254E58;*/
}

footer {
	margin-top:10px;
	font-size: small;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

section {
	padding: 20px;
	background-color: #282828;
	margin-bottom: 20px;
}

.alignMiddle {
	text-align: center;
}

#titleImage {
	text-align: right;
}

#loginForm {
	width: 440px;
	float: left;
	text-align: right;
	height:42px;
	padding-top: 10px;
}

#siteTitle {
	width: 440px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#map {
	min-width: 50%;
	min-height: 50%;
	float: left;
	background-color: #666666;
}

#menuIcon {
	width: 42px;
	height: 42px;
	text-align: left;
	margin-right:10px;
}

#results {
	min-width: 50%;
	min-height: 50%;
	float: left;
	background-color: #88BDBC;
}

#searchSchoolForm {
	background-color:#333333;
	border: 1px solid black;
	padding: 10px;
}

#searchSchoolResult {
	min-height:400px;
	background-color:#669999;
	padding: 10px;
	border-left: 1px solid #336666;
	border-right: 1px solid #336666;
}

#searchSchoolTable {
	/*width:60%;*
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	/*float: left;*/
	background-color:#669999;
	display: block;
}

#searchSchoolMap {
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	/*float: left;*/
	/*width: 40%;*/
	display: none;
}

#searchSchoolGraph {
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	/*float: left;*/
	/*width: 40%;*/
	display: none;
	position: relative;
}

#mapApplet {
	min-height: 400px;
	/*
	min-width: 30%;
	margin-left: 10px;
	margin-right: 10px;
	*/
	border: 2px solid #336666;
	text-align: center;
	vertical-align: middle;
}

#searchSchoolFooter {
	background-color:#333333;
	border: 1px solid black;
	padding: 10px;
}

div.step_frame {
	max-width: 100%;
 	margin: auto;
  	padding: 10px;
}

div.step_frame_col {
	width: 30%;
	float: left;
	text-align: left;
	padding: 10px;
}

div.column {
	width: 440px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

div.column_left {
	width: 440px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

div.column_right {
	width: 440px;
	float: left;
	text-align: left;
}

div.column_right_img {
	width: 440px;
	float: left;
}

div.clear {
	clear: both;
}

div.bookmark {
	display: none;
}


h1 {
	font-family: 'Oswald', sans-serif;
	margin-bottom : 0px;
	margin-top : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
}

h2 {
	margin-bottom : 20px;
	margin-top : 10px;
	font-size: x-large;
	color: white;
}

h3 {
	color: white;
	font-size: medium;
	margin-bottom : 2px;
	margin-top : 10px;
	font-weight: bold;
}

p {

	color: #ebebeb;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
	padding-left: 5px;
	padding-right: 5px;

}


table.mainTable {
	font-size: small;
	border: 2px solid #336666;
	border-collapse: collapse;
	margin-bottom: 5px;
	margin-right:10px;
}

table.fullWidth {
	width:100%;
}

td {
	border: 1px solid #336666;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th {
	background-color: #336666;
	font-size: small;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

th.left {
	text-align: left;
}

span.formLabel {
	font-size: small;
	font-weight: bold;
}

span.caption {
	font-size: small;
	font-style:italic;
}

span.message {
	font-size: small;
	color: white;
}

/*
Colours:
Dark Blue: #001933
;
*/

input {
    font-family: Verdana, Helvetica, Sans;	
}

input.btn {
    background-color: transparent;
    border: 2px solid #4F4A41;
    border-radius: 5px;
    color: #4F4A41;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
    overflow: hidden;
    margin-left:2px;
}

input.btn_white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
    overflow: hidden;
    padding: 5px;
}

input.text_normal {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
    padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 420px;
}

textarea {
	background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
	padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 420px;
    height: 100px;
}

input.text_mid {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    font-size: small;
    padding: 10px;
    margin-top: 2px;
    margin-bottom:2px;
    width: 190px;
}

input.text_white {
    background-color: #666666;
    border: 1px solid #999999;
    border-radius: 0px;
    color: #000000;
    font-size: small;
    padding-left: 2px;
    padding-right: 2px;
}

input.check {
    background-color: transparent;
    border: 2px solid #4F4A41;
    border-radius: 5px;
    color: #4F4A41;
}

.small {
	font-size: small;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.white {
	color: #999999;
}

select.text_white {
	background-color: #666666;
    border: 1px solid #999999;
    border-radius: 0px;
    color: #000000;
    font-size: small;
    padding-left: 2px;
    padding-right: 2px;
}