
	
#tfheader{
	margin-top: 12px;
}

#tfnewsearch{
	float:right;
}

.tftextinput4{
	margin: 0;
	padding: 6px 15px;
	font-size:17px;
	color:#666;
	border:1px solid #02446a; 
	border-right:0px;
	width: 240px;
}
	
.tfbutton4 {
	margin: 0;
	padding: 0;
	width:30px;
	height:30px;
	font-size:17px;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #02446a; border-right:0px;
	background: #02446a url('../images/tf-search-icon-transparent.png');
}

/* Fixes submit button height problem in Firefox */
.tfbutton4::-moz-focus-inner {
  	border: 0;
}
.tfclear{
	clear:both;
}


#topMenu input {  outline: none }

#topMenu input[type="text"] {
	font-size: 16px;
	color: Black;
}
	
#mainContent input[type="text"],
#mainContent input[type="password"]
{
    height: 25px;
    width: 200px;
    border: 1px solid #B9BDC1;
    color: Black;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}

#mainContent textarea {
	/*
	height: 25px;
    width: 250px;
    */
	font-size: 17px;
    border: 1px solid #B9BDC1;
    color: Black;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
}
	
#mainContent select{
    height: 25px;
    width: auto;
    border: 1px solid #B9BDC1;
    color: Black;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 17px;
}

#mainContent select:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus
{
	box-shadow: 0 0 5px #f4eea7;
	border: 1px solid Blue;
	background: #f4eea7;
}
	
#mainContent input[type=submit]:focus
{
	box-shadow: 0 0 5px #006cab;
	border: 1px solid Blue;
	background: #006cab;
}

#mainContent input[type=button]:focus
{
	box-shadow: 0 0 5px #006cab;
	border: 1px solid Blue;
	background: #006cab;
}

#topMenu input[type=submit]:focus
{
	box-shadow: 0 0 5px #006cab;
	border: 1px solid Blue;
	background: #02446a url('../images/tf-search-icon-transparent.png');
}

#footer a:focus 
{
	box-shadow: 0 0 5px #fff;
	border: 1px solid black;
}

#mainContent input[type=submit]
{
	background: #006cab;
	color: #fff;
	display: inline-block;
	border: 1px solid #124909;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
	
#topWarning input[type=submit]
{
	background: #006cab;
	color: #fff;
	display: inline-block;
	border: 1px solid #124909;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#mainContent input[type=submit].cancel
{
	background: url("../images/btn_silver.png") repeat-x scroll left top transparent;
	color: black;
	display: inline-block;
	letter-spacing: normal; 
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
	
#mainContent input[type=button].cancel
{
	
	background: url("../images/btn_silver.png") repeat-x scroll left top transparent;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: black;
	display: inline-block;
	border: 1px solid #124909;
	letter-spacing: normal; 
	border-radius: 5px;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#mainContent input[type=submit].dashboard
{
	padding: 9px 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	vertical-align: middle;
	margin: 0px 82px 0px 11px;
	width: auto;
	font-weight: normal;
}

/**********************************************************************/
.alertForm {
	display: inline-block;
	text-align: center;
	padding: 1%;
	margin: 2% 0;
	color: #ed1c24;
	border: 2px solid #ece26a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #f4eea7;
	width: 97%;
}

.redtext {
	color: #AC0606;
}

.wizardHeader {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0;
	color: #006cab;
	border: 2px solid #ccc;
	background: transparent url("../images/btn_silver.png") repeat-x scroll left top;
    font-size: 18px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	/**
	width: 98%;
	*/
	/**04/25/2023:Reduce sign in box width*/
	width: 1000px;
}

.dashFeature {
	display: block;
	float: left;
	padding: 20px 10px;
	margin: 0 0 20px 0;
	background: #f4eea7; 
	width: 98%;
}

.topFeature {
	display: block;
	/** float: left; 	TODO: check if used */
	padding: 20px 10px;
	margin: 20px 0 10px 0;
	background: #f4eea7; 
	border: 1px solid #ecda41;
	width: 96%;
}

.wizardHeader1 {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0;
	color: #006cab;
	border: 2px solid #ccc;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	width: 98%;
	text-align: left;
}

.wizardBody {
	display: block;
	float: left;
	padding: 10px;
	margin: 0 0 25px 0;
	color: #666;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff;
	/** 
	width: 98%;
	*/
	/**04/25/2023:Reduce sign in box width*/
	width: 1000px;
}

.wizardBody1 {
	display: block;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #666;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fff; 
	width: 98%;
	box-shadow: 10px 10px 5px #404040;
    font-weight: bold;
    height: auto;
    width: auto;
	border-radius: 20px;
}

.processContainer {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	height: 47px;
	width: 98%;
}

.processOn {
	display: block;
	float: left;
	padding: 10px 0;
	margin: 0 0 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background: #015688 url(../images/chevron-darkBlue.png) no-repeat right top;
	height: 27px;
	width: 33%;
}

.processOff {
	display: block;
	float: left;
	padding: 10px 0;
	margin: 0;
	color: #015688;
	text-align: center;
	font-size: 18px;
	background: transparent url(../images/chevron-lightBlue.png) no-repeat right top;
	height: 27px;
	width: 33%;
}

.processForm {
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
	width: 98%;
}

.processForm2 {
	display: block;
	float: left;
	padding: 0;
	margin: 20px 0;
	color: #000;
	border: 1px solid #b7b7b7;
	background-color: #e1e1e1;
	width: 98%;
}

.greyForm {
	display: block;
	float: left;
	padding: 10px 0 10px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #b7b7b7;
	background-color: #e1e1e1;
	width: 98%;
}

.tableHeader {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	color: black;
	border: 2px solid #ccc;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,   white   0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	width: 94%;
	font-weight: bold;
		
}

.tableFooter {
	display: inline-block;
	padding: 5px 10px;
	margin:  0 0 20px 0;
	color: #000;
	border: 2px solid #ccc;
	font-weight: bold;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  white 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	width: 94%;
}
.tableMargin
{
	margin:10px -40px 30px -40px;
	padding: 20px 10px 15px 10px;
}

.formTable {
	margin:0px;
	padding: 0px;
	width: 98%; /* used in CDA and Alternate DS page and many others */
	border: 1px solid #ccc;
}

.formTable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
/* TODO: empty style, to delete? 
.formTable tr:hover td{
	
}
*/

/* Updated: 12/09/2021 - to resolve 508 color contrast issue. change from '#e5e5e5' to '#efefef'. */
.formTable tbody tr:nth-child(even){ background-color:#efefef; }
.formTable tbody tr:nth-child(odd)    { background-color:#ffffff; }

.formTable td{
	vertical-align:middle;
	border:1px solid #ccc;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:17px; /* 12px; */
	font-weight:normal;
	color:#000000;
	width: auto;
}

.formTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.formTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.formTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

/* when dataTables are empty */
.formTable td.dataTables_empty {
	font-weight: bold;
  	font-size: 16px;
}

#mainContent label,
#dialog label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog2 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog3 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog4 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog5 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog6 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog7 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog8 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}

#dialog9 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog10 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog11 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog12 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#dialog13 label {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}
#mainContent .labelProcess {
	display: block;
	margin: 5px 0 15px 0;
	font-weight: bold;
	color: #006cab;
}

#mainContent .floatleft {
	display: block;
	float: left;
	width: auto;
}

#dialog .column1 {
	display: block;
	float:left;
	width: 670px;
}

#dialog .column2 {
	display: block;
	float:left;
	width: 330px;
}

#dialog input,
#dialog select {
	width: 90%;
	font-size: 17px;
	padding: 2px;
}
#dialog2 select {
	width: 90%;
	font-size: 17px;
	padding: 2px;
}
#dialog3 select {
	width: 90%;
	font-size: 17px;
	padding: 2px;
}
#dialog4 select {
	width: 90%;
	font-size: 17px;
	padding: 2px;
}
#dialog5 select {
	width: 90%;
	font-size: 17px;
	padding: 2px;
}

#dialog input[type="radio"],
#mainContent input[type="radio"],
#mainContent input[type="checkbox"]  {
	width: auto;
	display: inline-block;
}

#mainContent label.inputInlineRadio {
	display:inline-block; 
	color:#000000; 
	font-weight:normal;
	font-size: 17px;
}
/* not used, to delete 
#ProviderType td {
	vertical-align: top;
	margin-bottom: 5px;
}

#ProviderType table {
	border: none;
	margin-bottom: 10px;
}
*/

#mainContent .leftSpace {
	margin-left: 20px;
}

#dialog .fileFeature {
	display: block;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #f4eea7; 
	width: 98%;
}

#mainContent input.short,
#dialog input.short{
	width: 40%;
	font-size: 17px;
}

#mainContent input.x-short,
#dialog input.x-short{
	width: 20%;
	font-size: 17px;
}

/* not used, it was for Aggregate report name text box
#mainContent input.small,
#dialog input.small {
	width: 60%;
	font-size: 17px;
	height: 18px;
	color: black;
}
*/

#dialog input.medium {
	width: 70%;
	font-size: 17px;
}

#mainContent .formSpace,
#dialog .formSpace{
	margin: 15px;
	width: auto;
}

#mainContent .formSpace img{
	display: inline;
    float: right;
    margin-right: 555px;
}

#mainContent #datepicker,
#mainContent #datepicker2,
#mainContent #datepicker3,
#mainContent #datepicker4,
#mainContent #datepicker5,
#mainContent #datepicker6
{
	width: auto;
	float: left;
	margin-top: 0px;
}

#mainContent .subtextRed{
	font-style: italic;
	font-size: 12px;
	color: #ed1c24;
}

#mainContent .subtextGreen{
	font-style: italic;
	font-size: 12px;
	color: #00a651;
}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}
#CalendarControl {
  position:absolute;
  background-color:#d1e3f9;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
  border-right:1px solid #999;
  border-bottom:1px solid #999;
}
#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .cal_header {
  background-color: #84a9d6;
  color:White;
  height:30px;
}

#CalendarControl .weekday {
  background-color: #d1e3f9;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #f5f5e0;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 50px;
  padding:2px;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color:#F00;
  text-decoration: none;
  font-weight: bold;
  font-size:17px;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size:17px;
}
#CalendarControl .empty {
  background-color: #d1e3f9;
  border: 1px solid #FFF;
}

a:link.greenButton, 
a:active.greenButton,
a:visited.greenButton {
	background: transparent url(../images/btn_green.png) repeat-x left top;
	color: #fff;
	display: inline-block;
	border: 1px solid #124909;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 6px 8px 4px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
}

a:link.greenButtonSm, 
a:active.greenButtonSm,
a:visited.greenButtonSm {
	background: transparent url(../images/btn_green.png) repeat-x left top;
	color: #fff;
	display: block;
	float: left;
	border: 1px solid #124909;
	font: bold 9px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 3px 4px 2px 4px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
}

a:hover.greenButton,
a:hover.greenButtonSm {
	color: #89fd01;
}

a:link.greenButtonLg, 
a:active.greenButtonLg,
a:visited.greenButtonLg {
	background: transparent url(../images/btn_greenLarge.png) repeat-x left top;
	color: #fff;
	display: inline-block;
	border: 2px solid #124909;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

a:hover.greenButtonLg {
	color: #89fd01;
}

a.silverButton:link, 
a.silverButton:active,
a.silverButton:visited {
	background: transparent url(../images/btn_silver.png) repeat-x left top;
	color: #666;
	display: inline-block;
	border: 1px solid #c2c2c2;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

a.silverButtonSm:link, 
a.silverButtonSm:active,
a.silverButtonSm:visited {
	float: right;
	background: transparent url(../images/btn_silver.png) repeat-x left top;
	color: #666;
	display: block;
	border: 1px solid #c2c2c2;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 4px 6px;
	margin: 0 0 0 5px;
	text-align: center;
	text-decoration: none;
}
	
a.silverButtonSmNs:link, 
a.silverButtonSmNs:active,
a.silverButtonSmNs:visited {
	background: transparent url(../images/btn_silver.png) repeat-x left top;
	color: #666;
	display: inline-block;
	/* float: left; */
	border: 1px solid #c2c2c2;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 4px 6px 3px 6px;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

.silverButton span {
	color: #900	
}

a.silverButton:hover,
a.silverButtonSm:hover,
a.silverButtonSmNs:hover{
	color: #000;
	background: transparent url(../images/btn_silverHover.png) repeat-x left top;
	border: 1px solid #9caab7;
}

a:link.blueButtonLg, 
a:active.blueButtonLg,
a:visited.blueButtonLg {
	background-color: #006cab;
	color: #fff;
	display: block;
	float: left;
	border: 2px solid #014e7a;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 9px 8px 7px 8px;
	margin: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

a:hover.blueButtonLg {
	background-color: #014e7a;
}

a:link.upButton {
	background: transparent url(../images/icon-up.png) no-repeat center top;
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	display: inline-block;
}
	
a:link.downButton {
	background: transparent url(../images/icon-down.png) no-repeat center top;
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	display: inline-block;
}
.valueLabel {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
	text-align:left;
	display: inline-block;
}

/* ---------- Error messages ---------- */
.msg-error {
	background: #FFF1ED url(../images/messages/error.png) no-repeat 0.5em 50%;
	border: 1px solid #900;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}

/* for error msg on top, do not show image */
.msg-error-header {
	background: #FFF1ED;  /* url(../images/messages/error.png) no-repeat 0.5em 50%;*/
	border: 1px solid #900;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}

.msg-error-field {
	background: transparent url(../images/messages/error.png) no-repeat 0.5em 50%;
	border: none;
	display: block;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
	/**04/26/2023: color: red;*/
	color: #AC0606;
}

/*--------------- No Error Message (For two column layout) -- */
.no-msg-error-field {
	background: transparent no-repeat 0.5em 50%;
	border: none;
	display: block;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}

/* ---------- Warning messages ---------- */
.msg-alert {
	background: #FEFFDF url(../images/messages/alert.png) no-repeat 0.5em 10%;
	border: 1px solid #EFEFEF;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}

.msg-error-div {
	background:  #FFF1ED  url(../images/messages/error.png) no-repeat 0.5em 0.5em;
	border: 1px solid #900;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}
/* ---------- Success messages ---------- */
.msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 0.5em 50%;
	border: 1px solid #3F9305;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}
.msg-info {
	background: #FAFAFA url(../images/messages/info.png) no-repeat 0.5em 50%;
	border: 1px solid #53B2F8;
	/*color: #777;*/
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-align: left;
}

.contact-msg-info {
	background: #f5f8fc url(../images/patient_safety/icon_info_lg.gif) no-repeat 0.5em 50%;
	border: 1px solid #1768b3;
	display: block;
	margin: 0.15em 2em 1.2em 0; 
	text-indent: 1%;
    width: auto;
    padding: 10px;
}

.contact-msg-text{
	font-family: arial;
	font-style: normal;
	margin-left: 1cm;
	padding: 10px;
}

.contactFormTitle{
	color: #1768b3;
	font-size: 1.2em;
}

.inputlabel {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #006cab;
	font-size: 16px;
}

.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-all;
	white-space: normal;
}

.RegularText {
	color: black;
	font-weight: normal;
}

/*CSS for readonly*/
input[readonly]
{
	background-color: #e8e8e8;
}

/* Input field 'file' css */
input[type="file"]
{
	color: #000;
    border: 1px solid #aaa;
    border-left-color: #777;
    border-top-color: #777;
    padding: 4px;
    margin: 10px;
    font-size: 17px;
}

/* JQUERY DIALOG button CSS */
.dialog-submit{
	background: #006cab;color: #fff;
	display: inline-block;
	border: 1px solid #124909;
	font: bold 17px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 10px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}

.dialog-cancel{
	background: url('../images/btn_silver.png') repeat-x scroll left top transparent;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: black;
	display: 
	inline-block;
	border: 1px solid #124909;
	letter-spacing: normal;
	border-radius: 5px;
	padding: 9px 8px 7px 8px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
}
/* setup email text box with */
#mainContent input.longInput[type="text"]{
	width: 280px;
}