/* Hwy's Global CSS Stylesheet
** $Id: hwy.css,v 1.5 2004/05/02 23:37:09 wcampbel Exp $
*/
td.left   { width:15% }
td.middle { width:65% }
td.ver    { width:10% }
td.right  { width:10% }
tr.active { background-color:#FFDD66 }
p.header { font-weight: bolder; font-size: larger; text-align: center }
p.subheader { font-weight: bolder }
p.note:before { content: "Note: " }
p.warning:before { content: "Warning: " }
p.warning { font-style: italic; color: #CC4444; font-weight: bolder }
p.note { font-style: italic; color: #CC4444 }
p.part { font-style: italic; color: #FA690A }
p.part:before { content: "Project Participation: " }
p.update { font-style: italic; color: #006644; font-weight: lighter }
hr.major { border-color: #594D64; border-style: solid }
hr.minor { width:80%; border: thin dotted #8182A0 }
BODY { background-color: #DDDDDD }
table.standard { display: table; border: none; table-layout: auto; }
td.standard { border: none }
TABLE { border-collapse: collaped; border: 1px dotted grey; width: 100% }
TD { border: 1px dotted grey }
