/* cascading style sheet for digitas */
/* copyright 2fifty4 Webprojects (Lode, Jaap), 2006 */

/* another background color */
body {
  background-color: #DEE;
}

/* create nice colors for links */
a, a:link { color: #F52; }
a:visited { color: #FB2; }
a:hover, a:focus { color: #F52; }
  a.none:hover, a.none:focus { color: #F52; }
a:active { color: #28F; }

/* tables */
/* l3d.nl colors, not using our own yet
table { border-color: #AA122B; }
table tr.hoverrow:hover { background-color: #FDD; }
table th { border-bottom-color: #AA122B; background-color: #FEE; }
table tr.topborder th { border-top-color: #AA122B; }
table th.row { border-right-color: #AA122B; }
table td { border-bottom-color: #AAA; }
*/

/* change the default icon color */
.icon {
  background-color: #28F;
}
#right .icon {
  background-color: #F82;
}

/* debugger */
.debug {
  width: 800px;
}
.debug .row {
  clear: both;
  border-bottom: 1px dotted #000;
}
.debug .item {
  float: left;
  margin-left: 50px;
  width: 150px;
}
.debug .right {
  width: 500px;
}
.debug br {
  clear: left;
}
