/*
	This File is for basic LAYOUT CSS -- Not for Color/Design which should stay in the theme.css file
*/

.PopupBody .ShoutBoxPanel .content
{
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 5px;
    height: 97%;
    width: 99%;
    min-height: 300px;
}

#shoutBoxChatArea
{
    overflow-y: auto;
    height: 150px;
    min-width: 500px;
    width: 99%;
    margin: 0;
    padding: 0;
}

.yafnet textarea.basicBBCodeEditor
{
    width: 100%;
    height: 100%;
}

.yafnet textarea.BBCodeEditor
{
    width: 100%;
    height: 350px;
}

.yafnet #DivPageAccess
{
    clear: right;
    float: right;
    margin-top: 10px;
}

.yafnet #DivIconLegend
{
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.yafnet .centerItem
{
    margin: 0 auto;
}

.yafnet .postNavigation td
{
    text-align: right;
}

.yafnet .fileattach
{
    margin: 15px 0 0;
}

.yafnet #yafprofilemenu
{
    width: 19%;
    float: left;
    clear: left;
    margin: 5px 5px 5px 0;
}

.yafnet .RssFeedIcon
{
    margin-left: 5px;
}

.yafnet #yafhelpmenu ul
{
    list-style: none;
}

.yafnet .outerMenuContainer
{
    float: left;
    width: 100%;
    line-height: 30px;
}

.yafnet #yafheader .outerMenuContainer ul
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.yafnet #yafheader .outerMenuContainer li
{
    display: inline;
    padding: 2px 2px;
}

.yafnet .QuickSearch
{
    display: inline;
    float: right;
}

.yafnet input[type="text"],
.yafnet textarea
{
    padding: 0 4px;
    font-size: 12px;
    height: 30px;
}

.yafnet #yafprofilecontent
{
    width: 80%;
    float: right;
    margin: 5px 0;
}

.yafnet td.forumIconCol
{
    width: 1%;
}

.yafnet .threadedRowCollapsed .avatarimage
{
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    margin-right: 8px;
    padding: 1px;
}

.yafnet .yafcodehighlighting .keytype
{
    color: #F93;
    font-weight: 400;
}

.yafnet .yafcodehighlighting .keyword
{
    color: #224FFF;
    font-weight: 400;
}

.yafnet .yafcodehighlighting .integer
{
    color: #FF0032;
}

.yafnet .yafcodehighlighting .comment
{
    color: #008100;
}

.yafnet .yafcodehighlighting .errors
{
    color: red;
    font-weight: 700;
}

.yafnet .yafcodehighlighting .string
{
    color: #F02;
}

.yafnet .adminContainer
{
    width: 100%;
}

.yafnet .adminMenuAccordian
{
    width: 200px;
}

.yafnet .adminMenu li
{
    white-space: nowrap;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.yafnet .helpContent, .yafnet .adminContent
{
    width: 100%;
    vertical-align: top;
    padding-left: 5px;
}

    .yafnet .yafpopupmenu ul, .yafnet .yafpopupmenu li, .yafnet .adminContent li, .yafnet .ui-helper-reset li, .yafnet .postOptions li
    {
        list-style-type: none;
    }

.yafnet .PopMenuLink, .yafnet .UserPopMenuLink, .yafnet .GoToLink
{
    cursor: pointer;
}

.yafnet .PrevTopicLink
{
    margin-left: 5px;
    padding: 2px 4px 2px 15px;
}

.yafnet .NextTopicLink
{
    margin-left: 5px;
    float: right;
    padding: 2px 15px 2px 4px;
}

.yafnet .pagination
{
    font-size: 90%;
    text-align: center;
    margin-left: 4px;
}

    .yafnet .pagination a, .yafnet .pagination span
    {
        display: block;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        min-width: 1em;
        text-align: center;
        padding: .3em .5em;
    }

.yafnet #SmiliesBox
{
    display: block;
    overflow: auto;
    min-width: 180px;
    min-height: 100px;
}

.yafnet .smilesBox
{
    padding: 0!important;
}

.yafnet .SmilieList
{
    margin: 4px;
    padding: 4px;
}

    .yafnet .SmilieList li
    {
        list-style: none;
        float: left;
        width: 40px;
        height: 40px;
        margin: 0;
        padding: 0;
    }

        .yafnet .SmilieList li a
        {
            display: block;
            text-decoration: none;
        }

.yafnet .edit
{
    width: 100%;
}

#yafpage_shoutbox
{
    height: 100%;
}

.yafnet .UnreadBox
{
    position: relative;
    display: inline;
}

.yafnet .AlphaSort
{
    width: 100%;
    display: inline-block;
}

.yafnet dl.AlphaSort dt
{
    padding-left: 5px;
    height: 30px;
}

.yafnet dl.AlphaSort dd
{
    float: left;
    width: 20px;
    height: 15px;
    text-align: center;
    margin: 10px 4px;
}

    .yafnet dl.AlphaSort dd a
    {
        text-decoration: none;
    }

.yafnet .MultiQuoteButton input
{
    position: absolute;
    top: -9999px;
}

.yafnet .ReputationBar
{
    margin-top: 5px;
    width: 98%;
    background-color: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#9a9a9a));
    background: -moz-linear-gradient(top, #ccc, #9a9a9a);
    background: -o-linear-gradient(top, #ccc, #9a9a9a);
    text-align: center;
    border-color: black;
    text-shadow: 0px 0px 3px #000;
}

.yafnet .ReputationBarText
{
    margin-top: 5px;
    color: white;
}

.yafnet .ReputationBarValue
{
    background-image: none;
}

.yafnet .BarDarkRed
{
    background-color: #8b0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#8b0000), to(#560000));
    background: -moz-linear-gradient(top, #8b0000, #560000);
    background: -o-linear-gradient(top, #8b0000, #560000);
    border-color: black;
}

.yafnet .BarRed
{
    background-color: #ff0000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0000));
    background: -moz-linear-gradient(top, #ff0000, #bf0000);
    background: -o-linear-gradient(top, #ff0000, #bf0000);
    border-color: black;
}

.yafnet .BarOrangeRed
{
    background-color: #ff4500;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4500), to(#c73600));
    background: -moz-linear-gradient(top, #ff4500, #c73600);
    background: -o-linear-gradient(top, #ff4500, #c73600);
    border-color: black;
}

.yafnet .BarDarkOrange
{
    background-color: #ff8c00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#c96e00));
    background: -moz-linear-gradient(top, #ff8c00, #c96e00);
    background: -o-linear-gradient(top, #ff8c00, #c96e00);
    border-color: black;
}

.yafnet .BarOrange
{
    background-color: #ffa500;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa500), to(#c68000));
    background: -moz-linear-gradient(top, #ffa500, #c68000);
    background: -o-linear-gradient(top, #ffa500, #c68000);
    border-color: black;
}

.yafnet .BarYellow
{
    background-color: #ffff00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#c2c200));
    background: -moz-linear-gradient(top, #ffff00, #c2c200);
    background: -o-linear-gradient(top, #ffff00, #c2c200);
    border-color: black;
}

.yafnet .BarLightGreen
{
    background-color: #06e906;
    background: -webkit-gradient(linear, left top, left bottom, from(#06e906), to(#00c500));
    background: -moz-linear-gradient(top, #06e906, #00c500);
    background: -o-linear-gradient(top, #06e906, #00c500);
    border-color: black;
}

.yafnet .BarGreen
{
    background-color: #008000;
    background: -webkit-gradient(linear, left top, left bottom, from(#008000), to(#014701));
    background: -moz-linear-gradient(top, #008000, #014701);
    background: -o-linear-gradient(top, #008000, #014701);
    border-color: black;
}

.yafnet .BarDarkGreen
{
    background-color: #006400;
    background: -webkit-gradient(linear, left top, left bottom, from(#006400), to(#013d01));
    background: -moz-linear-gradient(top, #006400, #013d01);
    background: -o-linear-gradient(top, #006400, #013d01);
    border-color: black;
}

.yafnet .MessageHistoryLink
{
    font-style: italic;
}

.PopupBody, .yafnet .adminMenu ul
{
    margin: 0;
    padding: 0;
}

.yafnet .adminMenu
{
    padding: 5px;
}

    .yafnet #DivForumJump, .yafnet .rightItem, .yafnet .loggedInUser, .yafnet .menuMyContainer, .yafnet .pagination .smiliesPagerNext
    {
        float: right;
    }

    .yafnet .leftItem, .yafnet .menuContainer
    {
        float: left;
    }

    .yafnet .clearItem, .yafnet #DivSmartScroller, .yafnet #yafheaderEnd
    {
        clear: both;
    }

    .yafnet .postsep td, .yafnet .yafpopupmenu
    {
        padding: 0;
    }

    .yafnet #yafheader .loggedInUser, .yafnet #yafheader .menuContainer, .yafnet .forumLinkCol .forumheading, .yafnet .forumLinkCol .forumviewing
    {
        display: inline;
    }

    .yafnet .adminMenu li img, .yafnet .SignatureColumn
    {
        vertical-align: bottom;
    }

    .yafnet .quotetitle, .yafnet .ThanksInfo
    {
        font-weight: 700;
    }

    .yafnet .AlbumImageList li
    {
        width: 60px;
        height: 80px;
        float: left;
    }

        .yafnet .AlbumImageList li img
        {
            max-width: 60px;
            max-height: 80px;
        }

    .yafnet .postdiv .UserPostedImage
    {
        max-width: 100%;
        max-height: 1080px;
    }

iframe.gamercard
{
    width: 200px;
    height: 135px;
}
