HTML {
    height: 100%;
    margin: 0;
    padding: 0;
}
BODY {
    font-family: "Open Sans", "Helvetica", Sans-Serif, Sans;
    font-size: 1em;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;

    /**background-image:url('../../images/tablet/bg_tablet_landscape.jpg');**/
    background: bottom right url(../../images/tablet/MMA_landscape_logo.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header {
    min-width: 600px;
    background-image:url('../../images/mobile/header_bg.png');
    background-repeat: repeat-x;
    padding-top: 5px;
}
.logoutElement{
    margin: 0;
    padding: 0;
    border-radius: 0em;
    border-style: none;
    background-color: transparent;
    -webkit-appearance: none;
    display: inline;
}
#content {
    /** to allow momentum scrolling in safari **/
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    height: 0;
    /** !!!! Padding or Margin should not be set here. Use style attribute or rendering will fail**/
}
.title {
    font-style: italic;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: -.05em;
    color: #FFF;
}
.menu {
    text-align: center;
    background-color: rgba(0,0,0,.25);
    padding-top: 20px;
    width: 295px;
    min-width: 295px;
    max-width: 295px;
}
.breadcrumb{
	font-weight: bold;
	color: #00538b;
}

span.breadcrumb a{
	text-decoration: underline;
	font-weight: bold;
	color: #00538b;
}

.breadcrumbs{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}