#content {
  background-color: white;
  margin-top: 40px;
  width: 940px;
  padding: 0;
}

#content .favorites_header {
  background: white url(/img/interface/partial_hr.png) no-repeat 590px top;
  height: 90px;
}


#content .favorites_header .icon {
  float: left;
  background: white url(/img/interface/favorites_icon.gif) no-repeat scroll left top;
  width: 122px;
  height: 137px;
  margin-top: -40px;
  position: relative;
}

#content .favorites_header .right_top {
  float:left;
}

#content .favorites_header .right_top .detail {
  background:white url(/img/interface/curve_right.gif) no-repeat right top;
  float:left;
  padding:0 10px;
  width:305px;
}

#content .favorites_header .right_top .desc {
  float:left;
  padding-left:10px;
  padding-right:25px;
  width:458px;
}

#content .favorites_header .right_top .desc .info  {
  float: left;
  background: url(/img/icon/go.gif) no-repeat right center;
  padding-right: 18px;
  margin-right: 8px;
  font-size: 110%;
  color: gray;
}

#content .favorites_header h1 {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  font-weight: bold;
  font-size: 200%;
}

#content .favorites_header h3, #content .favorites_content h3 {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  font-weight: normal;
  font-size: 120%;
}


#content .favorites_content {
  background: white url(/img/interface/partial_hr.png) no-repeat 590px top;
  height: 500px;
}

#content .favorites_content .email_remember h3 {
  color: #5AA928;
  font-weight: bold;
  border-bottom: 1px solid #A3A3A3;
  margin-bottom: 10px;
}

#content .favorites_content .left {
  padding:0 10px;
  width:595px;
  float:left;

}
#content .favorites_content .rightpanel {
  padding: 0 15px;
  width: 295px;
  float: left;
}

#content .favorites_content .headline {
  width: 590px;
  border-spacing: 0;
  border-collapse: collapse;
  margin:0;
  padding:0;
  border:0 none;
  font-size:110%;
  font-weight:bold;
  color: #FFF;
}
#content .favorites_content .headline tr,
#content .favorites_content .headline td{
  padding:0;
  height: 32px;
}

#content .favorites_content .headline .left_pan {
  background: transparent url(/img/interface/green_header_left.png) no-repeat;
  width:9px;
}

#content .favorites_content .headline .body_pan {
  background: transparent url(/img/interface/green_header_body.png) repeat-x;
}

#content .favorites_content .headline .right_pan {
  background: transparent url(/img/interface/green_header_right.png) no-repeat;
  width:9px;
}


#content .rightpanel .email_remember {
  position: relative;
  margin-top:-90px;
}




#emailRemember label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#emailRemember input[type=text] {
  font-size: 130%;
  width: 230px;
}






#content .results {
  width:590px;
  border-spacing: 0;
  position: relative;
}

#content .results td {
  padding-left: 10px;
}

#content .results td,
#content .results td a {
  color: gray;
}

#content .results .over td,
#content .results .over td a {
  color: black;
}

#content .results td {
  background: url(/img/interface/table_td.gif) repeat-x left bottom;
  cursor: pointer;
}

#content .results tr.over td{
  background: url(/img/interface/table_tdo.gif) repeat-x left bottom;  
}

#content .results .head {
  background:transparent url(/img/interface/favorites_head_bg.png) no-repeat scroll 0 0;
  height: 32px;
  line-height: 28px;
  overflow: hidden;
  font-size: 110%;
}

#content .results .head td, #content .results .head a {
  color: white;
  font-weight: bold;
  background: transparent;
  border: 0;
}
#content .results .head td{
  cursor: auto;
}
#content .results .head a:hover{
  text-decoration: underline;
}
#content .name{
  padding-left: 40px;
}

#content .results tr .name {
	padding-left: 0;
}

#content .compare{
  width:25px;
}
#content .phone{
  width:125px;
}
#content .email{
  width:75px;
  background:transparent;
}
#content .email .fav_name_div{
  background: transparent url(/img/interface/mail_32.png) no-repeat scroll center center; 
  width:55px;
  height:40px;
}
#content .email.over .fav_name_div{
  background:transparent url(/img/interface/mail_32_hover.png) no-repeat scroll center center; 
}



#content .results .popup .inner div {
  line-height:15px;
}

#content .results tr .name .fav_name_div {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 5px center;
  height:40px;
  line-height:40px;
}

#content .results tr .name a {
  font-size: 140%;
  border: 0;
  background: transparent;
}

#content .results tr.male .name .fav_name_div {
  background-image: url(/img/icon/user/male_32.gif);
}

#content .results tr.female .name .fav_name_div {
  background-image: url(/img/icon/user/female_32.gif);
}

#content .results tr.male_certified .name .fav_name_div {
  background-image: url(/img/icon/user/male_certified_32.gif);
}

#content .results tr.female_certified .name .fav_name_div {
  background-image: url(/img/icon/user/female_certified_32.gif);
}


#content .results .popup {
  display: none;
  position: absolute;
  margin-left: 150px;
  margin-top: -40px;
  padding-left: 8px;
  background: url(/img/interface/blackarr.gif) no-repeat left 20px;
}

#content .favorites_content .results .popup .inner {
  background-color: black;
  -moz-border-radius: 8px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
}
#content .results .popup .loading {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: gray;
}
#content .results .over .popup.loaded.showing {
  display: block;
}
 
#content .results .popup span,
#content .results .popup strong{
  clear: right;
  font-size: 85%;
  display:block;  
}
#content .results .popup .display {
  font-size: 120%;
}
#content .results .popup .display span{
  clear:none;
  font-size: 70%;
  display:inline;
}
#content .results .popup .location{
  font-size: 85%;  
}

#content .results .popup .job{
  margin-top:5px;
}

.check_and_remove_menu{
  margin: 3px;
}


#content .email_remember .success_note {
	border: 1px solid #75af00;
	background-color: #e5fcb3;
	padding: 5px;
	margin-bottom: 10px;
}

#emailRemember label.error {
	color:#FF0000;
	font-size:90%;
	font-weight:normal;
	padding:5px;
	margin-bottom: -20px;
}



