/* This adjustment compensates for missing styles in the provided simple header. */

body {
	font-size: 110%;
	font-family: "proxima-nova",Verdana,Geneva,Arial,sans-serif;
	max-width: 1100px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0%;
}

#acu_logo .logo-img {
	width: 200px;
}

.GreenMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A4731;
	background-color: #A2F5BF;
	width:460px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}

.standard_page {
	padding: 0 10px;
}

.logout
{
	padding: 15px;
	text-align: center;
	background: #3c1053;
	color: #fff;
	margin: 50px 0 20px;
}

.logout a
{
	color: #fff;
	text-decoration: none;
}

.logout a:hover
{
	text-decoration: underline;
}

p
{
	margin-left: 0;
}

.blackheader
{
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	font-size: 160%;
}

.heading-minorBOLD
{
	margin-bottom: 10px;
}

input[name="action"]
{
	font-size: 16px;
}

table.form
{
	width: 50%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

table.form tbody > tr > td
{
	font-weight: normal;
	text-align: left;
	padding: 15px 15px;
	border-spacing: 0;
	border-collapse: separate;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

table.form tbody > tr > td:first-child
{
	text-align: right;
	width: 1px;
	white-space: nowrap;
	font-weight: bold;
}

table.form tbody > tr > td p
{
	margin: 0;
}

table.form tbody > tr.highlight
{
	background: #eee;
}

table.form tbody > tr > td input[type="text"],
table.form tbody > tr > td input[type="number"],
table.form tbody > tr > td input[type="password"],
table.form tbody > tr > td select,
table.form tbody > tr > td textarea
{
	padding: 5px;
	font-size: 16px;
	width: 95%;
}

table.form tbody > tr:last-child > td
{
	border: none;
}

table.search
{
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

table.search tbody > tr > td
{
	font-weight: normal;
	text-align: left;
	padding: 15px;
	border-spacing: 0;
	border-collapse: separate;
}

table.search tbody > tr > td:last-child
{
	text-align: right;
}

table.search tbody > tr > td input[type="text"],
table.search tbody > tr > td select
{
	padding: 5px;
	font-size: 16px;
}

table.search tbody > tr > td button[type="submit"]
{
	padding: 5px 10px;
	font-size: 16px;
	border: none;
	background: #193869;
	color: #fff;
	border-radius: 5px;
}

table.table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}

table.table thead > tr > th
{
	font-weight: normal;
	text-align: left;
	background: #193869;
	color: #fff;
	font-size: 90%;
	padding: 7px 7px;
	border-spacing: 0;
	border-collapse: separate;
}

table.table tbody > tr > td
{
	font-weight: normal;
	text-align: left;
	padding: 7px 7px;
	border-spacing: 0;
	border-collapse: separate;
}

table.table tbody tr:nth-child(even) {background: #eee}
table.table tbody tr:nth-child(odd) {background: none}

table.table tbody > tr > td a
{
	text-decoration: none;
	white-space: nowrap;
}

table.table tbody > tr > td a:hover
{
	text-decoration: underline;
}

.muted
{
	color: #2b2b2b;
}

.well
{
	padding: 15px;
	text-align: center;
	background: #eee;
}

table.table tbody > tr > td.well
{
	font-weight: normal;
	text-align: center;
	padding: 15px;
	border-spacing: 0;
	border-collapse: separate;
	background: #eee;
}

table.table tbody > tr > td.shrinkwrap
{
	width: 1px;
}

hr
{
	border: none;
	height: 20px;
}

a.btn
{
	display: inline-block;
	padding: 10px 15px;
	background: #3c1053;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 10px;
}


a.btn:hover
{
	background: #193869;
}

a.btn.active
{
	background: rgb(218,42,33);
}

a.btn.active:hover
{
	background: #3c1053;
}

.spaced-tb
{
	margin-top: 30px;
	margin-bottom: 30px;
}