body, html {
	background: url('../img/default/bgStripes.png') repeat;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.lowRes {
	font-size: 16px;
}

@media all and (min-resolution: 150dpi) {
	body,
	body.lowRes,
	html {
		font-size: 20px;
	}
}
@media all and (min-resolution: 210dpi) {
	body,
	body.lowRes,
	html {
		font-size: 30px;
	}
}

.displayNone {
	display: none;
}

/* Init all the full screen main DIVs */

.screen {
	/* Put the bg on the divs so event if the bg color is transparent another
	won't shine through. Used to be the case for tracks+schedule. */
	background: url('../img/default/bgStripes.png') repeat;
	display: none;
	position: absolute !important;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: visible;
	background-color: transparent;
}

.events {
	left: 0%;
	display: block;
}

a {
	text-decoration: none;
}

.tap-area {
	display: block;
	color: black;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px solid lightgrey;
	font-size: 0.9em;
	padding: 8px 25px 7px 10px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.schedule .item .name {
	border: none;
}

.compact * {
	display: block;
	white-space : nowrap;
	overflow : hidden;
	text-overflow: ellipsis;
	_width: 100%;
}

a .info {
	font-size: smaller;
	color: grey;
	font-weight: normal;
	font-size: 0.7em;
}

/* Content */
q {
	font-weight: bold;
}

h2 {
	text-align:center;
	font-size: 1em;
}

h2.current {
	text-shadow: #fff 0px 1px -2px;
	margin: 0;
}

h3 {
	color: #6e86a4;
	text-shadow: #c6d3e5 0px 1px 0px;
	text-align: center;
	margin: 0;
	font-size: 0.9em;
	/* enfore trimming if the label is too long */
	white-space : nowrap;
	overflow : hidden;
	text-overflow: ellipsis;
}

h3.item {
	border-bottom: 1px solid lightgrey;
	padding: 11px 10px 9px;
}

p {
	margin: 0 0 0.75em;
}

p:first-child {
	margin-top: 0.75em;
}

.state {
	margin: 0.75em 10px;
}

.infobox {
	border-bottom:1px solid lightgrey;
	font-size: 0.9em;
	padding: 8px 10px 6px;
}

.content {
	background: white;
	margin: 10px;
	overflow: hidden;

	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
}

.events .content a.tap-area,
.details .content a.tap-area,
.tracks .content a.tap-area {
	background: url(../img/default/chevron.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.events .content a.tap-area:active,
.details .content a.tap-area:active,
.tracks .content a.tap-area:active {
	background: url(../img/default/chevronTouched.png), url(../img/default/itemBgTouched.png);
	background-position: right center, 0 0;
	background-repeat: no-repeat, repeat-x;
	background-color: #015fe7;
	_background: #015fe7 url(../img/default/itemBgTouched.png) repeat-x top left;
	color: white;
}

.schedule .content a.tap-area:active {
	background: url(../img/default/itemBgTouched.png) repeat-x 0 0;
	background-color: #015fe7;
	color: white;
}



/* Header */

.header {
	/*border-top: 1px solid #5c6368;*/
	border-bottom: 1px solid #2d3642;
	background: #6e86a4 url('../img/default/headerBg.png') repeat-x;
}

	.header h1 {
		color: white;
		margin: 0;
		padding: 2px 0 0;
		text-align: center;
		font-weight: bold;
		line-height: 41px;
		color: white;
		text-shadow: #000 0px -1px 0px;
		font-size: 1.4em;
	}

	.header .headerButton {
		position: absolute;
		left: 0;
		top: 0;
		background: #5b80ab url(../img/default/btnBg.png) repeat-x;
		border : 1px solid #5b80ab;
		font-size: 0.7em;
		line-height: 17px;
		font-weight: bold;
		text-align: center;
		color: white;
		padding: 5px 4px 3px;
		margin: 8px 0 0 10px;
/* FIXME: check this */
		/* base metrics used to ensure a minumum size and specify a max size that can be used to trim the contents */
		min-width: 40px;
		_width: 40px;
		max-width: 60px;
		/* enfore trimming if the label is too long */
		white-space : nowrap;
		overflow : hidden;
		text-overflow: ellipsis;
	}

	.lowRes .header .headerButton {
		margin-top: 7px;
	}

.subHeader {
	padding: 10px;
}


/* Schedule */

.schedule .minutesLeft {
	color: red;
}

.schedule .description {
	font-size: smaller;
	font-weight: normal;
	margin-top: 10px;
}


/* Overview */

.overview .content table td {
	margin: 1px;
	border: 1px solid red;
}
