/* ------------------- Classes ------------------- */

body {
	color: black;
	background: transparent;

}

div#top img, div#bottom, div#loggedinas {
	display: none;
}

div#top {
	display: all;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 25pt;
	color: black;
	content: "Karrieredagen NHH";
	padding: 0 0 20px 0;
	text-align: left;
}

div#menu {
	margin-bottom: 25px;
}

div#menu, div#menucontent, div#sectionpane {
	position: relative;
	background: #262626;
	top: 0;
	color: #b48f00;
	width: 187px;
}

div#menucontent {
	width: 157px;
}

/* Standard table with border */

table.standard {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 0;
	margin:0;
}

table.standard td, table.standard th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 2px 15px 2px 7px;
	margin: 0;
}

table.standard th {
	text-align: left;
	font-weight: bold;
	padding-right: 1.5em;
}

/* Formtable - no bg*/

table.formtable tr.row_bg {
	background: transparent;
}
