﻿/* POSITION */

.left
{
    text-align: left !important;
}

.centered
{
    text-align: center;
}

.centered .cell-icon
{
    float: none;
    margin: 10px auto;
}

/* UPLOADPAGE */

.UploadPage-tinymce .upload
{
    width: 250px;
}

.UploadPage-tinymce input
{
    border: solid 1px #808080;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

/* USERTAGPANEL */

.UserTagPanel
{
    margin-top: 60px;
    margin-bottom: 60px;
}

.UserTagPanel .textbox
{
    width: 430px;
}

/* POLL */

.poll
{
    margin: 8px 18px;
}

.poll-question
{
    font-size: 14px;
    line-height: normal;
    margin: 0 2px 15px;
}

.poll-options
{
    width: 100%;
    line-height: 200%;
}

.poll-plot
{
    margin: 3px 0 3px 8px;
}

.poll-bar
{
    border: 1px solid #ccc;
    background: #ddd;
    text-align: center;
    padding: 1px;
    color: #999;
    font-size: 9px;
    line-height: normal;
}

.poll-buttons
{
    margin: 15px 2px;
}

/* ACTIONS */

.actions
{
    float: left;
    margin: 0;
    padding: 0;
    height: 24px;
    list-style-type: none;
}

.TwoColumn-L .actions li,
.TwoColumn-R .actions li
{
    float: left;
    margin: 0 8px;
    padding: 0;
    list-style-image: none;
    border: none;
}

.actions li a
{
    background: url(Images/buttons.gif) no-repeat;
    display: block;
    padding: 3px 0 0 19px;
    width: 76px;
    height: 21px;
    color: #58595b;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
}

/* MYHOME */

.myhome
{
}

.myhome-icon
{
    float: left;
    width: 30px;
}

.myhome-content
{
    margin-left: 35px;
    width: 450px;
}

.myhome-content a
{
    color: #969696;
}

.myhome-attributes
{
    font-size: 10px;
    float: right;
}

.SendMessage
{
    background: url(Images/SendMessage.jpg) no-repeat top left;
    padding: 1px 0 0 20px;
    font-size: 10px;
}

.AddFriend
{
    background: url(Images/AddFriend.jpg) no-repeat top left;
    padding: 0px 0 0 20px;
    font-size: 10px;
}

/* REQUESTSTATUS */

.Request-Offering
{
    background: url(Images/RequestStatus/Offering.gif) no-repeat left top;
    margin: 10px 15px;
    padding-left: 45px;
    width: 45px;
    height: 21px;
}
.Request-Offering span
{
    display: block;
    font-size: 10px;
    width: 40px;
    text-align: center;
}

.Request-Inquiring
{
    background: url(Images/RequestStatus/Inquiring.gif);
    margin: 10px 15px;
    padding-left: 45px;
    width: 45px;
    height: 21px;
}
.Request-Inquiring span
{
    display: block;
    font-size: 10px;
    width: 40px;
    text-align: center;
}

.Request-Complete
{
    background: url(Images/RequestStatus/Completed.gif);
    margin: 10px 15px;
    padding-left: 45px;
    width: 45px;
    height: 21px;
}
.Request-Complete span
{
    display: block;
    font-size: 10px;
    width: 40px;
    text-align: center;
}

.Request-Cancel
{
    background: url(Images/RequestStatus/Cancelled.gif);
    margin: 10px 15px;
    padding-left: 45px;
    width: 45px;
    height: 21px;
}
.Request-Cancel span
{
    display: block;
    font-size: 10px;
    width: 40px;
    text-align: center;
}

/* ORDERSTATUS */

.Order-Want
{
    background: url(Images/OrderStatus/Want.png);
    width: 73px;
    height: 51px;
}

.Order-Excite
{
    background: url(Images/OrderStatus/Excite.png);
    width: 73px;
    height: 51px;
}

.Order-Happy
{
    background: url(Images/OrderStatus/Happy.png);
    width: 73px;
    height: 51px;
}

.Order-Sad
{
    background: url(Images/OrderStatus/Sad.png);
    width: 73px;
    height: 51px;
}

.Order-NoWord
{
    background: url(Images/OrderStatus/NoWord.png);
    width: 73px;
    height: 51px;
}

.Order-Generous
{
    background: url(Images/OrderStatus/Generous.png);
    width: 73px;
    height: 51px;
}

.Order-Complacent
{
    background: url(Images/OrderStatus/Complacent.png);
    width: 73px;
    height: 51px;
}

/* DEALSTATUS */

.Deal-NoPayment
{
    background: url(Images/DealStatus/NoPayment.gif);
    width: 45px;
    height: 21px;
}

.Deal-PaymentSend
{
    background: url(Images/DealStatus/PaymentSend.gif);
    width: 45px;
    height: 21px;
}

.Deal-send
{
    background: url(Images/DealStatus/send.gif);
    width: 45px;
    height: 21px;
}

.Deal-Cancel
{
    background: url(Images/DealStatus/Cancel.gif);
    width: 45px;
    height: 21px;
}

/* PROFILEVIEW */

.ProfileView
{
    padding: 20px;
}

.ProfileView-content
{
    float: left;
    width: 135px;
}

.ProfileView .entry-icon
{
    position: static;
    margin: 0 10px 0 0;
}

.ProfileView ul
{
    clear: both;
    padding: 5px 0 10px 0;
}

.ProfileView li
{
    background: none;
    display: inline;
    padding: 0;
    margin: 0 6px 0 0;
}

.ProfileView li img
{
    margin: 0 5px 0 0;
}
