/*  BT1691 BrianR 05/10/2005 MacOSIE.css overrides styles in this file on Mac IE 5.2. Changes
    to styles here my verify that the appropriate override is made (if needed) in MacOSIE.css
    for Mac compatibility. See comments below for each element that currently has overrides
    in MacOSIE.css */

body
{
	background-color : white;
	font-family : Arial;	
}

table#tblRequestGrid
{
	/* Used by Request Grid and Sched Grid (from admin) */
	table-layout:fixed ;
	font-family : Arial;
	font-size : 8pt;
	color : black;
	border : 1px solid black;
	/* width:949px; DO NOT HARD CODE WIDTHS FOR FREEZE DATE PANEL FEATURE */	
	width: 100%;			
	border-collapse: collapse;
}





div.contextMenu
{
	position : absolute;
	border : 1px solid black;
	background-color : #D6D3D6;
	font-family : Courier New;
	font-weight : bold;
	font-size : 8pt;
	display : none;
	text-align : center;
}


td.reqRowHead
{
	border-top : none;
	border-bottom : none;
	background-color : #D6D3D6;
	border-left:1px solid black;
}
td.tdReq
{
	background-color : white;
	border-top : none;
	border-bottom : none;
	border-right : none;
	border-left : 1px solid black;
}

td.deleted
{
	/* AV: This element has been discontinued.  Feature does not exist in 7.0 */
	text-decoration:line-through;
	background-color : Orange;
	color : Black;
	border:1px solid black;
	text-align : center;
}

