LissContainer {
border: 3px solid blue;
}

body {
  background-image : url('http://www.lysator.liu.se/spexet/Bilder/smallbackground.gif');
  background-repeat : repeat;
}

.LissHeader {
  background-image : url('http://www.lysator.liu.se/spexet/Bilder/SpexSM-grej.png');  
  background-repeat : no-repeat;
  border-bottom: 2px solid green;
  height : 80px ;
  width : 100% ;
  vertical-align : text-bottom;
  font-size :20;
  font-weight : bold;
}

.LissMenu {
    border-right:  1px solid red;
    float: left;
    width: 120px ;
    height: 100%;

}

.LissMain {
  padding-left:10em;
  padding-bottom:20em;
  width: 100%;
  margin-left: 150px;
}

.LissFooter {
   border-top: 1px solid blue ;
   width: 100%;
   margin-left: 150px;
}


.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

.batadasodd {
  background-color: lightblue;
}

.batadaseven {
  background-color: lightgreen;
}

.batadastable {
  border:0 ;	      
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}


