/* style_dialog.css -- dddcms default page style, dialog view
 * Copyright (c) 2009 Neels J. Hofmeyr
 *
 *  This file is part of dddcms.
 *
 *  dddcms is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  dddcms is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with dddcms.  If not, see <http://www.gnu.org/licenses/>.
 */

body {
  color: #333;
  background-color: #ddd;
}

div#nav a:link {
  color: #333;
}
div#nav a:visited {
  color: #333;
}
div#nav a:hover {
  color: white;
  background-color: black;
}
div#nav a:active {
  color: #ddd;
  background-color: gray;
}

div#nav a.selected {
  background-color: #333;
  color: #ddd;
}

div#nav a.selected:hover {
  background-color: black;
  color: white;
}

div#nav a.root_selected {
  background-color: #333;
  color: #ddd;
}

div#nav a.root_selected:hover {
  background-color: black;
  color: white;
}


div#last_change {
  color: #333;
}

div#content {
  color: #333;
}

div.photos_thumbs ul {
  background-color: #111;
}

div#headlet li.login a {
  color: #ddd;
}

div.dialog {
  color: black;
  background-color: white;
}


