#detail_header
{
	position: relative;
	border: green 0px solid;
	height: 52px;
	z-index: 5;
}

#detail_header h2, #detail_header h2.namesake_category
{
	font-size: 52px;
	padding: 0;
	margin: 0;
	display: inline;
	border: blue 0px solid;
	vertical-align: baseline;
	padding-left: 38px;
}

#detail_header h2.namesake_category
{
	padding-top: 25px;
	font-size: 28px;
	display:block;
}


#detail_header img
{
	padding: 0;
	margin: 0;
	display: inline;
	line-height: normal;
	padding-bottom: 6px;
	padding-left: 10px;
	border: yellow 0px solid;
}

#girl_details table th, 
#boy_details table th
{
	font-size:15px;
	font-weight:bold;
	color:#C06;
}

#boy_details table th
{
	color:#0641ca;
}

div.details
{
	float: left;
	width: 424px;
	border: black 0px solid;
}

div.details div.top
{
	height: 62px;
	background-image: url("images/top_gradient_middle.jpg");
	background-repeat: no-repeat;
}

div.details div.middle
{
	background-image: url("images/middle_middle.jpg");
	background-repeat:repeat-y;
	min-height: 470px;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 32px;
}

div.details div.bottom
{
	background-image: url("images/middle_bottom.jpg");
	background-repeat: no-repeat;
	height: 34px;
}

div.details a:hover
{
	text-decoration: underline;
}

div.details a
{
	color: #666;
	font-weight:bold;
}


div.details a:visited
{
	color: #666;
	font-weight:bold;
}

#girl_details span.detail_heading, 
#boy_details span.detail_heading, 
#girl_details h2, 
#boy_details h2
{
	font-size:15px;
	font-weight:bold;
	color:#C06;/*Girl Pink color*/
}

#boy_details span.detail_heading, 
#boy_details h2
{
	/*Boy blue color*/
	color:#0641ca;
}

div.details p, 
div.details a
{
	font-size:13px;
	color: #333;
}
#div.details a
{
	font-weight:bold;
	text-decoration:underline;
}

div.details p
{
	margin-bottom: 9px;
}

div.details h2
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

div.details div.content_section
{
	padding-bottom: 9px;
}

div.namesakes h2
{
	margin-bottom: 4px;
}

div.namesake_list ul,
div.namesakes ul
{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

div.namesake_list ul li,
div.namesakes ul li
{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight:bold;
	color: #000;
	list-style-type: none;
	margin-bottom: 8px;
}

div.namesake_list ul li span,
div.namesakes ul li span
{
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

div.namesake_list ul li p,
div.namesakes ul li p
{
	font-size:11px;
	font-weight:normal;
	color: #333;
	margin: 0;
	padding: 0;
}

div.namesake_list ul li ul,
div.namesakes ul li ul
{
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

div.namesake_list ul li ul li,
div.namesakes ul li ul li
{
	margin: 0;
	padding: 0;
	font-size:11px;
	font-weight:normal;
	color: #333;
	list-style-type: circle;
}

div.namesakes ul li ul li a
{
	font-size:11px;
	color: #333;
}

div.drawbacks p.association_separator
{
	border-top: #CCC 1px solid;
	padding-top: 8px;
}

div.drawbacks ul
{
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size:13px;
	color: #333;
}

li.drawbacks_two_column, 
li.drawbacks_one_column
{
	width: 140px;
	float: left;
	list-style: none;
	background-image: url("images/bullet.gif");
	background-repeat:no-repeat;
	padding-left: 14px;
	padding-right: 12px;
}

li.drawbacks_one_column
{
	float: none;
}

div.drawbacks li.drawbacks_two_column p,
div.drawbacks li.drawbacks_one_column p
{
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#girl_details div.similar table,
#boy_details div.similar table
{
	width: 100%;
}

#girl_details div.similar table th.title,
#boy_details div.similar table th.title
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	height: 20px;
	width: 100px;
}

br.clear
{
	clear:both;
}

div.details table
{
	border-collapse: collapse;
}

div.details table td, th
{
	padding: 0;
	margin: 0;
}
/*HCL change for Facebook Toolbar*/
#facebookTool
{
	position: absolute;
	border: black 0px solid;
	z-index: 10;
	width: 300px;
	height: 18px;
	top: 225px;
	left: 580px;
}
/* End HCL change for Facebook Toolbar*/


#send_email_button
{
	position: absolute;
	border: black 0px solid;
	z-index: 10;
	width: 140px;
	height: 18px;
	top: 248px;
	left: 630px;
}

#send_email_button img
{
	cursor: pointer;
}

#gender_toggle
{
}

#gender_toggle .girl_on
{
	position: absolute;
	top: 247px;
	left: 398px;
	z-index: 10;
	cursor: auto;
	width: 95px;
	height: 82px;
	background-image: url('images/girl_button_on.png');
}

#gender_toggle .girl_off,
#gender_toggle .girl_hover
{
	position: absolute;
	top: 250px;
	left: 398px;
	z-index: 9;
	cursor: pointer;
	width: 71px;
	height: 63px;
	background-image: url('images/girl_button_off.png');
}

#gender_toggle .girl_hover
{
	background-image: url('images/girl_button_hover.png');
}

#gender_toggle .boy_off,
#gender_toggle .boy_hover
{
	position: absolute;
	top: 250px;
	right: 448px;
	z-index: 9;
	cursor: pointer;
	width: 71px;
	height: 63px;
	background-image: url('images/boy_button_off.png');
}

#gender_toggle .boy_hover
{
	background-image: url('images/boy_button_hover.png');
}

#gender_toggle .boy_on
{
	position: absolute;
	top: 240px;
	right: 460px;
	z-index: 10;
	cursor:auto;
	width: 95px;
	height: 82px;
	background-image: url('images/boy_button_on.png');
}

img.navigation_image
{
	cursor: pointer;
}

img.navigation_image_on
{
	cursor: default;
}

div.find_column
{
	float: left;
	width: 150px;
	padding-left: 30px;
	height: 17px;
	border: green 0px solid;
}

div.find_column img
{
	display: inline;
	padding-top: 2px;
	padding-right: 8px;
	cursor: pointer;
	height: 15px;
	border: red 0px solid;
}

div.find_column a, div.find_column a:hover, div.find_column a:visited
{
	display: inline;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	height: 15px;
	border: blue 0px solid;
	vertical-align: top;
}

div.find_column a:hover
{
	text-decoration: underline;
}

div.find_column a:visited
{
	color: #666;
}


div.details div.pagination
{
	background-image: url("images/middle_middle.jpg");
	background-repeat: repeat-y;

	 color:#000;
	 font-weight: lighter;
	 font-size: 11px;
	padding-top: 8px;
	padding-left: 32px;
	padding-right: 32px;
}


div.pagination table tbody tr td
{
	font-weight: bold;
}

