/**
 * for the outposts table to make it appear similar to the image we were editing
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   2010+ Pictographics, a division of the SK Group
 * @since       June 22, 2010
 */
table#outposts { width:100%; font:11px "Lucida Grande", Arial, Tahoma, sans-serif; border-collapse:collapse; }
table#outposts tr { background:#fff; }
table#outposts th, table#outposts td { padding:4px; text-align:center; }
table#outposts td { color:#222; }

table#outposts tr.header { background:#004fa2; }
table#outposts tr.header th, table#outposts tr.header td { color:#fff; font-weight:bold; }
/* for the min/max capacity cell */
table#outposts th small { display:block; font-size:80%; font-weight:normal; }

/* and for the row striping effects */
table#outposts tbody tr { border-bottom:1px solid #c7ebfb; }
table#outposts tbody tr.stripe td { background:#c7ebfb; }

/* table links */
table#outposts a { color:#222; text-decoration:none;}
table#outposts a:hover { color:#000080; text-decoration:underline; }
table#outposts th.left, table#outposts td.left { text-align:left; }

/* footer of the table */
table#outposts tfoot td { border:2px solid #000; background:#c7ebfb; text-align:left; font-size:90%; padding:10px 4px;}
table#outposts tfoot tr.header td { background:#fff; border:0;  }
