#header {
  background: #FFFFFF none no-repeat scroll center bottom;
  height: 98px;
  text-align: center;
}
#imgHeader {
  background-image: url("images/Layout/allenc_banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

/*---------------------new AR tables for admin interface-- Jeffrey 2015/8/20 --------*/
.AR-table {
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.AR-table thead th {
    background-color: #ebeacb;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    /*text-shadow: 1px 1px 1px #fff;*/
}
.AR-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    /*text-shadow: 1px 1px 1px #fff;*/
}
.AR-table-rounded {
    border: none;
}
.AR-table-rounded thead th {
	background: #263d3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #263d3a 0%, #c2cfce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#263d3a), color-stop(100%,#c2cfce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #263d3a 0%,#c2cfce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #263d3a 0%,#c2cfce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #263d3a 0%,#c2cfce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #263d3a 0%,#c2cfce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263d3a', endColorstr='#c2cfce',GradientType=0 ); /* IE6-9 */

    border: none;
    /*text-shadow: 1px 1px 1px #eee;*/
    color: #fff;
}
.AR-table-rounded thead th:first-child {
    border-radius: 10px 0 0 0;
}
.AR-table-rounded thead th:last-child {
    border-radius: 0 10px 0 0;
}
.AR-table-rounded tbody td {
    border: none;
    border-top: solid 1px #957030;
    background-color: #ebeacb;
}
.AR-table-rounded tbody tr:nth-child(even) td{
    background-color: #eee;
}
.AR-table-rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.AR-table-rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
/*-------------------End new admin interface styles-------------------------*/