/*The schedule on the main page*/
#schedule_container{font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 10pt;}
#schedule_container a.reg_link {height:20px; width:20px; background:url(hslogo.jpg) no-repeat; display:block; margin:auto}
#schedule_container a.reg_link span{display:none}
#schedule_container h1{color:black; display:inline; text-decoration:underline}
#schedule_container h2{color:black; display:inline; text-decoration:underline; position:relative; left:100px}
#schedule_container p{color:gray}
#schedule_container p em{color:red}
#schedule_container table{border-top:1px black solid; border-right:1px solid black}
#schedule_container td strong{color:red}
#schedule_container thead{background:blue; color:white}
#schedule_container td, th{padding:0.3em; text-align:center; border-left:1px solid black; border-bottom:1px solid black}

/*The registration page information*/
#registration {margin:0 auto; padding:0; width:750px}
#registration #logo {height:192px; width:507px; background:url(logo.jpg) no-repeat; margin:auto}
#registration #logo h1 {display:none}

#registration div.error {color:red; margin:auto; text-align:center}

#registration #class_info {margin:auto; text-align:center}
#registration #class_info strong {color:blue}

#registration #registration_form{width:500px; margin:40px auto; text-align:left}  
#registration #registration_form div{margin:5px}
#registration #registration_form input{/*width:220px;*/ padding:6px; color:black; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; border: 1px solid #cecece}
#registration #registration_form label{color:#797979; font-weight:700; line-height:1.4em; display:block; margin:5px}
#registration #registration_form label.multibox {display:inline}
#registration #registration_form label.error {color:red}
#registration #registration_form #btn{background:#6f9ff1; color:#fff; font-weight:700; font-style:normal; border:0; cursor:pointer}
#registration #registration_form #btn:hover{background:#8f9ff1}