﻿.header-container {
    border-bottom: 3px solid #1d99d6;
}

.footer {
    border-top: 3px solid #1d99d6;
}

/* Tabs */
.tabs dd.active a {
    border: 1px solid #1581cf;
    background: #1581cf;
    color: #ffffff;
}

.tabs dd > a {
    border: 1px solid #cccccc;
}

/* Override Default Link Styles */
a
{
    color: #1581cf;
}
    a:hover, a:focus
    {
        color: #1581cf;
    }

.page-numbers .active {
    color: #1581cf;
}

.page-numbers a:hover {
	border:solid 1px #1581cf;
}

/* Override from foundation.css */
button, .button {
    background-color: #0e589e;
    border-color: #a79e9e; }
    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #333333; }

.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: #1581cf; }
    .top-bar-section ul li.active > a:hover {
      background: #1581cf; }

/* Override from Datatable.css */
.sorting_asc {
	background: url('/Content/Datatables-1.9.4/images/sort_asc_bt.png') no-repeat center right;
}

.sorting_desc {
	background: url('/Content/Datatables-1.9.4/images/sort_desc_bt.png') no-repeat center right;
}

.dataTables_processing {
    background-image: url('/Content/images/hourglass_blue_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;
}