body {
	padding: 0px;
	margin: 0px;
	background: url(back.jpg);
	font-family: Georgia;
	color: black;
	font-size: 14px;
}
div.index {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: rgb(68,68,68);
	text-decoration: none;
}
a:visited {
	color: rgb(68,68,68);
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
table.rack {
	background: rgb(227,227,227)
}
table.header {
	background: url(header.jpg);
	background-repeat: no-repeat;

}

td.rackHeader {
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
td.rackData {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
td.context {
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
}
td.display {
	color: rgb(68,68,68);
	font-size: 18px;
	font-weight: normal;
}
td.menu {
	font-size: 12px;
	font-weight: bold;
}
td.selected {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
td.unselected {
	color: rgb(68,68,68);
	font-size: 12px;
	font-weight: bold;
}
td.title {
	color: rgb(68,68,68);
	font-size: 10px;
	font-weight: bold;
	background: rgb(227,227,227)
}
td.calendar {
	color: rgb(68,68,68);
	font-size: 10px;
	font-weight: bold;
	background: rgb(160,180,200)
}
td.daysOfWeek {
	color: rgb(68,68,68);
	font-size: 10px;
	font-weight: bold;
	background: rgb(200,200,200)
}
tr.even {
	color: rgb(68,68,68);
	font-size: 10px;
	font-weight: normal;
	background: rgb(200,200,200)
}
tr.odd {
	color: rgb(68,68,68);
	font-size: 10px;
	font-weight: normal;
	background: rgb(227,227,227)
}
tr.topLevel {
	color: rgb(48,48,48);
	font-size: 10px;
	font-weight: normal;
	background: rgb(160,180,200)
}
div.iconParent {
	z-index:1;
	position:absolute;
	top:16px;
	left:16px;
}
div.iconChild {
	z-index:1;
	position:absolute;
	top:16px;
	left:30px;
}
div.glare {
	background: url("glare.png");
	width: 149px;
	height: 63px;
	z-index:2;
	position:absolute;
}
div.glare:hover {
	cursor: pointer;
}
div.glareChild {
	background: url("glare.png");
	left: 14px;
	width: 149px;
	height: 63px;
	z-index:2;
	position:absolute;
	cursor: pointer;
}
div.glareChild:hover {
	cursor: pointer;
}
div.menuGlare {
	z-index:1;
	position:absolute;
}
div.menuItems {
	z-index:2;
	position:absolute;
}
