﻿.HeaderPanel
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.uxThemeSelectPanel
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.uxRegisterPanel
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.uxRegisterPanel .RegisternewMemberTitle
{
    display: none;
}

.uxRegisterPanel td
{
    padding-top: 5px;
}

.uxPostLinkPanel
{
    margin-top: 20px;
    text-align: center;
}

.uxUserLoginPanel
{
    width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 143px;
    background-image: url(Images/Ticket1_resize.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 50px;
}

.CBoxPanel
{
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #898989;
    padding-top: 10px;
    padding-bottom: 10px;
}

.BodyPanel
{
    text-align: center;
}

.ForumContentTable
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.PostComponents
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    position:relative;
}

.PostComponents table
{
    width: 100%;
}

.PostComponents td
{
    padding-top: 5px;
}

.PostComponents td.label
{
    width: 150px;
    vertical-align: top;
}

.PostComponents td.input input
{
    width: 300px;
}

.PostComponents td.input textarea
{
    width: 300px;
}

.PostComponents td.postimage img
{
    padding-bottom: 20px;
}

.PostComponents .PostButton
{
    margin-top: 20px;
    text-align: center;
}

.uxBoxQuestionPanel
{
}

.uxBoxQuestionPanel .blur
{
    background-color: #ccc; /*shadow color*/
    color: inherit;
    margin-left: 4px;
    margin-top: 4px;
}

.uxBoxQuestionPanel .shadow, .BoxAnswer1 .content
{
    position: relative;
    bottom: 2px;
    right: 2px;
}

.uxBoxQuestionPanel .shadow
{
    background-color: #666; /*shadow color*/
    color: inherit;
}

.uxBoxQuestionPanel .content
{
    /*background-color: #fff; background color of content*/ /*color: #000; text color of content*/
    border: 1px solid #000; /*border color*/
    padding: .5em 2ex;
}

.uxBoxQuestionPanel .content .PostTopic
{
    font-weight: bold;
    font-size: 24px;
}

.uxBoxQuestionPanel .content .PostContent
{
    margin-top: 10px;
}

.uxBoxQuestionPanel .content .PostInformation
{
    margin-top: 10px;
}

.uxBoxQuestionPanel .content .PostImage
{
    margin-top: 10px;
}

.uxPostFinishedPanel
{
    text-align: center;
    min-height: 500px;
}

.ForumGroupSelectPanel
{
    margin-top: 10px;
    text-align: center;
}