/*           body           */

body {
}

code {
	font-size:medium;
}

div.container{
	text-align: center;
}

div.main{
	text-align: left;
	width: 1000px;
	height: 90%;
	display: table;
	background-color: white;
	color: black;
	margin:0 auto;
	position: relative;
}

div.logobar{
	height:50px;
	text-align: right;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size:x-small;
        font-weight: normal;
        margin-top: 2px;
        margin-bottom: 20px;
}

div.title {
	top:0px;
	width:30%;
	font-size:medium;
	font-weight: bold;
	font-family: serif;
	text-align: center;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 20px;
}

div.content {
	font-size:normal;
        font-weight: normal;
        font-family: helvetica, verdana, arial, sans-serif;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
	width: 100%;
}

div.graphtitle {
	font-weight: bold;
}

div.configure {
}

div.menu {
        font-size:small;
        font-weight: normal;
        font-family: Times, serif;
}

div.infobox {
        font-size:small;
        font-weight: normal;
        font-family: Times, serif;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 100px;
        margin-right: 100px;
	color: #333333;
	background-color: #ccccff;
}

div.adaptivaxis {
	text-align: center;
	color: #333333;
	background-color: white;
}

div.questionaire-concept {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 50px;
        margin-right: 50px;
}

div.questionaire-answer {
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 100px;
        margin-right: 50px;
}

/* link buttons */
img.linkbutton{
	height:32px;
	border-style: none;
	text-decoration:none;
}

img.prevbutton{
	float:left;
        height:25px;
        border-style: none;
        text-decoration:none;
}

img.nextbutton{
	float:right;
        height:25px;
        border-style: none;
        text-decoration:none;
}

img.menulines {
	vertical-align: top;
}

span.concept_head {
	font-family: serif;
	font-size: small;
	font-weight: bold;
}

div.concept {
	white-space:nowrap;
}

span.learning_activity {
}

span.menulabel {
	vertical-align: top;
	margin-left:20px;
}

span.learning_resource {
	white-space:nowrap;
	overflow: hidden;
	position: absolute;
	font-size: small;
	background:url("../images/elgrid-green-light.gif") no-repeat left top;
	display: inline;
}

span.learning_resource_current {
	white-space:nowrap; 
	overflow: hidden;
	position: absolute;
	font-size: small;
	color: black;
	text-decoration: underline;
	display: inline;
}

span.learning_resource_tested {
	white-space:nowrap;
	overflow: hidden;
	position: absolute;
	font-size: small;
	background:url("../images/elgrid-lilac-light.gif") no-repeat left top;
	display: inline;
}

span.learning_resource_viewed {
	white-space:nowrap;
	overflow: hidden; 
	position: absolute;
	font-size: small;
        background:url("../images/elgrid-amber-light.gif") no-repeat left top;
	display: inline;
}

span.sectionname_unrequired {
	white-space:nowrap; 
	position: relative;
	background:url("../images/elgrid-grey-light.gif") no-repeat left top;
	display: inline-block;
}

span.sectionname {
	white-space:nowrap; 
        background:url("../images/elgrid-green-light.gif") no-repeat left top;
	display: inline-block;
}

span.prevbutton {
}

span.menulist {
}

span.nextbutton {
}

ul.application_menu {
	position: relative;
	width: 70%;
	text-align: left;
}

