﻿/* Profile.css
----------------------------------------------- */

.tabprofile
{
  margin: 0 1em;
}

.tabprofile > tbody tr td
{
  vertical-align: top;
  width: 49%;
}

.tabprofile > tbody tr td:first-child
{
  padding-right: 1em;
}

.tabprofile table tr
{
  border-top-style: solid;
  border-top-width: 1px;
}

.tabprofile table tr:first-child
{
  border-top-width: 0;
}

.tabprofile table tr > td
{
  font-size: 0.9em;
}

.tabprofile table tr > td:first-child
{
  font-size: 0.8em;
  font-weight: bold;
}

.profile .tabprofile h3
{
  margin-left: 0;
  margin-right: 0;
}

.profile .strapline
{
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  font-size: 110%;
  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 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 img
{
  position: relative;
  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
{
  width: 150px;
}

div#PrivateDetailsButtonRow input
{
  width: 85px;
}

/* =PreviousEmployers
----------------------------------------------- */
#PreviousEmployers
{
  margin: 0 1em;
}

#PreviousEmployer td
{
  vertical-align: top;
}

#PreviousEmployers thead td
{
  font-size: 0.8em;
  padding: 0 3px;
  text-transform: uppercase;
}

#PreviousEmployers tbody td
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 2px 3px;
}

#PreviousEmployers td.dates
{
  text-align: center;
}

/* =PositiveFeedback
----------------------------------------------- */
.feedback
{
  margin: 0 1em;
}

.feedback li
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.5em 0;
}

.feedback li.last
{
  border-bottom: none;
}

.feedback p
{
  font-style: italic;
  margin: 0;
}

.feedback span.name
{
  font-size: 0.9em;
}

.feedback span.date
{
  font-size: 0.9em;
}

