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



/*  div positioning and display  */

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


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

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

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


/*  other  */
.bold {
   font-weight:  bold;
   }

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

.boldindent {
   font-weight:  bold;
   position: relative;
   left:  12%;
   }

.boldnoindent {
   font-weight:  bold;
   font-size: 95%;
   position: relative;
   left: -15%;
   }

.noindent2 {
   font-size: 95%;
   position: relative;
   left: -15%;
   }



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

.smaller {
   font-size: 80%;
   }


/*  lists */

.nomarker { 
   font-size: 85%;
   }

.linking {
   font-size: 90%;
   }


.smallerdisc {
   list-style-type: disc;
   font-family : Arial, Helvetica, sans-serif;
   font-size: 85%;
   }

