
.header, .footer {
    color: #444; background: #eee;
}
.header { font-size: 16px; }
.body, .pane { background: #fcfcfc; }
.right.col .body { padding: 0 1em; }
.middle.col .body { padding: 0 1em; }
.listview { padding-top: 16px; padding-left: 0px; margin: 0; font-weight: bold; color: #444; }
.listview li { 
	list-style-type: none; 
	background: #fcfcfc; 
	padding-left: 16px; 
	cursor: pointer; 
	font-size: 14px; 
}
.listview li.selected { background-color: #37F; color: White; }
.left, .header.row {
	font-family: 'Helvetica Neue', Arial, Sans-Serif;
	border-right: 1px solid #eee;
}


.header {
	font-size: 16px;
	font-weight: bold;
	padding-left: 16px;
}


