/*****
*
*	Sacoiwa Gen Cascading Style Sheet
*
*	Thu Mar 17 15:30:08 EST 2005 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: gen.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


/* generic */

.instructions { font-size:smaller; }
p.instructions { max-width:750px; padding:5px; margin-left:auto; margin-right:auto; }
p.instructions .required { font-weight:bold; color:#009; }
p.instructions .inputerror { font-weight:bold; text-transform:uppercase; color:#900; }


/* results */

th.heading { text-align:center; }

.orderby { font-weight:bold; }
a.orderby { font-weight:bold; color:#085; }
a.orderby:link, a.orderby:visited { color:#085; }
a.orderby:focus, a.orderby:hover, a.orderby:active { color:#090; }

tr.expired { background-color:#FEE; }
tr.row0 { background-color:#FFF; }
tr.row1 { background-color:#F0F6FC; }
.light { background-color:#DFE; cursor:pointer; }

td.subtotal { background-color:#F0F6FC; }
td.total { background-color:#E6F3FF; }
td.summatenote { font:8pt Verdana,Arial,sans-serif; text-align:right; background-color:#FFF; }


/* pager */

div.pager { font:8pt Verdana,Arial,sans-serif; background:#EEE url(/sf/icons/pager/pager_bg.gif) repeat-x; border:solid 1px #DDD; margin:5px 0; padding:0 2px; }
div.pager div { padding:2px; }
div.pager div.heading { font-weight:bold; padding:0; }
div.pager div.right { float:right; }
div.pager a { text-decoration:none; }

