﻿/*********************************
	SOS Site - Spend
	Version 1
	
	04/11/2010
*********************************/

#spend { }

	#spend table.data { width: 100%; }
		#spend table.data thead th { font-weight: bold; padding: 0px 0px 5px 0px; border-bottom: 1px solid #e0e0e0; }
			#spend table.data thead tr.comparison-headings th { padding-bottom: 10px; font-size: 1.2em; border-bottom: none !important; text-align: right; }
			
		#spend table.data tbody td { padding: 5px 0px 5px 0px; border-bottom: 1px solid #e0e0e0; }
			#spend table.data tbody tr:hover { background: #ddd; }

			#spend table.data tbody td.type-discrete { width: 170px; text-align: right; }
			#spend table.data tbody td.type-percent { width: 125px; text-align: right; }
			
		#spend table.data tfoot td { padding: 5px 0px 5px 0px; font-weight: bold; font-size: 1.2em; }
		
		/* Variations */
		#spend table.comparing tbody td.category { width: 300px; }
        #spend table.comparing tbody td.type-discrete { width: 215px; text-align: right; }
        #spend table.comparing tbody td.type-percent { width: 125px; text-align: right; }