/*////////////////////////////////////////////////////////////////
////////////////////  BROWSER RESET /////////////////////////////
///////////////////////////////////////////////////////////////*/


/* __ BROWSER RESETS that cause problems: __

 html, body, div, span, iframe, object,
 h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
 em, img, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td  
{ 
 vertical-align: baseline;  ////// problem causes img tag to aligt 
 left in IE when <img align="right"> (Escape) ///
 } 
*/

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
abbr, acronym, address, code, del, dfn, q, caption

/*,table, tbody, tfoot, thead, tr, th, td ////customers want to see borders*/
{
	border: 0px;
}

/*	
html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
abbr, acronym, address, code, del, dfn, q
table, caption, tbody, tfoot, thead, tr, th, td
{
		font-size: 100%;
		font-weight: inherit;
		font-style: inherit;
		font-family: inherit;  

}
*/



html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, a, p, blockquote, pre,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
abbr, acronym, address, code, del, dfn, q
/*, table, caption, tbody, tfoot, thead, tr, th, td
/// Dont set table tags padding to "0" then 
<table cellspacing="8"> dosent work IE (Escape) 
*/

{
	margin: 0px;
	padding: 0px;
}

/* __ TABLE (must have cellspacing="0" in the markup) __*/
table {border-collapse: separate; border-spacing: 0px; font-size: 1em; line-height: normal;}
caption, th, td { font-weight: normal;}
table, td, th {vertical-align: top; }


/*__ Other HTML resets __*/
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p h1, p h2, p h3, p h4, p h5, p h6,
h1 + p, h2 + p, h3 + p, h4 + p, h5 p, h6 + p{
	margin-top: 0px;
	padding-top: 0px;
}


/*********************************************************************
***************** "/styles.css" reset (old platform) *****************
*********************************************************************/ /*
p, h1, h2, li, td, th, a, a:hover
p.subh,
.invert, .formtext, .helpBtn, .text,
.text12bold,
.textNR, a.menuTop,
a:hover.menuTop,
td.menuTop,
td.menuLeft,
td.menuLeft,
a.menuLeft,
a:hover.menuLeft,
   {
	font-family: inherit; 
	font-size: inherit; 
	line-height: inherit; 
	text-align: inherit;
	font-weight: inherit;
	text-decoration: inherit;
} 

h1 {color: #999999;} 
h2 {color: gray}
p.subh, .invert {color: #FFFFFF;}
.formtext, a.menuTop, a:hover.menuTop, td.menuTop, td.menuLeft, td.menuLeft, a.menuLeft, a.menuLeft, a:hover.menuLeft {color:#000000;} 


tr.additions td,
tr.additions th {border:none;}

.helpBtn {background-color:transparent;}

*/
