/*
 *	AHA Professional Portal Style Sheet
 *
 *	Color Pallet:
 *	Light Blue: BFD3E0
 *	Medium Blue: 697896
 *	Dark Blue: 20486B
 *	Light Grey (gear background): EDEDED
 *
 *  $Id: reg.css,v 1.3 2009/09/24 19:12:48 scotts Exp $
 */

.required {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size : 18px;
	font-weight : bold;
    color : red;
}


td.label	{
	padding: 3px;
	color: black;
	text-align: left;
	font-weight : bold;
}

td.labelpadding	{
	padding: 3px;
	text-align: left;
}


.labelnote	{
	color: #666;
	text-align: left;
	font-weight : normal;
}



.formnote	{
	background: #ededed;
	border-bottom: thin dotted #999999;
	border-top: thin dotted #999999;
	padding: 3px;
	text-align: left;
	font-weight : normal;
}


td.evenRow {
	background : #EEEEEE;
}

td.oddRow {
	background : white;
}

td.tableHeader {
	background : #6699CC;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;
}

td.searchSectionTitle  {
	font-size : 14px;
	color : #CC3333;
	font-weight : bold;
}

.onepxRow {
	background : #666666;
	height: 1px;
}
.fivepxRow {
	background : #666666;
	height: 5px;
}

.large_bold   {font-size:15px; font-weight:700 }

#formcounter {
	float:right;
	padding-right: 4px;
	clear:right;
}