
/****************************************************************************/
/****************************************************************************/
/*   COMMON STYLESHEET FOR INDEXED PAGES                                    */
/*   - index.php                                                            */
/*   - forgotpassword.php                                                   */
/*   - registration.php                                                     */
/****************************************************************************/
/****************************************************************************/

BODY {
    margin: 0;
    padding: 0;
    background: url(../images/topFrameBack.jpg) repeat-x;
    background-color: #6C84A7;
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    text-align: center;
}

#indexForm {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 575px;
    height: 100%;
    border-left: 2px groove #C0C0C0;
    border-right: 2px groove #C0C0C0;
}

#indexTable {width: 100%;}
#indexTable td {padding: 0pt 10pt}
#indexTable .indHead {text-align: right; font-size: 17pt; color:#424242}
#indexTable .indMid1 {background: #5a7193}
#indexTable .indMid2 {background: #5a7193; color: #e8deae; border-bottom: 3px solid #41566f}
.indMid2 a {font-size: 8pt; color: #e8deae;text-decoration:none;margin-right: 10pt;}
.indMid2 a:hover {text-decoration:underline}
#indexTable .indBottom {text-align: right; font-size:7pt; color:#41566f;}
#indexLogo {position:absolute; top: 4px; left:25px;}

#inputTable {margin-top:1em}
#inputTable td {font-size:10pt;color: #fff; padding:0;}
#inputTable .iText {width:120pt;background:white;border:1px solid #334a6c}
#inputTable .iCheck {width:18pt;height:18pt}
.inpTitle {font-weight:bold;color:#e8deae}
.inpInfo {font-size:0.85em;color:#c1c1c1;}
.inpExam {font-size:0.85em;color:#c1c1c1;}
.inpSelect {font-size:0.9em;}

#message {
  position:absolute;
  top:88px;left:64px;
  width:402px;height:175px;
  background:url(../images/message.png) no-repeat;
  z-index:99;
}
#message table td {color: #f00;}
#close {position:absolute;right:20px;top:20px;}


/****************************************************************************/
/****************************************************************************/
/*   END OF STYLESHEET FOR INDEXED PAGES                                    */
/****************************************************************************/
/****************************************************************************/