/******************** General definitions ********************/
body {
  font-family: Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
  color: #000;
  background-color: #F0F0F0;
  margin: 0;
  padding: 0;
  scrollbar-face-color: #FFF;
  scrollbar-shadow-color: #DFDCDC;
  scrollbar-highlight-color: #DFDCDC;
  scrollbar-3dlight-color: #FFF;
  scrollbar-darkshadow-color: #FFF;
  scrollbar-track-color: #FFF;
  scrollbar-arrow-color: #DFDCDC;
  height: 100%;
  text-align: center;
  font-size: 1em;
}

table {
  font-size: 100%;
}

/* This table wraps everything */
table.wrapper {
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  text-align: left;
  height: 600px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/******************** Headers ********************/
/* Use for page topheaders */
h1 {
  color: #555;
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 0;
  font-family: Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
}

/* Use for page headers */
h2 {
  color: #555;
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: 0;
  font-family: Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
}

/* Use for item,block headers */
h3 {
  color: #555;
  font-size: 1.1em;
  margin: 0;
  font-weight: 700;
  font-family: Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
}

/******************** Specials ********************/
tr.colorA {
  background-color: #F0F0F0;
}

tr.organisation_map {
  background-color: #CCC;
  font-size: x-small;
  font-weight: 700;
  height: 1px;
}

table.org {
  border: 1px solid #CCC;
  font-size: xx-small;
  border-collapse: collapse;
}

td.personalinfo {
  vertical-align: top;
}

/******************** Top menu ********************/
td.top {
  height: 110px;
  background-image: url(econ-oek-inst-ku-logo-uk.png);
  text-align: right;
  vertical-align: top;
}

td.top p {
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
  font-size: xx-small;
}

td.menu_top {
  text-align: right;
  padding-right: 20px;
  width: 100%;
  height: 15px;
  padding-bottom: 10px;
  font-size: small;
}

/******************** Left side menu ********************/
td.menu_left {
  vertical-align: top;
  padding-left: 20px;
  background-color: #fff;
  color: #999;
}

ul.localmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 150px;
  background-color: #fff;
  color: #999;
  margin-top: 25px;
  font-size: xx-small;
}

li.localmenu {
  padding-bottom: 8px;
}

/******************** Contents ********************/
td.contents {
  vertical-align: top;
  height: 100%;
  width: 100%;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: .8em;
/* div.scroll */
  overflow: auto;
  -moz-box-sizing: border-box;
  color: #2f4f4f;
  font-family: Calibri,Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
}

div.scroll {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-right: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #2f4f4f;
  font-family: Calibri,Verdana,Arial,Helvetica,Geneva,serif,sans-serif;
}

div.highlight {
  height: auto;
  width: auto;
  padding: 20px;
  background-color: #CCC;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
}

div.text_align_left {
  text-align: left;
  padding: 2px;
}

/******************** Links ********************/
a {
  color: #FF0000;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  font-weight: 400;
  text-decoration: underline;
}

a.menu {
  color: #FF0000;
  text-decoration: none;
  font-weight: 400;
}

a.menu:hover {
  color: maroon;
  text-decoration: underline;
  font-weight: 400;
}

a.globalmenu:link {
  color: #999;
  text-decoration: none;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

a.globalmenu:selected {
  color: maroon;
  text-decoration: underline;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

a.globalmenu:visited {
  color: #FF0000;
  text-decoration: none;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

a.globalmenu:hover {
  color: maroon;
  text-decoration: underline;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}

/******************** Paragraphs ********************/
p {
  line-height: 18px;
  margin: 0;
}

p.8 {
  line-height: 18px;
  margin: 0;
  font-size: 80%;
}

pre {
  line-height: 18px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: green;
  font-size: 100%;
}

/******************** Images ********************/
img {
  border: 0 none;
}

img.left {
  float: left;
  vertical-align: bottom;
  margin-right: 8px;
}

img.right {
  float: right;
  margin-left: 8px;
}

img.showID {
  border: 0;
  float: right;
}

/******************** Input ********************/
input {
  font-size: x-small;
  border: 1px solid #666;
}

form.admin_form {
  margin-top: 3px;
  padding: 0;
}

input.admin_input {
  font-size: xx-small;
  background-color: #fff;
  border: 1px solid #666;
  margin: 0;
  padding: 0;
}

input.noborder {
  font-size: x-small;
  border: none;
}

/******************** Rulers ********************/
hr {
  height: 1px;
  width: 80%;
  text-align: left;
  border-top: 1px solid #999;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  margin: 0;
  padding: 0;
}

/******************** Lists ********************/
ul.library {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.colorA {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #F0F0F0;
}
.newStyle1 {
	color: #FF0000;
}
