﻿.xdRepeating
{
	behavior:url(\infoWeb\Behavior\GroupMenu.htc);
}
div.InfoView
{
	height: 22px;
	padding-top: 3px;
	behavior: url(\InfoWeb\Behavior\InfoTransfer.htc);
}
input.cssFlat
{
	border: 1px solid Gray;
	height: 22px;
	padding-top: 3px;
	behavior: url(\InfoWeb\Behavior\BlurTextBox.htc);
}
textArea.cssFlat
{
	border: 1px solid Gray;
	height: 40px;
	padding-top: 3px;
}
input.ObjectPicker
{
	behavior:url(../App_Themes/default/HTC/ObjectPicker.htc);
}
textArea.TypePicker
{
	behavior:url(\InfoWeb\Behavior\TypePicker.htc);
}
input.cssDoubleFlat
{
	border: 1px solid Gray;
	height: 22px;
	padding-top: 3px;
	ime-mode: disabled;
	behavior: url(../App_Themes/Default/HTC/BlurNumberTextBox.htc);
}
input.cssNumber
{
	border: 1px solid Gray;
	height: 22px;
	padding-top: 3px;
	ime-mode: disabled;
	behavior: url(\InfoWeb\Behavior\BlurNumberTextBox.htc);
}
input.xddttext
{
	border: 1px solid Gray;
	height: 22px;
	padding-top: 3px;
	behavior: url(Calendar.htc);
}

input.textbox_cal
{
	border:1px solid #7F9DB9;
	font-size:9pt;
	padding-top: 3px;
	behavior: url(../App_Themes/Default/HTC/Calendar.htc);
	cursor:hand;
}
input.textbox_cal2
{
	border:1px solid #7F9DB9;
	font-size:9pt;
	padding-top: 3px;
	behavior: url(../../App_Themes/Default/HTC/Calendar.htc);
	cursor:hand;
}
input.textbox_calTime
{
	border:1px solid #7F9DB9;
	font-size:9pt;
	padding-top: 3px;
	behavior: url(../App_Themes/Default/HTC/CalendarTime.htc);
	cursor:hand;
}
input.textbox_calTime2
{
	border:1px solid #7F9DB9;
	font-size:9pt;
	padding-top: 3px;
	behavior: url(../../App_Themes/Default/HTC/CalendarTime.htc);
	cursor:hand;
}
input.Calendar
{
	border:1px solid #7F9DB9;
	font-size:9pt;
	padding-top: 3px;
	behavior: url(Calendar.htc);
	cursor:hand;
}
input.lineText
{
	font-size: 11px;
	height: 22px;
	behavior: url(\InfoWeb\Behavior\LineTextBox.htc);
	font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";
	text-decoration: none;
}
.LineBox
{
	font-size:11px;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:solid;
	border-width:1px;
	border-bottom-color:#999999;
	behavior:url(\InfoWeb\Behavior\LineBox.htc);
}