body {
    font-family: Arial,Helvetica,sans-serif;
    background-color: #FFFFFF;
    color: #2A3F55;
    height: 100%;
}

.hubhead_bg {
  font-family: 'Open Sans',sans-serif;
  font-weight:normal;
  margin: 16px 50px;
}

#wrap {
    height: 372px;
}

#footer {
   margin-top: 20px;
}

p.version, p.disclaimer {
    font-size: 10pt;
    margin: 0 auto;
}

.clear-both {
   clear: both;
}

#login_switch {
    padding-bottom: 20px;
    font-size: 10pt;
    white-space: nowrap;
}

#login_switch a {
    color: #2A3F55;
}

#content {
    position: relative;
    height: 100%;
}

#content h1 {
    font-size: 20pt;
    font-weight: bold;
    margin-top:-12px;
    padding: 0px;
}

#hubhead_bg_logo img {
    position:absolute;
    left:370px;
    bottom:0px;
    z-index:-1;
}

.navigation {
    position: relative;
    top: 10px;
}

.navigation ul {
    font-size: 16pt;
    font-weight: bold;
    list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}


.navigation a {
    text-decoration: none;
    color: #2A3F55;
}

.msg {
    font-weight: bold;
    font-size: 16pt;
    padding-top: 20px;
    padding-bottom: 20px;
}

#file_path {
    font-size: 0.6em;
    font-family: Courier, monospace;
    white-space: nowrap;
}

ul {
	margin: 1em;
	padding: 0;
}

table.properties {
    background-color: #FFFFFF;
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 10pt;
}

table.properties td {
    padding: 5px;
}


