/*****
	Copyright: Merandex Technology Solutions
	Sep 2011
	All rights reserved
*****/

/****
Website layout
****/

/* Class that sets the with and auto margins to center on the page */
.center {
	margin-right: auto;
	margin-left: auto;
	width: 727px;
	padding-right: 40px;		/* put some padding on the right side so it looks better */


}

/* to center a table, I need the width to be auto */
table.center {
	width: auto;			/* override .center definition */
}

a img {
	border: 0;
}

a.nodecoration {
	text-decoration: none;
}

.ReportTitle {
	font: normal bold 16pt tohoma, arial, helvetica;
	text-decoration: underline;
	margin: 0 0 10px 0;
}

/** .RadioSpan	{ border: 2px solid #ffffcc; }	Not consistent on edit vs view  */
.Missing		{ border: 2px solid red; }
.NotValid		{ border: 2px solid Magenta; }
.DateNotValid	{ border: 2px solid Magenta; }
.Warning		{ border: 2px solid Orange; }
.nowrap			{ white-space: nowrap; }
.wrap			{ white-space: normal; }

.DisplayNone { display: none; }
.DisplayBlock { display: block; }

/* Chrome v83 made some changes on how the form inputs are displayed.
 *  When a text field has a background color it seems like the border is effected.
 *  I think this helps the situation.
 */
input { border-color: #e0e0e0; }

	