/* 
    Document   : UE.css
    Created on : 2009-06-05, 12:49:28
    Author     : lukasz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
  font-family: serif;
}

.MainTable {
  width: 800px;
  border: 1px solid blue;
  background-color: #808cfd;
  margin: 0 auto;
}

td.Header {
  width: 100%;
  padding: 0px;
  text-align: center;
  background-color: white;
}

td.HeaderL {
  width: 120px;
  padding: 5px;
  text-align: center;
  background-color: white;
}

td.HeaderC {
  padding: 5px;
  text-align: center;
  background-color: white;
}

td.Footer {
  background-color: blue;
  font-family: monospace;
  font-size: 10px;
  color: silver;
  font-weight: lighter;
  text-align: center;
}

td.Section {
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color: blue;  
  font-size: 24px;
  font-weight: bold;
  color: white;
  font-family: monospace;
}

td.Text {
  width: 100%;
  border: 1px solid blue;
  padding: 3px;
  padding-right: 15px;
  background-color: white;
  text-align: justify;
  background-image: url(../new-images/ueback.gif);
  background-repeat: repeat;
  background-attachment: fixed;
}

ol.NumberList {
  list-style-type: decimal;
  color: blue;
}

li.NumberList {
  color: blue;
  margin-bottom: 5px;
  border: 1px dotted gray;
}

div.NumberList {
  color: black;
}

ol.NumberList1 {
  list-style-type: decimal;
  color: black;
}

li.NumberList1 {
  color: #8080FF;
  margin-bottom: 1px;
}

div.NumberList1 {
  color: black;
}

ol.NumberList2 {
  list-style-type: square;
  color: black;
}

li.NumberList2 {
  color: black;
  margin-bottom: 1px;
}

div.NumberList2 {
  color: black;
}

