body {
    font-family: Calibri, sans-serif;
    font-size: 1.2em;
}

.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:#80080;
}

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

.index-logon {
	width:350px;
	margin:auto; 
	margin-top:20px; 
}

.index-version {
	margin-left:70px;
	margin-top:20px;
}

.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:400px; 
	margin:auto; 
	margin-top:0px; 
}

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

.header {
	width:100%;
	height:79px;
	background_color: #ffffff;
	background: url('../images/shama_header.png') no-repeat center;
 
	position:relative;
}
.headermenu {
	/* position right with respect to centre of screen */
	position:absolute;
	top:30px;
	left:50%;
	margin-left:350px;
	font-family:'Calibri', sans-serif;
	font-size:0.9em;
	font-weight:bold;
}	
.headermenu a:link {
	color:#C02000;
	text-decoration:none;
}
.headermenu a:visited {
	color:#C02000;
	text-decoration:none;
}
.headermenu a:active {
	color:#C02000;
	text-decoration:none;
}
.headermenu a:hover {
	color:#FFE0E0;
	text-decoration:none;
}

.menubar{
	width:100%;
	height:37px;
	background-color:#2161AD;
	border-top:1px solid #a0a0a0;
        border-bottom:1px solid #a0a0a0;
	text-align:center;
}

.menuitem{
	width:100px;
	height:34px;
	float:left;
	padding-top:4px;
	border-right:1px solid #a0a0a0;
}

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

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

.mb-progressbar {
	width:370px;	
	height:28px;
	padding-left:10px;
	padding-top:10px;
	float:left;
	font-family:'Calibri', sans-serif;
	font-size:0.8em;
	color:#202020;
	border-right:1px solid #a0a0a0;
}	

.progress-outer {
	width:361px; 
	height:19px; 
	padding-left:1px; 
	padding-top:1px; 
	background-color:#FFFFFF;
}

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

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

.mb-select{
	background-color:#575A5D;
	font-family:'Colibri', sans-serif;
	font-size:1.0em;
	color:#FFFFFF;
}


.content {
	width:1120px;
	margin:0 auto;
	height:85%;
	padding-left:15px;
	padding-top:15px;
	font-family:'Calibri', sans-serif;
	font-size:0.8em;
	color:#404040;
}	

.sidemenu {
	width:150px;
	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:900px;
	height:90%;
	padding-left:10px;
	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;
	
}	

