@charset "UTF-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	color: white;
}

body{
	background-color: rgba(153,119,59,1.00);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
}

#divHead {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #224876;
	z-index: 10;
}

#divNav {
	position: absolute;
	right: 20px;
	top: 10px;
}

#divFoot {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #224876;
	color: white;
}
#divForm {
	position: relative;
	top: 10px;
	background-color:rgba(0,0,0,.50);
	width: 80%;
	border-radius: 20px;
	padding: 1%;
	left: 8%;
	border-style: groove;
	border-width: 1px;
	overflow: hidden;
}

button{
	background-color: cadetblue;
	cursor: pointer;
	padding: 5px;
	border-radius: 10px;
}

button:hover {
	background-color: rgba(153,119,59,1.00);
}

#divContent {
	position: absolute;
	top: 70px;
	left: 20px;
	border-radius: 10px;
	background-image: url("../media/UTMLogo-Idea.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: normal;
	overflow-x: scroll;
}

input{
	color:black;
}

textarea{
	color:black;
}

select{
	color:black;
}

option{
	color: black;
}

ul {
	list-style: none;
}
#uploadLoading {
	position: absolute;
	top: -130px;
	display: none;
}
