/* basic elements */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	clear: both;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}

a[href]:link {
	font-style: italic;
	color: #5dc2de;
	background-color: inherit;
}

a[href]:visited {
	font-style: italic;
	color: #000066;
	background-color: inherit;
}

a[href]:active {
	font-style: italic;
	color: #ffffff;
	background-color: inherit;
}

a[href]:hover {
	font-style: italic;
	color: #0000ff;
	background-color: inherit;
}

/* The container ID can be used to select a background */

#container {
}

/* Position of the banners (max 3) */

img.banner1 {
	position: absolute;
	top: 70px;
	right: 15px;
}

img.banner2 {
	position: absolute;
	top: 130px;
	right: 15px;
}

img.banner3 {
	position: absolute;
	top: 190px;
	right: 15px;
}

iframe.banner3 {
	position: absolute;
	top: 190px;
	right: 10px;
}

img.banner4 {
	position: absolute;
	top: 250px;
	right: 15px;
}

img.banner5 {
	position: absolute;
	top: 310px;
	right: 15px;
}

/* Definitions for the header section at the top of the page */

#header {
	margin-left: 0px; 
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header h1 {
	font-size: 18pt;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 215px;
}

/* Definitions for the menu section at the top of the page. The menu contains
   items which are meant meant for external visitors of the site. */

#vmenu {
	margin-top: 5px;
	margin-left: 215px;
	margin-right: 215px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 120px;
	background-image : url("/images/header1.jpg");
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

#vmenu a {
	margin-right: 3px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #31a6e7;
	line-height: 2em;
	padding: 0.2em;
	border: 1px dashed;
	border-color: #000000;
}

#vmenu a.selected {
	background-color: #deebff;
	border: 1px dashed #31a6e7;
	color: #000000;
}

#vmenu a:hover {
	color: #000000;
	background-color: #5dc2de;
}

/* Definitions for the menu section at the left of the page. The menu contains
   items for U-Track members. */

#umenu {
	position: absolute;
	top: 50px;
	left: 15px;
	width: 190px;
	margin: 0px;
	padding-top: 150px;
	background-image : url("/images/logo-small.png");
	background-repeat: no-repeat;
	background-position: 40px 0px;
	font-size: 10px;
}

#umenu a {
	margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #eeeeee;
	display: block;
	line-height: 2em;
	padding: 0.2em;
	border: 1px dashed;
	border-color: #000000;
}

#umenu a.selected {
	background-color: #ffffff;
	border: 1px solid #31a6e7;
	color: #31a6e7;
}

#umenu a:hover {
	background-color: #5dc2de;
	color: #ffffff;
}

/* The main ID selector holds the medium logo */

#main {
	clear: left;
	margin-left: 215px;
	margin-right: 215px;
	border: 2px solid #31a6e7;
	color: #000000;
	background-color: #deebff;
}

#main.umenu {
	color: #000000;
	background-color: #ffffff;
}

#mainwide {
	clear: left;
	margin-left: 215px;
	margin-top: 5px;
	border: 2px solid #31a6e7;
	color: #000000;
	background-color: #deebff;
	display: table;
}

#mainwide.umenu {
	color: #000000;
	background-color: #ffffff;
}

mainmenu.ul {
	margin: 0px;
	padding: 4px;
}

mainmenu.li {
	display: inline;
	background-image : url("/images/blue-square.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
}

/* Classes */

.item {
	padding: 10px;
	clear: right;
}

.date {
	font-style: italic;
	margin: 1px;
	color: #31a6e7;
	background-color: inherit;
}


#submenu {
	font-size: 12px;
	font-weight: bold;
}

#submenu a {
	margin-right: 3px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #31a6e7;
	line-height: 2em;
	padding: 0.2em;
	border: 1px dashed;
	border-color: #000000;
}

#submenu a.selected {
	background-color: #deebff;
	border: 1px dashed #31a6e7;
	color: #000000;
}

#submenu a:hover {
	color: #000000;
	background-color: #5dc2de;
}

.menuitem {
	padding: 5px 2px;
	margin-right: 8px;
	float: left;
	text-align: center;
}

.kader {
	padding: 5px 2px;
	margin-left: 8px;
	margin-right: 8px;
	float: right;
	border: 1px dashed #999999; 
	width: 40%;
}

img.logo {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	display: block;
	float: right;
}

.image {
	float: left;
	padding: 10px 5px;
	text-align: center;
}

td.loop {
	font-weight: bold;
}

dl {
	list-style-type: circle;
}

dt {
	font-style: italic;
	background-image : url("/images/blue-square.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

tr.heading {
	background-color: #deebff;
}

tr.odd {
	background-color: #ffffff;
}

tr.even {
	background-color: #deebff;
}

th.heading {
	color: #000000;
}

th {
	color: #31a6e7;
}

td {
	padding: 2px 5px;
}
