body {
	font-family: 'Helvetica', sans-serif;
	margin-top:0px;
	}

h1 {
	color: black;
	font-size: 18px;
	margin: 0;
	text-align: left;
	}

.financial h2 {
	margin-top: 0px;
	}

#AddToSourceList, .settingsButton, #viewAs, #summarizeBy {
	display: none;
	}
	
/*Categoru Summary - Print styles	*/
#innerWrapper, #zeroDataWrapper {
	position:relative;
	z-index:2;
	background-color:transparent;
	margin:20px;
	padding:20px;
	width:100%;
	-webkit-box-shadow:0px 0px 0px;
	-webkit-border-radius: 0px;
}
#innerWrapper.fullWidth, #zeroDataWrapper.fullWidth {
	max-width:100%;
}
#categorySummary #pageTitle{
/*	display: none;*/
}
#categorySummary .filterSettings, #tagCloudDeatil .filterSettings{
	margin-top:10px;
}
#categorySummary .additionalFilters {
	margin-top:0px;
}
#categorySummary #groupBy {
	visibility:hidden;
}
#categorySummary #showMeMode{
	visibility:visible;
    height: auto;
}


/*Tag Cloud Deatail - Print Styles*/
#tagCloudDeatil table.transactionDetail th, #tagCloudDeatil .tableHeader, #tagCloudDeatil .tableHeaderMonth {
	border-bottom: 1px solid #9E9E9E;
}
#tagCloudDeatil tfoot td.subTotal strong {
	border-top: 2px solid #9E9E9E;		
}

/*Last month/This month - Print Styles*/
#tagCloudDeatil #innerWrapper{
	margin:0px 0px 0px 0px;
}

/*Budget report - Print Styles*/
/*Budget report is not currently using print.css
additional work needed to make a good printable version of this page
*/
/*.todayFraction, .vTodayMarkerOuter, .vTodayMarkerInner {
	display:none;
	visibility: hidden;
}
*/

/*Transaction Detail - printing from register - Print styles*/
/*This is currently handled by common.css - we should update this common.css eventually... -jp*/
/*#transactionDetail table.transactionDetail th {
	border-bottom: 1px solid #9E9E9E;	
}*/


