body {
	margin: 0px;
	padding: 0px;
	background-color: #e67817;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.header-img {
	background-image:url(../images/new-header-image3.jpg);
	background-repeat:no-repeat;
	width:965px;
	height:300px;
	border:1px #CCC solid;
}
.pinkbox {
	background-color: #efc8c1;
	width: 520px;
	height: 208px;
	text-align:left;
	margin: 0 auto;
	padding: 8px 8px 10px 8px;
	border: 4px solid #ca1011;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(ie-css3.htc);
	z-index:99;
	position:relative;
	clear:both;
}
.dating {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	text-decoration:none;
	font: 18px Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.dating-rounded {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight:bold;
	padding:14px 10px 5px 10px;
}
.dating-white {
	color: #606060;
	padding:4px 10px 5px 10px;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.dating-blue {
	height:20px;
	color: #FFFFFF;
	letter-spacing:1px;
	/*border: solid 1px #0076a3;*/
	background: #3d7cbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#15519a), to(#4790de));
	background: -moz-linear-gradient(top,  #15519a,  #4790de);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#15519a', endColorstr='#4790de');
}
.dating-txt {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	letter-spacing:0.03em;
}
table.info { border-collapse: separate; border-spacing: 3px; }
table.info tr td { padding: 2px 2px 0 2px; }

.whitebox {
	position:relative;
	background-color:#FFFFFF;
	width:490px;
	margin: 4px 5px 6px 3px;
	padding: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(ie-css3.htc);
	overflow:auto;
	z-index:200;
}
.box-L {
	width:255px;
	height:30px;
	float:left;
	margin-bottom:10px;
	overflow:auto;
}
.box-R {
	width:210px;
	height:30px;
	float:left;
	margin-bottom:10px;
	overflow:auto;
}
.box-L img {
	float:left;
	margin-right:8px;
}
.box-R img {
	float:left;
	margin-right:8px;
}
.box-wrap {
	position:relative;
	width:930px;
	margin:0 auto;
	margin-top:15px;
	overflow:auto;
	clear:both;
	z-index:90;
}
.box1 {
	background-color:#f2c17f;
	width:276px;
	height:65px;
	float:left;
	margin:0 6px 0 6px;
	padding: 10px 8px 10px 8px;
	border: 4px solid #e9781a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	z-index:300;
	position:relative;
}
.box2 {
	background-color:#f2c17f;
	width:276px;
	height:50px;
	float:left;
	margin:0 6px 0 6px;
	padding: 10px 8px 10px 8px;
	border: 4px solid #e9781a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	z-index:300;
	position:relative;
}
.box3 {
	background-color:#f2c17f;
	width:276px;
	height:65px;
	float:left;
	margin:0 6px 0 6px;
	padding: 10px 8px 10px 8px;
	border: 4px solid #e9781a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	z-index:300;
	position:relative;
}
.border {
	border: 1px solid #868686;
}
.normaltxt {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:#FF0000;
}

.whitetxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteboldleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #989796;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}
.normaltxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.whiteboldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom:4px;
}
.itemtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 1;
}
a link {
	text-decoration:none;
	color: #4A0611;
}

a hover {
	text-decoration:none;
	color: #4A0611;
}
a visited {
	text-decoration:none;
	
}
.subheadtxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:35px; left:8px; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:1px; width:168px; margin:0}
ul.menu ul li a {display:block; padding:3px 7px 0px; background-color:#ffffff}
ul.menu ul li a:hover {background-color:#FFB66C}
ul.menu ul ul {left:168px; top:-1px}
ul.menu .menulink {border:0px solid #aaa; padding:0px 0px 0px; font-weight:bold;background-color:#00ff00}
ul.menu .sub {background: #ffffff url(../images/arrow.gif) 155px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


blockquote{
	width:950px;
	/*border:1px dashed #EEC8C0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	*/
	text-align:left;
}
#header {
	width:100%;
	height:60px;
	padding-top:5px;
	vertical-align:middle;
}
#footer {
	
}
#menu {
	width:100%;
	height:25px;
	text-align:left;
}
.lable_background {
	background-color:#EEC8C0;
	width:150px;
	padding-left:10px;
	
}
.tiny_red {color:red; font-size:11px;}

.left-pic {
	background-image:url(../images/leftpic.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:272px;
}
.left-pic1 {
	background-image:url(../images/leftpic1.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:272px;
}

/*  Left pic big button style  */
.button {
	
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 15px Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	font-weight:bold;
	padding:14px 20px 5px 20px;
}
.medium {
	width:73px;
	font-size: 16px;
	font-weight:bold;
	/*padding: .4em 1.5em .42em;*/
	padding:12px 20px 5px 20px;
}
.small {
	font-size: 14px;
	font-weight:bold;
	width:25px;
	/*padding: .2em 1em .275em;*/
	padding:0;
}

.butt-div {
	padding: 10px 0;
	margin:213px 0 0 16px;
}


/* red */
.red {
	height:30px;
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* white */
.white {
	height:20px;
	color: #606060;
	padding:4px 20px 5px 20px;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* button style for go button  */
.sm-white {
	height:14px;
	color: #606060;
	padding:2px 5px 5px 5px;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.sm-white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.sm-white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	height:20px;
	color: #fef4e9;
	padding:4px 20px 5px 20px;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/*  Member home button style  */

.mem_medium {
	font-size: 12px;
	font-weight:bold;
	letter-spacing:0.02em;
	padding:4px 20px 5px 20px;
}
.mem_medium1 {
	width:120px;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:0.02em;
	padding:4px 20px 5px 20px;
}

/* white */
.mem_white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.mem_white:hover {
	color: #FFFFFF;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.mem_white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.leftarrow {
	background-repeat:no-repeat;
	height:22px;
	width:40px;
	padding:0 0 2px 0;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

}
.leftarrow:hover{
	color: #FFFFFF;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.rightarrow {
	background-repeat:no-repeat;
	height:22px;
	width:40px;
	color: #606060;
	padding:0 0 2px 0;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

}
.rightarrow:hover {
	color: #FFFFFF;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}

.profile-head {	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#ff6600; text-align:left; }
.profile-normal { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#ff6600; text-align:left; }
.about-head {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#ff6600; text-align:left; }
.breadcrumb { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000; text-align:left; }

/*****Begin  Css by RD ***************************************************/

/*** Begin stats_table ***/ 
.stats_table {
	-moz-border-radius:4px;
	-moz-box-shadow:0 0 3px #999999;
	-moz-box-sizing:content-box;
	-webkit-border-radius:4px;
	-webkit-box-shadow:0 0 3px #999999;
	-webkit-box-sizing:content-box;
	border-radius:4px;
	box-shadow:0 0 3px #999999;
	box-sizing:content-box;
	border:1px solid #888888;
	width:99%;
	
}
.stats_table td{
	padding:5px 10px;
	border:none;
	/*border-bottom:1px solid #CCCCCC;*/
}
.stats_table th{
	padding:5px 10px;
	border:none;
	font-size:12px;
	color:#333333;
	text-shadow:0 1px 2px #555555;
	text-align:left;
}

.stats_table tr.alternative_color, .stats_table div.alternative_color{
	background:#ececec;
}
.stats_table a
{
	font-size:11px;
}
/*** End stats_table ***/ 


/*** Begin stats_data_table ***/ 
.stats_data_table {
	-moz-border-radius:4px;
	-moz-box-shadow:0 0 3px #999999;
	-moz-box-sizing:content-box;
	-webkit-border-radius:4px;
	-webkit-box-shadow:0 0 3px #999999;
	-webkit-box-sizing:content-box;
	border-radius:4px;
	box-shadow:0 0 3px #999999;
	box-sizing:content-box;
	border:1px solid #888888;
	font-size:12px;
	
}
.stats_data_table td{
	padding:5px 10px;
	border:none;
	/*border-bottom:1px solid #CCCCCC;*/
	border:1px solid #EBEBEB;
	
}
.stats_data_table th{
        padding:5px 10px;
        border:none;
        font-size:12px;
        background:#888;
        color:#fff;
        text-shadow:0 1px 2px #555555;
		text-align:left;
	
}

.stats_data_table tr.alternative_color, .stats_data_table div.alternative_color{
	background:#ececec;
}
.stats_data_table a
{
	font-size:11px;
}
/*** End stats_data_table ***/ 


/*****End  Css by RD *******************************************************/

