BODY {
   background: #FFF;
   color: #000;
   font-family: verdana, arial;
   font-size: 10pt;
   font-style: normal;
   font-variant: normal;
   margin: 0px;
}

TABLE {
   font-size:10pt;
}

.page {
   font-size: 10pt;
   width: 620px;
}

FORM {
   margin:0px;
}

TD.top {
   border-top: 1px solid #99F;
}

TD.bottom {
   border-bottom: 1px solid #99F;
}

TD.left {
   border-left:1px solid #99F;
}

TD.right {
   border-right:1px solid #99F;
}

TD.cell {
   border: 1px solid #99F;
}

.school {
   font-size: 14pt;
}

.menu_n {
   background: #63C;
   color: #EEE;
   padding: 1px 5px;
   font-family: arial;
   font-size: 10pt;
   font-weight: bold;
   border: 1px solid #63C;
}

.menu_s {
   background: #C9F;
   color: #309;
   padding: 1px 5px;
   font-family: arial;
   font-size: 10pt;
   font-weight: bold;
   border: 1px solid #C9F;
}

TD.qnumber {
    COLOR: #000;
    font-family: verdana;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    vertical-align: top;
}

TD.qtext {
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    vertical-align: top;
    width: 100%;
}

TD.qchoice {
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    vertical-align: top;
}

TD.qsummary {
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-variant: normal;
    vertical-align: top;
    width: 100%;
}

.qblank {
   background: #C0C0C0;
}

.qtrue {
   background: #80FF80;
}

.qfalse {
   background: #FF8080;
}

DIV.question {
   position:relative;
   background:#FFF;
	 layer-background-color:#FFF;
}

DIV.section {
   font-family:arial;
   font-size:12pt;
   font-weight:bold;
   margin-bottom:5px;
   padding: 1px 5px 1px 5px;
}

TABLE.booklet {
   page-break-before: always;
}

A {
   text-decoration: none;
}

A.menu {
   color: blue;
   font-family: verdana;
}

A.menu:hover {
   color: red
}

A.subm {
   padding: 1px 2px;
   color: #309;
}

A.subm:hover {
   background: #63C;
   color: white;
}

A.profile {
   color: #333;
}

A.profile:hover {
   text-decoration: underline;
}

A.banner {
   font-family: verdana;
   font-size: 14pt;
   color: #000;
}

A.banner:hover {
   color: #C62A2A;
}

A.link {
   color: gray;
   font-family: verdana;
}

A.link:hover {
   color: red
}

A.white {
   color: white;
}

A.white:hover {
   color: yellow
}

A.navlink {
   color: white;
   width: 18px;
}

.navlink:hover {
   color: red;
}

A.faint {
   color: #DDD;
}

A.faint:hover {
   color: white;
}

.topic {
   color: blue;
   font-family: verdana;
   font-size: 10pt
}

.topic:hover {
   color: red
}

A.private {
   color: red;
   font-family: verdana;
}

A.private:hover {
   text-decoration:underline;
}

A.school {
   color: magenta;
   font-family: verdana, arial, helvetica;
}

A.school:hover {
   text-decoration:underline;
}

A.public {
   color: black;
   font-family: verdana;
}

A.public:hover {
   text-decoration:underline;
}

A.user {
   color: gray;
   font-family: verdana;
}

A.user:hover {
   text-decoration:underline;
}

A.group {
   color: orange;
   font-family: verdana;
}

A.group:hover {
   text-decoration:underline;
}

A.grade {
   color: blue;
   font-family: verdana;
}

A.grade:hover {
   text-decoration:underline;
}

A.city {
   color: green;
   font-family: verdana;
}

A.city:hover {
   text-decoration:underline;
}

A.bar {
   color: #FFF;
   font-family: arial;
   font-size: 10pt;
   text-decoration: none
}

A.bar:hover {
   color: yellow
}

A.footer {
   color: white;
   font-family: verdana;
   font-size: 8pt;
   text-decoration: none
}

.footer:hover {
   color: yellow
}

A.brand {
   color: #cccccc;
   font-family: verdana;
   font-size: 8pt;
   text-decoration: none
}

.brand:hover {
   color: yellow
}

A.qmenu {
   color: blue;
   font-family: verdana;
   font-size: 8pt
}

A.qmenu:hover {
   color: mediumorchid;
   font-family: verdana;
}

A.date {
   color: blue;
   font-family: verdana;
   font-size: 8pt
}

A.date:hover {
   color: mediumorchid;
   font-family: verdana;
}

A.dateoff {
   color: red;
   font-family: verdana;
   font-size: 8pt
}

A.dateoff:hover {
   color: mediumorchid;
   font-family: verdana;
}

.blank {
   font-size: 10pt;
   height: 22px;
}

A.head {
   color: black;
}

.head:hover {
   color: red;
}

INPUT {
   font-family: verdana;
   vertical-align: middle;
   font-size:8pt;
}

SELECT {
   font-family: verdana;
   vertical-align: middle;
   font-size:8pt;
}

TEXTAREA {
   font-family: verdana;
   vertical-align: middle;
   font-size:8pt;
}

DIV.error {
   position:absolute;
   top:50%;left:50%;
}

TABLE.error {
   position:relative;
   top:-50%;
   left:-50%;
   border:1px solid purple;
   background:#ffffff;
   font-size:8pt;
   width:250px;
}

TR.error_title {
   background:purple;
   color:white;
   font-size:10pt;
}

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

DIV.heading {
   background: #C68FFF;
   color: white;
   border: 1px solid purple;
   margin: 1px 1px 3px 1px;
   padding-left: 3px;
   font-weight: bold;
   font-family: verdana;
}

.banner {
   margin-top:10px;
   color:purple;
   font-size:14pt;
   font-weight:bold;
   border-bottom:1px solid purple;
}

TD.school {
   font-size: 14pt;
   font-weight: bold;
}

@media print {
   .noprint {
      visibility:hidden;
   }
}

.TaL {
   text-align: left;
}

.TaR {
   text-align: right;
}

.TaC {
   text-align: center;
}

.VaT {
   vertical-align: top;
}

.VaM {
   vertical-align: middle;
}

.VaB {
   vertical-align: bottom;
}
