﻿/* global colors */
/* GRID DEFINITION: 

unit:              68px
gutter:            14px
first-column:     +24px ( = 92px)
cells:             12
totalwidth:       (12*68) + (11*14) = 970px + 24px = 994px
       
*/
/* (12*68 + 11*14 + 24) */
/* (2*68 + 14) */
/* (2*68 + 14 + 24) */
/* 8*68 + 7*14 */
/* 680px */
/* 830px */
/* spacing helpers */
/* font-sizes */
.admin table tr.even {
  background: transparent url("../images/background.png") repeat-y; }
.admin table tr th, .admin table tr td {
  padding: 10px 0 10px 0; }

/*# sourceMappingURL=admin.css.map */