body {
	background: #ffffff;
	font-family: Arial,Helvetica,Sans-serif;
}

table {
	border: 1px solid black;
}

table.withoutborder {
	border-width: 0px;
}

/* */
.basic {
	border-collapse: collapse;	
	border: 1px solid #8cacbb;
	font-size: 85%;
	margin: 1em 0em 1em 0em;
}
table.basic th {
	background: #dee7ec;
	border: 1px solid #8cacbb;
	font-weight: bold;
	padding: 0.25em 1em;
	text-transform: lowercase;
}
table.basic tr {
	border: 1px solid #8cacbb;
	padding: 0.25em 1em;
}

table.basic td {
	border: 1px solid #8cacbb;
	padding: 0.25em 1em;
}

table.basic img:hover {
	background: #ffffcc;
}


/* */

.maintitle {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #2c558c;
}

.mainsubtitle {
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 3mm;
}

.mainText {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
	left: 5mm;
	margin-left: 5mm;
}

.navigation {
	font-weight: bold;
}

div#textarea {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}


div#textarea h1 {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

div#textarea h2 {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

div#textarea h3 {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	font-style: italic;
}

div#textarea table {
	border: 0px;
}

div#textarea td {
	left: 0px;
	top: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}

div#textarea th {
	left: 0px;
	top: 0px;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

div#textarea ul {
	line-height: 100%;
	list-style-type: circle;
}

div#textarea a:link {
	color: #000099;
	text-decoration: none;
	cursor: pointer;
}

div#textarea a:visited {
	color: #006699;
	text-decoration: none;
}

div#textarea a:hover {
	color: #000099;
	background-color: #ffffcc;
	text-decoration: underline;
}

div#errorarea h1 {
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

a:link {
	color: #0033cc;
	text-decoration: none;
}

a:visited {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color: #0033cc;
	text-decoration: underline;
}

.menu0 {
	list-style-image: url('neurepub/images/menu0.gif');
	font-size: 100%;
}

.menu1 {
	list-style-image: url('neurepub/images/menu1.gif');
	font-size: 110%;
}

.menu2 {
	list-style-image: url('neurepub/images/menu2.gif');
	font-size: 90%;
}

.menu3 {
	list-style-image: url('neurepub/images/menu3.gif');
	font-size: 110%;
}

.menuItem {
	margin-top: 15px;
	margin-bottom: 15px;
}

.menu2Item {
	margin-top: 7px;
	margin-bottom: 7px;
}

#helpButton {
	position: absolute;
	top: 8px;
	right: 28px;
	font-size: xx-small;
}

/* Login Form */
table#loginFrm {
	font-size: 14px;
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

table#loginFrm td {
	vertical-align: top;
}

/* Menu Stuff */

#menu a {
	display: block;
	text-decoration: none;
	color: black;
}

#menu a:hover {
	background-color: #bbffcc;
}

a.mainMenuItem {
	font-weight: bold;
}

div.submenu {
	display: none;
	font-size: small;
	margin-left: 5px;
}

/* Footer */
#legalframe {
	font-size: 10px;
	color: #000000;
	border: 1px solid;
	text-align: center;
	margin-top: 2px;
/*	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: auto;
*/
}

#legalframe a:link, #legalframe a:visited {
	color: #2c558c;
}


/* Language Choise */
#languageChoise {
	font-size: xx-small;
	text-decoration: none;
}

#languageChoise a:link,#languageChoise a:visited {
	color: #bfbfbf;
}

#languageChoise a:hover {
	color: #000000;
}

/* Teacher's toolbar */

table.navigation {
	font-size: 11pt;
	border-width: 0px;
	border-spacing: 0px;
	vertical-align: top;
	padding: 0;
}

tr.navigation {
	text-align: center;
	vertical-align: top;
}

td.navigation {
	vertical-align: top;	
}

a.navigation {
	font-size: xx-small;
}

a.navigation:link,a.navigation:visited {
	color: #bfbfbf;
	text-decoration: none;
}

a.navigation:hover { /* mouse over link */
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

