﻿/* Styles for BIT form - HCP */

.frmTitle
{
	margin: 0px 0px 5px 0px;
	text-align: left;
	color: #175F9B;
	font-size: 19px;
	font-weight: bold; /*border-bottom: #175F9B 1px dotted; */
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(/COPDStudy/App_Themes/HCP/Images/Layout/bgBlue.jpg);
}

.frmSubTitle
{
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 5px;
	text-align: left;
	color: #696969;
	font-size: 19px;
	font-weight: bold;
}

.frmSectionTitle
{
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.frmLabel
{
	font-family: Verdana, Arial;
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	text-align: right;
	white-space:nowrap;
}

.frmLabel_left
{
	font-family: Verdana, Arial;
	font-size: 11px; /* font-weight: bold; */ /*line-height: 13px;*/
	color: #333333;
	white-space: nowrap;
}

.ActionMenu
{
	height: 25px;
	background-color: #D1DFEB;
	color: #999999; /*#175F9B;*/
	border-top: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding-bottom:4px;
}

.frmLabel_align
{
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.frmGray
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #696969;
}


.frmTextBox
{
	font-family: Verdana, Arial;
	font-size:12px;
	color:#000000;
}

.frmTextBoxDisabled
{
	font-family: Verdana, Arial;
	font-size:9px;
	color:#696969;
	border:none 0px;
	padding:0px 0px 0px 0px;
}

.frmHint
{
	font-size: 9px;
	color: #696969;
}

.frmErrDiv
{
	font-size:10px;
	font-weight:bold;
	color:Red;
	position:absolute;
}

.frmHintDiv
{
	font-size: 11px;
	position: absolute;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	height: 20px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	vertical-align: middle;
	padding-top: 2px;
	text-align: center;
}
	
