/*******************************************************************************
 *                           Controller's Office                               *
 *                          CONTENT-SCREEN.CSS                                 *
 *                                                                             *
 *******************************************************************************/

/* Place specific screen styles for this category in here */

.expense_form{margin:2em 0 2em 0; }
.expense_form table{
border-top:1px solid black;
border-bottom:1px solid black;
}
.expense_form tr {height:50px;}
.expense_form td {
border-left:1px solid black;
border-top:1px solid black;
}

.expense_form td.last, .expense_form th.last {border-right:1px solid black;}
.expense_form td.first, .expense_form th.first {border-left:1px solid black;}


#contentBody ul li {
list-style-type:none;
margin-left:2em; 
padding-bottom:0.3em;
padding-left:1.2em;
background-image: url(/includes/images/goldcircle.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#contentBody ul li a {background:none;}

div#office-info ul li { background:none; padding-left:0; margin-left:0}
