/*****************************
**** ADD AS GLOBAL STYLES ****
*****************************/


/***********************
**** TESTING STYLES ****
***********************/
/* old content wrapper */
.content_bg
{
	padding: 0px;
	height: auto;
	background: none;
	/* this may be global, if true it must be stripped from the old brand css and removed from HTML source */
}

/* some kind of form wrapper */
.formcontent
{
	padding: 0px;
	/* this may be global, if true it must be stripped from the old brand css and removed from HTML source */
}

/* breadcrumb */
.bodyHdr,
.bodyhdr
{
	display: none;
	/* this may be global, if true it must be stripped from the old brand css and removed from HTML source */
}

/* page title */
.contenthdr1
{
	display: none;
	/* this may be global, if true it must be stripped from the old brand css and removed (element too) from HTML source */
}

.formtablehd .contenthdr1
{
	display: table-row !important;
	display: block;
	/* this may be global, if true it must be stripped from the old brand css and removed (element too) from HTML source */
}

/* tabs */
.leftmenubg,
.leftmenutxtselect,
.leftmenutxt,
.leftmenurest
{
	display: none;
	/* this may be global, if true it must be stripped from the old brand css and removed from HTML source */
}

/* table headings */
.formtablehd
{
	border-width: 0px 1px 2px 0px;
	border-style: solid;
	/* border width/style properties are defined globally, backround and border colors should vary by brand */
}

/*
tr.formtablehd
{
	border: none;
	background: none;
}
*/
/* UPDATED */
/* looks like we may want a background color... i'll have to look into this for agreements */
/* this has only been a problem in Agreements, so far. This will need to be global. */

/***********************
**** BRAND SPECIFIC ****
***********************/
.formtablehd
{
	background: #c5001a;
	border-color: #990000;
	/* border width/style properties are defined globally, backround and border colors should vary by brand */
}

.copy .formtablehd a,
.copy .formtablehd a:link,
.copy .formtablehd a:visited {
	color: #ABE28F;
	/* UPDATED */
}

/****************************
**** REMOVE THESE STYLES ****
****************************/
.bodyColor
{
	background-color: #eee;
	/* this style should be removed from old branded css and removed from HTML source */
}

.bodyTxt
{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	/* we don't want to redefine font properties, they're already defined in our base sheets */
}

.formtablerw3 {
	background: none;
}