.igte_EditWithButtons
{
	background-color:White;
	font-size:12px;
	font-family: Segoe UI, Verdana, Arial, Sans-Serif;
	border:solid 1px #CCCCCC;
	height: 22px;
	width: 130px;
	outline: 0;
    /*margin-bottom:7px;*/
}


.igte_Edit
{
	background-color:White;
	font-size:13px;
	font-family: Segoe UI, Verdana, Arial, Sans-Serif;
	border:solid 1px #CCCCCC;
	outline: 0;
	color:#333333;
}

.igte_Edit:disabled
{
    background-color:#EFEFEF;
}



.igte_EditInContainer
{
	background-color:Transparent;
	font-size:11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-width:0px;
	outline: 0;
	color:#333333;
}


.igte_TextArea
{
	background-color:White;
	font-size:13px;
	font-family: Segoe UI, Verdana, Arial, Sans-Serif;
	border:solid 1px #CCCCCC;
	outline: 0;
	resize: none;
	color:#333333;
}


.igte_ButtonSize
{
	width: 22px;
	height: 22px;
}


.igte_Button
{
	background-color:#E3F9E3;
	/*border-style:none;*/
    /*border: 1px solid #20821f;*/
	line-height: normal;
	cursor:pointer;
	color:White;
}


.igte_Inner
{
	border-width:0px;
}


.igte_ButtonImg
{
    margin-top:3px;
    margin-left:3px;
}


.igte_Focus {
    background-color: White;
}

.igte_ButtonFocus
{
}


.igte_InnerFocus
{
}


.igte_ButtonHover
{
	background-color:#c9fbc9;
}


.igte_NullText
{
	color:#999999;
}


.igte_Hover
{
}


.igte_InnerHover
{
}


.igte_ButtonPressed
{
	background-color:#3BB7EB;
}


.igte_ButtonDisabled
{
	background-color:#A1A1A1;
}


.igte_Edit::-ms-clear, .igte_EditInContainer::-ms-clear
{
	display: none;
}


