


/* ----- FORMS ----- */

.formview
{
	margin: 0px;
}

.formtable
{
	background-color: #fff6ef;
}

.formtable tr td
{
	border-bottom: 1px solid black;
	padding: 5px 2px 5px 10px;
	color: #003399;
}

.formtable tr td
{
	border-bottom: 1px solid white;
	padding: 5px 2px 5px 10px;
	color: #003399;
}

.formbutton { border: 0px; background-color: #8899bb; color: white; }

.formbutton_link a { white-space: nowrap; font-family: Arial,Helvetica,sans-serif; font-size: 12px; cursor: default; color: white; text-decoration: none; border: 0px; background-color: #8899bb; color: white; padding: 3px 4px 3px 4px; }

formtitle_black
{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;

	margin-bottom: 4px;
	height: 40px;

	text-align: left;
	vertical-align: bottom;

	color: black;
	background-color: white;
}

.formtitle
{
    font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;

	margin-bottom: 4px;
	height: 40px;

	text-align: left;
	vertical-align: bottom;

	color: #003399;
	background-color: white;
}



/* ----- MISC VIEWS ----- */

.textview		  { font-size: 9px }
.textview_invalid { font-size: 9px; background-color: #fcbfbf; }

.textareaview { font-size: 10px; font-family: verdana; }
.textareaview_invalid { font-size: 10px; background-color: #fcbfbf; font-family: verdana; }

.radioview { font-size: 9px; }
.radioview_invalid { font-size: 9px; background-color: #fcbfbf; }

.checkview { font-size: 9px; }
.checkview_invalid { font-size: 9px; background-color: #fcbfbf; }

.listview { font-size: 9px }



/* ----- DATEVIEW ----- */

.dateview
{
	vertical-align: middle;
	white-space: nowrap;
}

.dateview_DataArea
/* Only used if dataClass is not present in settings */
{
	width: 160px;
	font-size: 9px;

	background: white;
}

.dateview_Calendar
{
	width: 200px;
	height: 1px;

	background-color: #3F738D;

	position: absolute;
	visibility: hidden;

	background-color: white;
}

.dateview_CalendarPos
{
	position: relative;
	left: 5px;
	top: 1px;

	height: 1px;
	width: 1px;

	vertical-align: bottom;
}

.dateview_CalendarIcon
{
	vertical-align: bottom;
}

.dateview_NavPanel
{
	width: 100%;
	height: 21px;

	text-align: center;
	vertical-align: middle;
	line-height: 20px;

	background-color: #7BA1B1;

	border-top: 3px solid #C7DCDE;
	border-bottom: 3px solid  #59879D;
}

.dateview_NavPanel_Left
{
	float: left;
}

.dateview_NavPanel_Right
{
	float: right;
}

.dateview_DateGrid
{
	clear: both;

	background-color: #3F738D;

	border-left: 3px solid #59879D;
	border-right: 3px solid #59879D;
	border-bottom: 3px solid  #59879D;

	text-align: center;
}

.dateview_DateGrid tr td
{
	text-align: center;
	vertical-align: middle;

	margin: 0px;
	padding: 1px;
	border: 0px;
}

.dateview_WeekDay
{
	color: #3F738D;
	background-color: #ECECF1;

	font: bold 11px Verdana, Arial Narrow, sans-serif;
}

.dateview_SelectedDayCell
{
	background-color: #F22800;
}

.dateview_WorkDayCell
{
	background-color: #FFFFFF;
}

.dateview_HoliDayCell
{
	background-color: #DCE6F0;
}

.dateview_OtherMonthDayCell
{
	background-color: #FFFFFF;
}

.dateview_OtherMonthDay
{
	font: 11px Verdana, Arial Narrow, sans-serif;
	color: Silver;
	text-decoration: none;
}

.dateview_CurrentMonthDay
{
	font:  11px Verdana, Arial Narrow, sans-serif;
	color: #3F738D;
	text-decoration: none;
}

.dateview_SelectedDay
{
	font: 11px Verdana, Arial Narrow, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.dateview_InfoTitle
{
	font: 11px Verdana, Arial Narrow, sans-serif;
	color: #FFFFFF;
}
