/**
 * @file index.css 
 * @author asura
 *
 * purpose: implement SPSCC main screen styles 
 */

 #container {
   width:   608px;
   height:  600px;
   font-family: Verdana, Helvetica;
   text-align: center; 
}
.headcontainer {
   min-height: 2em;
   width: 608px;
   margin-left: auto; 
   margin-right: auto; 
   padding-top: 5px;
   font-weight: 600;
   font-size: 16pt;
   color: #116;
   background-color: #d6e7e7; 
}
.footcontainer {
   color: #116;
   background-color: #d6e7e7;
   float: left;
   min-height: 4em;
   min-width: 580px;
   padding: 1em;
   text-align: left;
   font-weight: bolder;
   font-size: 11pt;
}
div.toplinks {
   height: 2em;
   margin-top: 0.5em; 
   margin-bottom: 0.8em;   
}

span.toplinks {
  font-size: 1.1em;  
}

.imgPanel, .navPanel {
   float: left;
   height: 310px;
   display: inline;
   margin-bottom: 1em;
}

.imgPanel {
   width: 390px;
   background: url("/public/images/av/spscc/course1.jpg") no-repeat;
}
.navPanel {
   width: 218px;
   background: url("/public/images/av/spscc/course2.jpg") no-repeat;
}

.navPanel form {
   overflow: hidden;
}

.navList {
   margin-top: 35px;
   margin-left: -6px;
}

.sidebarButton {
   padding: 0;
   margin: 0;
   border: solid 3px;
   border-style: outset;
   font: bold 12px Verdana;
   color: #000;
   text-decoration: none;
   width: 165px;
   height: 10%;
   background-color: #d6e7e7; /* #d1d8e6; */
   cursor: pointer;
}


/** end index page styles
 ------------------------*/

.instrpg {
   color: #000;
   background-color: #ececec;
   padding: 5px;
}
.instrlist li {
   padding-bottom: 15px;
}


body {
   height: 100%;
   font-size: 100%;
   padding: 0px;
   margin: 0px;
}

#purchaseBox {
   position: fixed;
   z-index: 1;
   margin-left: 700px;
   background-color: #fff;
}

* html #purchaseBox {
   position:absolute;
} /*IE only change the position mode of the box*/


.submitl {
   border: 2px solid outset;
   font-weight: bold;
   font-family: Verdana;
   color: #000;
   text-decoration: none;
   width: 150px;
   background-color: #f5edd3;
   cursor: pointer;
}



