﻿/*Input form */
.Rade_InputEditor
{
	border:dotted 1px #4C4C4C;
	margin:3px 3px 3px 3px;
	width:500px;
}

.Rade_InputEditor h1
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	background-color:#3B3B44;
	padding:3px 5px 3px 5px;
}

.Rade_InputEditor h2
{
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	background-color:#3B3B44;
	padding:3px 5px 3px 5px;
	margin-top:5px;
	margin-bottom:-3px;
}

.Rade_InputEditor td
{
	vertical-align:top;
	padding:3px 5px 3px 5px;
	font-family: Arial;
	font-size: 11px;
}

/* Input fields */
.Rade_InputEditor_Caption
{
	white-space:nowrap;
	font-weight:bold;
	vertical-align:top;
}

.Rade_InputEditor_Input
{
	width:100%;
	vertical-align:top;
}

.Rade_InputEditor_TextBox_NoWidth
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
}

.Rade_InputEditor_TextBox
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	width: 450px;
}

.Rade_InputEditor_TextBoxMultiline
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	width: 450px;
	height: 100px;
}

.Rade_InputEditor_TextBoxPassword
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	width: 450px;
}

.Rade_InputEditor_CommentaryTextBox
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	width: 450px;
}

.Rade_InputEditor_CommentaryTextBoxRequired
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	color: #b75054;
	width: 450px;
}

.Rade_InputEditor_CommentaryTextBox_NoWidth
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
}

.Rade_InputEditor_CommentaryTextBoxRequired_NoWidth
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	color: #b75054;
}

.Rade_InputEditor_CommentaryTextBoxInfo
{
	font-family: Arial;
	font-size: 11px;
	border: solid 1px #5372a9;
	width: 450px;
	font-style:italic;
}

.Rade_InputEditor_Checkbox
{
}

.Rade_InputEditor_DropDownList
{
	font-family: Arial;
	font-size: 11px;
}

.Rade_InputEditor_ListBox
{
	font-family: Arial;
	font-size: 11px;
}

.Rade_InputEditor_RadeCalendar_Main
{
	font-family: Arial;
	font-size: 11px;
	background-color:#F7BC50;
	border:solid 1px #97896F;
}

.Rade_InputEditor_RadeCalendar_DateDisplay
{
	font-family: Arial;
	font-size: 11px;
}

.Rade_InputEditor_RadeCalendar_ElementHover
{
	background-color:#CFCFCF;
	border:solid 1px #97896F;
}

.Rade_InputEditor_RadeCalendar_SelectedElement
{
	background-color:#EFF4A3;
	border:solid 1px #97896F;
}

.Rade_InputEditor_RadeCalendar_YearDropDown
{
	font-family: Arial;
	font-size: 11px;
}

.Rade_InputEditor_RadeCalendar_MonthDropDown
{
	font-family: Arial;
	font-size: 11px;
}

.Rade_InputEditor_TableGrid
{
	font-family: Arial;
	font-size: 11px;
	color:#393947;
	border:solid 1px #c3c3c3;
}

.Rade_InputEditor_TableGrid_SelectedRow td
{	
	color:#393947;
}

.Rade_InputEditor_TableGrid_SelectedRow a
{	
	color:#393947;
	text-decoration:none;
}

.Rade_InputEditor_TableGrid_SelectedRow a:hover
{	
	color:#393947;
	background-color:#EBEBEF;
	text-decoration:underline;
}

.Rade_InputEditor_ErrorLabel
{
	font-family: Arial;
	font-size: 11px;
	color: #b75054;
}

.Rade_InputEditor_Sub_HR
{
	height:1px;
	border:dashed dotted 1px #5372a9;
}

.Rade_InputEditor_HR
{
	height:1px;
	border: dotted 1px #5372a9;
}
/* -------------------- */