html {
	overflow-y:scroll;
}

.sort-header {
	cursor: pointer;
}

#loginForm legend,
	#registerForm legend {
	text-align: center;
}

a:hover {
	text-decoration: none;
}

a, a:focus, 
	a:active, 
		a:hover, 
			a.btn:active, 
				.navbar a:focus, 
					.navbar li a:active, 
						#catList a:focus {
	outline: none;
}

th {
	text-align: left;
}

#yearSwitcher {
	float: right;
}

#addCategoryLink {
	margin: 10px 0 10px 0;
}

#expByMonth th, #expByMonth td, #expByYear th, #expByYear td   {
	font-size: 12px;
	line-height: 16px;
}

#catTable th  {
	font-size: 13px;
	line-height: 13px;
}

#catTable td  {
	font-size: 12px;
	line-height: 12px;
}

#catTable a {
	display: block;
}

.wheelsFlash {
	width: 50%;
	margin: 10px 0 0 20px;
	
}

.categoryItem {
	margin-bottom: 5px;
}

.accountSelector {
	padding-left: 10px;
}

th.numCol, td.numCol {
	text-align: right;
}

#catTable tfoot th {
	font-size: 100%;
}

.fadedOut {
	opacity: 0.4;
}

.cursorPointer {
	cursor: pointer;
}

.no-padding {
	padding: 0;
	margin: 0;
}

.themeSelector {
	margin-right: 10px;
}

.monthlytotals {
	font-weight: bold;
}

.text-error {
	color: #D50C0C;
}