html, body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	background-color:#FFF;
    height:100%;
	width:100%;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

table {
    /*height: 100%;*/
    width: 100%;
}

select {
    border:1px solid #ccc;
    vertical-align: center;
    height:25px;
    font-size:14px;
    color:#2C3539;
}

input {
    line-height: normal;
}

input[type="text"], select{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:25px;
    font-size:14px;
    color:#2C3539;
}

input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:25px;
    font-size:14px;
    color:#2C3539;
}
input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0px
}
button {
    height:25px;
}

#header {
    background-color: #1A477B;
    height: 40px;
    line-height:40px;
    color: #FFF;
    font-size: 30px;
    padding-left:5px;
}
#modules {
    background-color: #2A6CB6;
    padding: 0px 5px;
    height:30px;
    color: #FFF;
}
#content {
    height: calc(100% - 40px - 30px - 30px);
}

#footer {
    background-color: #F0F0F0;
    height:30px;
    padding-left:5px;
}

#shipName {
    font-size: 30px;
    font-weight: bold;
}

/*
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;	
	
    height:100%;
	width:100%;
}
body {
    margin: 0;
    font-size: 15px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	
	height:100%;
	width:100%;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
*/