


/* ----- FORMS ----- */

.formview {	margin: 0px; width: 100%; font: normal 62.5% "Lucida Sans Unicode",sans-serif; font-size: 11px;	line-height: 1.3em; }

.formtable { background-color: #cccccc; width: 100% }
.formtable tr td { color: #cccccc }

.form_left { /*width: 200px;*/ width: 50%; white-space: nowrap }
.form_right { width: 50%; }

.formbutton { border: 0px; background-color: #6b8eb4; color: white; white-space: nowrap; padding: 1px 5px; font-size: 12px; cursor: default; font-family: Arial,Helvetica,sans-serif; text-align: center; height: 20px }

.formbutton_link div { background-color: #6b8eb4; color: white; line-height: 20px; white-space: nowrap; font-size: 12px; cursor: default; font-family: Arial,Helvetica,sans-serif; text-align: center; height: 20px }
.formbutton_link a	 { text-decoration: none }

.formbutton_search {border: 0px; background-color: #6b8eb4; color: white; white-space: nowrap; padding: 1px 3px 3px 3px; font-size: 11px; cursor: default; font-family: Arial,Helvetica,sans-serif; text-align: center; height: 16px }

.formbutton_back { background-color: #6b8eb4; color: white; line-height: 20px; white-space: nowrap; padding: 3px 5px; text-align: center; font-size: 12px; cursor: pointer; font-family: Arial,Helvetica,sans-serif; height: 21px }
.formbutton_back a		   { background-color: #eba400; text-decoration: none; color: white; }
.formbutton_back a:visited { background-color: #eba400; text-decoration: none; color: white; }

.formtitle_black
{
    font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	font-size: 16px;
	font-weight: bold;

	margin-bottom: 4px;
	height: 40px;

	text-align: left;
	vertical-align: bottom;

	color: black;
	background-color: white;
}

.formtitle
{
    font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	font-size: 18px;
	font-weight: bold;

	margin-bottom: 4px;
	height: 40px;

	text-align: left;
	vertical-align: bottom;

	color: #003399;
	background-color: white;

	width: 100%;
}

.subformtable		{ border-collapse: separate; border-spacing: 1px; background-color: white; margin-bottom: 8px; width: 100% }
.subformtable tr td { color: #003399; background-color: #ededed; vertical-align: middle; padding: 3px 15px; text-align: left }
.subformtable tr th { background-color: white; color: #424242; font-weight: bold; height: 40px; vertical-align: bottom; padding: 4px; font: normal 62.5% "Lucida Sans Unicode",sans-serif; font-size: 20px; }

.resubformtable		  { border-collapse: separate; border-spacing: 1px; background-color: white; margin-bottom: 5px; width: 100% }
.resubformtable tr td { color: #003399; background-color: #eeeedd; vertical-align: middle; padding: 3px 15px; text-align: left }



/* ----- MISC VIEWS ----- */

.textview,.textview_invalid			{ font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }
.textareaview,.textareaview_invalid { font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }

.radioview,.radioview_invalid { font-size: 9px; }
.radioview_vertical			  { line-height: 17px }

.checkboxview,.checkboxview_invalid { font-size: 10px; color: black }

.listview,.listview_invalid { /*font-size: 9px*/ font-size: 11px; font-family: Verdana,Arial,Helvetica,sans-serif; }

.uploadview,.uploadview_invalid { font-size: 9px }

.multiuploadview_attachments		 { }

.multiuploadview_attachments a		 { color: #003399; text-decoration: none; font-size: 11px }
.multiuploadview_attachments a:hover { color: #003399; text-decoration: underline }

.uploadview_invalid,.textview_invalid,.textareaview_invalid,.listview_invalid,.radioview_invalid,.checkboxview_invalid { background-color: #fcbfbf; }

.dateview_invalid input { background-color: #fcbfbf; }



/* ----- DATEVIEW ----- */

.dateview,.dateview_invalid { white-space: nowrap; display: inline }

.dateview_DataArea
/* Only used if dataClass is not present in settings */
{
	width: 160px;
	font-size: 9px;

	background: white;
}

.dateview_Calendar
{
	width: 200px;
	height: 1px;

	display: inline;

	background-color: #3F738D;

	position: absolute;
	visibility: hidden;

	background-color: white;
}

.dateview_CalendarPos
{
	position: relative;
	left: 0px;
	top: 1px;

	height: 1px;
	width: 1px;

	line-height: 0px;

	display: inline;
	visibility: hidden;

	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;
}


