﻿
/*
    Computer Science Group, LLC
    225-766-2397 office
    225-205-0263 cell
    darrell@computersciencegroup.com
    Copyright © 2008 Computer Science Group, LLC, All rights reserved.
*/

/**********************************/
/************ textbox *************/
/**********************************/
.csgTextBox
{
	height:12px;
	width:12px;
	font-size: 8pt; 
	font-weight:normal; 
	color: Black;
	background-color:#EAF4EA;
	vertical-align:middle;
}
.csgTextBoxSelected
{
	height:12px;
	width:12px;
	font-size: 8pt; 
	font-weight:normal;
	color: Black;
	background-color:#B0C4DE;
	vertical-align:middle;
}
.csgTextBoxBadValue
{
	height:12px;
	width:12px;
	font-size: 8pt; 
	font-weight:normal;
	color: White;
	background-color:Red;
	vertical-align:middle;
}