﻿.CPMainTable
{
	/*border-color: #7F9DB9; 
	border-width: 2px;
	border-style: solid;*/
	cursor: default;
	color: #474747;
	padding-left: -20px;
}

.CPCell 
{
	width: 15px;
	height: 15px;
	border: solid 1px #EBF0F3;
	cursor: pointer;
}

.CPCell:hover
{
	width: 15px;
	height: 15px;
	border: solid 1px Highlight;
	cursor: pointer;
}

.CPCellSelected
{
	width: 15px;
	height: 15px;
	border: solid 1px black;
	cursor: pointer;
}

.CPTableCell 
{
}

.CPTableCell:hover
{
}