/* 
    Document   : efriend.lesson.reservation
    Created on : 10 15, 12, 3:58:02 PM
    Author     : joseph
    Description:
        Purpose of the stylesheet follows.
*/

root { 
  display: block;
}

.border-right-none {
  border-right: none !Important;
}

.border-bottom-none {
  border-bottom: none !Important;
}

.teacher-img {
  cursor: pointer !important;
}

.text-align-c {
  text-align: center !important;
}

table.cal td.current-week {
  background-color: #fcefa1;
}

.margin-right-5 {
  margin-right: 5px !important;
}

#teacher-ul, #teacher-ul li, #teacher-img-ul, #teacher-img-ul li {
  list-style: none;
  display: block;
}

#teacher-img-ul {
  width: 700px;
  padding: 0;
  margin-left: 45px;
}

#teacher-ul {
  width: 610px;
  padding: 0;  
}

#teacher-img-ul li {  
  float: left;  
  margin: 0 5px 5px 0;
  padding: 0 0 5px 8px;
}

#teacher-ul li {
  width: 135px;
  height: 12em;
  float: left;
  border: dotted 1px #CCC;
  margin: 0 5px 5px 0;
  padding: 0 0 5px 8px;
}

.select td {
  cursor: pointer;
}

.select td:hover{
  background-color: #B2D538 !important;
}
.teacher-profile-pic{ 
  width: 692px; 
  border: 1px solid #52943D; 
  text-align: right; 
  height: 130px;
}
.teacher-profile-pic div.green-div{
  height: 8px; 
  background-color: #52943D;
}
.teacher-profile-pic p{
  float: left; 
  color: #52943D; 
  margin: 6px 0 0 10px; 
  font-size: 19px; 
  font-weight: bold; 
  width: 210px; 
  text-align: left; 
  word-break: break-all;
}
.teacher-profile-pic img{
  margin: 6px 2px 6px 0;
}
.last-div{ 
  margin-right: 6px !important; 
}

.lesson_form_tab{
  background-color: #EEECED;
  padding: 10px 0px 10px 10px;
}
/*#EEECED*/
#tabs li{
  position:relative;
  top:10px;
  float:left;
  border: 10px solid #C2E7B3;
  margin: 0 0.5em 0 0;
  padding:5px 30px 5px;
  z-index:9999;
  border-bottom-width: 0px;
}

#tabs li.selected-tab{
  float:left;
  border: 10px solid #339900;
  border-bottom-width: 0px;
  margin: 0 0.5em 0 0;
  padding:5px 30px 15px;
  z-index:9999;
  background-color:white;
}

#tabs a{
  text-decoration: none;
  color:#1E1E1E;
}
#tabs a:hover {text-decoration: underline;}

.today{
  font-weight: bolder;
  background-color:#B2D538 !important;
}

.date-start{
  background-color:orange !important;
}

.include-week{
  background-color:orange !important;
}

.promo_box{
  padding: 10px;
  background-color: #C2E7B3;
  margin-bottom: 20px;
  min-height:140px;
}

.promo_face{
  width:140px;
  float:left;
}

.promo_details{
  float:left;
  width:530px;
}

.promo_cname_label{
  width:45px;
  height:14px;
  color:#FFFFFF;
  padding:4px 5px;
  background-color:#52943D;
  font-size:14px;
  line-height:14px;
  font-weight:bold;
  margin-bottom:25px;
}
.promo_text_label{
  width: 90px;
  height: 14px;
  color: #FFFFFF;
  padding: 4px 5px;
  background-color: #52943D;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin-top:5px;
  margin-bottom: 5px;
}

#search-promo-key{
  width:300px;
  margin-top:48px;
  font-size:12px;
  padding:3px;
}

.lesson_form {
  background-color: #339900;
  padding: 10px;
}



.promo_highlight{
  color:#FF0000;
}

.promo_pre{
  display:none;
}

.promo_post{
  display:none;
}

.show_more{
  font-size:12px;
}