/* Styles for the AC homepage */
#mini-report form { 
    margin-bottom:0px;
}
#mini-report { 
    font-size:11px;
}
#mini-report .note {
	font-size:10px;
    margin-bottom:1em;
}
#mini-report .summary-label {
    margin-bottom:.5em;
	font-weight:bold;
    font-size:13px;
}
#mini-report .line-item {
	line-height:2em;
	position:relative;
}
#mini-report .line-item-total {
	line-height:2em;
	color:#cc6600;
}
#mini-report .line-item-links {
	line-height:2em;
	position:relative;
	margin-bottom:12px;
}
#mini-report .label { 
    float:left;
}
#mini-report .data { 
    float:right;
}
#mini-report div.line { 
    clear:both;
    border-bottom:#d0e0e8 solid 1px;
}
/* Add space below the wire box for additional content */
#sidebar .BlueWireBox { 
    margin-bottom:1em;
}
