
body{
	
	margin: 0px;
	background-color: #FFF;
	font-family: "MS Trebuchet", sans-serif;
}
div.pagination {
	padding: 3px;
	clear:both;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	font-size:9px;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

	
#data{
	
	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	position: static; /*/relative/absolute/fixed*/
	width: 400px;
	float:left;
	color:#5D5D5D;
	
}
#pager{
	display: none;
	/*height:400px;*/
}

/**/

#female_switch{
	
}

#male_switch{
	
}


div.page-loader {
  /*position: absolute;*/
  background-color: white;
 /* z-index: 99;*/
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width:50px;
  margin: 0px auto ;
  display: none;
}
/**/



/********************/
#photo_1 { 
    
	float: left; 
    margin: 15px; 
}



#f_name{
	
	text-shadow: #DDD 2px 2px 2px;
	margin-top :20px;
	font-weight: bold;
	font-size:16px;
	color:#7979BD;
}
#f_name:hover { color: #5E5EAE;}

/********************/

/*--------------------- START: CB -----------------------------------*/

html {background:transparent}
/*body {background:#fff url(bg.png) repeat-x fixed}*/
#wrap {
	max-width:50em;
	margin:0 auto;
}
* html #wrap {width:50em}

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
 
	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
 
	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;

}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:20px 20px;
	background:#fff;
	height:220px;
}
.match {
color:#FF9933;
padding-left:270px;
font:Verdana;
}
.num{
color:#000099;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
 
/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */
 


 
/* Just a bit of styling for this demo page. Adjust as you wish. */
#absolute-wrapper {
	position:relative;
	height:9em;
	padding:2em;
}
.cb li {margin-left:1em;}

/*------------ END: CB ---------------*/
