﻿.infoTextRow
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; 
	font-weight: bold; 
	color: #000000; 
	background-color: #ffcc00; 
	 
}
.infoTextRow ul
{
	list-style:none;
}

.infoTextRow ul li
{
	list-style:none;
	 
}
/* This class is used to define style of * sign used for mandatory  fields  */
.asterisk
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ff0000;
}

.txtInt
{
    width:80px;
}
/* This class is used to define width of time text field*/
.txtTime
{
  	width:40px;
}
/* This class is used to define mask for the date field*/
.txtDate
{
  	width:500px;
}

/* This class is used to define width of Common input text fields */

.productSearchFieldWidth
{
	width:100px;
}


.TaxAmountfieldwidth
{
	width:180px;
}
/*****************************************************************/


/* This class is used to define width of Zip code input text field */
.zipWidth
{
   
	width: 123px;
}

/* This class is used to define width of Extention number input text field */
.extWidth
{
	width: 60px;
}

/* This class is used to define width of Fax number input text field */
.faxWidth
{
    
	width: 120px;
}

/* This class is used to define width of Amount input text field */
.amountWidth
{
	
	width: 80px;
	text-align:right;
}

/* This class is used to define width of Amount input text field */
.amountWidthLong
{
	
	width: 120px;
	text-align:right;
}

/* This class is used to define width of NAIC Number input text field */
.naicCoCodeWidth
{
	
	width: 70px;
}
/* This class is used to define style of input text box */
/*
input
{
	background-color: white;
	border-color: #CFD9E2;
	border-collapse: collapse;
	border-style: solid;
	border: 1px;
}*/
/* This class is used to define style of text field */

/*textarea
{
	border-collapse: collapse;
	border-color: #CFD9E2;
	border: 1px;
	border-style:solid;
	vertical-align:middle;
	
}
*/

inputTemp
{
	background-color: white;
	border-color: #EAEEF4;
	border-style: solid;
}
/* This class is used to define properties of advance search */
.hiddenContent
{
/*
    visibility: visible;
    overflow: auto;
    height: 0px;
*/
	display: none;
}


/* This class is used to define style for DisableSection text fields  */
.inputDisableSection
{
 background-color: #F5F5F5;
 border-collapse: collapse;
 color: #000000;
 vertical-align:middle;
 border-color: #D3D3D2;
 border-style: solid;
 border-size: 1px;

}


.TxtBoxComment   { width:200px; font-size:12px; }


.SmallTxtfieldwidth
{
	width:60px;
}
.SmallerTxtfieldwidth
{
	width:40px;
}
.SmallestTxtfieldwidth
{

	width:20px;
}
.TextBoxAmount
{
	
	margin: 0px;
	padding: 0px;
	font:  12px Arial, Helvetica, sans-serif;	
	overflow:visible;	
	width: 150px;
	text-align:right;
	
}
.MediumTxtfieldwidth
{
	margin: 0px;
	padding: 0px;
	font:  12px Arial, Helvetica, sans-serif;	
	overflow:visible;	
	width: 130px;
}
.TextBoxProps
{

	margin: 0px;
	padding: 0px;
	font:  12px Arial, Helvetica, sans-serif;	
	overflow:visible;	
	width: 150px;
}

.Txtfieldwidth
{
	width:150px;
}
.DoubleTxtfieldwidth
{
	width:240px;
}
.TripleTxtfieldwidth
{
	width:360px;
}

