﻿.NormalLink
{
    color: White;
}

.NormalLink:hover
{
    color: #666666;
}

.PostLink
{
    color: White;
    border: solid 2px #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.PostLink:hover
{
    color: #666666;
    border: solid 2px #666;
}

.uxDefaultMasterInboxLink
{
    width: 277px;
    height: 166px;
    border: solid 1px #5e070a;
    display: block;
    background-image: url(Images/Link/LinkInbox.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}
.uxDefaultMasterChatLink
{
    width: 277px;
    height: 196px;
    border: solid 1px #5e070a;
    display: block;
    background-image: url(Images/Link/LinkChat.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}
.uxDefaultMasterBannerLink
{
    width: 277px;
    height: 171px;
    border: solid 1px #5e070a;
    display: block;
    background-image: url(Images/Link/LinkBanner.png);
    background-repeat: no-repeat;
    margin-top: 20px;
}

.uxForumListLink
{
    color: #fff;
    margin-left: 10px;
}

.uxForumListLink:hover
{
    color: #666666;
}

.uxForumListLink:visited
{
    color: #888;
}

.PostLinkDeactived
{
    color: #666;
    border: solid 2px #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;  
}