/*Author encrypted 
Course: 
Lesson 7 default_style.css 
*/
.dropdownmenu {
	display: inline-block;
	position: relative;
}

.dropdownmenu span {
	padding: 15px;
	text-align: center;
	text-decoration: none;
}

.dropdownlinks {
	display: none;
	position: absolute;
	background-color: lightgrey;
	color: white;
	width: 180px;
	top: 32px;
	border: thin solid darkblue;
	text-align: left
}

.dropdownlinks a {
	display: block;
	text-decoration: none;
	color: darkblue;
	padding: 8px;
	text-align: left;
}

.dropdownmenu span:hover, .dropdownlinks a:hover {
	background-color: #32346F;
	color: white;
}

.dropdownmenu:hover .dropdownlinks {
	display: block;
}

.header {
	height: 100%;
	/* manually calculated header height through setting this to x%*/
	width: 100%;
	text-align: center;
	color: yellow;
	background-image:
		url("");
}

.slogan {
	font-style: italic;
	color: white; padding-top : 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	/* Total Height = Height + Padding Top + Padding Bottom + Border Width Top + Border Width Bottom*/
}

.wrapper {
	text-align: left;
	position: relative;
	width: 100%;
	background-color: #DDDDDD;
	font-family: sans-serif;
	font-size: 16px;
}

#link {
	text-decoration: none;
	color: darkblue;
}

.navigation {
	color: darkblue; background-color : #C8CAF1;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #C8CAF1;
	/* Total Height = Height + Padding Top + Padding Bottom + Border Width Top + Border Width Bottom*/
}

h1 {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	color: white;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	margin-left: 0px;
	font-family: "large sans-serif";
	/* Total Height = Height + Padding Top + Padding Bottom + Border Width Top + Border Width Bottom*/
}

h3 {
	text-align: center;
}

h2 {
	width: 100%;
	padding: 10px;
	color: black;
	text-align: left;
	box-sizing: border-box;
	margin: 0;
}

h4 {
	border-bottom: 1px solid black;
}

form {
	margin-left: 15px;
}

input {
	margin-left: 15px;
}

input[type=radio] {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#inputdate {
	margin-left: 0px;
}

textarea {
	width: 800px;
	height: 100px;
}

p {
	padding-right: 18px;
	/*color: yellow*/
}

footer {
	background-image:
		url("");
	padding: 8px;
	color: white;
	text-align: center;
}
table{
	border: none;
	border-collapse: collapse;
	margin-left:25%;
	margin-bottom:2%;
}
th{
	border: none;
	background-color: #32346F;
	color: white;
	text-align: center;
}
th, td {
	border : 1px solid black;
	padding: 5px;
}
.secondrow{
	background-color: #C8CAF1;
	text-align: center;
	font-weight: bolder;	
}
.secondrow td{
	padding: 10px;
}
table tr:nth-child(odd){
	background-color: #C8C8C8;
}
#empty{
	background-color: #DDDDDD;
	border: none;
}