body {
	font-family: arial, sans-serif;
	background-color: #ffc002; /*#ffC002;*/
	margin: 0;
	padding: 0;
}

ul#slideTabs {
	padding: 0;
	margin: 0;
}

ul#slideTabs li {
	display: inline;
}

h1, h2 {
	margin: 5px 0;
	font-weight: normal;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 120%;
}


#cockpit {
	width: 100%;
	background-color: #ffc002; /*#ffC002;*/
	min-height: 460px;
	max-width: 800px;
	margin: auto;
}

#titlebar {
	color: #fff;
	position: relative;
	min-height: 73px;
	border-bottom: 3px solid #4e4e4e;

}

#appTitle {
	font-weight: normal;
	font-size: 140%;
	padding: 20px 0 0 15px;
	margin: 0;
}

#reportName {
	font-size: 90%;
	padding: 0 60px 2px 15px;
	display: block;
	font-style: italic;
}


#homepageButton {
	background: url("images/lion.png") top center no-repeat;
	width: 160px;
	height: 20px;
	display: block;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 2px;
	padding-top: 53px;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
}


#main {
	padding: 0 15px;
	clear: both;
}


#slideTabs {
	display: none;
	margin-bottom: 10px;
}

#slideTabs {
	margin: 15px 0;
	text-align: center;
}

#slideTabs li {
	margin: 3px;
	padding: 3px 13px;
	border-radius: 5px;
	background-color: #888;
	color: #fff;
	cursor: pointer;
}

#slideTabs li:hover {
	background-color: #bbb;
}

#slideTabs li.active {
	background-color: #4e4e4e;
}

#homeButton {
	background: url("images/home-white.png") center center no-repeat #fff;
	height: 20px;
	width: 20px;
}

#dynamicSlidesContainer {
	position: relative;
	display: none;
}

.slide {
	display: none;
	position: relative;
}

#dynamicSlides .slide {
}

#start {
	padding-top: 5px;
	text-align: center;
}

#createNew {
	font-size: 160%;
	padding: 2px 40px;
	position: absolute;
	top: -30px;
	right: 12%;
}

[onclick] {
	cursor: pointer;
}

.button {
	border: 1px solid #fff;
	padding: 2px 10px;
	font-weight: bold;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
}
.button:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.explain {
	text-align: left;
}
.explainIntro {
}
.explainDetails {
	display: none;
	/*margin: 5px 0;*/
	padding: 3px 5px;
	font-size: 90%;
/*	background-color: rgba(255, 255, 255, 0.7);*/
/*	border: 1px solid #fff;*/
	border-radius: 5px;
	color: #EFE1B4;
}
.explainMore {
	font-weight: normal;
	font-size: 90%;
	padding: 0 4px 0 20px;
	border-width: 0;
	background: url("images/more.png") 3px center no-repeat;
	color: #EFE1B4;
}
.explainMore:hover {
	color: inherit;
}

#startExplain {
	margin-top: 10px;
}

#slideNavigation {
	display: none;
	height: 30px;
	position: relative;
	font-size: 90%;
}

#slideNavigation * {
	position: absolute;
	font-weight: normal;
}

#nextSlide {
	right: 10px;
}
#previousSlide {
	left: 0;
}

/* ENTRY STUFF */

.entry {
	margin: 20px 0 10px 0;
}
 
.reportEntry {
	margin: 15px 0;
}

.entryLine {
	clear: both;
	position: relative;
}

.entryTitle {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-weight: normal;	
}

/*
.entryToggleDetails {
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background: url("images/triangle-down.png") center center no-repeat;
	display: inline-block;
}
*/
.entryDetails {
	margin: 0px 5px;
	padding: 0px;
	clear: left;
	font-size: 90%;
}

.entrySwitchValue {
	background: center center no-repeat;
	width: 26px;
	height: 21px;
	display: inline-block;
	position: absolute;
	right: 0px;
}

.reportEntryResult {
	display: inline-block;
	position: absolute;
	right: 0px;

	padding-right: 20px;
	background: center right no-repeat;

	color: #fff;
	font-size: 120%;
}

ul.explainDetails {
	margin: 0;
	padding: 0 0 0 20px;
}

ul.explainDetails li {
}

.resultValue0 {
	background-image: url("images/arrow0.png");
}
.resultValue1 {
	background-image: url("images/arrow1.png");
}
.resultValue2 {
	background-image: url("images/arrow2.png");
}
.resultValue3 {
	background-image: url("images/arrow3.png");
}
.resultValue4 {
	background-image: url("images/arrow4.png");
}

.value1 {
	background-image: url("images/switch1.png");
}
.value0 {
	background-image: url("images/switch0.png");
}

#savedResultsContainer {
	display: none;
	margin-top: 25px;
	text-align: left;
}

#savedResults {
	margin: 10px;
	width: 90%;
	font-size: 90%;
}

#saveForm {
	text-align: center;
	margin: 20px 0;
}

#saveForm .button {
	margin: 10px;
}


#saveName {
	width: 100%;
	margin-bottom: 5px;
}

.savedEntry {
	position: relative;
}

.savedEntry .button {
	margin: 4px 0;
	width: 90%;
    padding: 14px 2px 6px 10px;
    position: relative;
}

.removeEntry {
	background: url("images/trash.png") center center no-repeat;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 90%;
	margin-left: 25px;
	top: 10px;
}

.date {
	color: #FFFFFF;
	font-size: 70%;
	font-weight: normal;
	padding-top: 2px;
	position: absolute;
	right: 4px;
	top: 0;
}

#navigation {
	text-align: center;
}


#saveButton {
	background: url("images/save.png") center center no-repeat #fff;
	width: 24px;
	height: 24px;
	margin: 10px 0;
	display: block;
	border: 1px solid #bbb;
	border-radius: 14px;
	padding: 2px;
	cursor: pointer;
}


@media (min-width:802px) {

	body {
		background-color: #888;
	}
		
	#cockpit {
		border: 1px solid #fff;
		border-radius: 3px;
		margin: 5px auto;
	}

}
