﻿div.buttons 
{
	line-height:20px;
	text-align:right;
	margin:10px 0;
}

.center_column
{
	overflow: hidden;
}

.nickname_bottom_grey
{
    color:#FFFFFF;
    background-color: #5A6070; 
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding: 3px 8px;
    text-align: right;
}

.moretext_link
{
    color: #FFFFFF;
    font-size:12px;
}


.under-teamslist-bg
{
    background-color: #5A6070;
    color: #fff;
    padding: 0px 10px 15px 80px;
    margin-bottom: 20px;
}

.bf-link
{
    text-align: left;
    padding: 10px 10px 10px 60px;
    display: block;    
    font-size: 18px;
}

.forum-giflink
{
    display: block;
    height: 363px;
    width: 617px;    
}

.forum-giflink img
{
    height: 363px;
    width: 617px; 
}

.sel-team-name
{
    height: 18px;
    background-color: #E0E2F1;
    font-weight: bold;
    color: #306E95;
    font-size: 16px;
    padding: 2px 5px;
    margin: 3px 0px 10px 0px;
}

.btn-create-team
{
    display:block;
    width: 189px;
    height: 32px;
    background: url(images/create-team-btn.png) no-repeat left top !important;
    border: none;
    font-weight: bold;
    color: #fff;
    font-size: 18px; 
    text-align: center;
    text-decoration: none;
    line-height: 29px;
}

.btn-create-team:hover { text-decoration: none; }

.error-msg
{
    color: #ff0000;
    width: 320px;
    display: block;
    float: left;
}


