
	#outputs_wrapper  {
		width: 100%;
		text-align: center;
		border-left:  1px solid #A1A49D;		
		border-bottom:  1px solid #A1A49D;		
		}

	.outputs_wrapper_narrow {
		width: 433px !important;	
		}
		
	#outputs_wrapper tr th {	
		background: #E6EADB;
		border-top: 1px solid #A1A49D;
		border-right:  1px solid #A1A49D;
		padding: 3px;
		}
		
	#outputs_wrapper tr th.download {	
        width: 50px;
		}
		
	#outputs_wrapper tr td {
		background-color: #F3F4EE;
		border-top: 1px solid #A1A49D;		
		border-right:  1px solid #A1A49D;
		padding: 3px;
		}
		
	#outputs_wrapper tr td.fbo {
		width: 70px;
		}

	#outputs_wrapper tr.alt td {
		background-color: #FAFAF8; 
		}
	
	#outputs_wrapper tr.over  td {
		background-color: #C5E4AB;
		}
		
	#outputs_wrapper tr.orange  td {
		background-color: #ffcd6f;
		}
		
	#outputs_wrapper tr.red  td {
		background-color: #ff8686;	
		}
		
		
	/* Styling for new document summary pages */

	.list_table {
		width: 654px;
		text-align: center;
		border-left:  1px solid #A1A49D;		
		border-bottom:  1px solid #A1A49D;		
		}
	
	.outputs_wrapper_narrow {
		width: 433px !important;	
		}
		
	.list_table tr th {	
		background: #E6EADB;
		border-top: 1px solid #A1A49D;
		border-right:  1px solid #A1A49D;
		padding: 5px;
		}
		
    .list_table tr th.download {	
        width: 50px;
		}
		
	.list_table tr td {
		background-color: #F3F4EE;
		border-top: 1px solid #A1A49D;		
		border-right:  1px solid #A1A49D;
		padding: 5px;
		}

	.list_table tr.alt td {
		background-color: #FAFAF8; 
		}
	
	.list_table.over  td{
		background-color: #C5E4AB; 		
		}
		
	/* end styling */
		
	/* Start Alignment classes for report output fields */
		.center {
			text-align: center;
			}
			
		.left {
			text-align: left;
			}		
	/* Start Alignment classes for report output fields */
	
	.notes {
		padding-top: 5px;
		color: #DC0000;
		}
		
	td.label {
		width: 150px;
		}

    td.select_box select {
		width: 250px;
		}
		
	.tabSpacing {
		padding: 10px 2px 10px 2px;
	}
	.set_my_width {
		width:198px;
	}
