/*
--------------------------------------------------------
Nanny Profile
--------------------------------------------------------
*/
	
.detail_label {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #515267;
	width: 125px;
	text-align: left;
	padding: 5px 10px 5px 0;
	}
	
#detail_sidebar {
	width: 115px; 
	clear: left; 
	text-align: center;
	border: 1px solid #515267;
	background: #cccccc;
	padding: 0;
	}

#detail_sidebar h2 {
	color: #ffffff;
	background: #515267;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 3px 0;
	}
	
#detail_sidebar .bodytext {
	text-align: center;
	}
	
#detail_sidebar p {
	margin: 5px;
	}

#profile_nav {
	width: 452px;
	text-align:right; 
	border-bottom: 1px solid #515267;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	}

.nanny_photo {
	border: 1px solid #515267;
	}

.table_profile {
	width: 300px;
	float: left;
	}
	
.favorite_button {
	width: 100px;
	height: 20px;
	float: left;
	}

.favorite_button a{
	background: url(..//images/img_favorite.gif) top left no-repeat;
	display: block;
	width: 100px;
	height: 20px;
	}
	
.favorite_button a:hover{
	background: url(..//images/img_favorite_hover.gif) top left no-repeat
	}
	
.review_button {
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 5px;
	}

.review_button a{
	background: url(..//images/img_review.gif) top left no-repeat;
	display: block;
	width: 100px;
	height: 20px;
	}
	
.review_button a:hover{
	background: url(..//images/img_review_hover.gif) top left no-repeat
	}

