So what you are saying is that I'm probably missing a closing tag somewhere on one of the tables?
That sux! it's a 3rd party product that uses smarty templates! I guess i have to figure out where the culprit is... Anastasios Angelidis wrote: >I have my classes defined as below... > >I then decorate my table like so <table class="thinOrangeBorder"> > >The problem is when I add another table with that table it inherits the >css regardless if the class is set or not and I do not want it to. What >is the issue? > >Thanks > >table.thinOrangeBorder >{ > border-width: 0px; > border-spacing: 2px; > background-color: white; >} > >table.thinOrangeBorder th >{ > border-width: 1px; > padding: 0px; > border-style: solid; > border-color: #F26F31; > background-color: white; >} > >table.thinOrangeBorder td >{ > border-width: 1px; > padding: 0px; > border-style: solid; > border-color: #F26F31; > background-color: white; >} >______________________________________________________________________ >css-discuss [EMAIL PROTECTED] >http://www.css-discuss.org/mailman/listinfo/css-d >IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 >List wiki/FAQ -- http://css-discuss.incutio.com/ >Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/