﻿.BC
{
	position : absolute;
	overflow : hidden;	
	border-style : none;
	border-width : 0px;	
}

.NotSelectable 
{
    -webkit-user-select: none;
    -moz-user-select: none;
}

.Cell
{
	position : absolute;
	overflow : hidden;	
	padding-top : 2px;
	padding-left : 2px;
	padding-right : 2px;	
	border-style : none;
	border-width : 0px;	
	font-weight : normal;
	font-size : 11px;
	font-style : normal;
	font-family : Tahoma;	
	cursor : default;
	white-space : nowrap;
}

.BodySelectable .Cell
{
	user-select: text;
	-ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
}

.BodyNotSelectable .Cell
{
	user-select: none;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
