﻿/* Textbox Styles */
.txtBox
{
	background-color: transparent;
	border: none;
	border-bottom: dotted 1px #B07DBE;
	padding: 4px;
	margin-bottom: 3px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	color:black;
	font-size:90%;
}
.txtBoxSmall
{
	background-color: transparent;
	border: solid 1px #C0D4E3;
	padding: 4px;
	margin-bottom: 3px;
	text-align:center;
}
.highlight
{
	color: #E7D4EB;
	padding: 3px;
	background-color: #B07DBE;
	border: inset 1px #B048C9;
	font-size: 107%;
}
/* Table Styles */
.gutter tbody tr
{
	border-bottom:solid 1px black;
}
