@import url("reset.css");
#wrapper {
    width: 100%;
    min-width: 100px;
    max-width: 800px;
    margin: 0 auto;
}

#header {
 //   width: 100%;
}


html, body {
  height: 100%;
}

body {
    margin: 0;
    font-family: Helvetica;
	
    background-color: #003700;
    color: #ffffff;
    -webkit-text-size-adjust: none;
}

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(../images/iPhoneToolbar.png) #7388a5 repeat-x;
    border-bottom: 1px solid #3f4e63;
}

.underline
{
	//border-bottom: 1px solid #555555;
}



.tdhdark
{
	background: url(../images/EM16_TableHeader_dark.png) #003700 repeat-x;
}
.tdhlight
{
	background: url(../images/EM16_TableHeader_light.png) #003700 repeat-x;
}
.tddark
{
	background: url(../images/EM16_Table_dark.png) #003700 repeat-x;
}
.tdlight
{
	background: url(../images/EM16_Table_light.png) #003700 repeat-x;
}

p
{
	display: block;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	//font-weight: bold;
	list-style: none;
	line-height: 1.3;
	padding: 8px 8px 8px 8px;
}



input
{
	padding: 8px 8px 8px 8px;
	font-size: 18px;
	width:100%;
}

/*
input
{
//	 background-color: #006600;
	display: block;
	width:100%;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	//font-weight: bold;
	list-style: none;
	line-height: 1.3;
	padding: 8px 8px 8px 8px;
}
*/
ol
{
	list-style-type:decimal;
	padding-left: 30px;	
}

li
{
	color: inherit;
	font-size: 18px;
	//font-weight: bold;
	//list-style: none;
	line-height: 1.3;
	padding: 8px 8px 8px 8px;
}

