﻿/* Profile.css
----------------------------------------------- */
.profile .strapline
{
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  font-size: 100%;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}

.profile dl.centred
{
  margin-left: 10%;
  margin-top: 1em;
  width: 80%;
}

.profile .split
{
  clear: both;
  overflow: hidden;
}

.profile .split .left
{
  float: left;
  width: 50%;
}

.profile .split .left h3
{
  margin-right: 0.3em;
}

.profile .split .left dl
{
  margin-right: 0.5em;
}

.profile .split .right
{
  float: right;
  width: 49%;
}

.profile .split .right dl
{
  margin-left: 0.5em;
}

.profile .split .right h3
{
  margin-left: 0.3em;
}

.profile h1 span
{
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
}

.profile h1 span img
{
  position: relative;
  top: 5px;
}

.profile p.title
{
  margin-top: 1em;
}

.profile h3
{
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 1.5em;
  margin: 1em 0.6em 0.4em;
  padding: 0 0 4px;
}

.profile input.privatedetails
{
  font-weight: bold;
}

.profile #Description p
{
  font: 1.2em/1.4em Constantia;
}

.profile #Description p.photo
{
  min-height: 80px;
  overflow: hidden;
  padding: 10px 128px 10px 10px;
  position: relative;
}

.profile #Description p.img
{
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 14px;
}

.profile dl
{
  line-height: 1.1em;
  margin: 0 1em;
}

.profile dt
{
  border-top-style: solid;
  border-top-width: 1px;
  clear: left;
  float: left;
  font-size: 0.8em;
  line-height: 1.2em;
  min-height: 1.2em;
  padding: 0.2em 0;
  font-weight: bold;
  width: 10em;
}

.profile dd
{
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-left: 9em;
  padding: 0.2em 0;
  min-height: 1.2em;
}

.profile dt.first-child, .profile dd.first-child
{
  border-top-width: 0;
}

.profile dd.flag span
{
  position: relative;
  width: 16px;
}

.profile dd.flag img
{
  position: absolute;
  top: 2px;
}

.profile .ButtonRow
{
  margin-top: 3em;
}

/* =RecordNavigator
----------------------------------------------- */
div.RecordNavigator
{
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
}

span.LinkBtn
{
  margin: 0 4px;
}

span.LinkBtn a
{
  margin: 0 2px 0 2px;
}

/* =PrivateDetails
----------------------------------------------- */
fieldset.PrivateDetails
{
  border-style: solid;
  border-width: 2px;
  line-height: 1.6em;
}

fieldset.PrivateDetails td.l
{
  line-height: 1.6em;
}

/* =ButtonRow
----------------------------------------------- */
div#AuPairProfileButtonRow input
{
  XXwidth: 150px;
}

div#JobProfileButtonRow input
{
  width: 110px;
}

div#PrivateDetailsButtonRow input
{
  width: 85px;
}

/* =VerifyAccount
----------------------------------------------- */
table#VerifyAccount 
{
  border-collapse: collapse;
  margin: 1em;
}

table#VerifyAccount td
{
  padding: 5px;
}

table#VerifyAccount td.text
{
  font-weight: bold;
  padding: 0 5px;
  width: 80%;
}

table#VerifyAccount td.button
{
  text-align: right;
}

