﻿<!--
/*-----------------------------------------------------------------------
  Global Cascading Style Sheet for the Project Details page of the
  Casa "La Esperanza" website.

  (C) Ian C McInnes, 2015                                                 
------------------------------------------------------------------------*/

/* table of costs */
table.costs
{
  border:2px solid white;
  border-collapse:collapse;
  left:0px;
  width: 100%;
  position:relative;
}
table.costs tr { border-bottom:1px solid DimGray; }
table.costs tr.blank { border-bottom:0px; }
/* We set different background colors, depending on what the row represents */
table.costs tr.land { background:DarkSeaGreen; }
table.costs tr.engineer { background:#cc9933; }
table.costs tr.other { background: LightGray; }
table.costs tr.masonry { background:LightSalmon; }
table.costs tr.plumbing { background:PowderBlue; }
table.costs tr.steelwork { background:Thistle; }
table.costs tr.aluminum { background:AliceBlue; }
table.costs tr.carpentry { background:Tan; }
table.costs tr.tiling { background:SandyBrown; }
table.costs tr.granite { background:Pink; }
table.costs tr.curtains { background:Khaki; }
table.costs tr.garden { background:LightGreen; }
table.costs tr.total { background:White; border-top:8px solid DimGrey; border-bottom:4px solid DimGrey; }
table.costs tr.gtotal { background:White; border-top:0px }
/* with all text black on a light-colored background */
table.costs td { color:Black; }
table.costs td.item { width:400px; left:10px; }
table.costs td.quantity { width:220px; }
table.costs td.cost { width:80px; text-align:right; }
/* total values in costs tables are highlighted */
span.total { font-weight:bold; }

table.presupuesto
{
  border: 2px solid white;
  border-collapse: collapse;
  left: 0px;
  width: 100%;
  position: relative;
  background-color:Black;
}
table.presupuesto tr { border-bottom: 1px solid DimGray; }
table.presupuesto tr.blank { border-bottom: 0px; }
table.presupuesto td { color: White; font:12px Verdana, sans-serif;
 }
table.presupuesto td.item { width: 680px; left: 10px; text-align:left; }
table.presupuesto td.cantidad { width: 95px; text-align:left; }
table.presupuesto td.unidad { width: 65px; text-align:left; }
table.presupuesto td.cost { width: 60px; text-align:right; }
table.presupuesto th.section { width: 840px; text-align: center;  }

/* links to the glossary from costs tables are black, so they can be seen */
a.costs
{
}
a.costs:link { color:Black; }
a.costs:visited { color:Black; }
a.costs:active { color:Black; }
a.costs:hover { background-color:Black; color:Silver; text-decoration:none; }

-->
