/*-------------------------------------------------
TABS
-------------------------------------------------*/

#tabs {
	margin: 0 0 0 30px;
	height: 25px;
	padding: 0;
}

#tabs ul {
	margin: 0; padding: 0;
}

#tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#tabs ul#main_tabs {
}

div#tabs a:link,
div#tabs a:visited {
  text-decoration: none;
}

#tabs a:hover {
	color: #fff;
	background: #333;
}

#tabs ul#main_tabs a:link, #tabs ul#main_tabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#tabs ul#main_tabs a:link.current, #Tabs ul#main_tabs a:visited.current {
	background: #e5e5e5 url(images/tab-bg.gif) top repeat-x;
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	font-weight: bold;
	text-decoration: none;
  margin: 0;
}

#tabs a:link, #tabs a:visited {
    background-color: #1A4F85;
    color: #fff;
    border: 1px solid #036;
    border-bottom: 1px solid #1A4F85;
  }

  #tabs ul#main_tabs a:link.current, #tabs ul#main_tabs a:visited.current,
  div#CategoryList a.current:link, div#CategoryList a.current:visited {
    color: #090;
  }

  #tabs a:hover {
    color: #fff;
    background-color: #1D64AD;
    border-bottom: 1px solid #1D64AD;
  }

  #tabs li#AdminTab a:link, #tabs li#AdminTab a:visited {
    color: #fff;
    background-color: #036;
    border-bottom: 1px solid #036;
    text-decoration: underline;
  }

  #tabs li#AdminTab a:hover {
    color: #fc0;
  }

  #tabs li#AdminTab a.current {
    color: #fc0;
    text-decoration: none;
  }

fieldset {  
position: relative; 
float: left;  
clear: both;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
position: relative;  
left: -7px;  
top: -0.75em;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
padding-top: 0.25em; 
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em;
}
label {  
float: left;  
width: 10em;  
margin-right: 1em;  
text-align: right;
}
#notice {
	border: 3px solid #c00;
	padding: 5px;
	font-weight: bold;
	background: #ecf3e1;
}
.payroll_line_items {
	border-collapse: collapse;
}
.payroll_line_items th {
	padding: 5px 0;
	background: #e5e5e5;
	border-bottom: 1px solid white;
	font-size: 110%;
}
.payroll_notes {
	padding: 5px 10px !important;
	margin: 5px !important;
	border: 3px solid #ccc;
	background: #ffc;
}
.payroll_notes span {
	font-weight: bold;
}
.totals {
	background: #cfc;
}
.total_gross {
	background: #9f6;
	font-weight: bold;
}

.total_gross td {
	border-top: 2px solid #ccc;
}