﻿
/* Override PRINT media for Web2 */
/* Copyright 2009: Thomson Reuters Global Resources. All Rights Reserved. Proprietary and Confidential information of TRGR. Disclosure, Use or Reproduction without the written authorization of TRGR is prohibited.*/
/* NOTE: These styles are NOT declared within "@media print" because this css may be used for print preview purposes in a screen media mode. */

/* Printer Friendly Frameless Pages */
.BrowserPrintPage.Layout_PageUsesRegions { overflow: visible; }
.BrowserPrintPage .Layout_Region {position:static !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;overflow:visible !important;height: auto !important}

/* Generic classes to hide and show for display */
.HideForPrint {display:none;}
.HideForDisplay {display:block;}

/* Class for HTML Form Textbox - when printed, only display bottom border */
.FormInput {border:none 1px #000000; border-bottom-style:solid;}

/* Westlaw Patents */ 
.GClaims .ClaimNode {width: 100px;}
.GClaims tr th span { width: 117px; }
.GPFL {bottom:15px;left:15px}
.GPFApplication .Node span span span {position:static;font-size:10px}
.GPFApplication .Small .Node span span span {font-size:7px}
.GPFApplication .Smaller .Node span span span {font-size:5px}
.GPFApplication .Large .Node span span span {font-size:12px}
.GPFApplication .Larger .Node span span span {font-size:15px}