@CHARSET "UTF-8";

.emptyRow
{
	height: 10px;
}

.validation-failed
{
	border:1px solid red;
}
.validation-passed
{
	border:1px solid #66CC66;
}

.validation-advice
{
 	border:1px solid red;
	background:#FF6666;
}

.formRow input
{
    border:1px solid #333333;
    height: 16px;
    width: 200px;
    font-size:12px;
    margin: 0px;
    padding: 1px;
}

.formRow textarea
{
	border:1px solid #333333;
	margin: 0px;
	padding: 0px;
}

.formRow select 
{
    border:1px solid #CC0000;
    height: 24px;
    font-size:14px;
    margin: 0px;
    padding: 1px;
}

.tfcLabel
{
	* margin-top: 1px;
	width: 65px;
	color: #333333;
	text-align: left;
	padding: 5px 5px 1px 5px;
    font-size:12px;
    /*text-transform: capitalize;*/
}


.tfcList
{
	font-style: italic;
	font-size: 12px;
	padding-top: 3px;
}

.forms
{
	padding:10px;
	overflow: hidden;
	font-family: Trebuchet MS;
}

.formRow
{
	padding:2px;
	overflow: hidden;
}

.tfcCheckList div
{
	float: none;
	overflow: hidden;
}


ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important;
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

ul.autocompleter-choices li .example-info
{
	font-size: small;
	padding-left: 5px;
	color: #666;
}

.calendarImg
{
	cursor:pointer;
}
