/* CSS Document */

.TabbedPanelsContent h3 {
background:#ff3300;
border:1px solid #ff3300;
}


/* interview */
.interviewlist {
width:585px;
margin:0 0 5px;
background:#efefef;
}
.interviewlist a img {
float:left;
margin:8px;
display:block;
width:80px;
border:2px solid #efefef;
}
.interviewlist a:hover img {
border:2px solid #990000;
}
.interviewtext {
width:475px;
margin:0 0 5px;
padding:10px 0;
float:left;
}
.interviewtext strong {
color:#990000;
}
.interviewtext h4 {
font-size:18px;
margin:0 0 .5em;
}
.interviewtext h4 a:hover {
text-decoration:none;
}