html {
	height: 100%;
}

body {
    background-color: #405E7C;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

p {
    margin: 1px 1px 1px 1px;
}

hr {
    border: solid 1px #ccc;
}

a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #09E;
	text-decoration: none;
}

div.Block {
	border-right: none;
	border-left: solid 2px #DDD;
        border-right: solid 2px #DDD;
	margin-bottom: 10px;
        margin-left:5px;
        margin-right:5px;
	background-color: #FAFCFF;
	padding: 3px 5px;
}

div.hidden {
	display: none;
}

img.thumbnail {
    width: 64px;
    height: 64px;
}

.clearFloat {
    float: none;
    clear: both;
}

/*********************
    COMMON ELEMNTS
*********************/
#mainMenu {
	text-align:center;
	width: 887px;
	background-color: white;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	margin-bottom: 25px;
	height: 53px;
        font-size: 16px;
}
	#mainMenu ul {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
	}
		#mainMenu ul li {
			display: inline;
			list-style-type: none;
		}
		#mainMenu ul a {
			padding: 0px 10px;
			font-weight: bold;
                        color: black;
		}
		#mainMenu ul a:link {
			color: black;
			background-color: white;
			text-decoration: none;
		}
		#mainMenu ul a:hover {
			color: #fff;
			background-color: #09E;
			text-decoration: none;
		}

#siteHeader{
	height: 100px;
	width: 887px;
	/* background-color: #0AF; */
	margin-left:0px;
}
	div #siteHeader img{
		width: 730px;
		height: 90px;
	}

#blog {
	text-align: center;
}

#footer {
	font-size: 12px;
	text-align:center;
	padding-bottom: 5px;
	margin-top: 20px;
}

#contentWrapper {
	width: 887px;
	padding-left:30px;
	padding-right: 30px;
	background-image: url('bg.png');
	background-repeat: repeat-y;
	min-height: 100%;
	margin: 0 auto;
}


/*********************
    THE SCIENCE
**********************/
#thescience {
    text-align:center;
}
    #thescience iframe {
        width: 95%;
        height: 600px;
    }
    #thescience h4 {
        text-align: center;
    }
#tips {
    margin-bottom: 8px;
}
    #tips h4 {
        text-align: center;
    }


/*********************
    INPUT STYLING
*********************/
select {
    font-weight: normal;
    vertical-align: middle;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}
input {
    font-weight: normal;
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}
    input.button {
        border: solid 2px #aaa;
        background-color: #ddd;
        cursor: pointer;
    }
    input.button:hover {
        border: solid 2px #11a3ea;
    }
    input.inputbox {
        border: solid 1px #ccc;
        width: 300px;
    }
    textarea.inputbox {
        border: solid 1px #ccc;
        width: 500px;
    }
    .inputbox:hover
    {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #eaeaea;
        border-bottom-color: #eaeaea;
        border-top-color: #11a3ea;
        border-bottom-color: #11a3ea;
    }
    .inputbox:focus
    {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #eaeaea;
        border-bottom-color: #eaeaea;
        color: #4b4b4b;
        border-top-color: #11a3ea;
        border-bottom-color: #11a3ea;
        color: #0f4987;
    }



/*********************
    ADD/EDIT FORM
*********************/
#termsAndConditions {
	text-align:center;
	margin-left: 150px;
	margin-right: 150px;
}
#editWrapper h3 {
    text-align: center;
    margin-bottom: 3px;
}
#editWrapper h4 {
    margin-top: 3px;
    text-align: center;
}

#editStepsWrapper {
	width:auto;
	height:auto;
	text-align: right;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
}

#editError {
        color: red;
        font-weight: bold;
        text-decoration: underline;
        text-align: center;
        margin-top: 10px;
}

#editSteps {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 200px;
	/* border: solid 1px black; */
	text-align: left;
}
	#editSteps label {
		font-weight: bold;
	}
	#editSteps table tr td {
		vertical-align: top;
	}

#editMain {
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
}
	#editMain label {
		font-weight: bold;
	}
	#editMain table tr td {
		vertical-align: top;
	}

div .editStepHeader {
    display: inline;
    float:right;
    font-weight: bold;
    margin-right: 10px;
}
div.editStepForm {
	margin-top: 10px;
	border-bottom: solid 1px #999999;
	height:200px;
}


/*********************
    VIEW PLANE
*********************/
div.youTubeVideo {
}
#viewMain {
    width: 767px;
    height: auto;
    text-align: left;
    margin-left: 50px;
    margin-bottom: 30px;
}
    #viewMain #title {
        font-weight: bold;
        color: #39F;
        font-size: 24px;
    }
    #viewMain #rating {
        font-weight: bold;
        color: green;
        float: right;
        text-align: right;
    }
    #viewMain #report {
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
        text-align: right;

    }
        #viewMain #report a {
            color: red;
        }
    #viewMain #comments {
        font-weight: normal;
        font-size: 14px;
        text-align: right;
    }
    #viewMain #summary {
        color: black;
    }
    #viewMain #authorpage {
        display: inline;
        font-weight: normal;
        font-size: 14px;
        font-style: italic;
    }
    #viewMain #author {
        font-weight: bold;
    }
    #viewMain #image {
        max-width: 750px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.stepView {
    width: 100%;
    overflow: visible;
    height: auto;
    text-align: left;
    margin-bottom: 10px;
}
    .stepNumber {
        font-weight: bold;
        color: green;
    }
    .stepTitle {
        font-weight: normal;
        color: #555;
    }
    .stepViewDetails {
        color: black;
    }
    .stepImage {
        border: solid 1px #ccc;
        max-width: 400px;
        float: right;
    }


/*********************
    USER INFO BOX
*********************/
#userInfo {
	float:right;
	height: auto;
	width: 150px;
	font-size: 12px;
	border: 1px solid #999999;
	text-align: center;
	background-color:white;
	margin-right: -5px;
	margin-top: 5px;
}
	#userInfo ul {
		text-align:left;
		margin: 5px 5px 5px 5px;
                list-style-type: none;
	}

        #userInfo ul li a {
                font-weight: bold;
	}


/*********************
    DATA TABLE
*********************/
#planeDelete {
    text-align: center;
}
#planeListSort {
    text-align:right;
    width: 100%;
    height: auto;
}
#planeCount {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    display: inline;
    margin-left: 10px;
}
table.planeList {
    border-collapse:collapse;
    background:#EFF4FB;
    border:1px solid #777;
    color: #333;
    width: 100%;
}
    table.planeList thead tr th {
        background:#405E9C;
        color:#fff;
        text-align: left;
        font-weight: bold;
    }
    table.planeList tbody td {
        border-bottom: dotted 1px #333;
    }
    table.planeList tbody td a {
        color: black;
    }
    table.planeList tbody tr:hover {
	background:#fafafa
    }
