﻿/* 
=======================================================
Profiles Page sytles
=====================================================*/

.CommonProfileMessageTitle {
    background: url('i/bg_profile_bucket.png') no-repeat;
    position: relative;
    background-color: #5a406d;
    margin-top: 6px;
    padding: 0;
    clear: both;
}

.CommonProfileMessageTitleRight {
    background: url('i/bg_profile_bucket.png') no-repeat;
    position: relative;
    height: 1px;
    background-position: 0 -70px;
    height: 5px; 
    width: 5px;
    float: right;
    overflow: hidden;
}

.CommonProfileMessageArea {
    background: url('i/bg_profile_bucket.png') repeat-x 0 -44px;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.CommonProfileMessageTop {
    border-left: 2px solid #503562;
    border-right: 2px solid #503562;
    background: url('i/bg_profile_bucket.png') no-repeat;
    height: 10px
}

.CommonProfileMessageContent {
    border-left: 2px solid #503562;
    border-right: 2px solid #503562;
    min-height: 1px;
    height: 100%;
    position: relative;
    padding: 0px 10px;
}

.CommonProfileMessageBottom {
    background:url("i/bg_profile_bucket.png") no-repeat 0 -22px;
    height: 10px;
    margin-bottom: 4px;
}

.CommonProfileMessageTop span {
    background: url('i/bg_profile_bucket.png') no-repeat right -10px;
    width: 10px;
    height: 10px;
    float: right;
    overflow: hidden;
}

.CommonProfileMessageBottom span {
    background: url('i/bg_profile_bucket.png') no-repeat right -34px;
    width: 12px;
    height: 10px;
    float: right;
    overflow: hidden;
}

.CommonProfileMessageTitle h2 {
    padding: 5px 8px 4px 8px;
    margin: 0;
    font-size: .95em;
    position: relative;
}

.CommonProfileMessageContent p {
    margin: 0px;
    padding: 0.5em 0;
}

