@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.ttf");
}

html, body {
    /* font-family: "HelveticaNeue"; */
    font-family: 'Arial', sans-serif;
    font-size: 1.1em;
    height:100%;
}

.index-main {
	width:500px; 
	height:400px; 
	margin:auto; 
	margin-top:100px; 
	border:1px solid #404040;
	background-color:#FFFFFF;
	font-family:'Arial', sans-serif;
	font-size:0.8em;
	color:#9090A0;
}

.index-logo {
	margin-left:0px; 
	margin-top:0px;
        /* border-bottom:2px solid #000000; */
}

.index-logon {
	width:400px;
	margin:auto; 
	margin-top:20px;
        font-size:0.8em;
}

.index-version {
	margin-left:70px;
	margin-top:20px;
        font-size:0.8em;
        font-style:italic;
}

.changepw-main{
	width:500px; 
	height:400px; 
	margin:auto; 
	margin-top:100px; 
	border:1px solid #404040;
	background-color:#FFFFFF;
	font-family:'Calibri', sans-serif;
	font-size:0.9em;
	color:#8080A0;
}

.changepw-logo {
	margin-left:0px; 
	margin-top:0px;
}
	
.changepw-logon {
	width:350px; 
	margin:auto; 
	margin-top:30px; 
}

.main {
	width:100%;
	height:100%;
	/* border:1px solid #808080; */
}

.header {
	width:100%;
	height:79px;
	background:url('../images/wolffkran_header.png') no-repeat left;
	background-color:#E2001A;
	position:relative;
}

.headermenu {
	/* position right with respect to centre of screen */
	position:absolute;
	top:30px;
	left:70%;
	font-size:1vw;
	font-weight:bold;
}	
.headermenu a:link {
	color:#ffffff;
	text-decoration:none;
}
.headermenu a:visited {
	color:#ffffff;
	text-decoration:none;
}
.headermenu a:active {
	color:#ffffff;
	text-decoration:none;
}
.headermenu a:hover {
	color:#400000;
	text-decoration:none;
}

.menubar{
        float:left;
	width:150px;
	height:100%;
	background-color:#606060;
	text-align:center;
}

.menuitemtop {
	width:100%;
	height:41px;
        border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.menuitem{
	width:100%;
	height:41px;
	border-bottom:2px solid #a0a0a0;
}

.menuitem:active {
    /* box-shadow: 0 5px #202020; */
    transform: translate(1px, 1px);
}

.colourbar {
    padding-left:1px;
    padding-top:2px;
    width:100%; 
    height:15px;
}

.content {
    float:left;
    width:80%;
    height:100%;
    padding-left:15px;
    padding-top:15px;
    
    font-size:0.8em;
    color:#404040;
}

.colourdash {
    margin-left:-1px;
    float:left;
    width:16.7%; 
    height:15px; 
    
}

.mb-progressbar {
	width:100%;	
	height:31px;
	padding-top:10px;
	float:left;
	font-size:0.8em;
	color:#FFFFFF;
	border-top:1px solid #a0a0a0;
        border-bottom:1px solid #a0a0a0;
}	

.progress-outer {
        margin-left: 10px;
	width:130px; 
	height:19px; 
	padding-left:1px; 
	padding-top:1px; 
	background-color:#575A5D;
        border:1px solid #C0C0C0;
}

.progress-inner{
	height:18px; 
	background-color:#A0A0A0; 
	
}	

.mb-right{
	width:240px;
	height:24px;
	padding-top:10px;
	float:left;
	text-align:right;
	font-size:0.8em;
	color:#FFFFFF;
}

.mb-select{
	background-color:#575A5D;
	font-size:1.0em;
	color:#FFFFFF;
}

.sidemenu {
	width:250px;
	height:90%;
	float:left;
	border-right:1px solid #808080; 
	
}

.sidemenuitem {
 	width:95%;
	height:20px;
	padding-top:5px;
	border-top:1px dotted #808080;
}

.sidemenufoot {
	width:95%;
	height:20px;
	padding-top:5px;
	border-top:1px dotted #808080;
}	

.sidemenuitem:hover {
 	width:95%;
	height:20px;
	padding-top:5px;
	border-top:1px dotted #808080;
	background-color:#c0c0c0;
	cursor:pointer;
	
}

.content-right {
	width:98%;
	height:90%;
	padding-left:20px;
	float:left;
	font-size:1.0em;
}

.tablediv {
		width:98%;
		height:200px;
		overflow:auto;
		border:solid 1px #c0c0c0;
}

.bigtablediv {
		width:98%;
		height:360px;
		overflow:auto;
		border:solid 1px #c0c0c0;
}	
.imageslider {
    height: 180px;
    width: 240px;
    overflow: hidden;
	float:left;
	cursor:pointer;
}
.imageslider img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}
.imageslider img:hover {
    transform: translate3d(0px, -180px, 0px);
}


h1 {
	color:#575A5D;
	font-size:1.1em;
	font-weight:bold;
}

h2 {
	color:#575A5D;
	font-size:1.0em;
	font-weight:bold;
}

/* used for formatting forms, cells have no borders */
.entryform td {
		border:none;
}	

/* ditto the logon etc dialogue boxes */
.index-main td {
		border: none;
}

/* used for tabular data has dotted border below */
th {
	text-align:left;
	border-bottom:1px solid #808080;
}

td {
	border-bottom:1px dotted #808080;
}
a:link {
	color:#575A5D;
}	
a:visited {
	color:#575A5D;
}
a:active {
	color:#575A5D;
}
a:hover {
	color:#00FF00;
}	

.question {
		width:60%; 
		height:50px;
		margin-bottom:10px;
		background-color:#e0e0e0;
	
}	

