 /*
   
 */ 
 
body 
{
	font-family: Helvetica;
	margin: 0;
	padding:0;
	background-color: #CCEEFF;		
	-webkit-text-size-adjust: none; 
}
h1.title {
    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(toolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}



div.page_hide
{
	padding: 0 0 200px 0;
	margin: 0 auto;
	text-align: center;
	display: none; 
	visibility: hidden;
}
div.page_show
{
	padding: 0 0 200px 0;
	margin: 0 auto;
	text-align: center;
	display: block; 
	visibility: visible;
}

.input
{	
	display:block;	  
	margin: 3px auto;
    color: black;
    font-size: 20px;
    font-family: Helvetica;
    font-weight: bold;
    text-align: center;
    padding: 2px 0px;
    width: 150px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    background-color: #CCEEFF;
    opacity: 1.0;
}
.gobutton {
    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-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}
.backbutton {
    position: absolute;
    top: 8px;
    left: 6px;    
    -webkit-border-image: url(iPhoneBackButton.png) 0 8 0 14;
    -webkit-border-radius: 0;
    border-width: 0 8px 0 14px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}
.settings
{
	background: #CCEEFF url(pinstripes.png) repeat;
}
.button {    
    -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;
}

ul 
{	   
	padding: 0;	 
	margin-left:10px;  
	margin-top:0;
	margin-right:10px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	padding: 5px ;
	font-size:14px;
	font-family: Helvetica;	
	color:black;
	
	/*width: 300px;*/
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}



