﻿	body {
}
.Form_Header
{
	font-size:14pt;
	color: #0005C6;
}

.Form_Gray_SubHeader
{
	background-color: #AAAAAA;
          text-align : left;
        vertical-align :middle;  
          width : 1%;
          white-space : nowrap;
          color: #FFFFFF;
          font-size: 11px;
          font-family: tahoma, arial;
          font-weight: bold;
}

.Form_SubHeader
{
	font-weight:bold;
	font-size:10pt;
	color:#990000; 
}


.Form_Label
{
	/* background-color: #FFFFFF; */
	text-align : right;
	vertical-align :middle;  
	width : 1%;
	white-space : nowrap;
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: bold; 
}

.Form_Label_Left
{
	/* background-color: #FFFFFF; */
	text-align : left;
	vertical-align :middle;  
	width : 1%;
	white-space : nowrap;
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: bold; 
}

.Form_Label2
{
	/* background-color: #FFFFFF; */
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: bold; 
}

.Form_Error
{
	color: red;
	font-size: 10pt;
	font-family: tahoma, arial;
	font-weight: bold;
}

.testbutton
{
background-image:url("Resources/images/beige.gif")
}


.Form_Required {
        background-color: #FFFFC0;
          color: #000000;
          font-size: 11px;
          font-family: tahoma, arial;
          font-weight: bold;
  }

.Form_SubLabel
{
	/* background-color: #FFFFFF; */
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
}

.Form_TextBox
{
	/* background-color: #FFFFFF; */
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
}

.Form_Button
{
	color: #000000;
	border: 1px solid #808080;
	padding:0 0 0 3px;
	text-align:left;
	font-size:8pt;
	height:18px;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.Questionnaire_Header
{
	padding:3px 3px 3px 0;
	font-size:13pt;
}

.Questionnaire_Header_Label
{
	padding:3px;
	font-weight:bold;
	font-size:10pt;
	color:#990000; 
	
}
.Questionnaire_SubHeader
{
	background-color:Red;
}

.Questionnaire_SubHeader_TextSection
{
	background-color:Fuchsia;
}

.Questionnaire_SubHeader_Label
{
	padding:3px;
	font-weight:bold;
	font-size:9pt;
	color:white;
}

.Questionnaire_SubHeader_Label_TextSection
{
	padding:3px;
	font-weight:bold;
	font-size:9pt;
	color:white;
}

.Questionnaire_Section
{
	padding:5px;
	background-color:#ffffff;
	border:solid 1px #CCCCCC;
}
.Questionnaire_SubSection
{ 
	  padding: 0px 2px 0 2px;
	   background: ##eeeeee;
	  /*
    background: #e0e0e0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
*/
}

.Questionnaire_TextSubSection
{
	padding: 0px 2px 0 2px;
    background: #e0e0e0;
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
}

.Questionnaire_FieldName
{
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: bold;
}

.Questionnaire_FieldInput
{
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
}

.Questionnaire_FieldInput_Text
{
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
}

.Questionnaire_FieldInput_Text_Required
{
background-color: #FFFFC0;
	color: #000000;
	font-size: 11px;
	font-family: tahoma, arial;
	font-weight: normal;
}
.Form_Calendar
{
	position:relative;
	z-index:0;
}
