/* main.css, v1.1 6.4.2004 hs zit */

body, div { 
  margin: 0;
  font-family: arial, helvetica, sans-serif; 
  font-size: 13px; 
  background-color: #fff; 
  color: #000; position:absolute; top:113px
}

a:link { 
  background: none; 
  color: #009; 
  text-decoration: none; 
}

a:visited {
  background: none; 
  color: #009;
  text-decoration: none;
}

a:hover {
  background: none;
  color: #009;
  text-decoration: underline;
}

a img { 
  color: inherit;
  background: inherit;
  border: none; 
}

#bklogo {
  position: absolute; top: 0px; right: 0px; background: transparent; z-index:30
}

#validation {
 position:absolute;bottom:2px;left:2px; z-index:50
}

#raster { 
  background-image: url('images/raster.png');
  background-repeat: repeat-x;
  top: 0px;
  height: 61px;
  width: 100%;
  margin-bottom: 0;
  border: 0 none; position:absolute; z-index:20
}

#bluestripe {
  background: #009;
  color: #000;
  height: 35px;
  width: 100%;
  border: medium none;
  background-image: url(images/blue.png);
  margin-bottom: 1px; position:absolute; top:61px; margin-left:0px; margin-right:0px; z-index:20; margin-top:0px
}

#breadcrumb {
  border: 0 none;
  height: 12px;
  margin-bottom: 1px;
  font-size: 11px;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 17px;
  background: #ccc;
  background-image: url(images/gray.png);
  color: #FFFFFF; position:absolute; top:96px; z-index:20; width: 100%
}

#breadcrumb a {
  font-size: 11px;
}

#location {
  background: none;
  color: #fff;
}

#menu {
  background: #f3f0f0;
  color: #000;
  width: 180px;
  height: 100%;
  top: 0px;
  float: left;
  padding-top: 20px;
  padding-bottom: 5px;
  position:absolute; z-index:2; vertical-align:bottom
}

#innermenu {
  background: transparent;
  top: 120px; line-height:200%
}

#menu ul, #additionalmenu ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li , #menu form {
  margin-left: 16px;
  margin-right: 4px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
  background: none;
}

#menu form {
  margin-top: 28px;
  margin-bottom: 5px;
  height: 26px;
  background: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}

#menu label {
  padding-right: 5px;
  background: none;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}

#menu input {
  width: 80px;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 1px;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #99c;
  vertical-align: middle;
}

#content {
  width: auto;
  padding-left: 205px;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
}

#content2 {
  width: auto;
  padding-left: 205px;
  padding-top: 0;
  padding-right: 165px;
  padding-bottom: 0;
}

#content h1, #content2 h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}

#content p, #content2 p {
  margin-top: 0;
  margin-bottom: 13px;
}

#campus {
  width: 180px;
  height: 61px;
  border: 0;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align:bottom;

}

#unipad {
  width: 365px;
  height: 61px;
  border: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 180px;
  z-index: 0;
}

#uniinf {
  width: 368px;
  height: 25px;
  position: absolute;
  left: 175px;
}

#contentbottom {
  font-size: 11px;
  padding-top: 17px;
  margin-left: 1px;
}

#additionalmenu {
  width: 145px;
  float: right;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 11px;
}

#additionalmenu p, #additionalmenu ul {
  margin-top: 0;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

#additionalmenu ul {
  margin-bottom: 20px;
}

#additionalmenu p strong {
  font-weight: bold;
}

#additionalmenu ul li {
  font-size: 11px;
  margin-bottom: 3px;
}

.invisible { 
  position: absolute;
  top: -20px;
  z-index: -1;
  display: none;
}


@media print {

  #raster, #bluestripe, #breadcrumb, #menu, #additionalmenu, #bklogo, .print {
    display: none;
  }

  #content, #content2 {
    position: static;
    top: 0;
    left: 0;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; 
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  body, div, p, #content, #content2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
  }
  
  #content h1, #content2 h1 {
    font-size: 17pt;
    font-weight: bold;
    margin-top: 12pt;
    margin-bottom: 12pt;
  }
  
  #contentbottom {
    font-size: 10pt;
    margin-top: 23pt;
    margin-bottom: 0;
    margin-left: 0;
  }

  a:link, a:visited, a:hover { 
    background: none; 
    color: #000; 
    text-decoration: none; 
  }
 
}h1           { font-size: 12pt; font-weight: bold }a            { font-size: 10pt }table        { border: 1px solid #000080 }
td           { border: 1px solid #000080 }