body {
}
a {
	color:#999;
	text-decoration:none;
}

h1 {
	font-weight:bolder;
	font-family:HelveticaNeue-CondensedBlack;
	color:#DDD;
}
h2, .h2 {
	font-size:1.6em;
	font-weight:bolder;
	font-family:HelveticaNeue-CondensedBlack;
	color:#555;
	text-shadow: 2px 2px 3px #999;
	border-bottom: 1px dotted #999;
}
h3, .h3 {
	font-size:1.4em;
	font-weight:bold;
	font-family:HelveticaNeue-CondensedBold;
	color:#444;
	text-shadow: 1px 1px 2px #999;
}
h4, .h4 {
	font-size:1.2em;
	font-weight:normal;
	font-family:HelveticaNeue-Bold;
	color:#333;
}
h5, .h5 {
	font-size:1.1em;
	font-weight:lighter;
	font-family:HelveticaNeue;
	color:#222;
}
li {
	font-size:1em;
	font-weight:normal;
	font-family:HelveticaNeue;
	color:#000;
	margin-left: -20px;
}
p {
	font-size:1em;
	font-weight:lighter;
	font-family:HelveticaNeue-Thin;
	color:#000;
}

.bigImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius:10px;
	border: 1px solid #999;
	box-shadow: 0px 3px 5px #333;
}

.ui-footer .ui-title {
	font-size: 8pt;
}

.ui-content {
	margin-bottom: -15px; /* this compensates for relative bottom 15px on the main content divs below */
	font-size:10pt;
	font-family:'Helvetica Neue',Helvetica,Arial,Sans-Serif;
}


/* for desktops and tablets or phones in landscape / wide orientation */
@media ( orientation:landscape ) {
	div.top-right {
		float: right;
		width: 69.9%;
		position: relative;
		left: 13px;
	}
	div.top-right div.innerBox {
		padding-left: 14px;
		padding-right: 14px;
		margin-left: auto;
		margin-right: auto;
		max-width: 50em;
		position: relative;
		bottom: 15px;
	}
	div.bottom-left {
		float: left;
		width: 29.9%;
		position: relative;
		bottom: 15px;
	}
	.bigImage {
		max-width: 75%;
	}
}
/* for phones or tablets in portrait / thin orientation */
@media ( orientation:portrait ) {
	div.top-right {
		float: right;
		width: 100%;
	}
	div.bottom-left {
		float: left;
		width: 100%;
		padding-top: 15px;
	}
	.bigImage {
		max-width: 90%;
	}
}

.info {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
	margin: 4px;
	width: 90%;
	text-align: left;
}
.status {
	background-color:#EEEEEE;
	border:1px solid #999999;
	padding:4px;
	margin:4px;
	width:90%;
}
.caution {
	background-color:#FFFFCC;
	border:1px solid #FFCC00;
	padding:4px;
	margin:4px;
	width:90%;
}
.success {
	background-color:#D9FFD7;
	border:1px solid #009900;
	padding:4px;
	margin:4px;
	width:90%;
}
.error {
	background-color:#FFCCCC;
	border:1px solid #CC0000;
	color: #FF0000;
	padding:4px;
	margin:4px;
	width:90%;
}

.bannerError {
	position: relative;
	right: 15px;
	bottom: 15px;
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
	color: #FF0000;
	padding: 4px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	width:100%;
}

.dialogueImage {
	max-width: 105%;
	margin-top: -15px;
	margin-left: -15px;
	margin-bottom: -19px;
}

.indentShrink {
    padding-left: 1em;
    font-size: 0.9em;
}

.floatRight {
    float: right;
    text-align: right;
}
