body{
	background : url(images/doj-background-no-black.jpg) repeat-x top center #fefdf9 !important;
}
.highlightText{
	color:red;
}
.panel.transparent{
	background:transparent;
}
.panel.center {
	text-align: center;
}
.centerText {
    text-align: center;
}
table:not(.footable) thead tr{
	background-color: #7D7D7D;
}
table:not(.footable) thead tr th{
	color: #EEEEED;
}
table:not(.footable) :not(thead) tr:nth-of-type(odd){
	background-color: #EEEEED;
}
table:not(.footable) tr:nth-of-type(even){
	background-color: #7D7D7D;
}
table:not(.footable) tr:nth-of-type(even) td{
	color: #EEEEED;
}
.picker__button--clear, .picker__button--close, .picker__button--today{
	color:black;
}
a.button.selected{
	background-color: #C6AF78;
	color: #242424;
}
a[disabled] {
    pointer-events: none;
    background-color: #7d7d7d;
    color: #242424;
}
.toplink {
    background-color: #242424;
    color: #EEEEED;
    padding:0.25rem 0.5rem;
    text-decoration: none;
    font-style: italic;
}
.toplink:hover {
    background-color: #C6AF78;
    color: #242424;
}
.toplink:visited {
    color: #EEEEED;
}