/* CSS Document */

/*body {
        padding:0%;
        margin:0%;
        border:0%;
        background-color: #ffffff;
        font-family: tahoma;
        font-size: small;
        padding-left: .1%;
        }
*/

body 
{
    margin: 0;
    padding: 10px;
    text-align: center;
    float:center;

    width:300px;
    -webkit-text-size-adjust:none;          /* Turn off font resizing */
}

h1, h1 a:link
{
    margin:0;
    padding-top:10px;         
    padding-right:10px;      
    padding-bottom:10px;
    padding-left:1px;
    text-align:left;
    font-size:17px;
    font-family: Helvetica;
    font-weight:bold;
    color: black;   /* Set each label color */

}


ul 
{      
    padding: 0;    
    margin-top:0;
  margin: 0;               /* The list fills the whole iPhone screen */
    padding: 0
    margin-bottom:17px;       /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
    
    font-size:17px;
    font-family: Helvetica;
    font-weight:bold;
    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 */
}


li
{   
    list-style-type: none;  
     font-size:12px;
    border-top-width:1px;   /* Create lines between cells. Each line is placed above each item */
    border-top-style:solid;
    border-top-color:rgb(217,217,217);
    text-align:left;
    padding-top:10px;         
    padding-right:10px;      
    padding-bottom:14px;     /* Indent the cell content 14 pixels from the bottom edge of a cell */
    padding-left:10px;  

}


li:first-child
{
    border-top:0;   /* Remove the line above the first item of the list */
}
.showArrow /*   Add an arrow button to a link */
{  
    margin-right:0px;
    padding-right:0px;    /* Distance between the arrow button and a text */
    
    background-image: url(images/chevron.png); 
    background-repeat: no-repeat;
    background-position: right; 
    float: right;
}
 .showArrow2 /*   Add an arrow button to a link */
{  
      background-position: right; 
    float: right;
}
.navItem1 {
    background-color:#336699;
    color: #ffffff;
    padding: .1%;
    font-size: small;
    }
.navItem2 {
    background-color:#666666;
    color: #ffffff;
    padding: .1%;
    }
.navItem3 {
    background-color:#336699;
    color: #ffffff;
    padding: .1%;
    }
 img { border:0}

a {font-size:14px;color:darkblue} a :visited {font-size:16px;color:darkblue}



select {font-size: 16px;

width: 75%; }
input {font-size: 16px; width:120px}
.accesskey { font-size: 17px;text-decoration: none;color:#800000;background:#FFD700; border:outset 1px #ccf;padding:1px 1px 1px; margin: 4px 4px 4px 4px}

div.content { width: 300px; background-color: #6699ff; }