/* $Id: 65.css 7981 2010-07-16 09:20:54Z ftp-dbuzz $ */
@import url("/css/i2/0/skeleton.r7726.css");

/*--- reset ------------*/

a img, :link img, :visited img {
	border: 0;
}

/*--- page layout framework ------------*/

html {
	height: 100%;
	margin-bottom: 1px; /* forces the vertical scrollbar for short pages to avoid "page jump" */
}

body {
	font: 70% "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	color: #202020;
	background-color: #d9d9d9;
}

body#feed_featured {
	background-color:transparent;
	background-image: none;
}

div#header {
	background-color: #FFF;
	height: 100px;
	margin:0;
	padding:0;
}

div#wrapperbg {
	background-color: #FFF;
}

div#bodybg {
	width: 992px;
	background-color:#FFF;
}

div#wrapper, div#container {
	width: 980px;
}

div#container {
	padding: 0 0 1em 0;
}

/*--- element defaults ------------*/

p, span, ul, ol, dd, legend, label, input, select, textarea, button, table {
	font: 12px "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
}

p {
	margin: 0 0 1.3em 0;
	line-height: 1.3em;
}

ul, ol {
	margin: 0 0 1em 3em;
}

li {
	margin: 0 0 0.5em 0;
	font-size: inherit;
	line-height: 1.3em;
}

dt {
	margin: 0 0 0.1em 0;
	font-size: 1.3em;
	font-weight: bold;
}

dd {
	margin: 0 0 1em 0;
}

abbr, acronym, span.abbr {
	font-weight: inherit;
	border-bottom: 1px dotted #202020;
	cursor: help;
}

/*--- links ------------*/

a {
	font-size: inherit;
}

a:link {
	color: #771e8f;
	text-decoration: none;
}

a:visited {
	color: #771e8f;
	text-decoration: none;		
}

a:hover {
	color: #771e8f;
	text-decoration: underline;
}

a:active {
	color: #771e8f;
	text-decoration: none;	
}

div#content a:link, div#content a:visited, div#content a:hover, div#content a:active{
	font-weight: bold;
}

div#secondary a:link, div#secondary a:visited, div#secondary a:hover, div#secondary a:active{
	font-weight: bold;
}


/*--- paragraphs ------------*/

.small {
	font-size: 0.8em;
}

.nb, span.footnote {
	color: #C00 !important;
}

span.username {
	font-weight: bold;
}

pre, code {
	font-family: "Courier New", "Courier", "FreeMono", monospace;
	color: #555;
	background: #FFFED8;
}

pre {
	margin: 0 2em 1em 2em;
	padding: 0.8em 1em;
}

/*--- bullet lists ------------*/

body#profile_photos form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*--- headings ------------*/

h1 {
	padding: 0.3em;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
}

h1 a {
	text-decoration: none;
	color: #FEFEFE !important;
}

h2 {
	margin: 0 0 0.4em 0;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 0.1em 0.4em 0.1em 0;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	color: #ff4800;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin: 0 0 0.3em 0;
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #888;
}

/*--- header times ------------*/

div#headerTimes {
	background-color: #E0E0E0;
	margin: 0;
	padding: 0;
	padding: 7px 0 8px 10px;
}

div#headerTimes ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#headerTimes ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: inline;
	border-right: solid 1px #000000;
	padding: 0 10px 0 10px;
}

div#headerTimes ul li#link3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: inline;
	border-right: none;
	padding: 0 10px 0 10px;
}

div#headerTimes ul li a {
	text-decoration:  none;
	color: #2D4563;
}

div#headerTimes ul li a:hover {
	text-decoration: underline;
	color: #2D4563;
}

div#headerTimes ul li#link2 a {
	text-decoration:none;
	color: #000;
}

div#headerTimes ul li#link2 a:hover {
	text-decoration: underline;
	color: #000;
}

/*--- header ------------*/

#header div#logo {
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 {
	padding: 0;
}

#header h1 a {
	color:#FBFBFB !important;
	display: block;
	font-size: 1em;
	text-decoration: none;
	background: transparent url("/pics/i2/65/chrome/encounters_logo.gif") no-repeat scroll left 0;
	text-indent: -580em;
	width: 420px;
	height: 61px;
	overflow:hidden;
}

#header p#strapline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #771e8f;
	float: left;
	height: 20px;
	margin: 0;
	padding: 3px 0 0 0;
}

/*--- log in box ------------*/

div#loginBox.box {
	color: #333333;
	display: block;
	float: right;
	padding: 0;
	position: relative;
	text-align: right;
	height: 100px;
	width: 320px;
	background: transparent url("/pics/i2/65/chrome/loginBox_bg.gif") no-repeat scroll left 20px;
	margin-right: 20px;
}

div#loginBox div.c {
	display: none;
}

form#loginForm fieldset, form#logoutForm fieldset {
	padding-left: 10px;
	padding-top: 0;
	float: left;
	display: block;
	border: none;
}

div#loginBox h4 {
	margin: 25px 0 5px 10px;
	padding: 0;
	color: #202020;
}

div#loggedInBox {
	color: #333333;
	float: right;
	display:inline;
	text-align: right;
	width: 320px;
	background: transparent url("/pics/i2/65/chrome/loginBox_bg.gif") no-repeat scroll left 20px;
	margin-right: 20px;
	padding-top: 30px;
	height: 70px;
}

div#loggedInBox h4 {
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #202020;
}

div#loggedInBox p.name {
	display: inline;
	font-weight: bold;
	margin-left: 0;
	padding: 10px 20px 0 0.3em;
	color: #202020;
}

div#loggedInBox a {
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 8px 20px 0 250px;
	background: transparent url("/pics/i2/65/chrome/logout_btn.gif") no-repeat right top;
	height: 25px;
	width: 50px;
	float: right;
	padding-top: 5px;
	text-decoration: none;
	font-size: 12px;
}

div#loggedInBox a:hover {
	background: transparent url("/pics/i2/65/chrome/logout_btn_h.gif") no-repeat right top;
}

/* login and logout forms */
form#loginForm input.t {
	width: 9em;
	margin-right: 0.2em;
}

form#loginForm label {
	font-size: 1em;
}

form#loginForm a {
	font-size: 0.9em;
}

textarea#mNarrative, textarea#narrative {
	width: 99%;
	height: 15em;
}

/*--- div#navigation ------------*/

div#navigation {
	background-color: #FFF;
}

body#splash div#navigation ul.secondLevel, body#splash div#navigation ul.thirdLevel, body#join div#navigation ul.secondLevel, body#join div#navigation ul.thirdLevel, body#help_safety div#navigation ul.secondLevel, body#help_safety div#navigation ul.thirdLevel{
	display: none;
}

div#navigation a {
	text-decoration: none;
	color: #FFFFFF;
}

div#navigation ul.firstLevel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	font-size:14px;
	float: left;
	width: 100%;
	height: 31px;
	background: #771e8f url("/pics/i2/65/chrome/firstLevel_bg.gif") repeat-x scroll left top;
}

div#navigation ul.firstLevel li {
	border-right: 1px solid #FFF;
	height: 31px;
}

div#navigation ul.firstLevel li a {
	padding: 6px 12px 7px;
}

div#navigation ul.firstLevel li a:hover {
	text-decoration: none;
	background-color: #681782;
}

div#navigation ul.firstLevel li.on {
	background-color: #202020;
}

div#navigation ul.firstLevel li.on a {
	color: #FFF;
	background-color: #202020;
}

div#navigation ul.secondLevel {
	float: left;
	width: 100%;
	height: 31px;
	background: #FFF url("/pics/i2/65/chrome/secondLevel_bg.gif") repeat-x scroll left top;
	vertical-align: middle;
	border-top: 2px solid #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#navigation ul.thirdLevel {
	float: left;
	width: 100%;
	height: 31px;
	background-color: #ebebeb;
	vertical-align: middle;
	border-top: 1px solid #595959;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

div#navigation ul.secondLevel li.last, div#navigation ul.thirdLevel li.last {
	background: none;
}

div#navigation ul.secondLevel li a, div#navigation ul.thirdLevel li a {
	padding: 8px 6px;
	font-size: 14px;
	color: #222;
	height: 15px;
	border-right: 1px solid #202020;
}

div#navigation ul.secondLevel li a:hover, div#navigation ul.thirdLevel li a:hover {
	color: #000;
	background-color: #cacaca;
	text-decoration: none;
}

div#navigation ul.secondLevel li.on a, div#navigation ul.thirdLevel li.on a {
	color: #FFF;
	background-color: #202020;
	text-decoration: none;
}


/*--- Page headings ------------*/
body#splash div#pageHeader {
	display: none;
}

body#home div#pageHeader{
	display:none;
}

div#pageHeader {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #666;
	padding: 0.5em 0 0.2em 0;
	color: #202020;
	margin-bottom: 0.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*--- Breadcrumb trail ------------*/

div#breadCrumb {
	padding: 0.3em 0.3em 0.3em 0;
	color: #000;
	width: 50em;
	font-size:1.1em;
}

div#breadCrumb a {
	color: #771e8f;
	text-decoration: none;
}

div#breadCrumb a:hover {
	color: #771e8f;
	text-decoration: underline;
}

.separator {
	background: url("/pics/i2/65/chrome/separator_crumbs.gif") center no-repeat;
	padding: 0 0.3em 0 0.3em;
}

div#breadCrumb span.firstSeparator {
	display:none;
}

div#breadCrumb .active a {
	color: #771e8f;
	font-weight: bold;
}

/*--- #secondary ------------*/

div#secondary .box {
	margin-bottom: 1em;
	color: #646464;
	border-bottom: 1px solid #AAA;
}

div#secondary h4 {
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
	color: #0A0A0A;
}

div#secondary p {
	font-size: 1em;
}

/*--- footer ------------*/

div#footer {
	height: 55px;	
	color: #202020;
	background-color: #cccccc;
	padding-top:10px;
	margin-top:10px;
}

div#footer p {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

div#footer a {
	color: #2d4563;
	text-decoration: none;
}

div#footer span#totop {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

div#footer p#copyright, div#footer p#copyrightlinks {
	float: none;
	text-align: center;
}

div#footer #timeslogo a {	
	height: 50px;
	text-align: center; 
	width: 180px; 
	background: transparent url("/pics/i2/65/chrome/footerlogo_thetimes.gif") no-repeat center top; 
	display: block;
	font-size: 1.0em;
	overflow: hidden;
	float: left; 
	text-indent: -580em;
}

div#footer #footertext { 
	float: left; 
	width: 620px; 
}

div#footer #sundaytimeslogo a {
	height: 50px; 
	float: right; 
	text-align: center; 
	width: 180px; 
	background: transparent url("/pics/i2/65/chrome/footerlogo_thesundaytimes.gif") no-repeat center top; 
	text-indent: -580em;
	display: block;
	font-size: 1.0em;
	overflow: hidden;
}

/*--- splash page container boxes ------------*/
body#splash #wrapperbg, body#splash #content {
	float: none;
	width: auto;
	border: none;
}

body#splash #content {
	width: 100%;
	border: none;
	padding: 0;
}

body#splash div#splashContent {
	width: 100%;
	height: 282px;
	margin: 0;
	padding: 0;
	background: transparent url("/pics/i2/65/chrome/splashcontentbg.gif") repeat-x left bottom; 
	float: left;
	border-bottom: solid 3px #333333;
}

div#splashPic {
	height: 282px;
	width: 440px;
	float: left;
}

.splash-stock-1 {
	background: url("/pics/i2/65/chrome/splash_pic1.jpg") no-repeat left top;
}
.splash-stock-2 {
	background: url("/pics/i2/65/chrome/splash_pic2.jpg") no-repeat left top;
}
.splash-stock-3 {
	background: url("/pics/i2/65/chrome/splash_pic3.jpg") no-repeat left top;
}


body#splash div#splashintro {
	float: right;
	width: 530px;
}

body#splash div#splashfeaturesBox {
	margin: 10px 0 0 0;
	width: 530px;
	float:left;
}

body#splash div#splashfeaturesBox h3 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #202020;
	background: none;
	margin: 10px 0 5px 0;
	padding: 0;
}

body#splash div#splashfeaturesBox p.splashIntroText {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right:50px;
	display:block;
}

body#splash div#splashfeaturesBox ul {
	margin: 0;
	padding: 0;
	width: 350px;
	float: left;
}

body#splash div#splashfeaturesBox ul li {
	list-style-type:none;
	padding-bottom:5px;
}

div#splashButtons {
	height:118px;
	width:119px;
	float: right;
	background: transparent url("/pics/i2/65/chrome/joinforfree_CTA.gif") no-repeat scroll 0 0;
	margin-right:30px;
}

body#splash p.callToAction a {
	color: #FFF;
	float: left;
	text-align: center;
	height:118px;
	width:119px;
	text-decoration: none;
}

body#splash p.callToAction a span {
	width:119px;
	display:block;
	padding-top:30px;
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-align: center;
}

body#splash #splashLine {
	clear: both;
	height:20px;
}

body#splash div#splashSearch {
	float: right;
	width: 28em;
}

body#splash div#splashFeatured {
	float:left;
	width: 600px;
	height:220px;
	background: #FFF url("/pics/i2/65/chrome/splashfeed_bg.gif") repeat-x left bottom;
}

/*---SPLASH FEED FEATURED AND SPLASH FEED FEATURED FOR GEO SPLASH PAGE--- */

body#splash div#splashFeatured iframe#iframe1 {
	width: 100%;
	height: 220px;
}

body#feed_featured.splash div#featuredHead h3, body#splash div#featuredBox div#featuredHead h3 {
	float:left;
	width:100%;
	background:none;
	color:#202020;
	font-size: 1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:10px 0 20px 10px;
	margin:0;
	line-height: 0;
}

body#feed_featured.splash div#featuredBox div.profile, body#splash div#featuredBox div.profile {
	float:left;
	margin:1.3em 1.8em 0em 1.3em;
	overflow:hidden;
	width:80px;
}

body#feed_featured.splash div#featuredBox div.photo, body#splash div#featuredBox div.photo {
	float:left;
	background-color:#FFFFFF;
	padding:0 4px 4px 0;
	background: #FFF url("/pics/i2/65/chrome/fpimage_bg.gif") no-repeat right bottom;
}

body#splash div#featuredBox div.photo img.photoShield { 
	margin-top:-3px;
	*margin-top:0;
}

body#feed_featured.splash div#featuredBox div.narrative, body#splash div#featuredBox div.narrative {
	float:left;
	width:80px;
	margin-top:5px;
}

body#feed_featured.splash div#featuredBox div.narrative p, body#splash div#featuredBox div.narrative p {
	display:none;
}

body#feed_featured.splash div#featuredBox div.narrative h4, body#splash div#featuredBox div.narrative h4 {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
}

body#feed_featured.splash div#featuredBox div.narrative h4 a, body#splash div#featuredBox div.narrative h4 a {
	color:#771e8f;
	text-decoration:none;
}

body#feed_featured.splash div#featuredBox div.narrative h4 a:hover, body#splash div#featuredBox div.narrative h4 a:hover {
	color:#771e8f;
	text-decoration:underline;
}

body#feed_featured.splash div.reload {
	float:right;
	width:25%;
	font-size: 12px;
	margin-top: -25px;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

/* div#quickSearchBox */

div#quickSearchBox h3 {
	margin: 0;
	background-color: transparent;
}

div#quickSearchBox fieldset {
	background-color: transparent;
	border: none;
	margin: 0;
}

div#quickSearchBox p#moreOptions {
	display:block;
	clear:both;
	width: 90%;
	text-align:center;
	padding: 10px 0;
	vertical-align:middle;
	border-top: 1px solid #202020;
	margin: 0 auto;
	margin-top:10px;
}

div#quickSearchBox button {
	margin-left: 8.9em;
	*margin-left: 9.3em;
}

div#quickSearchBox label.o {
	font-size: 1em;
}

div#quickSearchBox label {
	font-size:1.1em;
	max-width:15em;
	text-align:right;
	vertical-align:top;
}

div#quickSearchBox fieldset select#gender, select#mGender, select#mRangeID, input#mPostCode {
	width:124px;
}

div#quickSearchBox div.c {
	height:5px;
}

div#quickSearchBox fieldset select {
	border:1px solid #AFCDFB;
	margin-left:0.5em;
}

div#quickSearchBox select#mAgeMin, div#quickSearchBox select#mAgeMax {
	width:48px;
}

div.ukPostCode {
	float:left;
	text-align:right;
	width:230px;
	-width:233px;
}

div#quickSearchBox fieldset div.ukPostCode select {
	margin-left:0.3em;
}

div#quickSearchBox .ukPostCode .f {

}

span#mPostCodeSpan {
	display:block;
	float:right;
	margin-left:0.4em;
	margin-top:0.3em;
}

body#home span#mPostCodeSpan {
	display:block;
	float:right;
	margin-left:0em;
	margin-top:0.5em;
}

span#mPostCodeSpan input#mPostCode {
	width:120px;
	margin-right:1px;
}

div#quickSearchBox fieldset input#mHasPhoto {
	margin-left:8.8em;
	*margin-left:9.1em;
}

div#quickSearchBox label.o {
	font-size:1.2em;
}

/* Spalsh page div#quickSearchBox */

body#splash div#splashSearch{
	width:370px;
	float: right;
	min-height:220px;
	background: #FFF url("/pics/i2/65/chrome/splashfeed_bg.gif") repeat-x left bottom;
}

body#splash div#quickSearchBox {
	padding:0;
	text-align: center;
	float:left;
}

body#splash div#quickSearchBox p#moreOptions {
	display:none;
}
	
body#splash div#quickSearchBox h3 {
	display: none;
}
	
div#splashSearch  h3 {
	float:left;
	width:100%;
	background:none;
	color:#202020;
	font-size: 1.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:10px 0 20px 10px;
	margin:0;
	line-height: 0;
}

body#splash #genderWrapper {
	width:100px;
	float:left;
}
body#splash #mGenderWrapper {
	width:126px;
	float:left;
}
body#splash #ageWrapper {
	width:120px;
	float:left;
}
body#splash div#quickSearchBox #ageWrapper label.f {
	width:120px;
	clear: right;
	float:left;
}
body#splash div#quickSearchBox .ukPostCode  span#mRangeIDSpan .f {
	float:left;
	width:50px;
}
body#splash div#quickSearchBox .ukPostCode  span#mPostCodeSpan .f {
	float:left;
	width:100px;
}
body#splash div#quickSearchBox div.c {
	clear:right;
	height:0px;
	display: none;
}
body#splash div#quickSearchBox label {
	text-align: left;
}
body#splash div#quickSearchBox fieldset #gender_wide select#gender {
	width:80px;
}
body#splash div#dividingLine {
	border-bottom:1px dotted #999;
	clear:left;
	width: 348px;
	margin-bottom:10px;
	height:15px;
}
body#splash div.ukPostCode {
	float:left;
	text-align:left;
	width:226px;
}
body#splash span#mRangeIDSpan {
	float:left;
	width:98px;
}
body#splash span#mPostCodeSpan {
	width:100px;
	float: left;
	margin-top:0px;
}
body#splash div#mHasPhotoWrapper {
	float:left;
	width:120px;
}
body#splash div#quickSearchBox fieldset input#mHasPhoto {
	margin-right:80px;
	width:20px;
	float:left;
	margin-left:0px;
	margin-top:1.6em;
}
body#splash div#quickSearchBox label.o {
	float:left;
	margin-top:-2.3em;
	*margin-top:-3em;
}
body#splash div#quickSearchBox button {
	clear:both;
	margin-right:11em;
	margin-left:0px;
}
body#splash div#quickSearchBox fieldset select {
	margin-left:0px;
}
body#splash div#quickSearchBox fieldset div.ukPostCode select {
	margin-left:0px;
	width: 84px;
}
body#splash div#quickSearchBox select#gender {
	width: 80px;
}
body#splash div#quickSearchBox select#mGender {
	width: 108px;
}
body#splash span#mPostCodeSpan input#mPostCode {
	width: 100px;
}
body#splash div#quickSearchBox fieldset {
	padding-right:0;
	padding-left:12px;
	padding-top:6px;
}
body#splash div#quickSearchBox select#mAgeMin {
	width:42px;
}
body#splash div#quickSearchBox select#mAgeMax {
	width:48px;
}

body#splash div#quickSearchBox label.to {
	padding: 0 0.5em 0 0.7em;
	position:relative;
	top:3px;
}

body#splash div#mProvinceWrapper {
	width:200px;
	float:left;
}

body#splash div#mCountryWrapper {
	width:200px;
	float:left;
	margin:0;
	padding:0;
}

body#splash div#mProvinceWrapper select#mProvinceID {
	width:200px;
	height:4em;
}

body#splash div#mProvinceWrapper select#mCountryID {
	width:200px;
	height:4em;
}

body#splash div#quickSearchBox fieldset button {
	margin-top:10px;
	font-size:1.1em;
}


/* reduce the height of the non-uk dropdown on the loggedinHomepage */
body#home div#mCountryWrapper {
	padding-left:8px;
}

body#home div#mCountryWrapper select#mCountryID {
	height: 5em;
	*height: 6em;
	padding:0;
	margin:0;
	width:175px;
}

body#home div#mProvinceWrapper {
	padding-left:8px;
}

body#home div#mProvinceWrapper select#mProvinceID {
	height: 5em;
	*height: 6em;
	padding:0;
	margin:0;
	width:175px;
}

body#home div#quickSearchBox label.to {
	padding: 0 0.5em 0 0.7em;
	position:relative;
	top:3px;
	margin:0;
}


body#home div#quickSearchBox select#mAgeMax {
	margin-left: 3px;
}

/*--- home page container boxes ------------*/

/*--- Home page ------------*/
body#home div#wrapperbg {
	width: 980px; /* fix for IE 5 */
	border: 0;	
}

body#home div#primary {
	float: left;
	width: 980px;
	margin-top: 10px;
}

body#home div#extra {
	float: right;
	width: 350px;
	margin-bottom: 0.9em;
	margin-top: -0.2em;
}

div#content .box, div#quickSearchBox {
	margin-bottom: 1em;
}

body#home div#quickSearchBox {
	float:left;
	width:100%;
}

body#home div#homeContent{
	width: 980px;
	float: left;
	background: #f1f1f1 url("/pics/i2/65/chrome/HomeContent_bg.gif") repeat-x scroll left bottom;
	border-bottom: 3px solid #5b5b5b;
}

div#homeSession {
	float:left;
	width:620px;
	margin:0;
	padding:0;	
}

div#homeSession h3 {
	padding: 0.1em 0.4em 0.1em 10px;
	color:#202020;
}

body#home div#homeBox {
	float:left;
	width:550px;
	margin-left:20px;
}

#homeImage {
	float:left;
	text-align: center;
	width: 135px;
	height:135px;
	padding-top:15px;
	border: 2px solid #cecece;
	background: #f3f3f3 url("/pics/i2/65/chrome/homeImage_bg.gif") repeat-x scroll left top;
}

#homeViewProfile {
	text-align: center;
	margin-top: 8px;
	font-size: 105%; 
}

#yourProfileBox ul { 
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1.9em;
	margin-left: 150px;
	padding-left: 0.8em;
}
#yourProfileBox ul li{
	min-height:22px;
	padding-left:25px;
	padding-bottom:0.2em;
	padding-top:2px;
}
#yourProfileBox li#history { 
	background: url("/pics/i2/65/chrome/home_history_icon.gif") left top no-repeat;
	color: #333;
}

#yourProfileBox li#favourites {
	background: url("/pics/i2/65/chrome/home_fav_icon.gif") left top no-repeat;
	color: #333;
}
#yourProfileBox li#fans {
	background: url("/pics/i2/65/chrome/home_fans_icon.gif") left top no-repeat;
	color: #333;
}

#yourProfileBox li#messages { 
	background: url("/pics/i2/65/chrome/home_contact_icon.gif") left top no-repeat;
	color: #333;
}

#yourProfileBox li#matches {
	background:transparent url("/pics/i2/65/chrome/home_matches_icon.gif") no-repeat left top;
	color:#333333;
}

#yourProfileBox span {
	color:#333333;
	font-weight:bold;
	clear:left;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#home #yourProfileBox p.callToAction {
	margin-top:-2.8em;
	width:205px;
	margin-left:20em
}

#yourProfileBox p.callToAction span, p#subscribeNow span {
	display:block;
	background:transparent url("/pics/i2/65/chrome/button_large_right.gif") no-repeat scroll right center;
	height:50px;
	margin:0 auto;
	font:inherit;
	text-align: center;
	cursor: pointer;
	font-size: 2.2em;
	margin-right: 10px;;
}

#yourProfileBox p.callToAction span a, p#subscribeNow span a {
	display:block;
	background: url("/pics/i2/65/chrome/button_large_left.gif") left no-repeat; 
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-right:25px;
	padding:0 0 0 20px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p.callToAction span a:hover, p.callToAction span a:visited {
	text-decoration: none;
	color: #fff;
}

div#content p.callToAction span a {
	font-weight: normal;
	font-size: 0.85em;
}

div#content p.callToAction span a:hover {
	font-weight:normal;
}

body#home div#homeSearch {
	float:right;
	width:350px;
	padding: 0;
	border-left: 10px solid #FFF;
}

body#home #quickSearchBox h3 {
	display:none;
}

body#home div#homeSearch h3 {
	text-align: left;
	line-height:1.2em;
	padding: 5px 0 0 10px;
	color:#202020;
}

body#home #splashLine {
	clear:both;
	height: 20px;
}

body#home div#featuredBox {
	float:left;
	width:620px;
	background: #FFF url("/pics/i2/65/chrome/homefpright_bg.gif") no-repeat scroll right bottom;
}

/*-----home featured profiles------*/
body#home #featuredHead h3 {
	padding: 0.1em 0.4em 0.1em 10px;
	color:#202020;
}

body#home div#featuredBox div.profile {
	float:left;
	margin-left: 40px;
	overflow:hidden;
	padding: 0 0.2em 0.6em 0;
	width:10em;
}

body#home div#featuredBox div.profile h4 {
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#home div#featuredBox div.narrative {
	float:left;
	height:80px;
	margin-top:10px;
	width:100px;
}

body#home div#featuredBox div.photo {
	float:left;
	background-color:#FFFFFF;
	padding:0 4px 4px 0;
	background: #FFF url("/pics/i2/65/chrome/fpimage_bg.gif") no-repeat right bottom;
}

body#home div#fpMore {
	background: #e0e0e0 url("/pics/i2/65/chrome/fpmore_bg.gif") no-repeat scroll left 0;
	float:right;
	font-size:12px;
	margin-top:-40px;
	height:25px;
	width:210px;
	margin-right:20px;
}

body#home div#fpMore a {
	text-align:center;
	height:20px;
	width:210px;
	display:block;
	padding-top:5px;
}

body#home div#featuredBox  div#fp1 {
	margin-left:20px;
}

/* div#storiesBox */

body#home #storiesBox h3 {
	padding: 0.1em 0.4em 0.1em 10px;
	color:#202020;	
}

div#storiesBox blockquote {
	margin-bottom: 1em;
	border-bottom: 1px solid #202020;
	margin-left:10px;
}

div#storiesBox blockquote.last {
	border-bottom: none;
}

div#storiesBox blockquote p.cite {
	margin-bottom: 0.8em;
	font-weight: bold;
}

body#home div#storiesBox p.readMore {
	background: #e0e0e0 url("/pics/i2/65/chrome/readmore_bg.gif") no-repeat scroll left 0;
	float:right;
	font-size:12px;
	height:25px;
	width:180px;
	margin-right:20px;
	display:block;
	clear:both;
}

body#home div#storiesBox p.readMore a {
	text-align:center;
	height:20px;
	width:180px;
	display:block;
	padding-top:5px;
}

/* info success stories page */
div.story {
	border: 1px solid #CCC;
	width: 33.8em;
	float: left;
	margin-bottom: 1em;
	border-top: none;
}

div.story h3{
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1em;
	color: #333;
	background: #ededed url("/pics/i2/65/chrome/subheadbg.gif") repeat-x scroll left bottom;
	height:26px;
	padding: 0.4em 0.4em 0em 0.4em;
	border-top: 1px solid #CCC;
}

body#info_success div.story p {
	padding:0.4em;
}

body#home div#storiesBox blockquote, body#spalsh div#storiesBox blockquote  {
	padding-left: 0.2em;
}


/*--------- Date of the Day ------------*/ 

/*------- DOTD basic structure ------------*/
div.dotdborder {
	border-bottom:3px solid #333333;
}

div#splashDateOfTheDay {
	float:left;
	padding:0 0 20px 0;
	width: 100%;
	margin: 10px 0 0 0;
}

div#splashDateOfTheDay div#alignProfileCTA {
	width:180px;
	margin:0;
	padding:0;
	padding-right:20px;
}

div#splashDateOfTheDay div#profileInfo {
	width: 35em;
	float: left;
}

div#splashDateOfTheDay div#featuredBox {
	margin: 0;
	padding: 0;
	width: 600px;
	float: left;
	background: #FFF url("/pics/i2/65/chrome/splashfeed_bg.gif") repeat-x left bottom;
	height:210px;	
}

div#splashDateOfTheDay table.profile {
	margin: 0;
}

div#splashDateOfTheDay table td.value {
	padding-left: 5px;
}

/*-------  DOTD featured profile -----------------------*/
div#splashDateOfTheDay div#splashFeaturedProfile.box {
	padding: 0;
	margin: 0;
	width: 55em;
}

div#splashDateOfTheDay div#splashFeaturedProfile div#profileInfo img.gender{
	padding-left: 5px;
}

div#splashDateOfTheDay div#splashFeaturedProfile div#profileInfo h2 {
	display: inline;
	padding: 0;
	margin-top:0px;
}

div#splashDateOfTheDay div#splashFeaturedProfile div#profileInfo p#headline {
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 0.3em;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

div#splashDateOfTheDay div#splashFeaturedProfile h2 {
	font: 1.6em "Georgia", serif;
	color:#202020;
}

/*-------  DOTD join benefits -----------------------*/

div#splashDateOfTheDay div#splashJoinBenefits {
	width: 320px;
	padding:1em;
	margin-top:15px;
	background: #FFF url("/pics/i2/65/chrome/splashfeed_bg.gif") repeat-x left bottom;
	height:300px;
}

div#splashDateOfTheDay div#splashJoinBenefits h3 {
	font: 1.6em "Georgia", serif;
	background: none;
	margin-bottom: 1.0em;
	color:#202020;
}

div#splashDateOfTheDay div#splashFeatures ul {
	margin-left: 1.5em;
	padding-top:5px;
}

div#splashDateOfTheDay div#splashFeatures li {
	margin-left: 0;
	line-height: 1em;
	padding-left: 5px;
}

/*------- DOTD join benefits CTA -----------------------*/ 
div#splashDateOfTheDay div#splashFreeTrial {
	margin-bottom: 1em;
	margin-top: 3.0em;
	padding: 0;
	background:transparent url("/pics/i2/65/chrome/button_large_right.gif") no-repeat right;
	height: 44px;
	cursor: pointer;
	vertical-align: bottom;
	width: 225px;
	float: left;
	margin-left:45px;
}

div#splashDateOfTheDay div#splashFreeTrial span {
	display: block;
	background: transparent url("/pics/i2/65/chrome/button_large_left.gif") left no-repeat; 
	height: 44px;
	margin-right: 14px;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

div#splashDateOfTheDay div#splashFreeTrial span a {
	color: #fff;
	font-size: 1.8em;
	text-align:left;
	padding-left: 24px;
	text-decoration: none;
	float:left;
	line-height:44px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#splashDateOfTheDay div#splashFreeTrial span a:hover, div#splashDateOfTheDay div#splashFreeTrial span a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/*------- DOTD profile CTA -----------------------*/ 
div#splashDateOfTheDay p#profileCTA {
	margin-bottom: 1em;
	padding: 0;
	background:transparent url("/pics/i2/65/chrome/button_large_right.gif") no-repeat right;
	height: 44px;
	cursor: pointer;
	font-weight: bold;
	vertical-align: bottom;
	width: 205px;
	float: left;
}

div#splashDateOfTheDay p#profileCTA span {
	display: block;
	background: transparent url("/pics/i2/65/chrome/button_large_left.gif") left no-repeat; 
	height: 44px;
	margin-right: 14px;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

div#splashDateOfTheDay p#profileCTA span a {
	color: #fff;
	font-size: 1.6em;
	text-align:left;
	padding-left: 24px;
	text-decoration: none;
	float:left;
	line-height:44px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#splashDateOfTheDay p#profileCTA span a:hover, div#splashDateOfTheDay p#profileCTA span a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/*------- featured profiles section -----------------------*/  
div#splashDateOfTheDay div#featuredHead {
	float: left;
	width: 570px;
}

body#splash div#splashDateOfTheDay div#featuredHead h3 {
	background: none;
	margin-bottom: 0;
	font: 1.6em "Georgia", serif;	
}

div#splashDateOfTheDay div#featuredBox div.profile {
	margin:0.4em 1.8em 0em 1.3em;
}


/* DOTD page div#quickSearchBox */

div#splashDateOfTheDay div#quickSearchWrapper{
	float: right;
	margin: 0;
	padding: 0 0 10px 10px;
	background: #FFF url("/pics/i2/65/chrome/splashfeed_bg.gif") repeat-x left bottom;
	width:340px;
}

div#splashDateOfTheDay div#quickSearchBox {
	width: auto;
	margin:0;
	padding: 0;
	float: left;	
}

div#splashDateOfTheDay div#quickSearchBox fieldset {
	padding-right:0;
	padding-left:0px;
	padding-top:6px;
	border: none;
	margin:0;
}

div#splashDateOfTheDay div#quickSearchBox label.to {
	padding: 0 0.3em 0 0.3em;
}

div#splashDateOfTheDay div#quickSearchBox h3 {
	padding: 10px 0 10px 0;
	margin:0;
	display:block;
	font: 1.6em "Georgia", serif;
	color:#202020;
}

div#splashDateOfTheDay #genderWrapper {
	width:90px;
	float:left;
}

div#splashDateOfTheDay #mGenderWrapper {
	width:116px;
	float:left;
}

div#splashDateOfTheDay #ageWrapper{
	width:120px;
	float:left;
}

div#splashDateOfTheDay div#quickSearchBox #ageWrapper label.f {
	width:120px;
	clear: right;
	float:left;
}

div#splashDateOfTheDay div#quickSearchBox .ukPostCode span#mRangeIDSpan .f {
	float:left;
	width:50px;
}

div#splashDateOfTheDay div#quickSearchBox .ukPostCode span#mPostCodeSpan .f {
	float:left;
	width:100px;
}

div#splashDateOfTheDay div#quickSearchBox div.c {
	clear:right;
	height:0px;
	display: none;
}

div#splashDateOfTheDay div#quickSearchBox label {
	text-align: left;
	padding-bottom:2px;
}

div#splashDateOfTheDay div#quickSearchBox fieldset #gender_wide select#gender{
	width:80px;
}

div#splashDateOfTheDay div#dividingLine {
	border-bottom:1px dotted #999;
	clear:left;
	margin-bottom:5px;
	height:20px;
	width:320px;
}

div#splashDateOfTheDay div.ukPostCode {
	float:left;
	text-align:left;
	width:205px;
}

div#splashDateOfTheDay span#mRangeIDSpan {
	float:left;
	width:90px;
}
div#splashDateOfTheDay span#mPostCodeSpan {
	width:100px;
	float: left;
	margin-top:0px;
}

div#splashDateOfTheDay div#mHasPhotoWrapper{
	float:left;
	width:120px;
	padding-left:8px;
}

div#splashDateOfTheDay div#quickSearchBox fieldset input#mHasPhoto{
	margin-right:80px;
	width:20px;
	float:left;
	margin-left:0px;
	margin-top:1.7em;
}

div#splashDateOfTheDay div#quickSearchBox label.o {
	float:left;
	margin-top:-2.3em;
	*margin-top:-3em;
}

div#splashDateOfTheDay div#quickSearchBox button {
	overflow: visible;
	border:none;
	cursor:pointer;
	clear:both;
	float:left;
	margin:10px 0 0 0;
}

div#splashDateOfTheDay div#quickSearchBox button span {
	text-align: center;
}

div#splashDateOfTheDay div#quickSearchBox fieldset select{
	margin-left:0px;
	border: 1px solid #b0ccfb;
}

div#splashDateOfTheDay div#quickSearchBox fieldset div.ukPostCode select{
	margin-left:0px;
	width: 80px;
}

div#splashDateOfTheDay div#quickSearchBox select#gender{
	width: 80px;
}

div#splashDateOfTheDay div#quickSearchBox select#mGender{
	width: 108px;
}

div#splashDateOfTheDay span#mPostCodeSpan input#mPostCode{
	width: 100px;
	height: 1.3em;
	border: 1px solid #b0ccfb;
}

div#splashDateOfTheDay div#quickSearchBox select#mAgeMin{
	width:48px;
}

div#splashDateOfTheDay div#quickSearchBox select#mAgeMax{
	width:48px;
}

div#splashDateOfTheDay div#mProvinceWrapper{
	width:160px;
	float:left;
}
div#splashDateOfTheDay div#mProvinceWrapper select#mProvinceID{
	width:160px;
}
div#splashDateOfTheDay div#mCountryWrapper{
	width:160px;
	float:left;
}
div#splashDateOfTheDay div#mProvinceWrapper select#mCountryID{
	width:160px;
}

div#splashDateOfTheDay div#quickSearchBox p#moreOptions{ 
	display:none;
}


/*--- intro message ------------*/

div.intro {
	margin-bottom: 1em;
	padding: 10px 10px 1px 0px;
	color: #202020;
	background-color: #FDFDFD;
	min-height: 10px; /* fix for IE */
}

div.intro p {
	font-weight: bold;
}

div.intro h4 {
	font: 1.7em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
}

/*--- alerts ------------*/
div.info, div.note, div.tip, div.err, div.success {
	margin-bottom: 1em;
	padding: 20px 10px 1px 90px;
	min-height: 68px;
}

html > body div.info, html > body div.note, html > body div.tip, html > body div.err, html > body div.success {
	height:auto;
	min-height:68px;
}

div#tipOuter div.tip, div#infoOuter div.info {
	height:68px;
}

div#geographicLocation div.tip {
	height:68px;
}

div.info h4, div.note h4, div.tip h4, div.err h4, div.success h4 {
	margin-bottom: 0.1em;
	padding: 0;
	font: bold 1.4em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	border: none;
}

/* info */
div.info {
	color: #06267b;
	background: transparent url("/pics/i2/65/chrome/info.gif") 10px 10px no-repeat;
	height:68px;
}

div.info h4 {
	font-size: 1.2em;
}

/* note */
div.note {
	color: #C00;
	background: transparent url("/pics/i2/65/chrome/note.gif") 10px 10px no-repeat;
	height: 68px;
}

/* tip */
div.tip {
	color: #06267b;
	background: transparent url("/pics/i2/65/chrome/tip.gif") 10px 10px no-repeat;
	min-height: 68px;
}

/* err */
div.err {
	color: #C00;
	background: transparent url("/pics/i2/65/chrome/err.gif") 10px 13px no-repeat;
	min-height: 68px;
}

/* success */
div.success {
	color: #339900;
	background: transparent url("/pics/i2/65/chrome/success.gif") 10px 13px no-repeat;
	min-height: 68px;
}
/*--- mail message ------------*/

div.message {
	margin-bottom: 1em;
}

div.message a {
	color: #0B0B0B;
}

div.message p.date {
	margin-bottom: 0;
	padding: 0.2em 0.7em;
}

div.message p.message {
	padding: 0.5em;
	margin-bottom: 0;
}

div.message ol, div.alert ul {
	margin-bottom: 0;
}

h3.message {
	margin-bottom: 0;
}

fieldset#mailMessage textarea {
	width: 99%;
	height: 20em;
}

/*--- conversation dialogue ------------*/

div.dialogue {
	margin-bottom: 1em;
	border: 1px solid #cab0e6;
}

div.dialogue h4 {
	padding: 0.4em 0.5em;
	background-color: #eae6f1;
	border: none;
}

div.dialogue p.conversation {
	padding: 0.6em;
	margin-bottom: 0;
}

div.dialogue div.footer {
	padding: 0.4em 0.7em;
}

div.dialogue div.footer a {
	margin-right: 1em;
}

div.dialogue div.footer img {
	vertical-align: -3px;
}

/*--- articles ------------*/

h3.article {
	margin-bottom: 0;
}

p#articleDate {
	padding: 0.2em 0;
}

div.article p#author {
	margin-bottom: 0;
	font-weight: bold;
}

/*--- forms ------------*/

fieldset {
	margin: 0 0 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	position: relative;
}

fieldset.single label, fieldset.single input, fieldset.single select {
	margin-right: 0.9em;
	margin-bottom: 0.4em;
}

fieldset.single * {
	vertical-align: middle;
}

fieldset.buttons {
	background: #FFF url("/pics/i2/65/chrome/buttons_bg.gif") repeat-x scroll left bottom;
	border: 1px solid #cab0e6;
	
}
body#mail_inbox form#form1 fieldset.buttons, body#mail_outbox form#form1 fieldset.buttons, body#mail_voice form#form1 fieldset.buttons {
	margin: -1.7em 0 0 0;
	float: right;
	background-color: #CCC;
	width: auto;
}

fieldset.delete {
	background-color: #FFEDED;
	border: none;
}

fieldset.last {
	margin-bottom: 0;
}

legend {
	margin: -1em 0 1em -0.6em; /* fix for IE */
	font-weight: bold;
	color: #0A0A0A;
	padding: 0 5px;
}

html>/**/body legend { /* reset for other browsers */
	margin: 0;	
}

input.o { /* override for check boxes and radio buttons */
	margin-right: 5px;
	vertical-align: middle;
}

label.i {
	display: none;
}

form span.note {
	font-size: 0.9em;
	display: block;
}

form#customiseResults span.note {
	margin-top: 0.6em;
	display: block;
}

table span.note {
	font-size: 0.9em;
	color: #333333;
	font-weight:bold;
}

form table.selector span.note {
	margin-top: 1em;
}

div.key p {
	font-size: 1em;
}

span.compulsory {
	color: #C00;
}

span.hidden {
	color: #00C300;
}

form h4, body#profile_photos h3#ul {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #202020;
	background: #FFF url("/pics/i2/65/chrome/subheadbg.gif") repeat-x scroll left bottom;
	height:26px;
	padding: 0.4em 0.4em 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

table td.label {
	white-space: nowrap;
	padding-right: 1em;
}

body#profile_base form#form2 h4, body#profile_me div#culturalCharacteristics h4, body#profile_me div#narrativeQuestions h4, body#profile_match form#frmMM h4, body#profile_depth form#frmMM h4, body#profile_photos form h4, body#profile_photos h3#ul {
	margin-bottom: 0.4em;
}

body#profile_base form h4, body#profile_me form h4, body#profile_match form h4, body#profile_depth form h4, body#profile_photos form h4, body#profile_photos h3#ul {
	border: 1px solid #CCC;
	height: 17px;
	line-height: 1.2em;
}
body#profile_base form#form1 h4, body#profile_me div#geographicInformation h4, body#profile_me div#physicalDescription h4, body#profile_me div#relationshipsChildren h4, body#profile_me div#vices h4, body#profile_me div#educationProfession h4, body#profile_me div#matchCountry h4{
	border-bottom: none;
}

body#profile_photos h3#conditions, body#profile_photos h3#etiquette, body#profile_photos h3 {
	background-color:none;
	background:none;
}

div#loginBox div.c, body#find_search #basicSearchCriteria div.c {
	height: 5px;
}

body#profile_match form#frmMM div.c {
	height: 1em;
}

body#profile_match fieldset#postCodeAndRadius {
	margin-top: 0.3em;
}

body#profile_match form#frmMM fieldset.toolTips div.c {
	height: 0;
}


form#frmMM label, body#profile_voice table.selector label {
	margin-right: 0.5em;
}

body#profile_match table.selector {
	margin-top:5px;
}


/*--- My profile ------------*/
body#profile_depth .multipleChoice {
	width:100%;
}

body#profile_depth .multipleChoice td {
	padding:0.25em;
}

table.selector .inputTd {
	text-align:right;
}

table.selector tbody tr td.toolTipTd {
	width:25px
}


/*--- delete profile ------------*/

form.delete fieldset {
	margin-top: 3em;
	background-color: #FFEDED;
	border: 1px solid #d26363;
	color:#990000;
}

form.delete fieldset p {
	color:#990000;
}

form.delete fieldset button {
	font-size:1.1em;
	background: transparent url("/pics/i2/65/chrome/delete_button_off_tile.gif") 0 0 repeat-x;
}

form.delete fieldset button:hover {
	background: transparent url("/pics/i2/65/chrome/delete_button_on_tile.gif") 0 0 repeat-x;
}


textarea#mNarrative, textarea#narrative {
	width: 99%;
	height: 15em;
}

/*--- buttons ------------*/

button, a.button, input.inputTypeSubmit, input.inputTypeSubmitRounded, div#giftBtn span a {
	padding: 0.2em 0.2em;
	font: bold 1.2em "Arial", "Helvetica", sans-serif;
	color: #fff;
	background: transparent url("/pics/i2/65/chrome/button_off_tile.gif") 0 0 repeat-x;
	border: none;
	width: auto; /* Ref: http://jehiah.cz/archive/button-width-in-ie */
	overflow: visible;
	margin-right:5px;
	cursor:pointer;
	height:25px;
	padding-bottom: 0.3em;
}

button:hover, a.button:hover, input.inputTypeSubmit:hover, input.inputTypeSubmitRounded:hover, div#giftBtn span a:hover  {
	color: #fff;
	background: transparent url("/pics/i2/65/chrome/button_on_tile.gif") 0 0 repeat-x;
	border: none;
	cursor:pointer;
}

button[disabled], button[disabled]:hover, a.button[disabled], a.button[disabled]:hover, input.inputTypeSubmit[disabled], input.inputTypeSubmit[disabled]:hover {
	color: #fff;
	background: #afaeae url("/pics/i2/65/button_disabled_tile.gif") 0 0 repeat-x;
    cursor: not-allowed;
	border: 1px solid #a2a0a0;
}

body#profile_voice table#table2 button {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:1.1em;
}

/*--- tables ------------*/

table {
	margin-bottom: 1em;
	border-collapse: collapse;
}

td, th {
	padding: 0.3em;
}

table th, table caption {
	font-weight: bold;
}

table.padder td {
	padding-bottom: 0.6em;
}

body#profile_me div#relationshipsChildren td.label,  body#profile_me div#vices td.label, body#profile_me div#educationProfession td.label, body#profile_me table.selector td.label {
	padding-right: 1em;
	width: 12em;
}


/* default basic table */
table.basic {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

table.basic caption {
	padding: 0.5em;
	color: #FFF;
	background-color: #83269b;
}

table.basic th {
	padding: 0.5em;
}

table.basic td {
	padding: 0.3em 0.4em;
}

table.basic th, table.basic td {
	border-top: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

table th.h1 {
	color: #FFF;
	background-color: #308ED7;
}

table th.h2 {
	color: #202020;
	background-color: #d6d6d6;
}

table th.h3 {
	background-color: #F6F6F6;
}

/* paging */
div.pagingBox {
	margin-bottom: 1em;
	margin-top: 0.5em;
	clear: both;
}

table.paging {
	margin-top: 0.1em;
	text-align: center;
	background: #f5f3f8 url("/pics/i2/65/chrome/pagination_bg.gif") repeat-x scroll left bottom;
	border: 1px solid #cab0e6;
}

table.paging td {
	padding: 0.4em 0.7em;
	border: 0;
}

table.paging td.l {
	width: 20%;
	text-align: left;
}

table.paging td.c {
	width: 60%;
	text-align: center;
}

table.paging td.r {
	width: 20%;
	text-align: right;
}

/* profile */
table.profile {
	margin: 0;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

table.profile th, table.profile td {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

table.profile td.key {
	white-space: nowrap;
}

/* forms where the labels are long, with a select box alongside */
body#join form#form1 table input#agree, table.selector select {
	margin-right: 0.7em;
}

body#join select#mGender {
	width:auto;
}

select {
	margin: 1px;
}

/* tables in a form */
form table, form table td, form table th {
	border: 0;
}

form table {
	margin-bottom: 0;
}

form table td, form table th {
	padding: 0;
}

/*--- search ------------*/

form.searchForm label {
	font-weight: bold;
}

form.searchForm fieldset#checkBoxes label.o {
	font-weight: normal;
}

fieldset.wrapper fieldset {
	border: none;
	border-bottom: 1px solid #bfbfbf;
}

fieldset.wrapper fieldset.last {
	border-bottom: none;
}

form.searchForm div.moreOptions label {
	font-weight: normal;
}
form.searchForm h4{
	background-color: #FFFFFF;
	height:18px;
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 0.4em 0.4em 0.5em;
}
form.searchForm fieldset select#gender{
	width:124px;
}
form.searchForm fieldset#checkBoxes {
	margin:0.8em 0 0;
	padding:0.6em 0 0 0em;
	*padding: 1em;
}
/* forms where the labels are right-aligned */
body#join form#form1 td.label, body#profile_base form#form1 td.label, body#profile_me div#geographicInformation td.label, body#profile_me div#physicalDescription td.label, body#profile_me div#hivStatus td.label, body#profile_me div#matchCountry td.label, body#help_contact form#form2 td.label, 
body#help_tellFriend form#form1 td.label, body#find_tellFriend form#form1 td.label, body#find_search form#form1 td.label, body#affiliates_details form#form1 td.label, body#affiliates_join form#form2 td.label, body#affiliates_access form#form1 td.label, body#partners_details form#form1 td.label, 
body#partners_copy form td.label, body#profile_match fieldset#hivStatus td.label, body#profile_voice form#form1 table.voice td.label, body#subscribe_how form#form1 td.label, body#partners_gallery form#form1 td.label, fieldset#mailHead td.label {
	padding-right: 1em;
	width: 19em;
	text-align: right;
}

body#profile_match select#wHeight, body#profile_match select#wBodyType, body#profile_match select#wLooks, body#profile_match select#wHair, body#profile_match select#wEyes, body#profile_match select#wEthnicity
, body#profile_match select#wHomeLanguage, body#profile_match select#wLanguages, body#profile_match select#wReligion, body#profile_match select#wRelationship, body#profile_match select#wHaveKids, body#profile_match select#wWantKids, body#profile_match select#wEating, body#profile_match select#wSmoking, body#profile_match select#wDrinking, body#profile_match select#wEducation, body#profile_match select#wOccupation, body#profile_match select#wIncome, body#profile_match select#wStarSign, body#profile_match select#wNationality, body#find_search select#mGender, body#find_search select#mAgeMin, body#find_search select#mAgeMax, body#find_search select#mCountryID, body#find_search select#mProvinceID, body#find_search select#mCityID {
	margin-top: 0.3em;	
}
body#profile_voice textarea#ivrTxtMsg {
	height:5em;
	width:50%;
}
body#profile_voice form span.note {
	display:block;
	font-size:0.9em;
}
/* post code */
form.searchForm div#postCode label, div#exactHeight label {
	font-weight: normal;
}
div#postCode {
	float:left;
	padding-bottom:0.3em;
	width:48em;
}

/* saved searches */
div#savedSearchNew {
	border-top: 1px solid #CCC;
}

/* saved searches */
div#savedSearchOptions input {
    margin-right: 0.5em;
}

div#savedSearchOptions span.buttonAppendage,div#savedSearchNew span.buttonAppendage {
	*margin-top: 1px;
}

/*--- subscribe ------------*/

div.SecurepaymentButton {
	margin:0.4em 0;
	text-align:center;
}

fieldset#subscribeOptions {
	padding: 8px;
}

fieldset#paymentOptions {
	padding: 8px;
}

body#subscribe_now div#content{
	width: 980px;
	margin: 0 auto;
}

body#subscribe_now div#wrapperbg{
	 width: 980px;
	 border: none;
	 margin: 0 auto;
}

body#subscribe_now div#primary {
	float: left;
	width: 980px;
}

table#table3 {
	border: none;
	margin:0;
	padding:0;
}

fieldset#subscribeOptions, fieldset#paymentOptions {
	color: #2d2c2c;
	background-color:#99CC99;
	border: 1px solid #202020;
	background: #FFF url("/pics/i2/65/chrome/options_bg.gif") left bottom repeat-x;
}

fieldset#paymentOptions {
	height:385px;
}

fieldset#paymentOptions h4, fieldset#subscribeOptions h4 {
	height:28px;
	padding: 0.2em 0.2em 0.2em 2.0em;
	border:none;
	color:#202020;
	background:none;
	font-size:18px;
}

fieldset#subscribeOptions h4 {
	background: transparent url("/pics/i2/65/chrome/subsoptions_number.gif") left top no-repeat;
}

fieldset#paymentOptions h4 {
	background: transparent url("/pics/i2/65/chrome/paymentoptions_number.gif") left top no-repeat;
}

fieldset#subscribeOptions div.strapline {
	margin:0;
	padding:0;
	float: left;
}

fieldset#subscribeOptions tr#row6months.multilineSelected {
	height:138px;
}

fieldset#subscribeOptions tr#row6months.multilineSelected td.radio {
	background: transparent url("/pics/i2/65/chrome/selectedrow_tdradiobg.gif") left top no-repeat;
}

fieldset#subscribeOptions tr#row6months.multilineSelected td.options {
	background: transparent url("/pics/i2/65/chrome/selectedrow_tdoptionsbg.gif") right top no-repeat;
}

fieldset#subscribeOptions tr#row6months.multiline {
	height:138px;
}

fieldset#subscribeOptions tr#row6months.multiline td.radio {
	background: transparent url("/pics/i2/65/chrome/selectedrow_tdradiobg.gif") left top no-repeat;
}

fieldset#subscribeOptions tr#row6months.multiline td.options {
	background: transparent url("/pics/i2/65/chrome/selectedrow_tdoptionsbg.gif") right top no-repeat;
}

fieldset#subscribeOptions tr#row3months.multiline {
	height:128px;
}

fieldset#subscribeOptions tr#row3months.multiline td.radio {
	background: transparent url("/pics/i2/65/chrome/3monthsrow_tdradiobg.gif") left top no-repeat;
}

fieldset#subscribeOptions tr#row3months.multiline td.options {
	background: transparent url("/pics/i2/65/chrome/3monthsrow_tdoptionsbg.gif") right top no-repeat;
}

fieldset#subscribeOptions tr#row1month.multiline {
	height:88px;
}

fieldset#subscribeOptions tr#row1month.multiline td.radio {
	background: transparent url("/pics/i2/65/chrome/1monthrow_tdradiobg.gif") left top no-repeat;
}

fieldset#subscribeOptions tr#row1month.multiline td.options {
	background: transparent url("/pics/i2/65/chrome/1monthrow_tdoptionsbg.gif") right top no-repeat;
}

fieldset#subscribeOptions tr#row3days.multilineSelected {
	height:75px;
}

fieldset#subscribeOptions tr#row3days.multilineSelected td.radio {
	background: transparent url("/pics/i2/65/chrome/3daysrow_tdradiobg.gif") left top no-repeat;
}

fieldset#subscribeOptions tr#row3days.multilineSelected td.options {
	background: transparent url("/pics/i2/65/chrome/3daysrow_tdoptionsbg.gif") right top no-repeat;
}

fieldset#subscribeOptions td.radio, fieldset#subscribeOptions td.options {
	padding-left: 0.7em;
	vertical-align: middle;
}

body#subscribe_now div.strapline sup {
	font-size:0.8em;
	padding-top:3px;
	display:block;
}

fieldset#subscribeOptions tr#row1month.multiline div.hedgeHog {
	display:none;
}

fieldset#subscribeOptions td.radio span.period {
	font-size: 1.4em;
	font-weight:normal;
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions div.packageHead {
	font-size: 1.6em;
	color: #57026e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions tr.multilineSelected div.packageHead {
	font-weight:bold;
}

fieldset#subscribeOptions tr#row6months.multiline div.packageHead {
	font-weight:bold;
}


fieldset#subscribeOptions tr#row3months.multiline div.packageHead {
	display:none;
}

fieldset#subscribeOptions div.packageSubHead, fieldset#subscribeOptions tr.multilineSelected div.packageSubHead {
	display:block;
	font-size: 1.6em;
	font-weight:normal;
	color: #57026e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions span.value, fieldset#subscribeOptions tr.multilineSelected span.value {
	font-size: 1.4em;
	display:block;
	padding:7px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

fieldset#subscribeOptions tr.multilineSelected span.value {
	font-weight: bold;
}

fieldset#subscribeOptions tr#row6months.multiline span.value {
	font-weight: bold;
}

fieldset#subscribeOptions td.options span.subsDiscount {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions td.options span.percentsave {
	font-size:100%;
	color:#57026e;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

fieldset#subscribeOptions tr.multilineSelected td.options span.subsDiscount {
	font-size: 1.4em;
	font-weight: bold;	
}

fieldset#subscribeOptions tr.multilineSelected td.options span.percentsave {
	font-size:100%;
	font-weight: bold;
}

fieldset#subscribeOptions tr#row6months.multiline td.options span.subsDiscount {
	font-size: 1.4em;
	font-weight: bold;	
}

fieldset#subscribeOptions tr#row6months.multiline td.options span.percentsave {
	font-size:100%;
	font-weight: bold;
}


fieldset#subscribeOptions span.subsInvoiced {
	display:block;
	padding: 5px 0 0 0;
	font-size:0.9em;
	color:#666666;
	float:left;
}

fieldset#subscribeOptions span.amount {
	font-size:0.9em;
	color:#666666;
}

fieldset#subscribeOptions div.hedgeHog {
	float:right;
	padding-right: 30px;
}

fieldset#subscribeOptions div.saving2line {
	width:100px;
	height:100px;
}

fieldset#subscribeOptions p.hedgehogContent {
	font-weight:bold;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions span.hedgehogSave {
	display: block;
	font-weight:normal;	
	text-align:center;
	padding:0;
	margin:0;
	margin-bottom: -3px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

fieldset#subscribeOptions div#saving6months p.hedgehogContent {	font-size:2.0em; color:#FFF; padding-top:20px;}
fieldset#subscribeOptions div#saving6months span.hedgehogSave { color:#FFF; font-size:0.8em;}

fieldset#subscribeOptions div#saving3months p.hedgehogContent {	font-size:1.6em; color:#464545;	padding-top:26px;}
fieldset#subscribeOptions div#saving3months span.hedgehogSave { color:#464545; font-size:0.9em;}

fieldset#subscribeOptions div#saving6months {
	background: transparent url("/pics/i2/65/chrome/6months_hedgehog.gif") left top no-repeat;
}

fieldset#subscribeOptions div#saving3months {
	background: transparent url("/pics/i2/65/chrome/3months_hedgehog.gif") 11px 10px no-repeat;
}

/* cards */
fieldset#paymentOptions div#cards {
	padding:10px 0 0 0;
	margin:0;
	float:left;
}

fieldset#paymentOptions div#cards div.payOption {
    margin: 0 0.2em 2em 0.2em;
    width: 80px;
    text-align: center;
    height: 60px;
}

fieldset#paymentOptions div#cards div.payOption input {
    float: left;
    margin-left: 37px;
}

fieldset#paymentOptions div#cards label {
	width: 90px;
	height: 30px;
	padding-bottom:8px;
}

/* collapsable boxes */
div#altMethodsBox {
	float: left;
	margin:0;
	padding:8px 0 10px 0;	
}

div#altMethodsBox p {
	padding:0 0 0 10px;	
}

div#giftBox, div#continuousBox, div#vouchersBox {
	width: 652px;
	margin:0;
	padding:0 0 10px 0;
}

fieldset#giftBoxOptions, fieldset#continuousBoxOptions, fieldset#vouchersBoxOptions {
	border: #CCC 1px solid;
	margin:0;
	padding:0;
	width: 642px;
	float:left;
}

fieldset#continuousBoxOptions h4, fieldset#giftBoxOptions h4, fieldset#vouchersBoxOptions h4 {
	float:left;
	width: 632px;
	margin:0;
	padding:0;
	display:inline;
	padding-left:10px;
	padding-top: 5px;
	border:none;
}

div#giftBox div.collapse, div#vouchersBox div.collapse, div#continuousBox div.collapse {
	margin-right:10px;
	padding-top:5px;
	height:15px;
	width:15px;
	cursor:pointer;
}

div#giftBox p, div#continuousBox p { 
	margin:0; 
	padding:5px 5px 10px 5px;
}

/* proceed buttons */
body#subscribe_now div#subscribeCTA { 
	background: transparent url("/pics/i2/65/chrome/subsBtn_whole.gif") no-repeat scroll left center;
	width:185px;
	height:45px;
	margin: 15px auto;
}

body#subscribe_now div#subscribeCTA button {
	background:none;
	border:none;
	width:185px;
	height:45px;
	cursor:pointer;
	display: block;
	font-size:2.1em;
	font-weight: normal;
	text-align: center;	
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#subscribe_now div#subscribeCTA button span {
	display: block;
	background: none; 
	height: 45px;
	width: 185px;
	color:#FFFFFF;
}

p.subscribeLegend, div.subs3and1Msg { 
	float:left;
	width: 600px;
}

p.subscribeLegend sup {
	float: left;
	position:absolute;
	font-size: 1.2em;
	left:1px;
}

p.subscribeLegend {
	padding-left:10px;	
}

body#subscribe_now form#subscribeFrm span.subHeadLegend {
	font-size: 1.2em;
	position:absolute;
	padding:0 0 0 2px;
}

/*--- subscribe process cheque ------------*/
span.faxNum {
	font-size:1.2em;
	font-weight:bold;
}

p.accountName {
	font-size:1.3em;
	font-weight:bold;
}

p.info {
	background-color:#dadada;
	border-left:2px solid #771e8f;
	color:#771e8f;
	padding:1em;
}

.nb{
	color: red;
	font-weight: bold;
}

/* how to subscribe */
body#subscribe_how table#table1 td div.cards {
	padding: 0 0.5em 0.5em 0.5em;
	width: 210px;
	text-align: center;
}

body#subscribe_how table#table1 td img {
	vertical-align: middle;
}

body#subscribe_how table#table1 td {
	padding: 1em;
}

body#subscribe_how form#form11 label {
	width: 2em;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
}

body#subscribe_how form#form11 input {
	float: left;
}

body#subscribe_how form#form11 p {
	margin-left: 6em;
	margin-bottom: 0;
}

fieldset#subscribeNow {
	background-color: #DEFFDE;
	border: none;
}

body#subscribe_how div#profileHead {
	margin-bottom: 1em;
}

form#giftProceed {
	display: inline;
}

/*--- Why subscribe------------*/
div#whyContent {
	float:left;
	width:42em;
}

body#subscribe_why div#featuredProfiles{
	float: right;
}

div#whyContent h3 {
	margin: 0;
	padding-bottom:10px;
	font-size: 1.6em;
}

body#subscribe_why iframe#iframe1 {
	height:520px;
	width:295px;
}

body#feed_featured.subscribe_why div#featuredBox div.profile {
	border-bottom:1px solid #AAAAAA;
	margin-bottom:0.5em;
	width:290px;	
}

body#feed_featured.subscribe_why div#featuredBox div.profile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;

}

body#feed_featured.subscribe_why div#featuredBox div.photo {
	float:left;
	margin-bottom:0.5em;
}

body#feed_featured.subscribe_why div#featuredBox div.photo a {
	float:left;
}


body#feed_featured.subscribe_why div#featuredBox div.narrative {
	float:left;
	padding-left:10px;
	width:160px;
}

p#subscribeNow {
	padding: 1em;
	text-align: center;
	background-color: #FFF;
}

body#subscribe_why p.callToAction {
	display:block;
	margin:0.7em 120px;
	text-align:center;
	width: 220px;
}

body#feed_featured.subscribe_why div.reload {
	font-weight: bold;
	text-align:right;
	float:right;
}

/*--- subscribe rates ------------*/
body#subscribe_rates p.callToAction span {
   width: 8em;	
   margin-bottom: 0.3em;
   float:left;
}

/*--- live chat ------------*/

p#startChatting {
	padding: 1em;
	text-align: center;
	background-color: #E5FFE5;
}

p#startChatting a {
	font-size: 1.5em;
}

/*--- modify profile ------------*/

table#profileStatus {
	border: none;
	margin-bottom: 1em;
}

table#profileStatus td, table#profileStatus th {
	padding: 0;
	margin: 0;
	border: none;
}

table#profileStatus caption {
	padding-bottom: 1.2em;
	color: #333;
	text-align: left;
	font-size: 1.2em;
}

td#requiredTip div span, td#optionalTip div span {
	background-color: #fff;
}

table#profileStatus tr#profileStatusTips td#requiredTip, table#profileStatus tr#profileStatusTips td#optionalTip {
	background: url("/pics/i2/65/chrome/profileNav_bg_bl.gif") left top no-repeat;
	height: 1.2em;
	padding-left: 0.3em;
}

table#profileStatus tr#profileStatusTips td#requiredTip div, table#profileStatus tr#profileStatusTips td#optionalTip div {
	background: url("/pics/i2/65/chrome/profileNav_bg_br.gif") right top no-repeat;
	height: 2.5em;
	padding-top: 0.8em;
	padding-right: 0.3em;
	font-size: 0.9em;
	text-align: center;
}

table#profileStatus tr#profileStatusTips td#requiredTip div span, table#profileStatus tr#profileStatusTips td#optionalTip div span {
	font-size: 1em;
	padding:3px;
}

table#profileStatus td.arrow span {
	display: none;
}

table#profileStatus td.arrow {
	background: url("/pics/i2/65/chrome/profileNav_arrow.gif") 50% 50% no-repeat;
	width: 1.3em !important;
}

table#profileStatus td a {
	display: block;
	padding: 0.3em 0;
	font-size: 1em;
	color: #333;
	text-align: left;
	text-decoration: none;
	outline: none;
}

table#profileStatus span.desc {
	display: block;
	text-align: center;
	font-size: 0.9em;
}

table#profileStatus td span.on {
	font-weight: bold;
	color:#000;
}

table#profileStatus td span.state img, div#profileStatusKeys span img {
	height: 15px;
	width: 15px;
}

table#profileStatus td.incomplete a, table#profileStatus td.complete a, table#profileStatus td.optional a  {
	background:transparent url("/pics/i2/65/chrome/profileNav_bg_complete.gif") repeat-x scroll left bottom;
	border: 1px solid #cd7ae3;
}

table#profileStatus td.complete a:hover, table#profileStatus td.incomplete a:hover, table#profileStatus td.optional a:hover {
	background: transparent url("/pics/i2/65/chrome/profileNav_bg_hover.gif") repeat-x scroll left bottom;
	border: 1px solid #bebebe;
	color:#000;
}

table#profileStatus td.summary a {
	background:#ED1B2E url("/pics/i2/65/chrome/profileNav_bg_summaryInac.gif") repeat-x scroll left bottom;
	border: 1px solid #990000;
	color: #990000;
}

table#profileStatus td.summary a:hover {
	background:#FEB0B1 url("/pics/i2/65/chrome/profileNav_bg_summaryInac_h.gif") repeat-x scroll left bottom;
	border: 1px solid #990000;
	color: #990000;
}

table#profileStatus td.completed a {
	background:#B5B5B5 url("/pics/i2/65/chrome/profileNav_bg_summary.gif") repeat-x scroll left bottom;
	border: 1px solid #005700;
	color: #006600;
	padding-left: 1px;
}

table#profileStatus td.completed a:hover {
	background:#A8D900 url("/pics/i2/65/chrome/profileNav_bg_summary_h.gif") repeat-x scroll left bottom;
	border: 1px solid #005700;
	color: #006600;
}

table#profileStatus td.on a {
	font-weight: bold;
}

table#profileStatus td.on a:hover {
	cursor: not-allowed;
}

table#profileStatus td span.state {
	display: block;
	width: 100%;
}

table#profileStatus td.complete span.state {
	background: url("/pics/i2/65/chrome/myprofile_tick.gif") 50% 50% no-repeat;
}

table#profileStatus td.optional span.state, table#profileStatus td.incomplete span.state {
	background: url("/pics/i2/65/chrome/myprofile_cross.gif") 50% 50% no-repeat;
}

table#profileStatus td span.label {
	display: block;
	color: #202020;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

table#profileStatus td.summary span.label, table#profileStatus td.summary span.desc {
	color: #990000;
}

table#profileStatus td.completed span.label, table#profileStatus td.completed span.desc {
	color: #006600;
}

table#profileStatus td.complete span.label {
	display: none;
}

table#profileStatus td.optional span.label {
	display: none;
}

table#profileStatus td.incomplete span.label {
	display: none;
}

table#profileStatus td.summary {
	width: 120px;
}

table#profileStatus td.summary span.state{
	display: none;
}

div#profileStatusKeys {
	padding-top: 0.2em;
	color: #202020;
	font-size: 0.9em;
	margin-top: -12em;
	float: right;
	text-align: right;
}

div#profileStatusKeys span {
	padding-left: 0.5em;
	color: #333;
}

div#profileStatusKeys span#keyIncomplete {
	background: url("/pics/i2/65/chrome/myprofile_cross.gif") 0 0 no-repeat;
	margin-left: 1em;
}

div#profileStatusKeys span#keyComplete {
	background: url("/pics/i2/65/chrome/myprofile_tick.gif") 0 0 no-repeat;
}

/*--- profile_photos ------------*/
div.photoSection fieldset.photoVisibility {
	margin-top: 1.5em;
}


/*--- profile search results ------------*/
div.resultBox {
	border: 1px solid #a6a6a6;
	float: left;
	width: 33.8em;
}

body#find_search span#newSearch span, body#find_byName span#newSearch span, body#find_keyword span#newSearch span {
	background:transparent url("/pics/i2/65/chrome/searchAgain.gif") no-repeat scroll 110px -39px;
	cursor:pointer;
	display:block;
	height:35px;
	margin:0 0 0.3em auto;
	text-align:center;
	width:11em;
}

body#find_search span#newSearch span a, body#find_byName span#newSearch span a, body#find_keyword span#newSearch span a {
	background:transparent url("/pics/i2/65/chrome/searchAgain.gif") no-repeat scroll left -2px;
	cursor:pointer;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	height:35px;
	line-height:29px;
	margin-right:15px;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:#FFFFFF;
}

div.alt {
	margin-left: 2em;
}

div.resultBox .head {
	position: relative; /* fix for <= IE 6 */
	background: #f7f6f6 url("/pics/i2/65/chrome/head_bg.gif") repeat-x scroll right bottom;
}

div.resultBox .head h3 {
	margin: 0;
	font-size: 1.5em;
	padding: 0 0.5em;
	background:none;
	height:25px;
}

div.resultBox .head h3 a {
	text-decoration: none;
}

div.resultBox .photo {
	padding-left:0.6em;
	text-align:left;
}

div.resultBox .head p.headline {
	margin: 0 0 0.5em 0;
	padding: 0.4em 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	color: #202020;
}

div.resultBox .head p.modifyNote {
	position: absolute;
	top: 0.1em;
	right: 0.5em;
	font-size: 1.1em;
	line-height: 1em;
}

p.modifyNote span.modifySince, p.modifyNote span.newSince {
	font-size: 0.6em;
	font-weight: bold;
}

p.modifyNote span.modifySince {
	color: #F00;
}

p.modifyNote span.newSince {
	color: #33cc00;
}

div.resultBox .stats  {
	padding-left: 1em;
	width: 20em;
}

div.resultBox .key {
	font-weight:bold;
}

div.resultBox .stats p {
	margin: 0;
	padding: 0.3em 0;
	border-bottom: 1px solid #d2d2d2;
}

div.resultBox .actions {
	width: 32em;
	float: left;
	clear: both;
}

div.resultBox .actions ul li.removeButton,div.resultBox .actions ul li.addFavButton  {
	margin-left:0.2em;
}
div.resultBox .actions ul {
	margin: 0;
	padding: 0.5em 0 0.7em 0.5em;
	list-style-type: none;
}

div.resultBox .actions ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: none;
	float: left;
}

div.resultBox .actions ul li a {
	height: 22px; /* for <= IE 6 */
	margin: 0 0 2px 0;
	padding: 2px 0 0 28px;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	width: auto;
}

html>body div.resultBox .actions ul li a { /* fix for other browsers */
	min-height: 22px;
	height: auto;
}

div.resultBox .contactButton, div.resultBox .removeButton, div.resultBox .addFavButton, div.resultBox .remFavButton{
	width: 170px;
}

div.resultBox li.contactButton a {
	background: url("/pics/i2/65/chrome/contactSmall_off.gif") 0 3px no-repeat;
}

div.resultBox li.contactButton a:hover {
	background: url("/pics/i2/65/chrome/contactSmall_on.gif") 0 3px no-repeat;
}

div.resultBox li.addFavButton a {
	background: url("/pics/i2/65/chrome/addFav_off.gif") 0 0 no-repeat;
}

div.resultBox li.addFavButton a:hover {
	background: url("/pics/i2/65/chrome/addFav_on.gif") 0 0 no-repeat;
}

div.resultBox li.remFavButton a {
	background: url("/pics/i2/65/chrome/remFav_off.gif") 0 0 no-repeat;
}

div.resultBox li.remFavButton a:hover {
	background: url("/pics/i2/65/chrome/remFav_on.gif") 0 0 no-repeat;
}

div.resultBox li.chatButton a {
	background: url("/pics/i2/65/chrome/chat_off.gif") 0 0 no-repeat;
}

div.resultBox li.chatButton a:hover {
	background: url("/pics/i2/65/chrome/chat_on.gif") 0 0 no-repeat;
}

div.resultBox li.tellFriendButton a {
	background: url("/pics/i2/65/chrome/tellFriend_off.gif") 0 0 no-repeat;
}

div.resultBox li.tellFriendButton a:hover {
	background: url("/pics/i2/65/chrome/tellFriend_on.gif") 0 0 no-repeat;
}

div.resultBox li.addBlockButton a {
	background: url("/pics/i2/65/chrome/addBlock_off.gif") 0 0 no-repeat;
}

div.resultBox li.addBlockButton a:hover {
	background: url("/pics/i2/65/chrome/addBlock_on.gif") 0 0 no-repeat;
}

div.resultBox li.remBlockButton a {
	background: url("/pics/i2/65/chrome/remBlock_off.gif") 0 0 no-repeat;
}

div.resultBox li.remBlockButton a:hover {
	background: url("/pics/i2/65/chrome/remBlock_on.gif") 0 0 no-repeat;
}

div.resultBox li.voiceRecButton a {
	background: url("/pics/i2/65/chrome/voiceRec_off.gif") 3px -1px no-repeat;
}

div.resultBox li.voiceRecButton a:hover {
	background: url("/pics/i2/65/chrome/voiceRec_on.gif") 3px -1px no-repeat;
}

div.resultBox li.removeButton a {
	background: url("/pics/i2/65/chrome/remove_off.gif") 0 0 no-repeat;
}

div.resultBox li.removeButton a:hover {
	background: url("/pics/i2/65/chrome/remove_on.gif") 0 0 no-repeat;
}

div.resultBox .narrative {
	margin-top: 0.3em;
}

div.resultBox .narrative p {
	padding: 0 0.8em 0.1em 0.8em;
	font-size: 1em;
}

/*--- images ------------*/

img.message, img.profile, img.profile_del, img.new, img.vmail, img.recycle {
	vertical-align: middle; /* removes extra space below image */
}

img.tick {
	width: 13px;
	height: 13px;
}

img.cross {
	width: 13px;
	height: 13px;
}

img.message {
	width: 18px;
	height: 13px;
}

img.profile, img.profile_del {
	width: 11px;
	height: 14px;
}

img.new {
	width: 16px;
	height: 16px;
}

img.ask {
	width: 13px;
	height: 13px;
}

img.quickplay {
	width: 15px;
	height: 15px;
}

img.vmail {
	width: 14px;
	height: 14px;
}

img.recycle {
	width: 16px;
	height: 15px;
}

img.gender {
	padding: 0 5px;
}

img.noPic {
	width: 100px;
	height: 100px;
}

img.voice {
	width: 15px;
	height: 16px;
}

/*--- misc elements ------------*/

div.hr { /* horizontal rule */
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #CCC;
}

div.tellafriendMsg {
	color: #202020;
	background-color: #dadada;
}

div.tellafriendMsg blockquote {
	border-left: 2px solid #771e8f;
	padding-left: 1em;
}

/*--- help_faq ------------*/

div#questions {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}

div#answers h3 {
	margin-bottom: 1em;
}

p.totop {
	text-align: right;
}

/*--- tooltips ------------*/

#toolTipContainer {
	padding: 0.7em 1em;
	color: #202020;
	background-color:#eae6f1;
	border: 1px solid #cab0e6;
}

#toolTipContainer p, #toolTipContainer ul {
	font-size: 0.9em;
}

#toolTipContainer p {
	margin: 0;
}

#toolTipContainer ul {
	margin: 1em 1em 0 1.5em;
}

table.toolTips input, table.toolTips select {
	float: left;
}

span.toolTip {
	display: block;
	float: right;
	font-size: 0.8em;
	color: #FBFBFB;
	background: url("/pics/i2/65/chrome/tooltip.gif") top right no-repeat;
	vertical-align: text-top;
	text-indent: -200em;
	cursor: help;
	width: 21px;
	height:21px;
}

fieldset.buttons span.toolTip {
	float: right;
}

body#chat table caption span.toolTip {
	margin-top: -1.5em;
}

body#mail_voice table#table2 span.toolTip, body#mail_vmessage table#table2 span.toolTip {
	margin: 0 auto;
	float: none;
	width: auto;
}


/* buttons fieldset */
fieldset.toolTips button {
	float: left;
	width: auto;
}

fieldset.toolTips span.toolTip {
	float: right;
	margin-top: 0.2em;
}

/* instances where span.toolTip appears below the associated field(s) and needs to be brought back into place */
span.realign {
	position: absolute;
	background: url("/pics/i2/65/chrome/tooltip.gif") top left no-repeat;
	margin: 0;
	top: 1.7em;
	right: 1em;
}

html>/**/body span.realign, x:-moz-any-link {
   top: -0.5em;
   right: 2.0em;
}

/* reset for those in abbr elements */
abbr span.toolTip {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	color: #202020;
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
	border: none;
}

/* profile - mail_message */
body#mail_message div#backToProfile {
	background:#f5f3f8 url("/pics/i2/65/chrome/pagination_bg.gif") repeat-x scroll 0 0;
	clear:right;
	float:right;
	margin:1em 0;
	padding:0.4em 0.7em;
	width:68%;
	border: 1px solid #cab0e6;
}
body#mail_message div#adminBox {
	display:none;
}

div.messagePanel {
	clear:both;
	float:left;
	margin-top:15px;
	width:100%;
}

body#mail_message div.messagePanel {
	clear:right;
	float:right;
	width:49em;
}

body#mail_message div.replyPanel div.messagePanel {
	clear:right;
	float:right;
	width:70em;
}

.ratingStar_l {
	border: none;
}

body#mail_message div.replyPanel {
	border-top:1px solid #AAAAAA;
	padding-top:5px;
}

body#mail_message div.extraPanel {
	float:left;
	margin-top:1em;
	width:auto;
}

div.extraPanel {
	margin:0;
	padding:0;
	width:100%;
}

body#mail_message #actionsPrimaryLinks {
	margin-left:0.5em;
	padding:0.3em 0 0.5em;
	width:220px;
}

/*--- profile ------------*/

div#profileHead {
	padding: 1em;
}

div#profileBg {
	float: left;
	width: 19.5em;
}

#profileHead #profileInfo {
	position:static; /*fix for IE6*/
}

#profileInfo h2 {
	display: inline;
	font-size: 2.0em;
	line-height: 0.8em;
	color: #ff4800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


#profileInfo h2 a {
	font: normal Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:18px;
}


#profileInfo p#headline {
	margin: 0;
	padding: 0.4em 0;
	line-height: 1.1em;
	color: #202020;
	border-bottom: 1px solid #CCC;
	margin-bottom:5px;
}

#profileInfo img.gender {
	padding-left: 2px;
	vertical-align: 3px;
}

#profileInfo img.voice {
	position: absolute;
	top: 0;
	right: 0;
}

#profileInfo p#details, #profileInfo p#lastModify, #profileInfo p#lastLogin {
	margin-bottom: 0;
	padding: 0.1em 0;
	border-bottom: none;
}

#profileInfo p#lastLogin {
	padding-bottom: 15px;
	border: none;
	float: left;
}

#profileInfo span.date {
	font-size: 1em;
	font-weight: bold;
}

#profileInfo span.loggedIn {
	font-size: 1em;
	font-weight: bold;
	color: #009900;
}

#profileInfo p.details {
	margin-bottom: 0;
	padding: 0.4em 0;
}

#profileInfo p#details{
	display: none;
}

#profileInfo p#details span {
	padding: 0 0.5em;
}

/* #photosBox */
#photosBox {
	background:url("/pics/i2/65/chrome/profilepic_bg.gif") top left repeat-x;
	padding:1em;
	text-align:center;
	border:solid 2px #a0a0a0;
	width: 180px;
	float:left;
	clear:left;
}

#photosBox h4.prof {
	display:none;
}

#photosBox #primaryPhoto {
	text-align:center;
}

#photosBox #primaryPhoto a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #000;
	text-align:center;
	margin:0 auto;
	outline: none;
}

#photosBox ul {
	padding: 0;
	display:block;
	margin: 8px 0 0 0;
	width:100%;
}

#photosBox ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height:17px;
}


div#voiceBox {
	clear: both;
	border-bottom: 1px solid #a0a0a0;
}


/* TWO_WAY MATCH */
#matchScore {
	color: #333;
	float: right;
	font-size: 1em;
	margin: 0 0.5em 0.8em 0;
	text-align: right;
	width: 500px;
}

#matchScore #matchee p, #matchScore #matcher p {
	margin: 0;
	padding: 3px 0 0 0;
	clear: both;
	font-size: 0.9em;
}

#matchScore #matchee p {
	margin-right: 3px;
	text-align: right;
}

#matchScore #matcher p {
	margin-left: 3px;
	text-align: left;
}

#matchScore #twoway {
	margin-top:0;
	text-align:center;
	float: left;
}

#matchScore #twoway p {
	clear:both;
	font-size:0.9em;
	margin:10px 0 0 5px;
	padding:40px 0pt 0 0;
	background: transparent url("/pics/i2/65/chrome/twoway_heart.gif") no-repeat scroll right -4px;
	text-align: center;
	height: 20px;
	width:100px;
}

#matchScore #twoway h5 {
	margin-bottom:0px;
	margin-left:10px;
	margin-top:0px;
	width:120px;
	font-size: 1.2em;
	display: block;
	color: #202020;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#matchScore #matchee {
	float:left;
	margin-top:35px;
	text-align:right;
	width:183px;
}
#matchScore #matcher {
	float:right;
	margin-top:35px;
	width:183px;
}
#matchScore #matchee .graph {
	background: url("/pics/i2/65/chrome/match_greybar.gif") 0 0 no-repeat;
	padding: 1px;
	width: 183px;
	height: 9px;
	float: right;
	padding-right: 0px;
}

#matchScore #matcher .graph {
	background: url("/pics/i2/65/chrome/match_greybar.gif") 0 0 no-repeat;
	padding: 1px;
	width: 183px;
	height: 9px;
	float: left;}

#matchScore #matchee .graph #matcheeG {
	background: url("/pics/i2/65/chrome/matchee_orangebar.gif") repeat-x right 0;
	height: 9px;
	margin-right: 2px;
}

#matchScore #matcher .graph #matcherG {
	background: url("/pics/i2/65/chrome/match_orangebar.gif") repeat-x 0 0;
	height: 9px;
}
span.percentage {
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	line-height:0.8em;
}

#matchScore #twoway span.percentage {
	color:#FFFFFF;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.0em;
	display: block;
	margin-top: -20px;
	width: 75px;
	text-align: center;
	float: right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#matchee span.percentage, div#matcher span.percentage {
	color:#ff4800;
	font-size:1.3em;
	font-weight:bold;
	line-height:0.8em;
}

table.profile{
	border:medium none;
	empty-cells:show;
	margin:0pt;
}

table.profile tr.alt td {
	background-color:#FFFFFF;
}

table.profile td, table.profile th {
	padding: 0.4em 0 0.2em 0;
	border: none;
	border-bottom: 1px dotted #DDDDDD;
}

table.profile tr.last td{
	border: none;
}

/*--- actions ------------*/
#actionsPrimary, #actionsSecondary {
	clear: left;
	float: left;
	margin-top: 0;
	margin-left: 4px;
	padding: 0 0 0 1em;
	width: 19.5em;
}

#actionsPrimaryLinks, #actionsSecondaryLinks {
	border-top: 1px solid #a0a0a0;
	float:left;
	width:200px;
	padding:6px;
}

#actionsPrimaryLinks ul li, #actionsSecondaryLinks ul li { 
	margin-bottom: 0px;
}

#actionsPrimaryLinks ul li a, #actionsSecondaryLinks ul li a {
	float: left;
	height: 22px; /* fix for <= IE 6 */
	margin: 0;
	padding: 2px 0 0 30px;
	font-weight: bold;
	width: auto;
}

html>body #actionsPrimaryLinks ul li a, html>body #actionsSecondaryLinks ul li a { /* fix for other browsers */
	min-height: 22px;
	height: auto;
}

#actionsSecondaryLinks ul li p {
	float: left;
	height: 19px; /* fix for <= IE 6 */
	margin: 0;
	padding: 2px 0 0 30px;
	color: #666;
	font-weight: bold;
	width:auto;
}

html>body #actionsSecondaryLinks ul li p { /* fix for other browsers */
	min-height: 19px;
	height: auto;
}

#actionsSecondaryLinks ul li span.note {
	width: 80%;
	margin: -3px 0 0 14px; /* fix for <= IE 6 */
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	line-height: 1.1em;
}

html>body #actionsSecondaryLinks ul li span.note { /* fix for other browsers */
	margin: -3px 0 0 30px;
}

#actionsSecondaryLinks ul li span.note a {
	background: none;
}

#actionsSecondaryLinks ul li span.note a {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1em; /* fix for <= IE 6 */
	font-weight: normal;
	text-decoration: none;
	color: #FF8A00;
	width: auto;
}

#actionsSecondaryLinks ul li span.note a:hover {
	color: #ff8a00;
	text-decoration:underline;
}

li.addInvPhotoButton p, li.addFavPhotoButton p {
	font-weight: bold;
}

#actionsPrimaryLinks ul li#favourite, #actionsPrimaryLinks ul li#tellFriend, #actionsSecondaryLinks ul li#block, #actionsPrimaryLinks ul li#block, #actionsSecondaryLinks ul li#invPrivPhotos, #actionsSecondaryLinks ul li#favPrivPhotos {
    float:left;
	padding: 0.2em 0.3em;
}

#actionsSecondaryLinks ul li#favPrivPhotos p {
	line-height:14px;
}

#actionsSecondaryLinks ul li#favPrivPhotos span.note {
	padding-top:5px;
}

div#actionsPrimary div#contact, div#actionsPrimary div#contact .noContact {
	background-color: #FFF;
	float:left;
	width:200px;
	padding-bottom:10px;
}

#contact a.contactButton {
	padding: 12px 0 0 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	background: url("/pics/i2/65/chrome/contact_off.gif") 0 1px no-repeat;
	color: #FFF;
	width:148px;
	height:32px;
	display:block;
}

#contact a.contactButton:hover {
	background: url("/pics/i2/65/chrome/contact_on.gif") 0 1px no-repeat;
	text-decoration:none;
	color: #FFFFFF;
}

#contact p {
	margin: 0.5em 0 0 0;
	font-size: 1em;
	color: #333;
}

#contact p.nb {
	font-size: 0.9em;
}

#contact span.contactButton { 
	font-weight:bold; 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
}

li.addFavButton a {
	background: url("/pics/i2/65/chrome/addFav_off.gif") 0 0 no-repeat;
}

li.addFavButton a:hover {
	background: url("/pics/i2/65/chrome/addFav_on.gif") 0 0 no-repeat;
}

li.remFavButton a {
	background: url("/pics/i2/65/chrome/remFav_off.gif") 0 0 no-repeat;
}

li.remFavButton a:hover {
	background: url("/pics/i2/65/chrome/remFav_on.gif") 0 0 no-repeat;
}

li.tellFriendButton a {
	background: url("/pics/i2/65/chrome/tellFriend_off.gif") 0 0 no-repeat;
}

li.tellFriendButton a:hover {
	background: url("/pics/i2/65/chrome/tellFriend_on.gif") 0 0 no-repeat;
}

li.addBlockButton a {
	background: url("/pics/i2/65/chrome/addBlock_off.gif") 0 0 no-repeat;
}

li.addBlockButton a:hover {
	background: url("/pics/i2/65/chrome/addBlock_on.gif") 0 0 no-repeat;
}

li.remBlockButton a {
	background: url("/pics/i2/65/chrome/remBlock_off.gif") 0 0 no-repeat;
}

li.remBlockButton a:hover {
	background: url("/pics/i2/65/chrome/remBlock_on.gif") 0 0 no-repeat;
}

li.chatButton a {
	background: url("/pics/i2/65/chrome/chat_off.gif") 0 0 no-repeat;
}

li.chatButton a:hover {
	background: url("/pics/i2/65/chrome/chat_on.gif") 0 0 no-repeat;
}

li.addBuddyButton a {
	background: url("/pics/i2/65/chrome/addBuddy_off.gif") 0 0 no-repeat;
}

li.addBuddyButton a:hover {
	background: url("/pics/i2/65/chrome/addBuddy_on.gif") 0 0 no-repeat;
}

li.remBuddyButton a {
	background: url("/pics/i2/65/chrome/remBuddy_off.gif") 0 0 no-repeat;
}

li.remBuddyButton a:hover {
	background: url("/pics/i2/65/chrome/remBuddy_on.gif") 0 0 no-repeat;
}

li.addInvPhotoButton p, li.addInvPhotoButton a {
	background: url("/pics/i2/65/chrome/addPhoto_off.gif") 0 0 no-repeat;
}

li.addInvPhotoButton a:hover {
	background: url("/pics/i2/65/chrome/addPhoto_on.gif") 0 0 no-repeat;
}

li.remInvPhotoButton p, li.remInvPhotoButton a {
	background: url("/pics/i2/65/chrome/remPhoto_off.gif") 0 0 no-repeat;
}

li.remInvPhotoButton a:hover {
	background: url("/pics/i2/65/chrome/remPhoto_on.gif") 0 0 no-repeat;
}

li.addFavPhotoButton p, li.addFavPhotoButton a {
	background: url("/pics/i2/65/chrome/addPhoto_off.gif") 0 0 no-repeat;
}

li.addFavPhotoButton a:hover {
	background: url("/pics/i2/65/chrome/addPhoto_on.gif") 0 0 no-repeat;
}

li.remFavPhotoButton p, li.remFavPhotoButton a {
	background: url("/pics/i2/65/chrome/remPhoto_off.gif") 0 0 no-repeat;
}

li.remFavPhotoButton a:hover {
	background: url("/pics/i2/65/chrome/remPhoto_on.gif") 0 0 no-repeat;
}

li.noFavPhotoButton a, li.noFavPhotoButton p, li.noInvPhotoButton a, li.noInvPhotoButton p {
	background: url("/pics/i2/65/chrome/noPhotos.gif") 0 5px no-repeat;
}

#adminBox, #profileHead #profileInfo, div#voiceBox, div#noteAndScoreBox{
	padding-left: 5px;
}

/*--- Find photos ------------*/
body#find_morePhotos div#backToProfile {
	background:#f5f3f8 url("/pics/i2/65/chrome/pagination_bg.gif") repeat-x scroll 0 0;
	border:1px solid #cab0e6;
	clear:right;
	margin:0.3em 0 1em 240px;
	padding:0.4em 0.7em;
}

body#find_morePhotos #matchScore {
	display:none;
}

body#find_morePhotos div#profileBg {
	display:none;
}

/*--- back to profile ------------*/
div#backToProfile {
	margin: 1em 0;
	padding: 0.4em 0.7em;
	background-color: #FFEDED;
}

div#backToProfile p {
	margin: 0;
	padding: 0;
	text-align: center;
}


/*--- tabs setup ------------*/

div#tabsContainer {
	margin-top: 1em;
	position: relative; /* fix for IE */
	width: 48em;
	float: right;
	clear: right;
}

div#tabsContainer.collapsed div.tab .padder, div#tabsContainer.expanded .padder p, div#tabsContainer.expanded .padder h4, div#tabsContainer.expanded .padder h5, div#tabsContainer.expanded .padder .photo {
	padding: 0.8em;
	margin: 0;
}

div#tabsContainer div.tab div.padder{
	border:solid 1px #a6a6a6;
	background-color: #fff;
	position: relative;
	bottom: 1px;
	right: 0px;
	color: inherit;
}

div#tabsContainer.collapsed div.tab {
	border: none;
}

div#tabsContainer.collapsed div.tab .padder {
	padding: 0.8em;
}

div.expanded div.tab{
	background:#fff;
	margin-left: 2px;
	margin-top: 2px;
	border: 1px solid #FFFFFF;
}

div#tabsContainer.expanded table.profile td, table.profile th {
	padding: 0.4em 0.4em 0.2em 0.4em;
}

#aboutTable table td.value, #match table td.value, #depth table td.value, #summaryTable table td.value {
	color:#333333;
	padding-right:0.5em;
	text-align:right;
	vertical-align:top;
}

h6 {
	border-bottom:1px solid #a6a6a6;
	font-size:1.4em;
	margin-bottom:0.5em;
	padding:0.3em 0 0.2em 0.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

div#summary div#narrativeMore h6 span {
	padding-left: 28.5em;
}

div#summary div#aboutMore h6 span {
	padding-left: 31em;
}

div#private h3, div#public h3, div#summary h3, div#about h3, div#narratives h3, div#match h3, div#depth h3 {
	background-color:#FFFFFF;
	border-bottom:1px solid #ccc;
	height:24px;
	padding:0.1em 0 0.1em 0.3em;
	background: url("/pics/i2/65/chrome/subheadbg.gif") repeat-x scroll left bottom;
	color:#202020;
}

/*--- tabs navigation ------------*/
ul#tabsNav {
	position:relative;
	z-index:100;
}
ul#tabsNav li {
	margin: 0 0.3em 0 0;
	padding: 0;
	background: transparent url("/pics/i2/65/chrome/tab_off_left.gif") no-repeat scroll left 0;
}

div#content ul#tabsNav li a:link, div#content ul#tabsNav li a:visited, div#content ul#tabsNav li a:hover, div#content ul#tabsNav li  a:active{
 	color: #FFFFFF;
}

ul#tabsNav li a {
	padding: 0.3em 0.8em 0.3em 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent url("/pics/i2/65/chrome/tab_off_right.gif") no-repeat scroll right 0;
}

ul#tabsNav li a:hover {
	color: #FFF;
}

ul#tabsNav li.on a {
	background-color:#FFF;
	background:transparent url("/pics/i2/65/chrome/tab_on_right.gif") no-repeat scroll right 0;
	color:#771e8f !important;
}

ul#tabsNav li.on {
	background:#FFFFFF url("/pics/i2/65/chrome/tab_on_left.gif") no-repeat scroll left 0;
	border: 0px;
}
ul#tabsNav li a:visited {
	color:#ff8a00; 
}

/*--- tabs ------------*/
div#depth table.profile {
	margin-bottom: 1em;	
}

#aboutTable table td.value, #match table td.value, #depth table td.value {
	padding-right: 0.5em;
	text-align: right;
	color: #0A0A0A;
	vertical-align: top;
}

/*--- expand/collapse toggle ------------*/
div#toggleView {
	margin-right:1em;
} 

div#toggleView a { 
	padding: 0 0 0 28px;
	margin-left: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 27px;
	width:113px;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: lowercase;
	color:#771e8f;
}

div.toggleMoreOptions a {
	padding: 3px 7px 4px 28px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #771e8f;
}

div#toggleView a.expandAnchor {
	background: transparent url("/pics/i2/65/chrome/toggleView_expand.gif") 0 center no-repeat;
}

div.toggleMoreOptions a.expandAnchor {
	background: #FFFFFF url("/pics/i2/65/chrome/expand_off.gif") 6px center no-repeat;
}

div#toggleView a.collapseAnchor {
	background: transparent url("/pics/i2/65/chrome/toggleView_collapse.gif") 0 center no-repeat;
}

div.toggleMoreOptions a.collapseAnchor {
	background: #FFFFFF url("/pics/i2/65/chrome/collapse_off.gif") 6px center no-repeat;
}

div#toggleView a.expandAnchor:hover {
	background: transparent url("/pics/i2/65/chrome/toggleView_expandh.gif") 0 center no-repeat;
}

div.toggleMoreOptions a.expandAnchor:hover {
	background: #FFFFFF url("/pics/i2/65/chrome/expand_on.gif") 0 center no-repeat;
}

div#toggleView a.collapseAnchor:hover {
	background: transparent url("/pics/i2/65/chrome/toggleView_collapseh.gif") 0 center no-repeat;
}

div.toggleMoreOptions a.collapseAnchor:hover {
	background: #FFFFFF url("/pics/i2/65/chrome/collapse_on.gif") 6px center no-repeat;
}

div.toggleMoreOptions {
	width: 20px;
	height: 20px;
}

div.toggleMoreOptions a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	text-indent: -300em;
	background-position: center center !important;
	outline: none;
}

div.toggleMoreOptions a:hover {
	color: #fff;
	background-color: #FFFFFF !important;
}

/* headings */
div.tab h4.prof, div#depth table.profile caption, div#narratives h4 {
	font-size: 1.1em;
	text-align: left;
	color: #333;
}

/*--- tabToggle ------------*/
p#tabToggle a {
	padding: 4px 0 0 25px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: lowercase;
	color: #FFF;
	margin-bottom: 1em;
	float: right;
	cursor: pointer; /* fix for Opera */
	margin:0;
	width:88px;
	height:25px;
	background-color:#FF33CC;
}

p#tabToggle a#expandAnchor {
	background: transparent url("/pics/i2/65/chrome/tabToggle_expand_on.gif") right top no-repeat;
	width:88px;
}

p#tabToggle a#expandAnchor:hover {
	background: transparent url("/pics/i2/65/chrome/tabToggle_expand_off.gif") right top no-repeat;
}

p#tabToggle a#collapseAnchor {
	background: transparent url("/pics/i2/65/chrome/tabToggle_collapse_off.gif") right top no-repeat;
	width:88px;
}

p#tabToggle a#collapseAnchor:hover {
	background: transparent url("/pics/i2/65/chrome/tabToggle_collapse_on.gif") right top no-repeat;
}
p#tabToggle a:hover {
	color: #FFFFFF;
} 

/*--- popular profiles ------------*/
table.popular {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	width: 46%;
}

table.popular td, table.popular th {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 0.3em 0.2em;
}

table.popular th.rank, table.popular th.details, table.popular th.photo {
	color:#ff4800;
	font-weight:bold;
	background-color: #f7f1ee;
}

table.popular td.photo {
	text-align:center;
}
	
table.popular td.details h3 { 
	padding:0;
	margin:0;
}

table.popular td.details h3 a { 
	font-weight:normal;
	font-size:16px;
	padding:0;
	margin:0;
}

/*--- card ------------*/
body#cards_show table th.h3 {
	width: 10em;
}

body#cards_show img#card {
	float: left;
}

body#cards_show p#message {
	margin: 0 0 0 1em;
	width: 22em;
	min-height: 176px;
	float: left;
}

/*--- AJAX ------------*/
ul#notification li {
	padding: 0.4em 0.7em 0.4em 2.5em;
}

li#activityIndicator {
	background: #FFFED8 url("/pics/i2/0/ajaxActivity.gif") 0.5em 0.4em no-repeat;
	color: #555;
}

li.successful {
	background: #D3FFD3 url("/pics/i2/65/prf/tick.gif") 0.5em 0.5em no-repeat;
	color: #063;
}

li.unsuccessful {
	background: #FFEDED url("/pics/i2/65/prf/cross.gif") 0.6em 0.6em no-repeat;
	color: #C00;
}


/* body#gallery */
body#find_gallery tr.alt td {
	background-color:#FFFFFF;
}
body#find_gallery table#gallery td.c {
	width: 12em;
}
body#find_gallery table#gallery td h4 {
	border:medium none;
	margin:0.6em 0 0.3em 0.2em;
	text-align: left;
	clear: both;
}
body#find_gallery table#gallery td p.headline {
	font-size:0.9em;
	margin:0.4em 0.4em;
	text-align: left;
}
body#find_gallery table#gallery {
	border-collapse:separate;
	border-spacing:2em;
}
body#find_gallery table#gallery td {
	/*height:15em;*/
	text-align:center;
}
body#find_gallery div#galleryAlign div#galleryWrapper{
	width: 100%;
	margin: auto;
}
body#find_gallery div#galleryAlign{
	width: 100%;
	margin: 0;
	text-align: center;
}

body#find_gallery div#galleryAlign img{
	outline:none;
}

body#find_gallery div#galleryAlign a {
	text-decoration:none;
	outline:none;
}


body#help_report div.intro p, body#help_privacy div.intro p {
	font-weight:normal;
}

body#help_report div.intro h4.sub {
	font-size:1.2em;
	font-weight:bold;
}

/*--- Splash cities pages ------------*/

div#popularplacesMain {
	width:100%;
	float: left;
	margin:0;
	padding:0;
	margin-top:-30px;
}

div#popularplacesMain span {
	color: #202020;
}

ul.popCountries {
	list-style-type:none;
	margin: 0 0 0 0;
	color: #202020;
	font: 1.6em "Georgia", serif;
}

ul.popCountries li {
	font: 0.9em "Georgia", serif;
	color: #202020;
	border:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	margin-top:20px;
}

ul.popProvinces {
	list-style-type:none;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #202020;
	margin:0;
	padding:0;
	border:none;
	width:700px;
}

ul.popProvinces li {
	font: bold 13px Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #202020;
	border:none;
	margin:0;
	padding:0;
	width:700px;
	margin-top:10px;
	padding-top:10px;
	float:left;
}

ul.popRegions {
	list-style-type:none;
	font: bold 13px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #202020;
	margin:0;
	padding:0;
	border:none;
	float: left;
	width:100%;
}

ul.popRegions li {
	font: bold 13px Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	padding:0;
	border:none;
	float:left;
	margin-top:10px;
	line-height:17px;
	color: #202020;
}

ul.popCities {
	list-style-type:none;
	font: normal 12px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	margin:0;
	padding:0;
	float:left;
	margin-bottom:10px;
	border-bottom:solid 1px #cccccc;
	width:100%;
	padding-bottom:5px;
}

ul.popCities li {
	font: normal 12px Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	border:none;
	float: left;
	width:200px;
	line-height:17px;
}

/*--- CTA elements ------------*/
div#ctaWrapper {
	border: 1px solid #a6a6a6;
	margin:0 0 10px 0;
	padding:0;
	width:785px;
	background: url("/pics/i2/65/chrome/options_bg.gif") left bottom repeat-x;
}

div#ctaWrapper div#ctaBg {
	margin:0;
	padding:10px;
	float: left;
	width:95%;
}

div#ctaSecondaryProfile {
	margin-right: 10px;
}

body#find_profile div#ctaPrimary {
	float:left;
}

div#ctaBg h3 {
	color:#202020;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	border-bottom: 1px solid #a6a6a6;
	border-top: none;	
	background:none;
	width:90%;
	float:left;
}

div#ctaWrapper div#ctaContent {
	margin:0;
	padding:0;
	float:left;
	width:98%;
}

div#ctaBg h2 {
	color:#ff4800;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

div#ctaAction {
	padding:10px 0 10px 0;
	float: left;
}

div#ctaAction p#profileCTA a.ctaActionButton {
    /* Sliding right image */
    background: transparent url('/pics/i2/65/chrome/button_large_right.gif') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 45px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
}

div#ctaAction p#profileCTA a.ctaActionButton span {
	/* Background left image */ 
	background: transparent url('/pics/i2/65/chrome/button_large_left.gif') no-repeat; 
	display: block;
	line-height: 39px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 2px 0px 5px 18px;
	font-size:1.3em;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

div#ctaAction p#profileCTA a.ctaActionButton:hover span {
	text-decoration:none;
}

div#ctaAction p#ctaMemberAccess { 
	clear:both; 
	padding:0; 
	margin:0;
	padding-top:10px;
	*padding-top:0px;
}

body#find_morePhotos div.ctaExtra {
	width:200px;
	height:80px;
	padding: 10px 0 0 0;
}

body#find_morePhotos div#ctaExtra_1 {
	background: url("/pics/i2/65/chrome/ctaExtra1.gif") left no-repeat;
}

body#find_morePhotos div#ctaExtra_2 {
	background: url("/pics/i2/65/chrome/ctaExtra2.gif") left no-repeat;
}

body#help_siteMap div#content h1 {
	display:none;
}

div#ctaSecondaryProfile.noPicP1 {
	display: none;
}

/* OFFER PAGES */
body.promo div#content {
	float: left;
	width: 980px;
	padding: 0;
}

body.promo div#promoContent {
	float: left;
	width: 966px;
	background: transparent url("/pics/i2/65/chrome/contentbg2.gif") bottom left repeat-x;
	padding: 7px;
	margin: 0;
}

body#promo_13 div#promoImage, body#promo_14 div#promoImage {
	width: 473px;
	height: 460px;
	float: left;
	background: #bbdef9 url("/pics/i2/65/chrome/mainimage_promo.jpg") bottom left no-repeat;
}

body#promo_13 div#promoImage.incompleteProfile, body#promo_13 div#promoImage.claimed, body#promo_13 div#promoImage.error, body#promo_13 div#promoImage.autoRenewal, body#promo_13 div#promoImage.subscribers, body#promo_14 div#promoImage.incompleteProfile, body#promo_14 div#promoImage.claimed, body#promo_14 div#promoImage.error, body#promo_14 div#promoImage.autoRenewal, body#promo_14 div#promoImage.subscribers  {
	width: 473px;
	height: 460px;
	float: right;
	background: #bbdef9 url("/pics/i2/65/chrome/mainimage_promo.jpg") bottom left no-repeat;
}


body.promo div#promoJoinBox {
	background-color:#FFFFFF;
	float:left;
	width:485px;
}

body.promo div#offerHeadline {
	float: left;
	height:50px;
	width: 465px;
	padding: 20px 0 10px 0;
	background: transparent url("/pics/i2/65/chrome/promo_benifitsHeaderbg.gif") top left repeat-x;
	margin: 0 0 0 10px;
}

body.promo div#offerHeadline p#headerText {
	font: 3em bold Georgia, "Times New Roman", Times, serif;
	color: #771e8f;
	text-align: center;
}

body.promo div#promoBenefits {
	padding: 10px 10px 0 20px;
	background-color: #FFF;
	float: left;
	width: 455px;
}

body.promo div#promoBenefits p#benefitHeader {
	margin: 0;
	padding:0 0 10px 0;
	font: 1.8em normal Georgia, "Times New Roman", Times, serif;
	color: #ff4800;
	font-weight: normal;
}
/* ALL THE LIST ITEMS FOR ALL THE PAGES */
body.promo ul#promoJoinBenefitList, body.promo ul#promoProfileBenefitList, body.promo ul#promoBenefitsFreebie {
	margin:0;
	line-height:20px;
	padding-left:5px;
	margin-bottom: 10px;
}

body.promo ul#promoJoinBenefitList li, body.promo ul#promoProfileBenefitList li, body.promo ul#promoBenefitsFreebie li {
	background: url("/pics/i2/65/chrome/offerbullet.gif") left 3px no-repeat;
	line-height:20px;
	padding-left:25px;
	list-style-type:none;
	color: #333333;
}

/* ALL THE CTA's FOR ALL THE PAGES */
body.promo p#joinCTA, body.promo p#completeCTA, body.promo p#matchesCTA, body.promo p#profileCTA, body.promo p#voucherCTA {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding-bottom:20px;
}

body.promo p#completeCTA {
	width: 400px;
}

body.promo p#joinCTA span, body.promo p#completeCTA span, body.promo p#matchesCTA span, body.promo p#profileCTA span, body.promo p#voucherCTA span {
	display: block;
	background: transparent url("/pics/i2/65/chrome/button_large_right.gif") no-repeat scroll right center;
	height: 70px;
	margin: 0 auto;
	font: inherit;
	text-align: center;
	cursor: pointer;
	font-size: 1.7em;
	float: left;
}

body.promo p#joinCTA span a, body.promo p#completeCTA span a, body.promo p#matchesCTA span a, body.promo p#profileCTA span a, body.promo p#voucherCTA span a {
	display:block;
	background: url("/pics/i2/65/chrome/button_large_left.gif") left no-repeat; 
	color: #fff;
	height: 70px;
	line-height: 69px;
	margin-right:12px;
	padding:0 15px 0 25px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


/* LOGIN BOX */
body.promo div#promoLoginBox {
	float: left;
	padding: 10px 0 10px 20px;
	width:465px;
	margin:0;
	background: #FFFFFF url("/pics/i2/65/chrome/promo_loginboxbg.gif") 10px 0 no-repeat;
	height: 145px;
}

body.promo p#loginHeader {
	margin:0;
	padding:0 0 5px 0;
	font: 1.8em normal Georgia, "Times New Roman", Times, serif	;
	color: #ff4800;
	font-weight: normal;
}

body.promo p#loginNow {
	margin:0;
	padding:0 0 3px 0;
}

body.promo div#embeddedLogin div#loginBox.box{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:none;
	height:auto;	
}

body.promo div#embeddedLogin form#loginForm fieldset {
	text-align:left;
	margin: 0;
	padding:0;
	display:block;
}

body.promo div#embeddedLogin div#loginBox div.c {
	display: none;
}

body.promo div#embeddedLogin form#loginForm button {
	margin-left:5px;
}

body.promo p#promoTC {
	display:none;
}


/* ALERTS */
body.promo div#promoSuccessBox div.info {
	color: #339900;
	background: url("/pics/i2/65/chrome/erroroffer_claimed.gif") 0 0 no-repeat;
	height: 68px;
}

body.promo div#promoSuccessBox div.info p {
	font: normal 1.0em Arial, Helvetica, sans-serif;
	padding: 10px 0 0 30px;
	margin:0;
}

body.promo div#promoSuccessBox div.info span#voucherCode {
	font-weight: bold;
}

body.promo div.note {
	color: #33CC00;
	background: url("/pics/i2/65/chrome/offerpagesnote.gif") 5px 5px no-repeat;
	height: 50px;
	padding: 10px 0 0 5px;
	background-color: #E8FFE8;
	width: 450px;
}

body.promo div#promoNote div.note {
	color: #33CC00;
	background: url("/pics/i2/65/chrome/erroroffer.gif") 0 0 no-repeat;
	height: 50px;
	padding: 10px 0 0 50px;
	float:left;
	width:400px;
}

body.promo div#promoSuccessBox div.success {
	color: #339900;
	background: url("/pics/i2/65/chrome/erroroffer_claimed.gif") 5px 5px no-repeat;
	padding: 5px;
	background-color: #E8FFE8;
	width: 450px;
}

body.promo div#promoJoinBox div#promoError, body.promo div#promoNote {
	float:left;
	height:50px;
	margin: 10px 0 0 10px;
	background-color:#ffe2e2;
	padding:5px;
	width:450px;
}


body.promo div#promoJoinBox div#promoError div.err {
	color: #ed1c2e;
	background: #ffe2e2 url("/pics/i2/65/chrome/erroroffer.gif") 0 0 no-repeat;
	height: 50px;
	padding: 5px 0 0 50px;
}

body.promo div#promoError div.err {
	color: #cc0000;
	background: #ffe2e2 url("/pics/i2/65/chrome/erroroffer.gif") 0 0 no-repeat;
	height: 50px;
}

body.promo div#incompleteProfile div.note p, body.promo div#promoSuccessBox div.success p#congrats {
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 50px;
	margin:0;
}

body.promo div#promoError div.err p {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin:0;
}

body.promo div#promoSuccessBox div.success p#freebieEnds, body.promo div#promoSuccessBox div.success p#alreadyClaimed, body.promo div#promoSuccessBox div.success p#claimed {
	font: #444444 normal 1.0em Arial, Helvetica, sans-serif;
	padding: 3px 0 0 50px;
	margin: 0;
}

body.promo div#promoNote div.note p#noteHeader {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	padding: 20px 0 0 30px;
	margin:0;
	color: #ed1c2e;
}

body.promo div#promoNote div.note p#noteText {
	color:#444444;
}

body.promo div#promoNote span#voucherBlurb {
	display:block;
	padding: 30px 0 0 0;
}

body.promo div#promoNote span#voucherCode {
	display:block;
	font-weight:bold;
}

body.promo div#incompleteProfile div.note span.tl, body.promo div#incompleteProfile div.note span.tr, body.promo div#promoSuccessBox div.success span.tl, body.promo div#promoSuccessBox div.success span.tr, body.promo div#promoError div.err span.tl, body.promo div#promoError div.err span.tr, body.promo div#promoJoinBox div#promoError div.err span.tl, body.promo div#promoJoinBox div#promoError div.err span.tr, body.promo div#promoNote div.note span.tl, body.promo div#promoNote div.note span.tr, body.promo div#promoError div.err span.tl, body.promo div#promoError div.err span.tr, body.promo div#promoSuccessBox div.info span.tl, body.promo div#promoSuccessBox div.info span.tr  {
	display:none;
}

body.promo p#promoTerms {
	background-color: #FFF;
	color:#333333;
	font-size:11px;
	padding:5px;
	margin:10px 0 0 0;
}

/*--- #help_charter -------------------*/

/*
 * Only change to display block and uncomment the background declaration should you want to enable the background image.
 * The border is just to show the space that the image will show.
 */
body#help_charter div#pageImg {
	display: none;
	width: 100%;
	height: 10em;
	margin-bottom: 2em;
	border: 1px solid #000000;
}

body#help_charter ul#charterList {
	list-style-type: none;
}

@media print {

/*--- page layout framework ------------*/

body {
	background-color: #040404;
	background-image: none;
}

div#header {
	background-color: #FDFDFD;
}

div#wrapperbg {
	border-left: 0;
}

div#primary {
	width: 58%;
}

div#extra {
	width: 38%;
}

/*--- headings ------------*/

h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	text-indent: 0;
	background-image: none;
}

h1 a {
	text-decoration: none !important;
}

h3 {
	padding: 0;
}

/*--- footer ------------*/

div#footer {
	background-color: #FFF;
	border-top: 2px solid #CCC;
}

div#footer p#copyright, div#footer a {
	color: #1B1B1B;
}

/*--- alerts ------------*/

div.intro, div.info, div.note, div.tip, div.err, div.success {
	border: 1px solid #CCC;
}

/*--- profile ------------*/

#profileHead {
	padding: 1em;
	background: none;
	border: 2px solid #CCC;
}

#profileBg {
	padding: 0;
	background: none;
}

#photoThumb #photoContainer {
	padding: 0;
	background-image: none;
	border: 1px solid #CCC;
}

#extras .box {
	border: 1px solid #CCC;
}

/*--- tabs setup ------------*/

div#tabsContainer div.tab {
	display: block !important;
	margin: 0 0 2em 0;
	padding: 0;
	border: 0 !important;
}

div#tabsContainer.collapsed div.tab .padder {
	padding: 0;
}

div#tabsContainer div.tab h3 {
	padding: 0;
	display: block !important;
	font: bold 1.4em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	color: #0A0A0A;
	background: none;
	border-bottom: 2px solid #CCC;
}

/*--- tabs ------------*/

div.tab table td, div.tab table th, div.tab table caption {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0.2em !important;
	padding-bottom: 0.1em !important;
}

/* headings */
div.tab h4.prof, div#depth table.profile caption, div#narratives h4 {
	text-align: left !important;
}

/*--- misc elements ------------*/

div.hr {
	border-top: 2px solid #CCC;
}

}
