   /* notations css for assignments in Sandusky's IS course */
   /*  jody DeRidder Fall 2006 */



/*  div positioning and display  */


.more {
    position: absolute;
    top: 75%;
    left:  20%;
    width: 70%;
    padding: 0.5cm;
    }


.bottomNav {
    position: absolute;
    top: 2090%;
    left:  0%;
    width:  100%;
    padding: 0.5cm;
    }

.signatureLine {
    position: absolute;
    top: 2160%;
    left: 0%;
    width:  90%;
    }
 
.validation {
    position: absolute;
    top: 2260%;
    left:  35%;
    width:  40%;
    }



/*  lists */

.linking {
   font-size: 90%;
   }

ol.small {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 85%;
   }

ul.nomarker {
   font-family : Arial, Helvetica, sans-serif;
   font-size: 85%;
   }

ul.disc {
   list-style-type: disc;
   font-family : Arial, Helvetica, sans-serif;
   }

.bigbold {
   font-weight:  bold;
   font-size: 105%;
   }



/*  spans */

.small {
  font-size: 80%;
  }

.indent {
   position: relative;
   left: 5%;
  }


.noindent {
  position: relative;
  left: -5%;
  }


.smallindent {
   font-size:  80%;
   position: relative;
   left: 5%;
   }

.bold {
   font-weight:  bold;
   }

.smaller {
   font-size: 85%;
   }

.italic {
   font-style: italic;
   }

/* images  */

.notation {
    background-color: #FF2222;
    color: #000000;
    position: relative;
    left: 30%;
    width:  51px;
    height:  82px;
    border-style:  solid;
    border-width:  thin;
    border-color:  black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50%;
    }


