﻿/* Textbox Styles */
.txtBox
{
	background-color: transparent;
	border: none;
	border-bottom: dotted 1px #40626D;
	padding: 4px;
	margin-bottom: 3px;
	font-family: Arial,Helvetica,Univers,Zurich BT;
	color:black;
}
.txtBoxSmall
{
	background-color: transparent;
	border: solid 1px #C0D4E3;
	padding: 4px;
	margin-bottom: 3px;
	text-align:center;
}
.highlight
{
	color: #151E44;
	padding:5px 3px;
	background-color: #EAEEF2;
	border: solid 1px #C0D4E3;
	font-family: Arial,Helvetica,Univers,Zurich BT;
}
/* Table Styles */
.gutter tbody tr
{
	border-bottom:solid 1px black;
}
