
#profile table.main{
width:980px;
}

#profile table.main td{
width:490px;
}

#profile div.photo{
  width:100px;
  height:125px;
  overflow:hidden;
}

#profile div.photo img{
  width:100px;
}

#profile table.main td.title{
font-size:12px;
background-color:orange;
padding-left:5px;
width:100px;
height:20px;
line-height:20px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#profile table.main td.value{
font-size:12px;
width:100px;
height:20px;
}


#profile table.left td.value{
width:150px;
}
#profile table.right td.value{
width:250px;
}


#profile a.addtolist{
display:block;
height:20px;
width:120px;
line-height:19px;
margin:3px;
color:white;
font-weight:bold;
font-size:15px;
text-align:center;
background-color:red;
text-decoration:none;
border: 1px solid black;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#profile a.inquire{
display:block;
height:20px;
width:120px;
line-height:19px;
margin:3px;
color:white;
font-weight:bold;
font-size:15px;
text-align:center;
background-color:green;
text-decoration:none;
border: 1px solid black;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#profile a.linkbar_link{
display:block;
float:left;
width:95px;
height:25px;
line-height:25px;
font-size:13px;
color:white;
text-align:center;
text-decoration:none;
background-color:transparent;
border-right:1px solid #EEEEEE;
}

#profile a.linkbar_link:hover{
display:block;
float:left;
width:100px;
height:25px;
line-height:25px;
font-size:13px;
color:black;
text-align:center;
text-decoration:none;
background-color:#EEEEEE;
border-right:1px solid #EEEEEE;
}


div.locations{
background-color:#DDDDDD;
}


#profile table.jlev td{
  line-height:16px;
  font-size:14px;
}
#profile table.jlev td.val{
  width:100px;
  border:1px solid orange;
  
}
#profile table.jlev td.img{
  padding:0px;
}
#profile table.jlev div.talk{
  background-color:orange;
}
#profile table.jlev div.read{
  background-color:orange;
}
#profile table.jlev div.write{
  background-color:orange;
}



a.teacher-reg{
display:block;
text-decoration:none;
color:red;
background-color:pink;
border:1px solid red;
font-size:18px;
height:22px;
line-height:22px;
text-align:center;
margin-bottom:10px;
}
a.teacher-reg:hover{
display:block;
text-decoration:none;
color:white;
background-color:red;
border:1px solid red;
font-size:18px;
height:22px;
line-height:22px;
text-align:center;
margin-bottom:10px;
}

div.inactive-teacher{
margin-top:10px;
margin-bottom:10px;
background-color:red;
border:1px solid black;
font-size:14px;
font-weight:bold;
padding:3px;
color:white;
}

