﻿body {
    height: 100%;	
    margin: 0px;
    padding: 0px;
    
    background: #e8f8e8; /* url(/Images/Body_Background.png) repeat scroll top left; */

    font-family: Trebuchet MS,Lucida Grande,Helvetica,Sans-Serif;
    /* font-family: Calibri, Verdana, Arial, Helvetica; */
    font-size: 13px;
}

a:link		{	color: #44a; text-decoration: none;	}
a:visited	{	color: #337; text-decoration: none;	}
a:active, 
a:hover		{	color: #77f; text-decoration: underline;	}


.Page {
    margin: 31px auto 0px auto;
    width: 960px;
    padding: 0px 10px;
    background: transparent url(/Images/Page_Background.png) no-repeat scroll top left;
}

    .Header {
        position: relative;
        height: 100px;
        background: #060 url(/Images/Header_Background.png) no-repeat scroll top left;
    }
    
        .Header .Logo {
            float: left;
            width: 650px;
        }

        .Header .Menus {
            position: relative;
            float: left;
            width: 590px;
            height: 100px;
        }
        
        .Header .Servers {
            float: left;
            width: 370px;
            height: 100px;
        }
        .Header .Servers img {
            display: block;
            float: right;
            margin: 20px 20px 0px 0px;
        }
        
        .Header .Menus .Menu 
        {
            position: absolute;
            bottom: 0px;
            left: 90px;
        }
    
    .Menu {
        display: block;
        list-style-type: none;
        padding: 0px 0px 0px 10px;
        margin: 0px;
        /* background-color: #060; */
    }
        
        .Menu li {
            display: inline-block;
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }
        
            .Menu li a {
                display: inline-block;
                color: #fff;
                margin: 0px;
                padding: 3px 9px;
                text-decoration: none;
            }
        
            .Menu li a:hover {
                background-color: #3a3;
            }
    
            .Menu a.Current {
                color: #060;
                background-color: #fff;
            }
    
    .Main {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
    }
        .Main h1 {
            font-size: 19px;
            margin-bottom: 5px;
        }
        
        .Main h2 {
            font-size: 16px;
        }

        .Main h3 {
            font-size: 14px;
        }

    
    .Footer {
        width: 960px;
        margin: 0px auto;
        padding: 10px 0px;
        
        background: #060;
        color: #fff;

        font-family: Verdana, Tahoma, Arial, Sans-Serif;
        font-size: 11px;
    }
        .Footer_Content {
            margin: inherit auto;
            line-height: 1.5em;
        }

        .Footer_Credits {
            line-height: 1.5em;
        }

        .Footer_Links {
            text-align: center;
        }

        .Footer a:link, .Footer a:visited {
            color: #9f9;
            text-decoration: none;
        }

        .Footer a:hover, .Footer a:active {
            color: #3f3;
            text-decoration: underline;
        }

.Banners
{
    margin-top: 15px;
}

.Sidebar {

}
    .Sidebar h2 {
        margin-top: 1em;
        margin-bottom: 0px;
        padding: 2px 6px 1px 6px;
        
        background-color: #cec;
        
        font-family: Arial;
        font-size: 14px;
    }
    
.clear
{
    clear: both;
}

.small
{
    font-size: 11px;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right;
}

.PostView {
    clear: both;
    border-top: solid 1px #DDD;
    margin-bottom: 10px;
}
    .PostView .PostAuthor {
        width: 130px;
        float: left;
        padding: 5px;
    }

    .PostView .PostHeader {
        border-bottom: solid 1px #EEE;
        padding: 5px 0px 5px 5px;
        margin-left: 140px;
        color: #888;
    }
        .PostView .PostHeader .PostActions {
            float: right;
            margin-top: -2px;
        }

    .PostView .PostText {
        padding: 5px;
        margin-left: 140px;
    }
        .PostView .PostText img {
            max-width: 780px;
            max-height: 585px;
        }

        .PostView .PostText blockquote {
            margin: 0px;
            border-left: solid 1px #B9B9B9;
            padding: 5px 10px 5px 15px;
            background-color: #E9E9E9;
        }


.QuickEditArea {
    clear: both;
    border-top: solid 2px #CCC;
    padding-top: 10px;
}
    .QuickEditArea .Instructions {
        width: 130px;
        float: left;
        padding: 5px;
    }

    .QuickEditArea textarea {
        display: block;
        width: 610px;
        margin-left: 140px;
        margin-bottom: 5px;
        font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
        font-size: 13px;
    }

    .QuickEditArea input {
        display: block;
        margin: 5px 0px 0px 140px;
    }

    .QuickEditArea span {
        display: block;
        margin-left: 140px;
    }

.PostEditor {
    clear: both;
    border-top: solid 2px #CCC;
    padding-top: 10px;
}
    .PostEditor div {
        display: block;
        clear: both;
        margin-bottom: 5px;
    }

    .PostEditor .Label {
        display: block;
        width: 100px;
        float: left;
        padding-top: 2px;
    }

    .PostEditor .Field {
        display: block;
        margin-left: 100px;
    }
        .PostEditor .Field .Title {
            width: 300px;
            font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
            font-size: 13px;
        }

    .PostEditor textarea {
        width: 630px;
        font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
        font-size: 13px;
    }

.markItUpHeader {
    height: 22px;
}

textarea
{
    font-family: Trebuchet MS, Lucida Grande, Helvetica, Sans-Serif;
    font-size: 13px;	
}

table.Form
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}

table.Form th, table.Form td
{
    margin: 0px;
    padding: 1px 5px 10px 0px;
}

table.DataGrid
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    border-spacing: 0px;
    border: none 0px transparent;
    border-collapse: collapse;
}

table.DataGrid th
{
    background-color: #393;
    color: #FFF;
    text-align: left;
}

table.DataGrid tr
{
    background-color: #DFD;
}

table.DataGrid tr.Alternating
{
    background-color: #CEC;
}

table.DataGrid th
{
    border: none 0px transparent;
    padding: 2px 4px;
    text-align: left;
}

table.DataGrid td
{
    border: none 0px transparent;
    padding: 4px;
    vertical-align: top;
}

.topicList td.IconCell
{
    width: 48px;
    padding: 0px;
    text-align: right;
}

a.LinkButton
{
    display: inline-block;
    margin-left: 5px;
    border: solid 1px #DDD;
    padding: 1px 5px;
    font-size: 11px;
    text-decoration: none;
    color: #666;
}

a.LinkButton:hover
{
    border-color: #99F;
    background-color: #EEF;
    color: #000;
}

div.Form
{
    margin: 10px 0px 0px 0px;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 1em;
}

dl
{
    margin: 0px;
    clear: both;
}

dt
{
    margin: 1em 0px 0px 0px;
    clear: both;
}

dt:first-child
{
    margin: 0px;
}

dd
{
    margin: 0px;
}

dl.Compact
{
    margin: 0px;
    padding: 0px;
}

dl.Compact dt
{
    margin: 0.5em 0px 0px 0px;
}

dl.Compact dd
{
    margin: 7px 0px 0px 0px;
}

div.Form h2
{
    font-size: 16px;
    margin: 0em 0em 0.5em 0em;
}

div.Form h3
{
    margin: 0.75em 0em 0em 0em;
    font-size: 14px;
}

div.Form h3:first-sibling
{
    margin: 0em 0em 0em 0em;
}

div.Form .Button
{
    margin: 1em 0em 0em 0em;
}

div.Form table
{
    margin: 0px;
    border-spacing: 0px;
    border-width: 0px;
    border-collapse: collapse;
    padding: 0px;
}

div.Form table th, div.Form table td
{
    margin: 0px;
    border-width: 0px;
    padding: 0px;
    vertical-align: top;
}

.Message
{
    margin: 0px 0px 10px 0px;
    border: solid 1px #EEA;
    padding: 10px;
    background-color: #FFB;
}

.Hilite
{
    display: none;
}

.Emoticon
{
    display: inline;
    margin: 0px;
    border: 0px;
    padding: 0px;
    vertical-align: text-bottom;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

.Clear
{
    clear: both;
}

h2
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ns_TopicList_OptionsBar
{
    margin-bottom: 10px;
    border: solid 1px #ccc;
    padding: 3px;
    font: normal normal normal 11px Verdana, Arial, Tahoma, Sans-serif;
    background-color: #eee;
}

.ns_TopicList {
}
    .ns_TopicList_Topic {
        margin-bottom: 20px;
    }

    .ns_TopicList_TopicTitle {
        font-family: Arial, Lucida Grande, Helvetica, Sans-Serif;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

    a:link.ns_TopicList_TopicTitle, a:visited.ns_TopicList_TopicTitle {
        color: #000;
    }

    a:active.ns_TopicList_TopicTitle, a:hover.ns_TopicList_TopicTitle {
        color: #0000cc;
        text-decoration: underline;
    }

    .ns_TopicList_TopicIcon {
        vertical-align: baseline;
        margin-right: 4px;
    }

    .ns_TopicList_TopicByLine {
        display: block;
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #666;
    }

        .ns_TopicList_TopicByLine a:link, .ns_TopicList_TopicByLine a:visited {
            text-decoration: none;
            color: #000099;
        }

        .ns_TopicList_TopicByLine a:hover, .ns_TopicList_TopicByLine a:active {
            text-decoration: underline;
            color: #0000cc;
        }

        .ns_TopicList_TopicByLine .ReplyCount {
            color: #333;
        }

    .ns_TopicList_TopicSummary {
        margin: 0.5em 0em;
    }

        .ns_TopicList_TopicSummary img {
            margin-right: 5px;
        }

    .ns_TopicList_TopicTags {
        margin-bottom: 0.5em;
    }

        .ns_TopicList_TopicTags a.Tag {
            display: inline-block;
            margin-right: 5px;
            border: solid 1px #cec;
            padding: 2px 4px;
            text-decoration: none;
    
            font-family: Verdana;
            font-size: 11px;

            color: #555;
            background-color: #dfd;
            
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

        .ns_TopicList_TopicTags a.Tag.Restricted {
            font-weight: bold;
        }

        .ns_TopicList_TopicTags a:hover.Tag {
            border-color: #090;
            background-color: #9e0;
        }

    .ns_TopicList_PagerButton {
        border: solid 1px #ccc;
        padding: 2px 5px;
    }

    .ns_TopicList_PagerButton_Current {
        border: solid 1px #ccc;
        padding: 2px 5px;
        font-weight: bold;
    }

.ns_TopicRead_TopicTags {
    float: right;
}

    .ns_TopicRead_TopicTags a.Tag {
        display: inline-block;
        margin-right: 5px;
        border: solid 1px #cec;
        padding: 2px 4px;
        text-decoration: none;
    
        font-family: Verdana;
        font-size: 10px;
        font-weight: normal;

        color: #555;
        background-color: #dfd;

        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    .ns_TopicRead_TopicTags a.Tag.Restricted {
        font-weight: bold;
    }

    .ns_TopicRead_TopicTags a:hover.Tag {
        border-color: #090;
        background-color: #9e0;
    }


.ns_PostList {
    border: 1px solid #cec;
    padding: 5px 5px 0px 5px;
    font-family: Arial, Tahoma;
}
    .ns_PostList_Item {
        margin-bottom: 5px;
    }

.ns_TagCloud {
    border: 1px solid #cec;
    padding: 10px 5px 5px 10px;
    text-align: center;
}
    .ns_TagCloud a.Tag {
        display: inline-block;
        line-height: 1.5em;
        text-decoration: none;
        background-color: #bfb;
        margin: 0px 5px 5px 0px;
        padding: 2px 4px;
        color: #000;
        border: 1px solid #cec;
        font-family: Verdana;
        font-size: 11px;
        
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    
    .ns_TagCloud a:hover.Tag {
        background-color: #9e0;
        border-color: #090;
    }
    
    .ns_TagCloud .Tag.Weight1 { background-color: #dfd; }
    .ns_TagCloud .Tag.Weight2 { background-color: #bfb; }
    .ns_TagCloud .Tag.Weight3 { background-color: #9f9; }
    .ns_TagCloud .Tag.Weight4 { background-color: #7f7; }
    .ns_TagCloud .Tag.Weight5 { background-color: #6f6; }

.TagIndex .ns_TagCloud {
    border-width: 0px;
}

.TagIndex a.Tag {
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    margin: 0px 15px 15px 0px;
    padding: 5px 10px;
    
    text-decoration: none;

    border: solid 1px #ddd;
    color: #777;
    background-color: #f0fff0;
}

.TagIndex a.Tag:hover {
    text-decoration: none;
    color: #0b0;
    background-color: #e0ffe0;
}
    
.addthis_button
{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1em;
}

.YouTubePreview
{
    position: relative;
    display: inline-block;
    border: solid 1px #bbb;
    margin-right: 5px;
}
    .YouTubePreview .YouTubeThumbnail {
        width: 120px;
        max-width: 120px;
        height: 90px;
        max-height: 90px;
    }
    
    .YouTubePreview .YouTubeOverlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 90px;
        background: transparent url(/Content/Images/PlayVideo.png) no-repeat left top;
        z-index: 40;
    }

.UserImage
{
    margin-right: 6px;
    margin-bottom: 6px;
}



.StateBar {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-width: 1px 0px;
    background-color: #fff;
    padding: 2px 0px 2px 2px;
    font-family: Verdana;
    font-size: 11px;
}
    .StateBar .StateBarTitle {
        display: inline-block;
        padding: 3px 6px;
        margin-right: 2px;
        font-weight: bold;
    }

    .StateBar ul {
        display: inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
        .StateBar li {
            display: inline-block;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }
            .StateBar li a {
                display: inline-block;
                padding: 3px 6px;
                margin-right: 2px;
            }

            .StateBar a:link, .StateBar a:visited {
                color: #000;
            }

            .StateBar li.Current a {
                background-color: #e9e9ff;
                color: #000;
            }

            .StateBar a:hover, .StateBar a:active {
                background-color: #d9d9ff;
                color: #003;
                text-decoration: none;
            }


.UserList a.Item {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

