body {
/*  background: #cce1ff; */
  background: #dfdfdf;
  margin: 0;
  padding: 0;
}

#content div, td, input, select, textarea, button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: normal;
}


table.listing td {
  background: #ffffff;
}

table.listing th {
  text-align: left;
  padding: 5px 2px 5px 3px;
  vertical-align: top;
  background: #dddddd;
  width: 10%;
}

table.listing th.hasChanges {
  background: #0099CC;
}

.hasChanges {
  background: #0099CC;
}

.error {
  color: #FF0000; 
}

#header { 
 /*  background-color: #003366; */
  background-color: #B4000B;
  color: #ffffff;
  width: 100%;
  height: 90px;
}

#header .logo {
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

#header .title {
  font-size: large;
  padding-left: 20px;
}

#header .search { 
  padding: 15px 10px 10px 0;
  width: 300px;
}

#header .search label { 
  color: #ffffff;
  text-align: right;
  font-size: xx-small;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#header .search input, #header .search select { 
  font-size: xx-small;
  font-weight: bold;
}

#topnav {
/*  background-color-old: #cce1ff; */
  background-color: #dfdfdf;
  font-size: x-small;
  font-weight: bold;
  width: 100%;
}

#topnav .tabs { 
  height: 25px;
  margin: 0;
  padding-left: 10px;
  vertical-align: bottom;
}

#topnav .tabs ul, #topnav .tabs ul li { 
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#topnav .tabs ul li a:link, #topnav .tabs ul li a:visited { 
  background: #003366;
/*  color: #cce1ff; */
  color: #eeeeee;
  font-weight: bold;
  text-decoration: none;
  line-height: 14px;
  margin-right: 4px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #003366;
  float: left;
}

#topnav .tabs ul li a:link.active, #topnav .tabs ul li a:visited.active {
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid #FFFFFF;
}

#topnav .tabs ul li a:hover {
  background: #f0f0f0;
  color: #000000;
  border-bottom: 1px solid #f0f0f0;
}

#topnav .login { 
/*  background: #cce1ff; */
  background: #dfdfdf;
  font-size: xx-small;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  padding-right: 15px;
  width: 200px;
}

#sidenav {
/*  background: #cce1ff; */
  background: #dfdfdf;
  font-size: xx-small;
  width: 150px;
  padding: 0 5px 0 5px;
  vertical-align: top;
}

#sidenav .box { 
  margin-bottom: 20px;
}

#sidenav .box-title {
  background-color: #0059b3;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  padding: 2px;
}

#sidenav .box-content { 
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #999999;
}

#sidenav .box-content ul {
  margin: 0;
  padding: 0 0 0 12px;
}

#sidenav .box-content ul li {
  margin: 0;
  padding: 2px;
}

#content {
  background: #ffffff;
  border: 1px solid #003366;
  border-left: none;
  padding: 15px;
  vertical-align: top;
}

#content .title {
  font-size: medium;
  font-weight: bold;
  padding: 10px 0 10px 0;
}

table.hotlist {
  border: 1px solid #999999;
  width: 100%;
}

table.hotlist th {
  background: #cce1ff;
  padding: 5px;
}

table.hotlist td {
  padding: 3px 5px 3px 5px;
}

table.hotlist tr.paging {
  background: #003366;
  color: #ffffff;
}

table.hotlist tr.odd {
  background: #f0f0f0;
}

table.hotlist tr.even {
  background: #ffffff;
}

table.hotlist tr.actions {
  background: #cfcfcf; 
}

table.hotlist tr.actions td {
  font-size: x-small;
  padding: 5px; 
}

table.search {
  margin-top: 30px;
}

table.search td {
  padding: 5px 10px 5px 10px;
  vertical-align: top;
}

table.search td.topRow {
  border-top: 1px solid #999999; 
}

table.search td.label {
  background: #f0f0f0;
  font-weight: bold;
  border-left: 1px solid #999999;
}

table.search td.field {
  background: #f0f0f0;
  border-right: 1px solid #999999;
}

table.search td.submit {
  background: #f0f0f0;
  text-align: center;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}

table.searchResults {
  border: 1px solid #999999;
  width: 100%; 
}

table.searchResults th {
  background: #cce1ff;
  padding: 5px;
}

table.searchResults td {
  padding: 5px 10px 5px 10px;
}

table.searchResults tr.paging {
  background: #cfcfcf;
}

table.searchResults tr.odd {
  background: #f0f0f0;
}

table.searchResults tr.even {
  background: #ffffff;
}


.edit-menu {
  border: 1px solid #999999;
  margin-bottom: 15px;
}

.edit-menu td {
  background: #003366;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  border: 1px solid #f0f0f0;
}

.edit-menu td a {
  color: #f0f0f0;
  font-weight: bold;
  text-decoration: none;
}

.desccription td a {
  color: blue;
}
.edit-menu td.current {
  background: #f0f0f0; 
}

.edit-menu td.description {
  background: #f0f0f0; 
}

.change {
  color: #ff0000;
}

.hidden {
  background: #f0f0f0;
}

table.pending td.live {
  padding-bottom: 15px;
  vertical-align: top;
  width: 30%;
}

table.pending td.pending {
  padding-bottom: 15px;
  vertical-align: top;
  background: #f0f0f0;
}

table.pending td.approve {
  padding-bottom: 15px;
  vertical-align: top;
  width: 10%;
  background: #f0f0f0;
}

table.pending {
  border: 1px solid #999999; 
}

table.pending td {
  padding: 3px 5px 3px 5px;
}

table.pending tr.paging {
  background: #003366;
  color: #ffffff;
  font-weight: bold;
}

table.pending tr.header {
  background: #cce1ff; 
}

table.pending tr.header td {
  font-weight: bold;
}

table.pending tr.odd {
  background: #cccccc;
}

table.pending tr.even {
  background: #f0f0f0;
}


.visible {
}

.invisible {
  display: none;
}

.sectionHasChanges {
  color: #ff0000;
}

a:link.subnav { color: blue; }
a:hover.subnav { color: blue; }
a:active.subnav { color: blue; }
a:visited.subnav { color: blue }

/* MLJ: I don't know why this is necessary, but the drop down menu items */
/* have the wrong font size in the handbook without it (it is set to 70% */
/* in the menu javascript)                                               */
.udm {
  font-size: medium;
}
