@charset "UTF-8";
/* CSS Document */


 
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
 
body > h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(iPhoneToolbar.png) #7388a5 repeat-x;
    border-bottom: 1px solid #3f4e63;
}
 
.button {
    position: absolute;
    top: 7px;
    right: 6px;
    -webkit-border-radius: 0;
    border-width: 0 8px 0 8px;
    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;
    top: 6px;
    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 8 0 8;
}
/*
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;
}
    
.panel {
    box-sizing: border-box;
    -webkit-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%;
    margin: 6px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

.roundTD
{
	-webkit-border-radius:8px;
	border:solid 2px silver;
}
.btnTable
{
	text-align: center;
}
 
.togButton
{
	display: block;
	width: 94px; 
	height: 27px; 
	margin:8px;
}
 
.togButtonOn
{
	background-image:url('images/on.png');
}
.togButtonOff
{
	background-image:url('images/off.png');
}
 
.borderImageBtn
{
	margin: 0;
	height: 30px;
	width:110px;
	text-align: center;
	font: bold 12px/30px Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
.blueButton
{
	border-left: 12px;
	border-right: 12px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image:url("images/blueButton.png") 0 14 0 14;
}
.whiteButton
{
	border-left: 12px;
	border-right: 12px;
	color: black;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image:url("images/whiteButton.png") 0 14 0 14;
}
.blackButton
{
	border-left: 12px;
	border-right: 12px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image:url("images/grayButton.png") 0 14 0 14;
}
.blackLeftButton
{
	border-left: 12px;
	border-right: 5px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url("images/left.png") 0 5 0 12;
}
.blackRightButton
{
	border-left: 5px;
	border-right: 12px;
	color: white;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url("images/right.png") 0 12 0 5;
}
.glossyButton
{
	height: 24px;
	width: 43px;
	border: 0px;
	font: bold 18px/24px Helvetica, sans-serif;
	background-color: green;
	background-image: url("images/glossy.png");
	background-repeat: no-repeat;
	text-decoration: none;
	color: white;
	display: block;
	padding: 6px;
	text-align: center;
	text-shadow: #000 -2px -2px 1px;
	vertical-align: bottom;
	white-space: nowrap;
	-webkit-border-radius: 9px;
}
.noHighlight
{
	-webkit-tap-highlight-color:rgba(0,0,0,0.0);
}
.moreListItem
{
    background: none;
}
.rrh1
{
	margin-top: 0px;
	font-family: Helvetica;
	font-size: 17px;
	color: rgb(76,86,108);
	margin-left: 10px;
}
 
li a 
{
	-webkit-tap-highlight-color: cornflowerblue;
}
 
body > div > ul 
{
	padding: 0px;
	width: 298px;
	margin: 0px 0px;
	margin-right: 10px;
	background-color: white;
	-webkit-border-radius: 8px;
	border: 1px solid rgb(217,217,217); 
}
 
 
body > div > ul > li 
{
	/* line-height: 17px;*/
	list-style-type: none;
	color:black;
	border-bottom: 1px rgb(217,217,217) solid;
	padding: 10px 10px 17px 10px;
	-webkit-tap-highlight-color: cornflowerblue;
}
 
/*
body {
    background-color: #ddd; 
    color: #222;            
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              
    padding: 0;            
}
#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, 
                                       from(#ccc), to(#999));
}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: #222222;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

div#nav {
	color: #000000;
	background-color: #EEE0B7;
	width: 14em;
	margin: 1em;
	padding: 1em;
	border: 1px solid #C4CBB7;
}

div#nav li {
	font-size:24px;
	border:1px solid;
	}
*/

