﻿/* Profile.css
----------------------------------------------- */
.profile p.title
{
  margin-top: 1em;
}

.profile dt
{
  padding: 0.4em 0;
}

.profile dd
{
  padding: 0.4em 0;
}

.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;
  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#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;
}

/* =StableMate Profile
----------------------------------------------- */
body#stablemate p.title, body#account_viewprofile p.title
{
  font-size: 90%;
  line-height: 1.3em;
}

body#stablemate div.ProfileSummary h3, body#account_viewprofile div.ProfileSummary h3
{
  margin-bottom: 8px;
}

fieldset.Male
{
}

fieldset.Male legend
{
}

fieldset.Female
{
}

fieldset.Female legend
{
}

fieldset.StableMateProfile table.LeftSplit
{
  width: 50%;
  float: left;
}

fieldset.StableMateProfile table.RightSplit
{
  width: 50%;
  float: right;
}

fieldset.StableMateProfile td.name
{
  color: Gray;
  font-size: 85%;
}

fieldset.StableMateProfile td.data, fieldset.StableMateProfile p
{
  background-color: #E5E5E5;
  padding: 3px 3px;
}

fieldset.StableMateProfile p
{
  background-color: #E5E5E5;
  margin: 0;
}

