﻿.MyPageHeader
{
    float:left;
    clear:both;
    width:100%;
    height:25px;
    text-align:center;
    margin: 15px 0px 15px 0px;
}

.profileBox
{
    display: inline-block;
    height:auto;
    width:393px;
    padding:20px 20px 20px 50px;
    background-color:#333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:2em;
    margin: 25px 0px 0px 25px;
    overflow:auto;
    vertical-align: top;
}

.profile-col {
    width: 488px;
    display: inline-block;
}

.profileBox.abonnement {
    margin-left: 21px;/* Because of display-inline blocks getting 4px of space (25-4=21) */
}

.profileBox h2 {
    padding-bottom: 20px;
}

.abonnement .actions {
    padding-top: 20px;
}

.profileBox ul li
{
    list-style-type: none;
    padding:5px;
}
.profileBox ul
{
    margin:0;
    padding:0;
}
.regHeader
{
    margin-top:25px;
    margin-bottom: 10px;
    clear:both;
}
.regErr
{
    color:Red;
    clear:both;
    padding-top:10px;
    width:400px;
    font-weight: bold;
}
.reg
{
    width:100px;
    float:left;
    text-align:right;
    padding-right:10px;
}

.terms {
    display: inline-block;
    width: 500px;
    padding: 25px 0 0 20px;
    vertical-align: top;
    line-height: 1.5;
}

.terms li {
    margin-bottom: 10px
}

.regform-wrap {
    width: 350px;
    height: auto;
    margin: 25px 0 0 0;

    display: inline-block;

    padding:20px 20px 20px 50px;
    background-color:#333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.regform
{
    line-height:2em;
}

.fields-wrap {
    padding-bottom: 10px;
}

.field-wrap {
    margin-bottom: 10px;
}

.field-wrap > label {
    display: inline-block;
    width: 120px;
}

.field-wrap .req {
    color: red;
}

.regform span
{
    margin:0;
    padding:0;
}

#profile-links {
    width: 100%;
    text-align: center;
}

#profile-links a.current {
    color: #ddd;
    text-decoration: none;
}

.warnWrap {
    margin-top: 30px;
    text-align: right;
}

#feedbackWrap textarea {
    width: 100%;
}

.profileBox table, .profileBox table td {
    border: none;
}

.profileBox.full {
    float: none;
    margin: 25px;
    width: 100%;
}

.fullContent {
    padding: 0 20px;
}

.img-caption {
    font-style: italic;
}

span.highlight {
    text-decoration: underline;
}

.availability-icon {
    width: 90px;
}

.receipt {
    margin-left: -30px;
    width: 100%;
}

.receipt th {
    border: none;
    text-align: left;
}

.receipt tr.row {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.receipt tr.row:hover {
    box-shadow: 0 0 3px #A74;
    background-color: #A74 !important;
    color: white !important;
}

.receipt tr.alt {
    background-color: #444;
}

.receipt td, .receipt th {
    padding: 2px 5px;
}

.receipt td {
    text-align: left;
}

.receipt .date {
    display: block;
}