/* stylesheet for firefox and opera divergences */

/* firefox and ie treat list margins differently */
ul           { margin-top: 8px;
               margin-bottom: 8px;
               margin-left: -20px;
               list-style-type: square; }
               
ol           { margin-top: 8px;
               margin-bottom: 8px;
               margin-left: -20px; }

/* same as ie_only.css */               
td.bottom	 { border-bottom-style: solid;
			   border-bottom-width: 1px;
			   border-color: #008080;
			   width: 100% }
			   
td.bottom_left { border-left-style: solid;
			   border-left-width: 1px;
			   border-bottom-style: solid;
			   border-bottom-width: 1px;
			   border-color: #008080;
			   width: 100% }