.Boy-titlebar {

	width: 1000px;
	height: 50px;
	background-color: #a1c0f8;
	border-bottom: 1px solid #070094;
	border-left: 1px solid #070094;
	border-right: 1px solid #070094;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 0px 0px 20px 20px;
	/*/*behavior: url(/css/PIE.php);*/*/
}

.Girl-titlebar {

	width: 1000px;
	height: 50px;
	background-color: rgb(210,110,210);
	border-bottom: 1px solid #76008f;
	border-left: 1px solid #76008f;
	border-right: 1px solid #76008f;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 0px 0px 20px 20px;
	/*/*behavior: url(/css/PIE.php);*/*/
}

.Both-titlebar {
	
	width: 1000px;
	height: 50px;
	background-color: #9ceb68;
	border-bottom: 1px solid #275e03;
	border-left: 1px solid #275e03;
	border-right: 1px solid #275e03;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 0px 0px 20px 20px;
	/*behavior: url(/css/PIE.php);*/
}

.Boy-titlebar-title {

	font-family: "Arial Black";
	color: #070094;
	font-size: xx-large;
	font-weight: bold;
	margin-left: 20px;
	text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;
}

.Girl-titlebar-title {

	font-family: "Arial Black";
	color: rgb(142,10,124);
	font-size: xx-large;
	font-weight: bold;
	margin-left: 20px;
    text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;
}

.Both-titlebar-title {

	font-family: "Arial Black";
	color: #275e03;
	font-size: xx-large;
	font-weight: bold;
	margin-left: 20px;
	text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;
}

#Boy_maincontent {

	width: 1000px;	
	overflow: auto;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	/*behavior: url(/css/PIE.php);*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: gray;
	margin-top: 10px;
	padding-bottom: 20px;
	background-image: url('http://namefacts.info/img/boybg.png');
	height: 100%;
}

#Girl_maincontent {

	width: 1000px;
	overflow: auto;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	/*behavior: url(/css/PIE.php);*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: gray;
	margin-top: 10px;
	padding-bottom: 20px;
	background-image: url('http://namefacts.info/img/285-pink-brown-plaid.jpg');
	height: 100%;
}

#Both_maincontent {

	width: 1000px;
	/*overflow: auto;*/
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	/*behavior: url(/css/PIE.php);*/
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: gray;
	margin-top: 10px;
	padding-bottom: 20px;
	background-image: url('http://namefacts.info/img/neutralbg.png');
	height: 100%;
}

#Boy_maincontent #col1 {

	width: 240px;
	float: left;
	display: inline;

}

#Boy_maincontent #col2outer {

	width: 740px;
	float: right;
	display: inline;
}

#Girl_maincontent #col1 {

	width: 240px;
	float: left;
	display: inline;
}

#Girl_maincontent #col2outer {

	width: 740px;
	float: right;
	display: inline;

}

#Both_maincontent #col1 {

	width: 240px;
	float: left;
	display: inline;
}

#Both_maincontent #col2outer {

	width: 740px;
	float: right;
	display: inline;
}

#col2outer #col2mid {

	width: 480px;
	float: left;
	display: inline;
}

#col2outer #col2side {

	width: 240px;
	float: right;
	display: inline;

}


.statsoutside {

	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
}

.statsheader {

	width: 100%;
	height: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/
}

.statsheadertext { font-family:Helvetica; font-size: medium; color: black; margin-left: 10px; padding-top: 8px; }
.statscontent {font-family: Helvetica;font-size: small;color: white;margin-left: 10px;margin-right: 10px;padding-top: 6px;padding-bottom:10px;text-align: left;}

.funfactsoutside {

	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
}

.funfactsheader {

	width: 100%;
	height: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/
}

.funfactsheadertext { font-family:Helvetica; font-size: medium; color: black; margin-left: 10px; padding-top: 8px; }
.funfactscontent { font-family: Helvetica; font-size: small; color: white; margin-left: 10px; margin-right: 10px;	padding-top: 6px; padding-bottom:10px; text-align: left; }

.numerologyoutside {

	width: 480px;

	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
}

.numerologyheader {

	width: 100%;
	height: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/
}

.numerologyheadertext {

	font-family:Helvetica;
	font-size: medium;
	color: black;
	margin-left: 10px;
	padding-top: 8px;
}

.numerologycontent {

	font-family: Helvetica;
	font-size: small;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom:10px;
	text-align: left;

}

.translationsoutside {

	width: 200px;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
	/*background-image: url('http://namefacts.info/img/note.png');*/
}

.translationsheader {

	width: 100%;
	height: 30px;
	
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/

}

.translationsheadertext {

	font-family:Helvetica;
	font-size: medium;
	color: black;
	margin-left: 10px;
	padding-top:8px;

}

.translationscontent {

	font-family: Helvetica;
	font-size: small;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom:10px;
	text-align: left;

}

.ranksoutside {

	width: 480px;

	margin-right: 20px;
	margin-top: 20px;
	float: left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
}

.ranksheader {

	width: 100%;
	height: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/
}

.ranksheadertext {

	font-family:Helvetica;
	font-size: medium;
	color: black;
	margin-left: 10px;
	padding-top: 8px;
}

.rankscontent {

	font-family: Helvetica;
	font-size: small;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 6px;
	padding-bottom:10px;
	text-align: left;
}

.searchoutside {

	width: 200px;

	margin-right: 20px;
	margin-top: 20px;
	float: right;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: green;
	-moz-box-shadow:0 3px 8px #000; 
	-webkit-box-shadow:0px 3px 8px #000; 
	box-shadow: 0 3px 8px #000;
	position: relative;
	/*behavior: url(/css/PIE.php);*/
	/*background-image: url('http://namefacts.info/img/postit_boy.png');*/
}

.searchheader {

	width: 100%;
	height: 30px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	border-radius: 20px 20px 0px 0px;
	text-align: left;
	background-color: white;
	/*behavior: url(/css/PIE.php);*/
}

.searchheadertext {

	font-family:Helvetica;
	font-size: medium;
	color: black;
	margin-left: 10px;
	padding-top: 8px;
}

.searchcontent {

	font-family: Helvetica;
	font-size: small;
	color: white;
	margin-right: 20px;
	margin-top:50px;
	padding-top: 100px;
	padding-bottom:10px;
	text-align: right;
}

.searchtextinput {

	width: 120px;
	border: 1px solid #000;
	height: 30px;
	margin-right: 40px;
	margin-left: 25px;
	float: right;
	font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	/*-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);*/
	/*behavior: url(/css/PIE.php);*/
}

.searchbutton {

	/*-moz-transform:rotate(10deg);
	-webkit-transform:rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);*/
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 40px;
	float: right;
	width: 120px;
		background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 16%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#f7f7f7), color-stop(100%,#e0e0e0)); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 16%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 16%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 16%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 16%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
	color:#333;
	margin-top: 10px;
	/*behavior: url(/css/PIE.php);*/

}


#Boy_ranks_outside { background-color: #070094; }
#Girl_ranks_outside { background-color: rgb(142,10,124); }
#Both_ranks_outside { background-color: green; }
#ranks_header { background-color: white; }
#ranks_text { }
#ranks_content { color: white; }
#Boy_stats_outside { background-color: #070094; }
#Girl_stats_outside { background-color: rgb(142,10,124); }
#Both_stats_outside { background-color: green;  }
#stats_header { background-color: white; }
#stats_text { }
#stats_content { color: white; }
#Boy_numerology_outside { background-color: #070094; }
#Girl_numerology_outside { background-color: rgb(142,10,124); }
#Both_numerology_outside { background-color: green; }
#numerology_header { background-color: white; }
#numerology_text { }
#numerology_content { color: white; }
#Boy_translations_outside { background-color: #070094; }
#Girl_translations_outside { background-color: rgb(142,10,124);}
#Both_translations_outside { background-color: green; }
#translations_header { background-color: white; }
#translations_text { }
#translations_content { color: white; }

#Boy_funfacts_outside { background-color: #070094; }
#Girl_funfacts_outside { background-color: rgb(142,10,124); }
#Both_funfacts_outside { background-color: green; }
#funfacts_header { background-color: white; }
#funfacts_text { }
#funfacts_content { color: white; }

#Boy_search_outside { background-color: #070094; }
#Girl_search_outside { background-color: rgb(142,10,124); }
#Both_search_outside { background-color: green; }
#search_header { background-color: white };
#search_text { }
#search_content { color: white; }
#name_not_found { color: white; margin-top: 10px; padding: 10px;}




/*iPhone CSS*/
.iphone_Boy-titlebar {width: 1000px;height: 150px;background-color: #a1c0f8;border-bottom: 1px solid #070094;border-left: 1px solid #070094;border-right: 1px solid #070094;white-space:nowrap;vertical-align: middle;}
.iphone_Girl-titlebar {width: 1000px;height: 150px;background-color: rgb(210,110,210);border-bottom: 1px solid #76008f;border-left: 1px solid #76008f;border-right: 1px solid #76008f;white-space:nowrap;}
.iphone_Both-titlebar {width: 1000px;height: 150px;background-color: #9ceb68;border-bottom: 1px solid #275e03;border-left: 1px solid #275e03;border-right: 1px solid #275e03;white-space:nowrap;}
.iphone_Boy-titlebar-title {font-family: "Arial Black";color: #070094;font-size: 12px;font-weight: bold;margin-left: 20px;margin-right: 20px;padding: 35px;text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;}
.iphone_Girl-titlebar-title {font-family: "Arial Black";color: rgb(142,10,124);font-size: 12px;font-weight: bold;margin-left: 20px;margin-right: 20px;padding: 35px;text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;}
.iphone_Both-titlebar-title {font-family: "Arial Black";color: #275e03;font-size: 12px;font-weight: bold;margin-left: 20px;margin-right: 20px;padding: 35px;text-shadow: rgba(255,255,255,0.3) 0px 3px 3px;}
.iphone_boxes_outside { width: 920px; margin-left: 40px; margin-right: 40px; margin-top: 40px; float: right; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -moz-box-shadow:0 3px 8px #000; -webkit-box-shadow:0px 3px 8px #000; box-shadow: 0 3px 8px #000; }
.iphone_boxes_headers { width: 100%; height: 80px; -webkit-border-top-left-radius: 30px; -webkit-border-top-right-radius: 30px; -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; text-align: left; }
.iphone_Boy_boxes_header_text { font-family:Helvetica; font-size: 50px; color: #070094; font-weight: bold; margin-left: 30px; padding-top: 8px; }
.iphone_Girl_boxes_header_text { font-family:Helvetica; font-size: 50px; font-weight: bold; color: rgb(142,10,124); margin-left: 30px; padding-top: 8px; }
.iphone_Both_boxes_header_text { font-family:Helvetica; font-size: 50px; color: green; font-weight: bold; margin-left: 30px; padding-top: 8px; }
.iphone_boxes_content { font-family: Helvetica; font-size: x-large; margin-left: 30px; margin-right: 30px; padding-top: 6px; padding-bottom:10px; text-align: left; }

#iphone_Boy_maincontent { width: 1000px; overflow: auto; border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; background-color: gray; margin-top: 10px; padding-bottom: 20px; background-image: url('http://namefacts.info/img/boybg.png'); }
#iphone_Girl_maincontent { width: 1000px;overflow: auto;border-top: 1px solid #000;border-left: 1px solid #000;border-right: 1px solid #000;background-color: gray;margin-top: 10px;padding-bottom: 20px;background-image: url('http://namefacts.info/img/285-pink-brown-plaid.jpg');}
#iphone_Both_maincontent {width: 1000px;overflow: auto;border-top: 1px solid #000;border-left: 1px solid #000;border-right: 1px solid #000;background-color: gray;margin-top: 10px;padding-bottom: 20px;background-image: url('http://namefacts.info/img/neutralbg.png');}
#iphone_Boy_ranks_outside { background-color: #070094; }
#iphone_Girl_ranks_outside { background-color: rgb(142,10,124); }
#iphone_Both_ranks_outside { background-color: green; }
#iphone_ranks_header { background-color: white; }
#iphone_ranks_text { }
#iphone_ranks_content { color: white; }
#iphone_Boy_stats_outside { background-color: #070094; }
#iphone_Girl_stats_outside { background-color: rgb(142,10,124); }
#iphone_Both_stats_outside { background-color: green;  }
#iphone_stats_header { background-color: white; }
#iphone_stats_text { }
#iphone_stats_content { color: white; }
#iphone_Boy_numerology_outside { background-color: #070094; }
#iphone_Girl_numerology_outside { background-color: rgb(142,10,124); }
#iphone_Both_numerology_outside { background-color: green; }
#iphone_numerology_header { background-color: white; }
#iphone_numerology_text { }
#iphone_numerology_content { color: white; }
#iphone_Boy_translations_outside { background-color: #070094; }
#iphone_Girl_translations_outside { background-color: rgb(142,10,124);}
#iphone_Both_translations_outside { background-color: green; }
#iphone_translations_header { background-color: white; }
#iphone_translations_text { }
#iphone_translations_content { color: white; }
#iphone_Boy_funfacts_outside { background-color: #070094; }
#iphone_Girl_funfacts_outside { background-color: rgb(142,10,124); }
#iphone_Both_funfacts_outside { background-color: green; }
#iphone_funfacts_header { background-color: white; }
#iphone_funfacts_text { }
#iphone_funfacts_content { color: white; }




