﻿/** This file contains CSS specific to OTH content.
  * These styles will not appear in eWebEditPro.
  * This should mainly be used for custom style work on
  * specific pages.
  * Try to leave comments indicating what this stuff is for.
  */

/** Turn off some sections of the related pages in these groups.
  * OTHG00143 and OTHG00108 should only show related DIW pages.
  * OTHG00054 should show related DIW and EVC pages.
  */
body.OTHG00143 #grid_Right .layout_Related,
body.OTH000084 #grid_Right .layout_Related,
body.OTHG00108 #grid_Right .layout_Related,
body.OTHG00054 #grid_Right .layout_Related { display: none; }
body.OTHG00143 #grid_Right div.DIW,
body.OTHG00108 #grid_Right div.DIW,
body.OTH000084 #grid_Right div.DIW,
body.OTH000084 #grid_Right div.EVC,
body.OTHG00054 #grid_Right div.DIW,
body.OTHG00054 #grid_Right div.EVC { display: block; }

