/**
	@title Quicken for Mac
	@description styles for the Budget sections
	@author Michael Turnwall
*/
h1#pageTitle {
    padding-bottom: 29px;
    margin-bottom: 0px;
}

#categoryExplorer #outerWrapper {
	max-width:100%;
    margin-bottom: 0;
    padding-bottom: 0;
}
body#categoryExplorer{
    border-top: 0px;
}
#categoryExplorer {
	background-color: transparent;
	background: none;
}
#categoryExplorer #innerWrapper {
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	margin-top: 2px;
    background-color:#F5F5F5;
    margin: 0;
    padding: 0 0px;
    width:100%;
}
#categorySummary .zeroState .noDataA {
	margin-top:20%;
}
#categoryExplorer #stepACont, #portfolio #stepACont {
	background-color:#FFFFFF;
    padding-top:13px;
}
#categoryExplorer .stepAContent {
	background-image:none;
	padding:0;
    margin-top: 15px;
    margin-left: -60px;
    position: relative;
    float: left;
}

#categoryExplorer .stepAContent table, #portfolio .stepAContent table {
	padding:0;
}
#categoryExplorer td.amount, #portfolio td.amount {
	text-align:right;
}
#categoryExplorer td.summary, #portfolio td.summary {
	text-align:right;
	
}
#categoryExplorer .spendingTrendsTable thead,#categoryExplorer .spendingTrendsTable td.percentCol {
	display:none;
}

#categoryExplorer .inflowHeader {
	font-weight:bold;
	padding-top:10px;
}

#categoryExplorer .inflowRow {
	cursor:default;
}

#legendScroller {
	text-align:center;
}
#tableMask {
	max-height:200px;
	overflow-y:scroll;
    padding-right: 15px;
	margin-top: 2px;
}
#tableMask table tr {
	cursor:pointer;
}
a.scrollBtn {
	display:block;
	text-indent:-4000px;
	background:no-repeat 0 0;
	margin:7px 50%;
	width:16px;
	height:16px;
	margin-left: auto;
	margin-right: auto;
}
a#scrollUp {
	background:url(../images/buttons/scroll_arrow_up.png) no-repeat 0 0;
	width:16px;
	height:16px;
	margin-bottom: 4px;
}
a#scrollUp:active {
	background-position:0 -16px;
}
a#scrollUp.disabled {
	background-position:0 -32px;
}
a#scrollDown {
	background:url(../images/buttons/scroll_arrow_down.png) no-repeat 0 0;
	width:16px;
	height:16px;
	margin-top: 4px;
}
a#scrollDown:active {
	background-position:0 -16px;
}
a#scrollDown.disabled {
	background-position:0 -32px;
}
#mainSummary {
	background:url(../images/backgrounds/dotted_separator.png) repeat-y right top;
	float:left;
	margin-top:20px;
	padding:5px 33px 5px 0;
	width:184px;
	font-size:11px;
    display: none;
}
#mainSummary #totalSpent {
	background-color:#ddefff;
	padding:20px 0 15px 0;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
}
#mainSummary #totalSpent .moneySpent {
	font-size:24px;
	display:block;
	padding-bottom:3px;
}
#mainSummary .row {
	background-color:#fff;
	border-bottom:1px solid #e7e5e3;
	padding:7px 10px 12px;
	min-height:10px;
	clear:both;
}
#mainSummary .bottomRow {
	border-bottom:0;
	padding-bottom:15px;
}
.row .label {
	float:left;
}
.row .data {
	float:right;
}
.summaryMsg {
	padding:5px 8px;
	min-height:28px;
}
.summaryMsg.warning {
	background:#fff8de url(../images/icons/warning_24x24.png) no-repeat 8px 8px;
}
.summaryMsg a.uncatLink:link {
	color:inherit;
	cursor:pointer;
}
.summaryMsg p {
	margin:0 0 0 33px;
	padding:0;
	width:120px;
	line-height:1.1em;
}

#categoryExplorer  #stepACont table{
    display: block;
}
#categoryExplorer #totalSpentAmount{
    color: #333333;
    font: 500 26px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    position: absolute;
    top: 6px;
    right: 20px;
}
#categoryExplorer .transaction_details{
    color: #333333;
    font: 300 13px "HelveticaNeue","Helvetica Neue",Calibri,sans-serif;
    position: absolute;
    top: 0;
    right: 20px;
}
#categoryExplorer .transaction_details span{
    display: inline-block;
    padding-left: 10px;
}
.breadcrumb {
  color: #fff8de;
}
div.second p{
    color: #579AC1;
    cursor: pointer;
    font-size: 13px;
}
#categoryExplorer div.stepAUncategorized{
    position: relative;
}
#categoryExplorer #spendingTrendsDetails{
    width: 200px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 23px;
    color: #333;
}
#categoryExplorer #spendingTotal{
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

#categoryExplorer #uncategorizedTotal{
    color: #969696;
}

#categoryExplorer #uncategorizedTrnx{
    color: #07c;
    margin-top: 20px;
}
#categoryExplorer #uncategorizedTrnx:hover{
    cursor: pointer;
}