@charset "utf-8";
body {
	background-image: url(images/Belleville%20Campus.jpg);
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-color:#C9C9C9;
	background-attachment:fixed;
	margin:7%;
	color:#000000;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, "Times New Roman", serif;
	font-size: 20px;
}

header {
	text-align:center;
	align-content:center;
	background-color:#790000;
	height: 80px;
	max-height: 150px;
	width: 100%;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 28px;
}

h1, h2, h3 {
	color: #FFFFFF;
}

blockquote {
	color:#FFFFFF;
	text-shadow: #790000 2px 0px 0px, #790000 0px 2px 0px, #790000 0px 0px 2px;
}

p {
	color:#FFFFFF;
	text-shadow: #790000 2px 0px 0px, #790000 0px 2px 0px, #790000 0px 0px 2px;
}

th {
	text-align:left;
}

fieldset {
	background-color: rgba(127, 127, 127, 0.7);
}

input[type='submit'] {
	height: 50px;
	width: 250px;
	font-size: 20px;
	background-color: #5ccd00;
	border-radius: 10px;
	border: 1px solid #888;
	cursor: pointer;
	color: #eee;
	margin-left: 43px;
}
input[type='submit']:hover {
	background-color: #5cdd00;
}
.error {
	color: red;
	font-weight: bold;
	margin-bottom: 0;
}

.success, .db_query_failure, .db_connect_failure {
	font-weight: bold;
	text-align: center;
	border-width: 5px;
	border-style: solid;
	padding: 20px;
	background-color: white;
}
.success {
	color: green;
	border-color: green;
}
.db_query_failure, .db_connect_failure {
	color: red;
	border-color: red;
}
.js_error {
	display: none;
	color: red;
	font-weight: bold;
	margin-bottom: 0;
}
