﻿body
{
	font: 14px arial;
	background-color: #fff;
	color: #333;
}

.label { font-weight: bold }

table { border-top: 1px solid #000; border-right:  1px solid #000; border-collapse:collapse; background-color:#fff  }
table.admintable { background-color: #fcfcfc }
table td { border-bottom: 1px solid #000; border-left: 1px solid #000; }

table tr.rowmark { background-color: #73badd}
table tr.rowtoadd { background-color: #f90 }

td.groupname { width: 300px }
td.description { width: 500px }
td.resp { width: 280px }
        
.bold { font-weight: bold }
tr.header { font-weight: bold;  background-color: #0093dd; color: #fff }
       
a, a:link, a:visited, a:active { color: #036; font-weight: bold }
a:visited { font-weight: bold }
a:hover { color: #0093dd }