/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* edu/umn.css */
/* Copyright (c) 2004-2008 ipHouse.  All rights reserved. */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* structure */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* navigation */

td.nav {
  border-color: #999999;
}
td.nav h2 {
  background: #CCCCCC;
  color: #333333;
  border-color: #999999;
}
td.nav a {
  color: #666666;
}
td.nav a:hover {
  color: #660000;
}
td.nav a:active {
  color: #660000;
}
td.nav a:visited {
  color: #666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* content */

td.content {
  border-color: #999999;
}
td.content h2 {
  background: #FFCC33;
  color: #333333;
  border-color: #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* footer */

div.address {
  background-color: #333333;
  background-image: url('/skin/edu/images/ftr.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* content */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* headers */

h1, h2, .h2, h3, .h3, h4, h5, h6 {
  color: #8C1919;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* tables */

table {
  border-color: #8C1919;
}
table th, table td {
  border-color: #8C1919;
}
th {
  background: #8C1919;
}
td.label {
  color: #8C1919;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* forms */

legend {
  color: #8C1919;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* classes */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

