﻿/* 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;
}

.entrylist .row td
{
	padding: 4px;
	border-bottom: #cccccc 1px solid;
}

/* POSTLIST */

.postvote
{
	float: right;
}

/* VOTE */

.votebar
{
	font-size: 12px;
	margin-left: 6px;
}

.votebar .status
{
	position: relative;
	bottom: 2px;
	margin: 6px;
}

.votebar .bar
{
	width: 60px;
	height: 12px;
}

.votebar .agreed
{
	background-color: #9acd32;
}

.votebar .opposed
{
	background-color: #dcdcdc;
}

/* 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;
}

