body {
	background: #dfe7c5;
    color: #333;
}
.ui-body-c {
	background: #dfe7c5;
}
#navbar {
    background: #4e7243;
    color: #fff;
    font-size: 16px;
    height: 45px;
    border-bottom: #3e5a35 2px solid;
}
.ui-body-c .pagetitle a.ui-link {
	text-shadow: none;
    color: #fff;
    font-weight: normal;
}
.pagetitle a {
	height: 28px;
    vertical-align: top;
    line-height: 45px;
    height: 45px;
	display: inline;
    text-decoration: none;
}
.defaultimg {
	height: 28px;
	width: 28px;
	padding: 9px 5px 8px 5px;
	vertical-align: top;
}
p.modify {
	display: none;
}
#uvmNavigation, #uvmmaincontent {
	background: #fff;
	border-radius: 9px 9px 9px 9px;
	border: medium;
	margin: 10px;
}
#uvmmaincontent {
    padding: 10px;
}
div.uvmpage___default_html:empty {
    display: none;
}
#uvmNavigation ul {
    padding: 0;
}
#uvmNavigation li {
    border-top: 1px solid #CCCCCC;
    list-style-type: none;
    padding: 11px;
    position: relative;
}
#uvmNavigation li:first-child {
    border-top: 0 none;
}
#uvmNavigation li {
    border-color: #CCCCCC;
}
#uvmNavigation a {
	color: #333;
    background: url("/www/images/mobile/action-arrow.png") right center no-repeat;
    border-radius: 5px 5px 5px 5px;
    display: block;
    line-height: 1.2em;
    margin: -8px;
    padding: 8px 24px 10px 8px;
    text-decoration: none;
}
.ui-body-c #uvmNavigation .ui-link {
	font-weight: normal;
}
#uvmNavigation ul ul {
	background-color: #EDEEF0;
	font-size: 95%;
	margin: 10px 0;
	border-color: #CCC;
	border-radius: 9px 9px 9px 9px;
}
#uvmNavigation li li {
	list-style-type: none;
	border-top: 1px solid #CCC;
	position: relative;
	padding: 9px;
}
#uvmNavigation li li a {
}
#footerlinks {
	border-radius: 9px 9px 9px 9px;
	background: #edeef0;
    color: #446838;
    padding: 10px;
    clear: both;
    text-align: center;
    font-size: 16px;
    margin: 3em 12px 2em;
}
#footerlinks a {
	color: #333;
    text-decoration: none;
}
#footer {
    font-size: 12px;
    line-height: 14px;
    color: #404649;
    clear: both;
    margin: 20px 12px 14px;
    min-height: 22px;
    padding-top: 10px;
}