/***************************************************************************
 *
 * Copyright (C) 2009-2011 Cassio Neri Moreira
 *
 * Copying and distribution of this file, with or without modification, are
 * permitted in any medium without royalty provided the copyright notice and
 * this notice are preserved.  This file is offered as-is, without any
 * warranty.
 *
 **************************************************************************/

/*--------------------------------------------------------------------------
 * General
 *------------------------------------------------------------------------*/

@import "common-db.css";

div.header, div.navigation, div.main {
  border-color      : #000000;
}

span.warning {
  color             : #ff0000;
}

/*--------------------------------------------------------------------------
 * body
 *------------------------------------------------------------------------*/

body {
  background-color  : #285A96; /* r = 40, g = 90, b = 150 */
}

/*--------------------------------------------------------------------------
 * navigation
 *------------------------------------------------------------------------*/

/* a */

div.navigation a {
  color             : #FFFFFF;
  border-color      : #FFFFFF;
}

div.navigation a:link {
  color             : #FFFFFF;
}

div.navigation a:visited {
  color             : #FFFFFF;
}

div.navigation a:hover {
  background        : transparent url('../images/navigation-db.png')
    repeat-y;
}

/* bottom */

div.navigation div.bottom div {
  border-color      : #FFFFFF;
}
