/* $Id: 110.css 8115 2010-07-30 11:59:41Z vincent $ */
@import url("/css/i1/0/skeleton.r6227.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 {
	background-color: #fff;
	font: 70% "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	color: #3b3b3b;
	margin: 0;
	padding: 0;
}

div#container {
	background-color: #000;
	padding: 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 #fff;
	cursor: help;
}

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

a {
	font-size: inherit;
}

a:link {
	color: #c00;
}

a:visited {
	color: #640000;
}

a:hover {
	color: #f00;
}

a:active {
	color: #f00;
}

/*--- 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: #fff !important;
}

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

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;
}

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

div#navigation {
	background: url("/pics/i1/110/chrome/bg_navbar.png") left top no-repeat;
}

div#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#navigation ul.firstLevel li a {
	background: url("/pics/i1/110/chrome/bg_navbar_firstlevel.png") left top no-repeat;
	color: #fff;
	padding: 0.4em 0.8em;
	font-size: 1.2em;
}

div#navigation ul.firstLevel li.on {
}

div#navigation ul.firstLevel li.on a {
	color: #003770;
	background: url("/pics/i1/110/chrome/bg_navbar_firstlevel.png") right top no-repeat;
}

div#navigation ul.secondLevel, div#navigation ul.thirdLevel {
	background-color: #000;
}

div#navigation ul.secondLevel li a, div#navigation ul.thirdLevel li a {
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #cac8c8;
}

div#navigation ul.secondLevel li a:hover, div#navigation ul.thirdLevel li a:hover {
	background-color: #0068bc;
	color: #fff;
}

div#navigation ul.secondLevel li.on a, div#navigation ul.thirdLevel li.on a {
	color: #fff;
	background-color: #0068bc;
}

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

div#secondary .box {
	margin-bottom: 1em;
	margin-left:1px;
	color: #666;
	border-bottom: 1px solid #c1c1c1;
}

div#secondary h4 {
	background-color: #c1c1c1;
	margin: 0;
	padding: 3px 8px;
	color: #000;
}

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

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

div#footer {
	padding: 0.6em 1em;
	background-color: #c6e5ff;
}

div#footer p {
	font-size: 0.9em;
}

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

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

/* div#quickSearchBox */
div#quickSearchBox h3 {
	margin: 0;
	color: #fff;
	background-color: #FF5757;
}

div#quickSearchBox fieldset {
	background-color: #2199fa;
	border: 0;
	margin-bottom: 0 !important;
}

div#quickSearchBox button {
	font-size: 1.5em;
	font-weight: bold;
}

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

/* div#storiesBox */
div#storiesBox blockquote {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

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

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

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

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: 10px 10px 1px 60px;
	min-height: 55px;
}

div.info p, div.note p, div.tip p, div.err p, div.success p {
	padding: 0 !important;
}

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: #006dc6;
	background: #E8F5FF url("/pics/i1/0/chrome/info.gif") 10px 10px no-repeat;
}

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

/* note */
div.note {
	color: #c00;
	background: #FFEDED url("/pics/i1/0/chrome/note.gif") 10px 10px no-repeat;
}

/* tip */
div.tip {
	color: #555;
	background: #FFFED8 url("/pics/i1/0/chrome/tip.gif") 15px 13px no-repeat;
	min-height: 55px;
}

/* err */
div.err {
	color: #c00;
	background: #FFEDED url("/pics/i1/0/chrome/err.gif") 10px 13px no-repeat;
}

/* success */
div.success {
	color: #063;
	background: #deffde url("/pics/i1/0/chrome/success.gif") 10px 13px no-repeat;
}

/* list widths */
div.moreOptions ul.half {
	width: 16.5em;
}

div.moreOptions ul.third {
	width: 11em;
}

div.moreOptions ul.fourth {
	width: 3.5em;
}

div.moreOptions ul.last {
	margin-right: 0;
}


/*--- mail message ------------*/

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

div.message a {
	color: #000;
}

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;
}

div.dialogue h4 {
	padding: 0.4em 0.5em;
	font-size: 1em;
}

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 {
	background: #f6fcff;
	margin: 0 0 1em 0;
	padding: 0.7em;
	border: 1px solid #b6e3ff;
	position: relative;
}

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

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

fieldset.buttons {
	background-color: #c6e5ff;
	border: none;
}

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: #FFEDED;
}

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: #000;
}

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;
}

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

table span.note {
	font-size: 0.9em;
}

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

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

span.compulsory {
	color: #c00;
}

span.hidden {
	color: #00C300;
}

form h4 {
	margin: 0;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	color: #fff;
	background-color: #59bffd;
}

table td.label {
	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 {
	margin-bottom: 0.5em;
}

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

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

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

/* login and logout forms */
form#loginForm fieldset, form#logoutForm fieldset {
	margin: 0;
	padding: 0 0 1em 0;
	border: none;
}

form#loginForm input.t {
	width: 10em;
}

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

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

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

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

button {
	padding: 0.1em 0.4em;
	width: auto;
	overflow: visible;
}

/*--- 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;
}

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

table.basic caption {
	padding: 0.5em;
	color: #fff;
	background-color: #308ED7;
}

table.basic th {
	padding: 0.5em;
}

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

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

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

table th.h2 {
	color: #fff;
	background-color: #55B5FF;
}

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

/* paging */
div.pagingBox {
	margin-bottom: 1em;
}

table.paging {
	margin: 0;
	text-align: center;
	background-color: #c6e5ff;
}

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 #D4ECFF;
	border-left: 1px solid #D4ECFF;
}

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

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

/* 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 #D4ECFF;
}

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

p.selectedOptions {
	margin: 0.3em 0 0 0em;
}

form.searchForm div.moreOptions label {
    font-weight: normal;
}

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

div.moreOptions ul.third {
	width:11em;
}

/* submit buttons */
button.clearSearch, button.resetSearch, input.clearSearch, input.resetSearch {
    font-size: 0.9em;
}

/* post code & height */
div#exactHeights {
		width:34em;
}

form.searchForm div#postCode label, div#exactHeight label {
    font-weight: normal;
}

/* saved searches */

div#savedSearchNew {
    border-top: 1px solid #D4ECFF;
}

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

div#primarySub div#primaryBoxSub fieldset#subscribeOptions form h4 {
	background: none;
	padding: 0.5em;
}

form#subscribeFrm table#tblPeriod {
	border: #F00 1px solid;
}

table#tblPeriod .mainHeading {
	font-size: 25px;
}

table#table3 {
	border: none;
	padding: 0.2em;
}

fieldset#subscribeOptions h4,fieldset#subscribeOptions h4 {
	font-size: 1.3em;
}

fieldset#subscribeOptions tr.multiline div.strapline {
	padding-top: 0.2em;
}

fieldset#subscribeOptions tr#row1month.multiline div.strapline, fieldset#subscribeOptions tr#row3days.multiline div.strapline {
	padding-top: 0.1em;
}

fieldset#subscribeOptions tr.multiline td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadio.gif") repeat-x;
	height: 112px;
	border: none;
}

fieldset#subscribeOptions tr.multiline td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptions.gif") right top repeat-x;
	border: none;
}

fieldset#subscribeOptions tr.multilineSelected td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadioSelected.gif") repeat-x;
	height: 120px;
	border: none;
}

fieldset#subscribeOptions tr.multilineSelected td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptionsSelected.gif") right top repeat-x;
	border: none;
}

fieldset#subscribeOptions tr.multilineSelected div.packageHead {
	color: #d73023;
}

fieldset#subscribeOptions tr#row1month.multiline td.radio, fieldset#subscribeOptions tr#row3days.multiline td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadioNarrow.gif") repeat-x;
	height: 40px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multiline td.options, fieldset#subscribeOptions tr#row3days.multiline td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptionsNarrow.gif") right top repeat-x;
	height: 40px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multiline td.radio p, fieldset#subscribeOptions tr#row3days.multiline td.radio p,fieldset#subscribeOptions tr#row1month.multiline td.options p, fieldset#subscribeOptions tr#row3days.multiline td.options p {
	margin-bottom: 0.9em;
}

fieldset#subscribeOptions tr#row1month.multilineSelected td.radio, fieldset#subscribeOptions tr#row3days.multilineSelected td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadioNarrowSelected.gif") repeat-x;
	height: 80px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multilineSelected td.options, fieldset#subscribeOptions tr#row3days.multilineSelected td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptionsNarrowSelected.gif") right top repeat-x;
	height: 80px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multilineSelectedVoucher td.radio, fieldset#subscribeOptions tr#row3days.multilineSelectedVoucher td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadioSelected.gif") repeat-x;
	height: 120px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multilineSelectedVoucher td.options, fieldset#subscribeOptions tr#row3days.multilineSelectedVoucher td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptionsSelected.gif") right top repeat-x;
	height: 120px;
	border: none;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog , fieldset#subscribeOptions tr#row1month.multilineSelectedVoucher td.options div.hedgeHog, fieldset#subscribeOptions tr#row3days.multilineSelectedVoucher td.options div.hedgeHog {
	width: 125px;
	height: 8em;
	margin-right: 0;
	background: url("/pics/i1/110/chrome/saving_bg2lineSelected.gif") 0 0 no-repeat;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog div.saving2line {
	padding: 2.4em 1.8em;
}

fieldset#subscribeOptions tr#row1month.multilineSelectedVoucher td.options div.hedgeHog div.saving2line, fieldset#subscribeOptions tr#row3days.multilineSelectedVoucher td.options div.hedgeHog div.saving2line {
	padding: 2.5em 2.4em;
}

fieldset#subscribeOptions tr#row1month.multilineVoucher td.radio, fieldset#subscribeOptions tr#row3days.multilineVoucher td.radio {
	background: url("/pics/i1/110/chrome/subs_bgRadio.gif") repeat-x;
	height: 120px;
	border: none;
}

fieldset#subscribeOptions tr#row1month.multilineVoucher td.options, fieldset#subscribeOptions tr#row3days.multilineVoucher td.options {
	background: url("/pics/i1/110/chrome/subs_bgOptions.gif") right top repeat-x;
	height: 120px;
	border: none;
}

fieldset#subscribeOptions tr.multiline td.options div.hedgeHog, fieldset#subscribeOptions tr#row1month.multilineVoucher td.options div.hedgeHog, fieldset#subscribeOptions tr#row3days.multilineVoucher td.options div.hedgeHog {
	width: 95px;
	height: 6em;
	margin-right: 1.5em;
	margin-top: 1.6em;
	background: url("/pics/i1/110/chrome/saving_bg2line.gif") 0 0 no-repeat;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog div.saving2line {
	padding: 2.4em 1.8em;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog {
	width: 125px;
	height: 8em;
	margin-right: 0;
	background: url("/pics/i1/110/chrome/saving_bg2lineSelected.gif") 0 0 no-repeat;
}

fieldset#subscribeOptions tr.multiline td.options div.hedgeHog div.saving2line, fieldset#subscribeOptions tr#row1month.multilineVoucher td.options div.hedgeHog div.saving2line, fieldset#subscribeOptions tr#row3days.multilineVoucher td.options div.hedgeHog div.saving2line {
	padding: 1.5em;
}

div.saving2line p {
	width: 5em;
	text-align:center;
	font: bold 1.1em "Verdana", "Geneva", "Kalimati", sans-serif;
	color: #FFF;
}

div.saving2line p span.hedgehogSave {
	font: bold 1.1em "Verdana", "Geneva", "Kalimati", sans-serif;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog div.saving2line p {
	width: 6em;
	text-align:center;
	font: bold 1.2em "Verdana", "Geneva", "Kalimati", sans-serif;
	color: #FFF;
}

fieldset#subscribeOptions tr.multilineSelected td.options div.hedgeHog div.saving2line p span.hedgehogSave {
	font: bold 1.2em "Verdana", "Geneva", "Kalimati", sans-serif;
}

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

p#subscribeNow a {
	background: transparent url("/pics/i1/110/chrome/bg_button_qs.png") no-repeat scroll left center;
	border: 0 !important;
	cursor: hand;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	padding: 5px 10px;
}

p#subscribeNow a:hover {
	background-position: right;
}

fieldset#giftBoxOptions, fieldset#continuousBoxOptions, fieldset#vouchersBoxOptions  {
	border: 1px solid #000;
}

fieldset#continuousBoxOptions h4, fieldset#giftBoxOptions h4, fieldset#vouchersBoxOptions h4 {
	background-color: #000;
	color: #CAC8C8;
}

form#giftProceed {
	display: inline;
}

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

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

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

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

table#profileStatus caption {
	padding: 0.3em 0.4em;
	font-weight: bold;
	text-align: center;
}

table#profileStatus td.arrow {
	padding: 0em 0.4em;
}

table#profileStatus td a {
	display: block;
	padding: 0.2em;
	font-size: 0.9em;
	text-align: center;
}

table#profileStatus td.incomplete a {
	background-color: #FFEDED;
}

table#profileStatus td.complete a {
	background-color: #D3FFD3;
}

table#profileStatus td.optional a {
	background-color: #FFDFC7;
}

table#profileStatus td.summary a {
	background-color: #E8F5FF;
}

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

/*--- profile search results ------------*/

div.resultBox .head {
	position: relative; /* fix for <= IE 6 */
}

div.resultBox .head h3 {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	padding: 0 0.5em;
}

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

div.resultBox .head p.headline {
	margin: 0 0 0.5em 0;
	padding: 0.4em 0.8em;
	font-weight: bold;
	line-height: 1.1em;
	color: #006dc6;
	background-color: #E8F5FF;
}

div.resultBox .head p.modifyNote {
	position: absolute;
	top: 0.1em;
	right: 0.5em;
	font-size: 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: #00C300;
}

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

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

div.resultBox .actions {
	width: 16em;
}

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: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div.resultBox .narrative p {
	padding: 0 0 0.5em 0;
	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: #006dc6;
	background-color: #E8F5FF;
}

div.tellafriendMsg blockquote {
	border-left: 2px solid #5BAAE8;
	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: #555;
	background-color: #FFFED8;
	border: 1px solid #ccc;
}

#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;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	color: #555;
	background-color: #FFFED8;
	border: 1px solid #eee;
	vertical-align: text-top;
	cursor: help;
}

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;
}

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

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;
	margin: 0;
	top: 1.7em;
	right: 1em;
}

body:last-child span.realign {
	top: -0.5em;
	right: 2em;
}

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

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

/*--- header ------------*/
#profileHead {
	padding: 1em;
	background-color: #f1f1f1;
	min-height: 10px; /* fix for IE */
}

#profileInfo h2 {
	color: #008afa;
	display: inline;
	font-size: 2.7em;
	line-height: 0.8em;
}

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

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

#profileInfo p#headline {
	margin: 0;
	padding: 0.4em 0;
	font-weight: bold;
	line-height: 1.1em;
	color: #000;
	border-bottom: 1px solid #ccc;
}

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

#matchScore {
	margin-top: 1em;
}

#matchScore #matchee p, #matchScore #matchee p span.percentage, #matchScore #matcher p, #matchScore #matcher p span.percentage, #matchScore #twoway p {
	margin: 0;
	padding: 3px 0 0 0;
	clear: both;
	color: #3B3B3B;
	font-size: 0.9em;
}

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

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

#matchScore #twoway p {
	text-align: center;
}

#matchScore #twoway h5 {
	font-size: 0.9em;
	color: #3B3B3B;
	font-weight: normal;
}

#matchScore #matchee .graph {
	background-color: #ED3833;
}

#matchScore #matcher .graph {
	background-color: #ED3833;
}

#matchScore #matchee .graph #matcheeG {
	background-color: #00D700;
}

#matchScore #matcher .graph #matcherG {
	background-color: #00D700;
}

span.percentage {
	font-size: 2.4em;
	font-weight: bold;
	color: #c00;
	line-height: 0.8em;
}

#profileInfo p#details, #profileInfo p#lastModify, #profileInfo p#lastLogin {
	margin-bottom: 0;
	padding: 0.2em 0;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}

#profileInfo p#lastLogin {
	padding-bottom: 0;
	border: none;
}

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

#profileInfo span.loggedIn, div.resultBox .stats span.loggedIn {
	font-size: 1em;
	font-weight: bold;
	color: #00C300;
}

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

/*--- actions ------------*/

#actionsPrimary, #actionsSecondary {
	margin-top: 2.5em;
	padding: 1em 0.5em;
	border: 1px solid #D4ECFF;
}

#actionsSecondary {
	margin-bottom: 0;
}

#actionsPrimaryLinks, #actionsSecondaryLinks {
	padding: 0.3em 0.5em 0 0.8em;
}

#actionsPrimaryLinks ul li { 
	margin-bottom: 3px;
}

#actionsSecondaryLinks ul li {
	margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#actionsPrimaryLinks ul li#chat {
	background: url("/pics/i1/0/chrome/noChat.gif") 0 0 no-repeat;
}

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

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: #888;
	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 {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1em; /* fix for <= IE 6 */
	font-weight: normal;
	text-decoration: underline;
	color: #444;
}

#actionsSecondaryLinks ul li span.note a:hover {
	color: #000;
}

#contact .contactButton {
	padding: 0 0 0 38px;
	font-size: 1.7em;
	font-weight: bold;
	background: url("/pics/i1/0/chrome/contact_off.gif") 0 3px no-repeat;
}

#contact a.contactButton:hover {
	background: url("/pics/i1/0/chrome/contact_on.gif") 0 3px no-repeat;
}

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

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

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

/*--- 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 {
	position: relative; /* fix for IE */
}

div#tabsContainer.collapsed div.tab {
	border: 1px solid #53aef9;
}

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

/*--- tabs navigation ------------*/

ul#tabsNav li {
	margin: 0 0.1em 0 0;
	padding: 0;
}

ul#tabsNav li a {
	background: #8ecbfd;
	padding: 0.4em 0.7em;
	font-weight: bold;
	text-decoration: none;
	color: #0469bc;
}

ul#tabsNav li a:hover {
	color: #fff;
	background-color: #53aef9;
}

ul#tabsNav li.on a {
	color: #fff !important;
	background-color: #53aef9;
}

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

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

/* headings */
div.tab h4.prof, div#depth table.profile caption, div#narratives h4 {
	padding: 0.2em;
	font-size: 1.1em;
	text-align: center;
	color: #006dc6;
	background-color: #E8F5FF;
}

/*--- expand/collapse toggle ------------*/

p#tabToggle a, div#toggleView a, div.toggleMoreOptions a {
	padding: 3px 7px 4px 23px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #2969bc;
	background-color: #8ecbfd;
	cursor: pointer; /* for Opera */
}

p#tabToggle a#expandAnchor, div#toggleView a.expandAnchor, div.toggleMoreOptions a.expandAnchor {
    background: #8ecbfd url("/pics/i1/110/chrome/expand_off.gif") 6px center no-repeat;
}

p#tabToggle a#collapseAnchor, div#toggleView a.collapseAnchor, div.toggleMoreOptions a.collapseAnchor {
    background: #8ecbfd url("/pics/i1/110/chrome/collapse_off.gif") 6px center no-repeat;
}

p#tabToggle a#expandAnchor:hover, div#toggleView a.expandAnchor:hover, div.toggleMoreOptions a.expandAnchor:hover {
    background: #8ecbfd url("/pics/i1/110/chrome/expand_on.gif") 6px center no-repeat;
}

p#tabToggle a#collapseAnchor:hover, div#toggleView a.collapseAnchor:hover, div.toggleMoreOptions a.collapseAnchor:hover {
    background: #8ecbfd url("/pics/i1/110/chrome/collapse_on.gif") 6px center no-repeat;
}

div#toggleView a {
    margin-left: 1em;
}

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

p#tabToggle a:hover, div#toggleView a:hover, div.toggleMoreOptions a:hover {
	color: #2969bc;
	background-color: #8ecbfd;
}

/*--- 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/i1/0/ajaxActivity.gif") 0.5em 0.4em no-repeat;
	color: #555;
}

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

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


/* added by Stuart */

#bodybg {
	background: url("/pics/i1/110/chrome/bg_content_edge.gif") center top repeat-y;
}

div#header {
	background: url("/pics/i1/110/chrome/bg_header.png") no-repeat;
	height: 108px;
}

div#header h1 {
	text-indent: -300px;
	overflow: hidden;
}

div#header h1 {
	text-indent: -300px;
	overflow: hidden;
	width: 180px;
	height: 85px;
	display:block;
}

h3 {
	background: url("/pics/i1/110/chrome/bg_h3_default.png") left repeat-x;
	height: 22px;
	margin: 0;
	padding: 3px 8px 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #fff;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color: #fff;
	text-decoration: none;
}

div#wrapperbg {
	background-color: #000;
	border-left: 13.5em solid #ececec;
	margin: 0.5em 0 1em;
}

div#welcomeBox {
	padding: 0 !important;
	color: #000;
	background: #E8F5FF url("/pics/i1/0/chrome/info.gif") 10px 35px no-repeat !important;
}

div#welcomeBox p {
	padding: 10px 10px 10px 60px !important;
}

div#welcomeBox h4,
div#featuredBox h3 {
	background: url("/pics/i1/110/chrome/bg_h3_alt.png") left repeat-x;
	height: 22px;
	margin: 0;
	padding: 3px 8px 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #fff;
}

div#quickSearchBox {
	color: #fff;
}

div#quickSearchBox fieldset {
	padding: 10px 15px 15px 15px;
}

div#quickSearchBox h3 {
	background: url("/pics/i1/110/chrome/bg_h3_black.png") left repeat-x;
}

button {
	background: url("/pics/i1/110/chrome/bg_button_qs.png") left no-repeat;
	border: 0 !important;
	cursor: hand;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px;
}

button:hover {
	background-position: right;
}

div#loggedInBox button {
	margin-left: 8px;
}

div#content {
	background-color: #fff;
	margin-left: 1em;
	min-height: 600px;
	width: 52.5em;
}

div#primary {
	width: 25em;
}

div#padder {
	padding: 0 !important;
}

div#tellafriendBox {
	border-bottom: 0 !important;
}

div#quickStatsBox ul,
div#featuresBox ul {
	padding: 10px 10px 0 15px;
	margin: 0 0 0 15px;
}

div#storiesBox h3,
div#featuredBox h3 {
	margin-bottom: 10px;
}

div#storiesBox blockquote {
	padding: 0 !important;
}

div#storiesBox blockquote p {
	padding-top: 0 !important;
}

.readMore {
	text-align: center;
	padding-top: 0 !important;
}

.narrative h4 a {
	color: #000;
}

.narrative h4 a:hover {
	color: #f00;
}

.narrative p {
	padding: 5px 10px 0 0 !important;
}

p#moreOptions {
	background-color: #addaff;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0.6em;
}

div#loginBox fieldset {
	background-color: #ececec;
	padding: 10px 8px 15px 8px;
}

div#loggedInBox fieldset {
	background-color: #ececec;
}

#form1 .buttons {
	margin-bottom: 0;
}

#aboutTable .profile,
#match .profile,
#depth .profile {
	background-color: #fff !important;
	margin-bottom: 10px;
}

#tabsContainer {
	margin: 10px;
}

#narratives,
#match,
#depth {
	background-color: #f6fcff;
}

#about h3,
#narratives h3,
#match h3,
#depth h3 {
	background-image: none !important;
	background-color: #53aef9 !important;
}

#photosBox .photos {
	background-color: #f6fcff !important;
}

div.resultBox .body,
div.resultBox .narrative {
	margin: 10px;
}

div.resultBox .headline {
	padding: 6px 10px !important;
}

div.resultBox h3 {
	background-image: none !important;
	background-color: #f6fcff;
	padding: 3px 10px 10px !important;
	margin: 0 !important;
}

#subscribe_rates .tip {
	margin-bottom: 0;
}

table#table1 {
	margin: 10px;
	width: 590px;
}

#info_success h3 {
	background-image: none !important;
	background-color: #e8f5ff !important;
	color: #000;
}

#newSearch {
	padding: 10px;
}

/*--- CTA elements ------------*/
div#ctaWrapper h3 {
	color: #008afa;
	font-size: 1.7em;
	line-height: 1.1em;
	background: none;
	border: none;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0.2em;
	padding-top: 0;
}

body#find_block div.ctaGender1 {
	background: transparent url("/pics/i1/110/chrome/ctaBlock1.gif") no-repeat;
}

body#find_block div.ctaGender2 {
	background: transparent url("/pics/i1/110/chrome/ctaBlock2.gif") no-repeat;
}

body#find_favourites div#ctaSecondary {
	background: transparent url("/pics/i1/110/chrome/ctaFav.gif") no-repeat;
}

body#find_matches div#ctaSecondary {
	background: transparent url("/pics/i1/110/chrome/ctaMatch.gif") no-repeat;
}

body#find_history div#ctaSecondary {
	background: transparent url("/pics/i1/110/chrome/ctaHistory.gif") no-repeat;
}

body#find_morePhotos div#ctaWrapper div#ctaContent div#ctaExtra_1 {
	background: transparent url("/pics/i1/110/chrome/ctaSilhouette1.gif") no-repeat;
}

body#find_morePhotos div#ctaWrapper div#ctaContent div#ctaExtra_2 {
	background: transparent url("/pics/i1/110/chrome/ctaSilhouette2.gif") no-repeat;
}

p#profileCTA a span {
	padding: 10px 14px;
	font: bold 1.6em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	background: url("/pics/i1/110/chrome/bg_button_qs.png") left no-repeat;
	border: 0 !important;
	cursor: hand;
	color: #fff;
}

p#profileCTA a:hover span {
	background-position: right;
}

p#ctaMemberAccess {
	color: #C00;
	font-weight: bold;
}

/*--- #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;
	/*background: transparent url("/pics/i1/0/help/photos/charter.gif") top left no-repeat;*/
	border: 1px solid #000000;
}

body#help_charter ul#charterList {
	list-style-type: none;
}

@media print {

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

body {
	font-size: 60%;
	text-align: left;
	background-color: #fff;
	background-image: none;
}

div#container {
	margin: 0;
	width: auto;
	background: none;
}

div#wrapper {
	width: auto;
}

div#wrapperbg {
	width: auto;
	border-left: 0;
}

div#content {
	float: none;
	padding: 1em 0;
	width: auto;
}

div#secondary {
	display: none;
}

/*--- rounded corners ------------*/

span.tl, span.tr, span.bl, span.br {
	display: none;
}

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

h1 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	height: 2em;
	text-indent: 0;
	background-image: none;
}

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

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

div#navigation {
	display: none;
}

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

div#footer {
	padding: 0.8em 0 0 0;
	background-color: #fff;
	border-top: 2px solid #D4ECFF;
}

div#footer p#copyright, div#footer a {
	color: #1B1B1B;
}

div#footer span#totop {
	display: none;
}

/*--- alerts ------------*/

div.info, div.note, div.tip, div.err, div.success {
	padding: 1em 1em 0 1em;
	background-image: none;
	height: auto;
	border: 1px solid #D4ECFF;
}

div.intro {
	background-image: none;
}

/*--- profile search results ------------*/

form#customiseResults {
	display: none;
}

.resultBox .stats {
	width: auto;
}

.resultBox .actions {
	display: none;
}

/*--- paging ------------*/

div.pagingBox {
	display: none;
}

/*--- PROFILE ------------*/

#actionsPrimary, #actionsSecondary {
	display: none;
}

#profileHead {
	padding: 1em;
	background: none;
	border: 2px solid #D4ECFF;
}

#profileBg {
	padding: 0;
	background: none;
}

#photoThumb #photoContainer {
	padding: 0;
	background-image: none;
	border: 1px solid #D4ECFF;
}

#extras .box {
	border: 1px solid #D4ECFF;
}

/*--- tabs navigation ------------*/

ul#tabsNav {
	display: none;
}

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

.tab {
	display: block !important;
	border: 0;
}

.tab .padder {
	padding: 0;
}

.tab h3 {
	padding: 0;
	display: block !important;
	font: bold 1.4em "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	color: #000;
	background: none;
	border-bottom: 2px solid #D4ECFF;
}

/*--- 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;
}

h4.photos, div#photosBox ul, h4.voice, div#voiceBox {
	display: none;
}

/*--- tabToggle ------------*/

p#tabToggle {
	display: none;
}


}
