﻿html
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: Black;
    color: #fff;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body.BottomImage
{
    background-image: url(Images/BG_Bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 76px;
}

form
{
    margin: 0px;
    padding: 0px;
}

.DefaultMasterBody
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto; /*text-align: center;*/
}

.DefaultMasterLeft
{
    width: 700px;
    float: left;
}

.DefaultMasterRight
{
    width: 278px;
    float: left;
}

.LinkBackToDefault
{
    width: 100%;
    height: 220px;
    display: block;
    background-image: url(Images/BG_Top.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.MemeberLoginTitle
{
    display: none;
}

.IndexMaster
{
    width: 100%;
    background-image: url(Images/LoginTop.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 190px;
}

.Clear
{
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.center
{
    margin-left: auto;
    margin-right: auto;
}

.hidden
{
    display: none;
}

.ForumAnswerTable
{
    margin-top: 20px;
}

/*------------------------ For Upload --------------------------------*/

.uxUploadUserControlPanel
{
    width: 350px;
}

.uxUploadPanelCss
{
    width: 300px;
}

.progressWrapper
{
    width: 357px;
    overflow: hidden;
}

.progressContainer
{
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}

/* Message */
.message
{
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red
{
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green
{
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue
{
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName
{
    font-size: 11px;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress, .progressBarComplete, .progressBarError
{
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete
{
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError
{
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus
{
    margin-top: 2px;
    width: 337px;
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel
{
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../Components/Upload/Images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover
{
    background-position: 0px 0px;
}

/*------------------------ End For Upload --------------------------------*/
.questionBox1 .content
{
    background-color: #fff;
    color: #000;
}

.questionBox1 .content a:link
{
    color: #000;
}

.questionBox1 .content a:visited
{
    color: #666;
}

.questionBox1 .content a:active
{
    color: #000;
}

.questionBox1 .content a:hover
{
    color: #000;
}

.answerBox1 .content
{
    background-color: #545454;
    color: #fafafa;
}

.answerBox1 .content a:link
{
    color: #000;
}

.answerBox1 .content a:visited
{
    color: #666;
}

.answerBox1 .content a:active
{
    color: #000;
}

.answerBox1 .content a:hover
{
    color: #000;
}

.answerBox2 .content
{
    background-color: #dedbb2;
    color: #000;
}

.answerBox2 .content a:link
{
    color: #000;
}

.answerBox2 .content a:visited
{
    color: #666;
}

.answerBox2 .content a:active
{
    color: #000;
}

.answerBox2 .content a:hover
{
    color: #000;
}

.answerBox3 .content
{
    background-color: #c7b199;
    color: #000;
}

.answerBox3 .content a:link
{
    color: #000;
}

.answerBox3 .content a:visited
{
    color: #666;
}

.answerBox3 .content a:active
{
    color: #000;
}

.answerBox3 .content a:hover
{
    color: #000;
}

.BBcodeHelpDiv
{
    position: absolute;
    bottom: 0px;
    right: -280px;
    text-align: left;
}

.MyAccountDetailsPanel
{
    margin-top: 20px;
}

.MyAccountDetailsTable td
{
    text-align: left;
    padding-top: 2px;
}

.MyAccountDetailsTable .label
{
    width: 180px;
}

.MyAccountDetailsTable .input
{
    width: 600px;
}

.PageLink
{
    margin-top: 10px;
    text-align: center;
}

.FormPanel
{
    width: 450px;
    border: solid 1px #303c27;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
}

.FormTitle
{
    display: block;
    line-height: 30px;
    padding-left: 10px;
    background-image: url(Images/titlebg.jpg);
    background-repeat: repeat-x;
    border-bottom: solid 2px #303c27;
    margin-bottom: 10px;
    color: Black;
}

.Formlabel
{
    width: 200px;
    display: inline-block;
    padding-left: 15px;
}

.FormTextBox
{
    width: 150px;
    border: solid 1px #303c27;
}

.FormButton
{
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.FormMessage
{
    text-align: center;
}

.FooterPanel
{
    border: dashed 1px #ccc;
    padding: 10px;
    width: 830px;
    margin: 10px auto 0px auto;
}

.FooterLeftPanel
{
    width: 400px;
    float: left;
}

.FooterLeftPanel span span
{
    font-weight: bold;
}

.FooterRightPanel
{
    text-align: right;
    width: 400px;
    float: right;
}

.FooterRightPanel a
{
    margin-left: 10px;
}

span.SearchText
{
    font-weight: bold;
    background-color: Yellow;
    color: Black;
}
