body {
	font-family: Arial,Helvetica;
	font-size: 12px;
}
#universalbar {
	background-color: #970821;
	color: #ffffff;
	height: 27px;
	line-height: 27px;
}
#universalbar a {
	color: #ffffff;
	text-decoration: underline;
}
#universalbar a:hover {
	text-decoration: none;
}
#navigation-bar-links {
	float: left;
}
#navigation-bar-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation-bar-links ul li {
	display: inline;
	margin-right: 10px;
}
#navigation-bar-links ul li a:link, #navigation-bar-links ul li a:visited, #navigation-bar-links ul li a:active {
	color: #e2e2e2;
	text-decoration: underline;
}
#navigation-bar-links ul li a:hover {
	text-decoration: none;
}
.headerbar {
	background-color: #ca1132;
	background-image: url("../images/ipe_web_header_bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.navbar {
	background-color: #4b4d4d;
	border-radius: 0 !important;
	min-height: 30px !important;
}
.navbar-nav li a {
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 4px !important;
}
.navbar-toggle {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px;
}
.navbar-inverse .navbar-toggle {
	border-color: #4b4d4d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #dcdada;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #dcdada;
}
.navbar-collapse {
	padding-left: 15px;
}
.dropdown-menu {
	background-color: #303131;
	font-family: Arial,Helvetica;
	font-size: 12px;
}
.dropdown-menu a:hover {
	background-color: #4b4d4d !important;
	color: #ffffff !important;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #700417;
	border: 1px solid #670113;
	font-size: 10pt;
	padding: 4px 15px 4px 4px;
}
table.tablesorter tbody tr.odd td {
	background-color: #dadada;
}
table.tablesorter thead tr .header {
	background-image: url("../images/gr_tablesorter_bg.gif");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #650516;
}
.blocknews {
	min-width: 300px;
}
.block {
	background-color: #f0eeee;
	margin-bottom: 20px;
	padding: 0px 0px 5px 0px;
	border: 1px solid #999797;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: medium solid #5b5b5b;
}
.block .content {
	padding: 5px 15px 5px 15px;
}
.block .title {
	background-color: #700417;
	color: #f0efef;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom: medium solid #5b5b5b;
}

.footerrow {
	background-color: #666666;
	min-height: 189px;
}
.footercol {
	background-color: #666666;
	color: #ffffff;
	margin: 0;
	padding: 21px 5px 10px 20px;
}
.footercol-textlink:link, .footercol-textlink:visited, .footercol-textlink:active {
	color: #ffffff;
	text-decoration: underline;
}
.footercol-textlink:hover {
	text-decoration: none;
}
.footerbar {
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	min-height: 43px;
	margin: 0;
	padding: 15px;
	text-align: center;
}

.form-horizontal .control-label {
	margin-bottom: 4px !important;
	padding-top: 7px !important;
	text-align: right !important;
}
.form-horizontal .control-label-override {
	padding-right: 0px !important;
}
.form-group {
	margin-bottom: 10px;
}
.form-horizontal .form-group-override {
	margin-left: 0;
	margin-right: 0;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-control-select {
	padding: 6px 10px;
}
@media(max-width:767px){
	.new-account-form .form-horizontal .control-label {
		margin-bottom: 4px !important;
		padding-top: 7px !important;
		text-align: left !important;
	}
	.new-account-form .form-group {
		margin-bottom: 2px;
	}
}





.btn {
	padding: 8px 12px 6px 12px;
	border: 0 none;
	border-radius: 14px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
}
 
.btn-primary {
	background: #666666;
	color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background: #8f8d8d;
}
 
.btn-primary:active, .btn-primary.active {
	background: #007299;
	box-shadow: none;
}

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #2c2c2c;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #bfbebe;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.search-section-bar {
	background-color: #c1bfbf;
	border-radius: 4px;
	color: #373636;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: medium solid #5b5b5b;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.alternate-link:link, .alternate-link:visited, .alternate-link:active {
	text-decoration: underline !important;
}
.alternate-link:hover {
	text-decoration: none !important;
}
.event_list a:link, .event_list a:visited, .event_list a:active {
	color: #333434;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.event_list a:hover {
	text-decoration: underline;
}
.event_dates {
	font-size: 14px;
}
.event_register {
	font-size: 12px;
	text-align: center;
}
.event_title {
	color: #7c041a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.event_title a:link, .event_title a:visited, .event_title a:active {
	color: #7c041a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.event_title a:hover {
	text-decoration: underline;
}
.event_login {
	background-color: #c1bfbf;
	border-bottom: medium solid #5b5b5b;
	border-radius: 15px;
	color: #373636;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 15px;
	text-align: center;
}
#event-detail-attachment a:link, #event-detail-attachment a:visited, #event-detail-attachment a:active {
	color: #333434;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#event-detail-attachment a:hover {
	text-decoration: none;
}
.form-error {
	color: #990000;
	font-weight: bold;
	margin-bottom: 5px;
}
legend {
	font-size: 14px;
	font-weight: bold;
}
.rowTotal {
	font-weight: bold;
	margin-left: 10px;
}
.cartCrossout {
	font-weight: bold;
	text-decoration: line-through;
}
.cartDiscountPrice {
	color: #C00000;
	font-weight: bold;
}
.cartRemove{
	margin-left: 10px;
}
.delete-icon {
	opacity: 1.0;
}
.delete-icon:hover {
	opacity: 0.5;
}
.promoTitle{
	font-weight: bold;
}
.promoDiscount{
	color: #C00000;
}
.promoInfo{
	font-style: italic;
}
.promoDesc{
	float: left;
	height: 44px;
}
.promoRemove{
	float: left;
	height: 34px;
	margin-left: 10px;
}
.cart_total {
	font-weight: bold;
}
.processing-message-bar {
	background-color: #f9f7d6;
	border-radius: 4px;
	color: #373636;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 12px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom: medium solid #5b5b5b;
}
.maroon-site-link a:link, .maroon-site-link a:visited, .maroon-site-link a:active {
	color: #7c041a;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.maroon-site-link a:hover {
	text-decoration: underline;
}


table.admin-table td {
	padding: 5px;
}









.navbar .navbar-nav .nav-link {
	color: #dcdada;
}
.navbar .navbar-nav .nav-link:hover {
	color: #ffffff;
}
.navbar .navbar-nav .nav-item.active {
	background-color: #080808;
}

/* needed to get justify-content-end to work - tells nav flexbox to take up all of the available space of the parent element */
.navbar-nav, .mr-auto {
	flex: 1;
	margin: auto !important;
	display: flex;
}

.navbar .navbar-nav .dropdown-item {
	color: #dcdada;
}
.navbar .navbar-nav .dropdown-item:hover {
	color: #ffffff;
}
