a:link {
	color: #455e9B !important;
}

a:focus, a:hover, a:active {
	color: #93052a !important;
}

h1 {
	font-size: 1.5em;
	margin: 4px;
}

h2#subtitle {
	font-size: 1em;
	color: #282888;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 1px;
}

h3#direction {
	font-size: 0.8em;
	color: #333;
	margin-top: 2px;
	margin-bottom: 1px;
}

div#ESPCTable_filter, div#ESPCTable_length {
	margin-bottom: 0px !important;
}

table.dataTable {
	clear: both !important;
	padding-top: 15px !important;
}

table.dataTable td, table.dataTable th {
	margin: 0px !important;
	font-size: 1em;
	line-height: 120%;
}

table.dataTable thead th { 
  font-size: 1em;
  background-color: #efefef;
  padding: 8px 5px 3px 5px !important;
  margin: 0;
}

table.dataTable tr.even {
	background-color: #efefef;
}

table.dataTabletr.odd {
	background-color: #fff;
}

table.dataTable td.indexcolsize, table.dataTable td.indexcollastmod {
	padding: 4px 8px 4px 10px;
}

table.dataTable#ESPCTableAdmin td:first-child, table.dataTable#ESPCTableAnomalies td:first-child,table.dataTable#ESPCTableAdmin th:first-child, table.dataTable#ESPCTableAnomalies th:first-child { 
	width: 85% !important; 
}

table.dataTable td:first-child img { 
	width: 16px !important;
	padding: 2px 0 1px 2px;
}

table.dataTable td:nth-child(2), table.dataTable th:nth-child(2) { 
	text-align: center;
}

div#footerLinks {
	line-height: 140% !important;
	font-size: 0.8em;
}

div#ESPCTable_info, div#ESPCTable_paginate {
	font-size: 0.9em !important;
}

tr.folder td img, tr.file td img {
	margin-left: 1em;
}

/* added to format the ?F=0 instance of the file listings */
li {
	margin-bottom: 0.3em;
}


/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
    z-index: 100;
    position: relative;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 0px;
    padding-left: 8px; /* adjust from global style */
    float: left;
    list-style: none;
    background-image: none;
}

.tab-links a {
    padding: 6px 9px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
    background: #efefef; /* #7FB5DA; */
    font-size: 12px;
    font-weight: 700;
    color: #555;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    transition:all linear 0.15s;
    text-decoration: none !important;
}

.tab-links a:hover {
    background: #a9bae2; /* #a7cce5; */
    text-decoration: none;
    color: #93052A;
}

li.active a, li.active a:hover {
    background: #fff; /* #ebf0fe; */
    color: #282888; /* #fff; #4c4c4c; */
    border-left: 1px solid #666;
    border-top:  1px solid #666;
    border-right:  1px solid #666;
    border-bottom: 0px solid #fff !important;
}

li.active a:hover {
        color: #93052A;
}

th.ctr {
    text-align: center !important;
    border-right: 1px solid #f1c52b !important;
}

h2.years {
	float: left;
	margin-bottom: 20px !important;
}

span.yearLink {
	width: 4em; margin: 0.5em;
}

/*----- Content of Tabs -----*/
.tab-content {
  padding: 8px;
  border-radius: 6px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15);
  background: #fff;
  border: 1px solid #666;
  margin-top: -1em;
  /* margin-top: -1px !important; */  /* test to see if border can be 'hidden' behind the active tab */
}

.tab {
    display: none;
    padding: 10px;
}

.tab.active {
  display: block;
}

.tab h2 {
 margin: 0px 6px 6px 0px;
 padding-top: 0px !important;
}

.tab p {
  padding: 7px 3px;
}

