body {
	
}
/*
Disable the vertical and horizontal scrollbars
These were appearing in IE8 and Chrome browsers 
(pre-device testing, so safer, even for mobile app!
*/
/*.ui-mobile{
    overflow-x: hidden;
    overflow-y: hidden;
}*/

/*
Branding background lime color
*/
//TODO: Can we use a theme for this?
/*
.ui-page {
	background-color: #d7df36;
}
*/

.ui-listview > li p {
  white-space: normal;
}

/*
Center-align all headers
*/
h1, h2, h3, h4 {
	text-align: center;
}

.highlight_9, .highlight_error{
	color: red;
	background-color: yellow;
	font-weight: bold;
}

.highlight_5, .highlight_warning{
	color: red;
}

.highlight_red{
	color: red;
}

.highlight_blue{
	color: blue;
}

.highlight_green{
	color: green;
}

.highlight_yellow{
	color: yellow;
}

.highlight_bold{
	font-weight: bold;
}

.highlight_reject{
	color: white;
	background-color: black;
}