/* Level 0 - Text ***************************************************/ .m0l0iout { font: 12px Arial; font-size: 12px; padding: 4px; color: #FFFFFF; } .m0l0iover { font: 12px Arial; padding: 4px; color: #FFFFFF; } /* Level 0 - Container **********************************************/ .m0l0oout { text-decoration : none; border : 1px ridge #336666; background: #336666; overflow:hidden; text-overflow:ellipsis; } .m0l0oover { text-decoration : none; border : 1px ridge #FFFFFF; background: #ADC2C2; overflow:hidden; text-overflow:ellipsis; } /* Level 1 - Text ***************************************************/ .m0l1iout { font: 12px Arial; padding: 4px; color: #FFFFFF; } .m0l1iover { font: 12px Arial; padding: 4px; color: #FFFFFF; } /* Level 1 - Container *********************************************/ .m0l1oout { text-decoration : none; background: #336666; filter: alpha(opacity=90); overflow:hidden; text-overflow:ellipsis; border : 1px ridge #336666; } .m0l1oover { text-decoration : none; background: #ADC2C2; overflow:hidden; text-overflow:ellipsis; border : 1px ridge #FFFFFF; } /* All other Levels - Text ****************************************/ .m0l2iout { font: 12px Arial; text-decoration : none; padding: 4px; color: #FFFFFF; } .m0l2iover { font: 12px arial; text-decoration : none; padding: 4px; color: #000000; } /* All other Levels - Container ************************************/ .m0l2oout { text-decoration : none; background: #336666; border : 1px ridge #336666; filter: alpha(opacity=90); } .m0l2oover { text-decoration : none; background: #ADC2C2; border : 1px ridge #FFFFFF; }