body {
	background-color: #c5ccd4;
	background-image: url(images/background.png);
	font-family: sans-serif, "Arial";
	font-size: 16px;
	color: #324f85;
	-webkit-text-size-adjust:none;
}

a
{
	display: block;
	
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;

	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;
}

body > ul > li > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;	
    text-decoration: none;
    color: inherit;
    background: url(images/listArrow.png) no-repeat right center;
}

li > a[selected], li > a:active {
    background-color: #194fdb !important;
    background-image: url(images/listArrowSel.png), url(images/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}



h1 {
	color: #4c566c;
	font-size: 16px;
	margin-left: 12px;
	text-shadow: 0px 1px 1px #ffffff;
	margin-bottom: 5px;
	margin-top: 20px;
}

ul {
	-webkit-border-radius: 8px;
	border-width: 1px;
	border-style: solid ;
	border-color: #acaeb0;

	background-color: #ffffff;
	width: 100%;
	margin-top:0;
	margin-right:10px;
	margin-bottom:17px;
	padding: 0px;
	list-style:none;
}

li {
	word-wrap: break-word;
	padding: 12px;
	color: #000000;
	font-weight: bold;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(217,217,217);
	

}

li span {
	font-weight: normal;
	color: #324f85;
	display: block;
	width: 276px;
	text-align: right;
	margin-top: -18px;
}

li:first-child {
	border-top: none;
}

p {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	color: #324f85;
}

p a, span a {
	color: #324f85;
}

.disabled {
	color: gray;
}

.centered {
	text-align: center;
}


body > .toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    height: 45px;
    background: url(images/toolbar.png) #6d84a2 repeat-x;
	margin: -8px -8px 0 -8px;

}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    padding-top: 10px; // added
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(images/toolButton.png) 0 5 0 5;
}

.rightButton {
    right: 6px;
    left: auto;
}


.backButton {

    position: absolute;
    overflow: hidden;
    top: 8px;
    left: 6px;
    margin: 0;
    border-width: 0 8px 0 14px;
	padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
	max-width: 55px;
    -webkit-border-image: url(images/backButton.png) 0 8 0 14;
}


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