.neutralPage {
	background: url(/images/redesign/grad_neutral.gif) repeat-x; 
}
 
.dating {
	color: #498649;
}

.relationship {
	color: #19778E;
}

.intimate {
	color: #A07902;
}

.neutral_11 {
	font-size: 11px;
}

.neutral_12 {
	font-size: 12px;
}

.centredCell {
	display: table-cell;
	text-align: center;
	text-indent: 0px;
}

.datingFolder {
	display:block;
	width: 363px;
	border-bottom: solid 10px #C4D9BB;
}

.relationshipFolder {
	display:block;
	width: 363px;
	border-bottom: solid 10px #9AD1DD;
}

.intimateFolder {
	display:block;
	width: 363px;
	border-bottom: solid 10px #F8CB6F;
}

.headerLines {
	background: url(/images/redesign/headerLines.gif) repeat-x; 
}

.interlacedBK {
	background: url(/images/redesign/interlacedLines.gif) repeat-y;
}

.neutralGrad {
	background: url(/images/redesign/neutralGrad.gif) repeat-y;
}

.neutralBorder {
	border: 1px solid #ABABAB;
}

.adspace_bigBox {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#infoBox {
	display:block;
	width: 300px;
	padding: 10px;
	border-top: 1px solid #AEAEAE;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

#statusBox_update {
	display:block;
	width: 90%;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CC0000;
}

#sponsorTile {
	margin: 20px 0 30px 0;
	width: 165px;
}

.neutralGrey_txt {
	color: #8F8F8F;
}

.neutralWhite_txt {
	color: #FFFFFF;
}

.inactive_txt {
	color: #C4C2BB;
}

.lavaRed_txt {
	color: #CC0000;
}

.error {
   color: #CC0000;
}

#error {
   color: #CC0000;
}

.memberName {
	font-size: 14px;
	font-weight: normal;
	font-variant: caps;
}

.onlineStatus {
	font-size: 11px;
	color: #d70000;
	float: right;
	padding-right: 20px;
	font-weight: bold;
}

.onlineMarker {
	display:inline;
	padding-left:10px;
	font-weight: bold;
}

#didYouKnowList ul {
	margin-left: 0px;
}

#didYouKnowList li {
		/*border: 1px solid #000000;*/
	list-style: none outside;
	background: url(/images/redesign/L-arrowRed.gif) left 3px no-repeat;
	margin-bottom: 3px;
	padding-left: 20px;
	vertical-align: top;
	
}

.formItem {
	margin-bottom: 5px;
	clear: both;
}

.formItem ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.formItem li {
	padding: 0px;
	margin: 0px;
	clear: both;
}

.formItem h2 {
	font-size: 11px;
}

.formItem label {
	width: 108px;
	float: left;
	display: block;
	font-weight: normal;
}

.formItem select {
	width: 180px;
}

.floatingLabel {
	width: 110px;
	float: left;
	display: inline;
}
	
html>body .formItem input {
	*margin-right: 0px;
}

.formItem input {
	margin-right: 5px;
}

a.readMoreLink:link, a.readMoreLink:active, a.readMoreLink:hover, a.readMoreLink:visited {
	display: block;
	text-align: right;
	font-weight: normal;
}

a.dat_memberLink:link, a.dat_memberLink:active, a.dat_memberLink:visited, a.dat_memberLink:hover {
	text-decoration: underline;
	color: #519051;
	font-weight: normal;
}

a.rel_memberLink:link, a.rel_memberLink:active, a.rel_memberLink:visited, a.rel_memberLink:hover {
	text-decoration: underline;
	color: #19778E;
	font-weight: normal;
}

a.int_memberLink:link, a.int_memberLink:active, a.int_memberLink:visited, a.int_memberLink:hover {
	text-decoration: underline;
	color: #A07902;
	font-weight: normal;
}



