/* fix wide images in IE >   * { overflow-x: hidden; }  
--don't know what this was doing. made the h2 declaration below to fix what i think this was trying to fix.
.navHeader, .navHeader *{ overflow-x: visible; } 
*/


/* owners specific */
.tOwnerColWide { width: 420px; float: left; padding: 10px 20px 40px 20px; }
.tOwnerColNar { width: 210px; float: left; padding: 10px 0 40px 0; }
.tOwnerBorderL { border-left: solid 1px #cdcdcd; }
.tOwnerBorderR { border-right: solid 1px #cdcdcd; }
.tOwner2ColN { width: 210px; float: left; padding: 10px 20px 20px 20px; }
.tOwner2ColW { width: 400px; float: left; padding: 10px 20px 20px 20px; }
.tOwner3Col { width: 217px; float: left; }
.tOwner3Col div { padding-right: 10px; }
.tOwnerPad { padding: 10px 20px; }
.tOwnerPadH	{ padding: 0 20px; }
.tOwnerPadV	{ padding: 10px 0; }
.tOwnerLine	{ margin-bottom: 10px; }
h2.tOwnerLine *	{width:auto !important}
.tOwnerBreak { display: block; margin-left: -20px !important; margin-left: 0; }
.tOwnerNotice { margin: 10px 20px; padding: 10px 20px; background-color: #dedede; }

/* Display Service Records */
.tDisplayTable { border: solid 1px; margin-bottom: 12px; }
.tDisplayTable th     {background-color: #a5a5a5; color: #ffffff; font-weight: bold; text-align: left;}
.tDisplayDate, .tDisplayDesc, .tDisplayType, .tDisplayNote, .tDisplayMiles, .tDisplayLoc { border-right: solid 1px #cdcdcd; padding: 2px 4px; }
.tDisplayEdit { width: 136px; padding: 2px; vertical-align:middle; }
.tDisplayEdit img {display: inline; }
.tDisplayOdd { background-color: #f3f3f3; }

/* overrides styles in apps.css */
.frameBg, .frameBgTop { width: 712px; /* was 924px */ margin-left: 212px; /* was unset */ }
.frameBgBottom { width: 712px; /* was 924px */ }
.frameContent { width: 692px; /* was 904px */ margin-left: 222px !important; /* was 10px */ height: auto !important; height: 519px; }

/*the next line was killing techpubs regional nav, so now it checks to see if it's there.  It should have an ID on the body tag so we can surgically apply css. --Schricker */
/* #movFlashRegionalNav { margin-left:expression((location.pathname.indexOf('techpubs')>0)?'0px':'-212px');} */
/* body#i8318 is the techpubs input page */

#movFlashRegionalNav { margin-left:expression('-212px');}
html #i8318 #movFlashRegionalNav { margin-left:expression('0px');}


/*  * html #movFlashRegionalNav { margin-left: -212px;}  */

/* CR 6550, cut off headers */
.gSwap embed, .gSwap object {
	width:400px !important;
}
