/********************************************/
/*             asparagus.css                */
/********************************************/

/*********** Top/Bottom Nav Bar Styles ***********/

.pageNav { text-align:right; padding-top:10px; overflow:hidden; /* IE7 displays inconsistently without this style. */ }
.pageNav a { margin:5px 0 5px 0; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:700 }
.pageNav .prev { float:left }
.pageNav .next { float:right }
.pageNav div { clear:both; height:10px }

/*********** Sidebar ***********/

.also-section { line-height:15px; background:#fff; padding:6px 10px 10px 10px; border:1px solid #666; border-top:0; font-family:Arial, Helvetica, sans-serif }

/*********** Journal Entry Styles ***********/
div.journal { border-left:6px solid #ccc; margin:20px 30px }
#content div.journal p { padding-left:8px }
table.journal { margin:0 }
table.journal td { vertical-align:bottom; height:20px; text-indent:8px }
table.journal td.header { text-align:left; border-bottom:2px solid #ccc; vertical-align:top; font-style:italic }
table.journal td.credit { text-indent:30px }
table.journal td.debit { padding-left:20px }
table.journal td.number { text-align:right }

/*********** Embedded Excel Workbooks ***********/
#content iframe.embed, #ewaDiv { width:644px }

/*********** Overrides ***********/
#content { width:650px }
#sidebar { font-size:14px }