/*
 * calc_exchance.css
 * by Andy Tidball
 * last updated: 10/05/2002
 *
 * This page contains the style for the tables displayed by the calc_exchange.cfm tag
 *
 */

/* this style is used for the tables */
table.calc-exchange-table {
	padding: 3px;
}

/* this style is used for the cell containing each table's title (i.e. Inet7 Charges, In-House Expenses) */
td.calc-exchange-title {
	font-size: 14px;
	font-weight: bold; font-family:Arial
}

/* this style is used for the header cell on top of each column */
td.calc-exchange-header {
	text-align: center;
	font-weight: bold; font-family:Arial
}

/* this style is used for the cell labelling the totals at the bottom of each table */
td.calc-exchange-total {
	text-align: right;
	font-weight: bold; font-family:Arial
}

/* this style is used on a cell to create a blank row */
td.calc-exchange-blank {
	
}

/* this style is used for any cell displaying a dollar value */
td.calc-exchange-dollar {
	text-align: right; font-family:Arial
}

/* this style is used for the left-hand cell in each table labelling the expense listed on the row */
td.calc-exchange-expense {
	
font-family: Arial}

/* this style is used for any cell containing a number of users */
td.calc-exchange-users {
	text-align: center; font-family:Arial
}

/* this style is used for the paragraph displayed at the bottom describing the basis of the calculations */
p.calc-exchange-note {
	font-size: 10px; font-family:Arial
}