/*Form classes*/
.Form
{
	width: 100%;
	border: 1px solid black;
}

.FormHeader
{

}

.FormText,.FormTextArea,.FormList,.FormDate,.FormDateTime
{
	border: 1px solid #f0d07a;
	margin: 2px;
	
}

.FormTextArea
{
	width: 180px;
	height: 80px;
	overflow: auto;
}

.FormContentEditor
{
	width: 100%;
	height: 480px;
}

.FormText,.FormSelect
{
	width: 180px;
	z-index: -1;
}

.FormErrorMsg
{
	color: red;
	font-weight: bold;
}

.FormButton
{
	font-size: 8pt;
	font-weight: bold;
	border: 0px;
	width: 152px;
	height:  25px;
	margin: 3px;
	padding-bottom: 2px;
	background: url('../images/buttons/default.jpg');
	color: #202020;
}

.FormTabRow
{

	border-bottom: 1px solid #AAAAAA;

}

.FormTab,.FormTabActive
{
	border: 0px;
	width: 100px;
	height:  17px;
	margin: 3px;
	margin-bottom:0px;
	background: url('../images/buttons/tab.jpg');
	font-weight: bold;
	color: #505050;
	cursor: pointer;
	cursor: hand;

}

.FormTabActive
{
	background: url('../images/buttons/activetab.jpg');
}


.FormImage,.FormImageBrowser
{
	position: absolute;
	visibility: hidden;
	cursor: default;
	background-color: white;
	border: 1px solid black;
	width: 320px;
	height: 120px;
	filter:
		progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#30404040',Positive='true');
	-moz-user-select: none;
}

.FormImageBrowser
{
	width: 640px;
	height: 480px;
}


.FormImageDialog,.FormImageBrowserForm
{
	cursor: default;
	background-color:#D4D0C8;
	width: 320px;
	height: 120px;

}

.FormImageDialogHeader,.FormImageBrowserFormHeader1
{
	border-top: 1px solid #A4B2BD;
	border-bottom: 1px solid black;
	background-color: #5E6B7D;
	color: white;
	height: 18px;
	font-weight: bold;
	padding: 2px;
}

.FormImageDialogContent
{
	cursor: default;
	width: 320px;
	height: 102px;
}

.FormList
{
	width: 180px;
	height: 150px;
	overflow: auto;
}

.FormListItem
{
	cursor: pointer;
	cursor: hand;
}

.FormListItemSelected
{
	cursor: pointer;
	cursor: hand;
	font-weight:bold;
	color: red;
}

.FormCombo
{
	width: 180px;
	position: absolute;
	visibility: hidden;
	overflow: auto;
	background-color: white;
	border: 1px solid black;
	overflow: scroll;
	z-index: 1024;
	filter:
		progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#30404040',Positive='true');

}

.Icon
{
	cursor: pointer; cursor: hand;
}

.FormComboContent
{
	background-color: white;
	width: 100%;
}

.FormComboContentItem
{
	cursor: pointer; cursor: hand;
}

.FormComboContentItemSelected
{
	color: white;
	background-color: #0A246A;
}

.FormComboContentRowHighlight
{
	color: white;
	background-color: #0A246A;
}

.FormDate
{

}

.FormDateTime
{

}

.FormDatePicker
{
	position: absolute;
	visibility: hidden;
	background-color: white;
	border: 1px solid black;
	width: 151px;
	height: 163px;
	filter:
		progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#30404040',Positive='true');
	-moz-user-select: none;
}

.FormDatePickerMonth
{
	border-top: 1px solid #A4B2BD;
	border-bottom: 1px solid black;
	background-color: #5E6B7D;
	color: white;
	height: 18px;
	font-weight: bold;
	-moz-user-select: none;


}

.FormDatePickerWeekDay
{
	border-bottom: 1px solid gray;
	text-align: right;
}

.FormDatePickerWeek
{
	font-size: 6pt;

}

.FormDatePickerDays
{
	width: 136px;
	height: 110px;
	margin: 2px;
}

.FormDatePickerDay,.FormDatePickerDayGray,.FormDatePickerDayToday,.FormDatePickerDaySelected
{
	text-align: right;
	cursor: pointer;
	cursor: hand;
}

.FormDatePickerDayGray
{
	color: gray;
}

.FormDatePickerDayToday
{
	font-weight: bold;
}

.FormDatePickerDaySelected
{
	font-weight: bold;
	color: red;
}

.FormDateTimePicker
{
	position: absolute;
	visibility: hidden;
	background-color: white;
	border: 1px solid black;
	width: 58px;
	height: 163px;
	overflow: auto;
	filter:
		progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='#30404040',Positive='true');
}

.ViewKeyEvenRow
{
	width: 200px;
	padding: 5px;
}

.ViewKeyOddRow
{
	width: 200px;
	padding: 5px;
}
