#container
{
    padding-left:0px;
    width:100%;
}

#container #contentTable
{
    width:100%;
    margin-bottom:0px;
    margin-top:10px;
}

#container #contentTable td
{
    vertical-align: top;
    font-size:12px;
}

#container #contentTable #contentCell
{
    width:80%;
    padding-left:10px;
    padding-bottom:50px;
    padding-right:10px;
}

#container #contentTable #tocCell
{
    width:20%;
    background-color:#FF9A15;
    font-size:12px;
    padding-left:4px;
    padding-top:4px;
    font-family:"Trebuchet MS",sans-serif;
}



#tocCell label
{
    display:block;
}

#contentCell
{
    background-color:white;
    color:black;
    width:100%;
    padding-top:10px;
}

#contentCell .cs
{
    font-size:10px;
    color:#ba700f;
}

#contentCell h1,h2,h3,h4
{
    color:#ba700f;
}

h2
{
    margin-top:30px;
}

h3
{
    padding-top:30px !important;
}

#contentCell a
{
    font-size:14px;
    
}

#contentCell p a
{
    /*color:#FF9A15;*/
}

#footer li a, ul.special li a
{
    color:gray;
    border:none;
}

#footer li a:hover, ul.special li a:hover
{
    border:none;
    color:#FF9A15;
}

#contentCell ul,#contentCell ol
{
    padding:10px;
    list-style-type:none;
    font-size:14px;
    margin-left:14px;
    margin-top:0px;
}

#contentCell ul.enumeration
{
    padding-left:10px !important;
    font-size:14px;
}

#contentCell ul.enumeration li
{
    list-style-type: circle;
    margin-bottom:6px;
}

#contentCell ol
{
    list-style-type: decimal;
}

.code
{
    background-color:#ffecd3;
    width:80%;
    border: 1px solid #FF9A15;
    margin-top:20px;
    margin-bottom:20px;
    padding:5px;
    padding-top:15px;
}

.tmplCodeTitle,.phpCodeTitle,.resCodeTitle
{
    position:absolute;
    margin-top: -24px;
    border: 1px solid #FF9A15;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    float:left;
}

.tmplCodeTitle
{
    background-color:#FFAE43;
}

.phpCodeTitle
{
    background-color:#bbceff;
}

.resCodeTitle
{
    background-color:#d0d0d0;
}

.list li
{
    list-style-type: square;
    font-size:12px;
    margin-left:10px;
}

#tocTitle
{
    font-weight:bold;
    font-size:14px;
    margin-top:5px;
    margin-bottom:10px;
}

#tocCell ul
{
    margin-left:20px;
}

#tocCell ul li a
{
    color:black;
}

#tocCell ul li a:hover
{
    color:white;
}

#tocCell ul li ul li a
{
    
}


h3
{
	color:#e8ae62;
}


.commentEntry
{
    margin-left: 20px;
    border: 1px solid #FF9A15;
    background-color: #FF9A15;
    margin-top: 10px;
    position: relative;
    padding-left: 80px;
    font-family: "Arial";
}

    .commentEntry .msgBody
    {
        background-color: white;
        float: right;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 15px;
        padding-left: 10px;
        min-height: 100px;
    }
    
        .commentEntry .msgBody .comUserName
        {
            color: #b9b9b9;
            font-size: 10px;
        }
    
            .commentEntry .msgBody .comUserName b
            {
                color: black;
                font-size: 18px;
                margin-right: 10px;
            }
    
        .commentEntry .msgBody .msgContent
        {
            margin-top: 10px;
            margin-left: 20px;
        }
        
    .commentEntry .userAvatar
    {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    .commentEntry .userAvatar img
    {
        border: 1px solid black !important;
    }


.commentEntry b
{
    font-size: 16px;
}

.commentEntry.team
{
    border: 1px solid red;
}


fieldset
{
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #A5ACB2;
}

    fieldset form
    {
        margin: 0px;
    }

    fieldset legend
    {
        color: #BA700F;
        font-size: 18px;
        margin-left: 10px;
    }

