/*(c) - Copyright 1997-2017 Latitude Technologies Inc.  All Rights reserved. */
/* CSS Document - define the properties of all the form elements over here.  */
input{font-size:12px;}
input.textfieldTiny{WIDTH:40px;}
input.textfieldSmallest{WIDTH:55px;}
input.textfieldSmallestWithColor{ /* IRD-349, IRD-779 */
	border:medium solid #F90;
	width:55px;
}
input.textfieldSmaller{WIDTH:75px;}
input.textfieldSmall{WIDTH:90px;}
input.textfield{ WIDTH:100px;}
input.textfieldMdm{	WIDTH:140px;}
input.textfieldMdmLong{	WIDTH:180px;}
input.textfieldLong{WIDTH:220px;}
input.textfieldVeryLong{WIDTH:350px;}
input.textfieldDisabled{
	COLOR:#000000;
	CURSOR:default;
	WIDTH:100px;
	TEXT-ALIGN:right;
	BORDER-TOP:0px;
	BACKGROUND-COLOR:#cfe3f3;
	BORDER-BOTTOM:0px;
	BORDER-LEFT:0px;
	BORDER-RIGHT:0px;
}

.inputNomSearch { /* IRD-849 */
	width:58px;
	height:19px !important;
	font-size:12px;
	border-radius:3px;
	border:thin solid #98b4c8;
	text-indent:3px;
}

.submit {
	BORDER-RIGHT: 3px double; BORDER-TOP: 3px double; MARGIN-LEFT: 4px; BORDER-LEFT: 3px double; 
	BORDER-BOTTOM: 3px double; CLEAR:both; font-weight:bold; PADDING:1px 10px; overflow: visible; font-size:12px; 
}
*html .submit {
	width:5px auto; /* for IE5 and IE6 in quirks mode */
	width:5px; /* for IE6 in standards mode */
}


*html .submit {
	
	PADDING:1px 10px;/* for IE5 and IE6 in quirks mode */
	PADDING:0px 10px;/* for IE6 in standards mode */
}

.button-smalltext {font-size:0.9em; font-weight:bold;}

.sub-header-button {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; 	PADDING-BOTTOM: 0px; PADDING-TOP: 0px; 
	MARGIN-LEFT: 0px; MARGIN-TOP:0px; MARGIN-RIGHT:0px;
	/*display:inline;*/ float:right;
	BORDER-BOTTOM: 1px solid; BORDER-TOP: 1px solid; BORDER-RIGHT: 1px solid; BORDER-LEFT: 1px solid;
	HEIGHT:18px; HEIGHT:20px !important;
}

textarea.wideArea{WIDTH:75%;  HEIGHT:150px; margin-left:10px;}
textarea.mediumArea{WIDTH:75%;  HEIGHT:60px;}

span.error input,
span.error input.textfield,
span.error input.textfieldSmall,
span.error input.textfieldSmaller,
span.error input.textfieldTiny,
span.error input.textfieldMdm,
span.error textarea,
span.error textarea.wideArea,
span.error select{
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 2px ridge #f00;
	border-top: 2px ridge #f00;
	background-color: #FFFF99;
	/*margin-left: 0px !important;
	margin-left: 9px;*/
}
span.error select option {border: 0px;}

select{font-size:10px;font-family:arial,helvetica,sans-serif}
select.multiselect{WIDTH:200px; HEIGHT:250px;}
select.multiselectSmall{ HEIGHT:87px; OVERFLOW:AUTO;}
input.checkbox, input.radio{	margin-left:-3px;padding:0px;}
