﻿div.col-item, div.col-item-desc {
	float : left;
	margin : 1px;
	padding : 5px;
	font-weight: bold;
	color: #808b9c;
	border: 1px solid #d5dbe6;
	background-color: #f2f3f6;
}
div.row-item, div.row-item-desc {
	float : left;
	margin : 1px;
	padding : 5px;
	border: 1px solid #d5dbe6;
	height: 16px;
}
div.col-item-desc, div.row-item-desc {
	width : 405px;
}
div.col-item, div.row-item {
	width : 84px;
	text-align : center;
}
div.row-item-hilite, div.row-item-hilite-desc {
	float : left;
	margin : 1px;
	padding : 5px;
	cursor : hand;
	cursor : pointer;
	height: 16px;
	color: black;
	background: #f9fafb;
	border: 1px #808b9c solid;
}
div.row-item-hilite {
	width : 405px;
}
div.row-item-hilite-desc {
	width : 84px;
	text-align : center;
}
div.cell-url {
	float: left;
	width: 85px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 1px;
	margin-left: 2px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background-color: #fafafa;
	text-align: center;
}
div.spacer {
	float: left;
	margin-top: 12px;
}
a.bookmark {
	color: #333333;
	text-decoration: none;
}
div.row-item-desca, div.row-item-desca:visited {
	color: #333333;
}
div.row-item-desca:active, div.row-item-desca:hover {
	color: #000;
	font-weight: bold;
}
div.col-item-hilitea, div.col-item-hilitea:visited {
	color: #333333;
}

