#list .ul .li, .ul .li .ul {
    padding-left: 10px;
}

/*
 * Perguntas
*/

#list_perguntas table {
    margin:0px;
    width:100%;
}

#list_perguntas .post {
    background-image: url('/media/images/forum_post.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_perguntas .login {
    background-image: url('/media/images/forum_key.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_perguntas .register {
    background-image: url('/media/images/forum_key.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_perguntas .back {
    background-image: url('/media/images/forum_back.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    line-height:30px;
    float:left;
}

#list_perguntas .title {
    font-size:14px;
    font-weight:bold;
    font-family:Verdana;
    line-height:35px;
    height:35px;
    color:#006496;
    clear:both;
}

#list_perguntas .forums {
    clear:both;
}

#list_perguntas a {
    color:#888888;
    text-decoration: none;
    font-weight:none;
}

#list_perguntas a:hover {
    color:#CCCCCC;
    text-decoration: none;
    font-weight:none;
}

#list_perguntas .header {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    background-color:#888888;
    color:#FEFEFE;
    height:25px;
    padding-left:4px;
}

#list_perguntas .detail1 {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    background-color:#FFFFFF;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    cursor:pointer;
}

#list_perguntas .detail1_end {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    background-color:#FFFFFF;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    border-right:#CCCCCC 1px solid;
    cursor:pointer;
}

#list_perguntas .detail2 {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    background-color:#EEEEEE;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    cursor:pointer;
}

#list_perguntas .detail2_end {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    background-color:#EEEEEE;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    border-right:#CCCCCC 1px solid;
    cursor:pointer;
}


/*
 * Respostas
*/

#list_answer table {
    margin:0px;
    width:100%;
}

#list_answer .post {
    background-image: url('/media/images/forum_reply.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_answer .login {
    background-image: url('/media/images/forum_key.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_answer .register {
    background-image: url('/media/images/forum_key.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    width:200px;
    line-height:30px;
    float:left;
}

#list_answer .back {
    background-image: url('/media/images/forum_back.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height:30px;
    line-height:30px;
    float:left;
}

#list_answer .forums {
    clear:both;
}

#list_answer a {
    color:#888888;
    text-decoration: none;
    font-weight:none;
}

#list_answer a:hover {
    color:#CCCCCC;
    text-decoration: none;
    font-weight:none;
}

#list_answer .title {
    font-size:14px;
    font-weight:bold;
    font-family:Verdana;
    line-height:35px;
    height:35px;
    color:#006496;
    clear:both;
}

#list_answer .topo {
    clear:both;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    background-color:#888888;
    color:#FEFEFE;
    line-height:25px;
    height:25px;
    padding-left:4px;
}

#list_answer .left {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    padding-top:5px;
    vertical-align:top;
}

#list_answer .right {
    font-family: Verdana;
    font-size: 11px;
    font-weight: none;
    color:#424242;
    height:22px;
    padding-left:4px;
    border-left:#CCCCCC 1px solid;
    border-bottom:#CCCCCC 1px solid;
    border-right:#CCCCCC 1px solid;
}

#list_answer .header {
    border-bottom:#CCCCCC 1px solid;
    height:35px;
    line-height:35px;
}

#list_answer .detail {
    padding-top:15px;
    padding-bottom:15px;
}

