
/* Copyright 2005 Kronos Incorporated. All rights reserved. */

#kronos table.Tabular tr.thead td, #kronos table.Tabular td.th{
	border-right:1px solid rgb(170,170,170);
	border-bottom:1px solid rgb(170,170,170); 
	padding:3px 10px 3px 10px;
	vertical-align:middle;
	color:rgb(51,51,51);
	font-weight:normal;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	background-color:rgb(212,219,225);
}

#kronos table.Tabular td.th.last-child{
	border-right:0;
}
#kronos table.Tabular tr.last-row td.th {
	border-bottom:0;
}

#kronos table.Tabular tbody tr td.th {
	border:0;
	border-right:1px solid rgb(170,170,170);
	border-bottom:1px solid rgb(170,170,170);
}

#kronos .Tabular tr.thead { 
	border-bottom:1px solid rgb(170,170,170); 
}


