﻿
.header-container {
    border-bottom: 3px solid #e21f1d;
}

.footer {
    border-top: 3px solid #e21f1d;
}

/* Tabs */
.tabs dd.active a {
    border: 1px solid #ba1114;
    background: #ba1114;
    color: #ffffff;
}

.tabs dd > a {
    border: 1px solid #cccccc;
}

/* Override Default Link Styles */
a
{
    color: #ba1114;
}
    a:hover, a:focus
    {
        color: #ba1114;
    }

.page-numbers .active {
    color: #ba1114;
}

.page-numbers a:hover {
	border:solid 1px #ba1114;
}

/* Override from foundation.css */
button, .button {
    background-color: #ba1114;
    border-color: #a79e9e; }
    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #8e7070; }

.button-grey {
    background-color: #333333;
    border-color: #a79e9e; }
    .button-grey:hover, .button-grey:focus {
        background-color: #8d8d8d; }

.button-green {
    background-color: #296600;
    border-color: #a79e9e; }
    .button-green:hover, .button-green:focus {
        background-color: #7c8e70; }

.top-bar-section ul li.active > a {
    background-color: #ba1114; }
    .top-bar-section ul li.active > a:hover {
      background: #ba1114; }

/* Override from Datatable.css */
.sorting_asc {
	background: url('/Content/Datatables-1.9.4/images/sort_asc_bl.png') no-repeat center right;
}

.sorting_desc {
	background: url('/Content/Datatables-1.9.4/images/sort_desc_bl.png') no-repeat center right;
}

.dataTables_processing {
    background-image: url('/Content/images/hourglass_red_70.gif');
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
    color: transparent !important;
    position: absolute !important; 
    top: 20% !important;
	width: 100px !important;
	height: 100px !important;
	margin-left: -50px !important;
	margin-top: -50px !important;
}