/*
*	Orange and Rockland Utilities, Inc.
*	Site URL:            http://www.oru.com/
*	Stylesheet URL:      http://www.oru.com/css/regulatorydocuments.css
*	Created Date:        2-14-2003
*
*	Copyright © 2003 Orange and Rockland Utilities, Inc. All Rights Reserved
*/

/*
*	Section List
*	------------------------
*	Regulatory Documents Table Styles
*/


/*-- Regulatory Documents Table Styles --*/
table.tableTableData td {
	padding-left : 1.5em;
	padding-right : 1.5em;
}
table.tableTableData tr.trTableDataHeaderRow td {
	background : #DEDFD8;
	font-weight : bold;
}
table.tableTableData tr.trTableDataTariffRow td {
	padding-left : .75em;
	background : #FFFFFF;
	font-weight : bold;
	border-top-width : 1px;
	border-top-color : #DEDFD8;
	border-top-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #DEDFD8;
	border-bottom-style : solid;
}
