/* FORM VALUES */

table.sf_admin_list {
  border:1px solid ##eeecde;
  color:white;
}

table.sf_admin_list thead a {
  color:#CD9723;
}

table.sf_admin_list thead tr {
  color:#CD9723;
	background-color:#3f3e37;
}

table.sf_admin_list tfoot tr th, table.sf_admin_list th {
	background-color:#3f3e37;
  color:#CD9723;
}

table.sf_admin_list tr.sf_admin_row_1 {
  background-color:#fff !important;
}
table.sf_admin_list tr.sf_admin_row_0 {
  background-color:lightgrey !important;
}
table.sf_admin_list tr td, table.sf_admin_list tr td a {
  color: black;
}

table.sf_admin_list tr.sf_admin_row_2 {
  background-color:#fff !important;
}

table.sf_admin_list tfoot tr th a{
  color:#ddddff !important;
}

div#sf_admin_container h2 {
  border: 1px solid #3f3e37;
}

/********* Admin filter   ****************/

.sf_admin_filters{
	border:1px solid #3f3e37;
}
