table.sm
{
	width:95%;
}

tr.smTitle, td.smTitle
{
	background-color:#cccccc;
/*text-align:center;*/
	vertical-align:top;
	font-weight: bold;
	text-align: center;
}
tr.smDark
{
	background-color:#eeeeee;
	/*text-align:center*/
}
tr.smLight
{
	background-color:#dddddd;
	/*text-align:center*/
}
.smCellSelected
{
	background-color: orange;
}

.smRowSelected
{
	background-color: orange;
	/*text-align:center*/
}
.smRow0
{
	background-color:#eeeeee;
	/*text-align:center*/
}
.smRow1
{
	background-color:#dddddd;
	/*text-align:center*/
}
.smHeader
{
	font-weight: bold;
	font-size: 13px;
}
input.cartTextInput, input.cartRadio, input.cartCheckbox, textarea.cartTextarea, select.cartSelect
{
	color: black;
	background-color: #C0C0C0;
	font-size: 10px;
}
input.cartbutton {background-color: #597B9D;}

.verysmall
{
	font-size: 10px;
}

