/* @override http://idea-sandbox.com/iprioritizer/iphonenav.css */

body {
    margin: 0;
    font-family: Helvetica;
	font-size: 14px;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
	background-color: #f8f2d8;

}

.header {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
	font: bold 20px/20px Helvetica;
}

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#homeButton {
    display: none;
    left: 6px;
    right: auto;
    -webkit-border-image: url(iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

.goButton {
    -webkit-border-image: url(iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}

body > div,
body > form,
body > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    min-height: 418px;
    margin: 0;
    padding: 0;
}

body > *[selected="true"] {
    display: block;
}

body > ul > li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    background: url(iPhoneArrow.png) no-repeat right center;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body > ul > li > a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
	list-style-type: circle;
}
    
.panel {
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

/************************************************************************************************/

.dialog {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 468px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
    background: url(iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

label {
    position: absolute;
    margin: 14px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}

input {
    box-sizing: border-box;
    width: 100%;
	background-image: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 6px 5px 0 -10px;
	-webkit-appearance:searchfield;
}

div#prioritizer {

	text-align: left;
	font-size: 12px;
}

div#prioritizer ul li {

	margin: 0px 0px 20px -14px;
	font-family: Helvetica;
	list-style-type: none;
}

div#prioritizer ol li {

	margin: 0px 0px 20px -15px;
	font-family: Helvetica;
	font-weight: bold;
}

div#prioritizer input[type=text]{

	width: 265px;
	font-family: helvetica, "futura", verdana, sans-serif;
	color: #a7a920;
	font-size: 14px;
	
}

div#prioritizer p {
	font: 14px Helvetica;
	padding: 7px;
	-webkit-border-radius: 3px 7px;
	background-color: white;
	margin: 8px 15px 10px;
}

div#next_button {

/* width: 100px;
text-align: center;
color: #00768a;
font: bold 14px Helvetica;
    border-width: 0 5px;
	height: 25px; */
	
	
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
	font: bold 20px/20px Helvetica;
}

div.comparison_item_1 {

	width: 90%;
	text-align: center;
	border: 1px solid #666666;
	color: #ff5c00;
	font-size: 1.4em;
	font-weight: bold;
	padding: 6px;
	margin-left: 10px;
	background-color: #e6e6e6;
}

div.comparison_or {

	width: 100%;
	margin: 12px 0px 12px 0px;
	text-align: center;
	padding: 6px;
	font: bold 1.4em Helvetica;
}

div.comparison_item_2 {

	width: 90%;
	text-align: center;
	border: 1px solid #666666;
	color: #999900;
	font-size: 1.4em;
	font-weight: bold;
	padding: 6px;
	margin-left: 10px;
	background-color: #e6e6e6;
}

.comparison_item_1_hover {
	
	background-color: #ff6600;
	color: #ffffff !important;

}

.comparison_item_2_hover {

	background-color: #999900;
	color: #ffffff !important;
	
}

div.prioritizedItem {

	width: 90%;
	padding: 2px;
	text-align: left;
	border: 1px solid #666666;
	margin-bottom: 10px;
	padding: 6px;
	color: #a7a920;
	background-color: white;
	font: normal 1.4em Helvetica;
}

.prioritizedItemPrintStyle {

	width: 90%;
	padding: 2px;
	text-align: left;
	font-size: 1.1em;
	font-family: helvetica, "futura", verdana, sans-serif;
	margin-bottom: 10px;
	padding: 6px;

}

div.attribution {

	margin-top: 25px;
	font-size: 12px;
	
}

div.prioritizer_sandbox_logo {

	padding: 0px 0px 25px 0px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 12px;

}

.faux_link {
	
	cursor: pointer;
	text-align: center;
}

div.notes {

	width: 90%;
	height: 250px;
	border: 1px solid #000000;
	
}

table {
		background-image: url(pinstripes.png);
}
