/* ==================(((tabla comentarios frontend)))==================== */
.tb_com{
	width:100%;
	margin:5px auto;
	/*outline:1px #000 solid;*/
}
.tb_com p{
	color:#00c;
}
.tb_com td{
	padding-left:11px;
}
.tb_com td.num_com{ /* comment id number (left column) */
	vertical-align:top;
	text-align:right;
	padding-right:3px;
	width:35px;
	font-size:25px;
	font-weight:bold;
	color:#ccc;
	border-right:3px #ccc solid;
	/*outline:1px #0c0 solid;*/
}
.tb_com div.user_com{ /* comment user name */
	font-size:18px; 
	font-style:italic;
	position:relative;
	/*outline:1px #c00 solid;*/
}
.tb_com div.border_com{ /* user bottom border */
	border-bottom-style:dashed; 
	border-width: 1px;
	border-color:#aaa;
	margin-bottom:5px;
	padding-bottom:3px;
}
.tb_com div.fec_com{ /* comment date */
	position:absolute;
	top:5px; 
	right:0px;
	text-align:right; 
	font-size:9px;
	color:#888;
	/*outline:1px #00c solid;*/

}
.tb_com div.com_com{ /* comment body */ 
	
}

/* ==================(((add new comment form)))==================== */
.div_add_comment_wrapper{
	padding:0px; padding-bottom: 1rem;
	width:100%;
	margin:9px auto;
}
    .div_add_comment_wrapper table{margin-bottom:9px;}

    .div_add_comment_wrapper h3{
            padding:5px;
            color:#eee!important; 
            padding-left: 1rem; 
            /*background: #4d4d4d url('iaes-bullet-menu.gif') 10px center no-repeat!important;*/
            background: #4d4d4d;
    }
    .div_add_comment_wrapper h3:before{
	color: #eee!important;
}
.form_add_comment{
	width:95%;
	max-width:500px;
	margin:11px auto;
        background-color: transparent;
        border:none;
}
.form_add_comment table{
	width:100%;
}
.form_add_comment table td{
	padding:3px;
}
.form_add_comment table td.td_comm_label{
	vertical-align:top;text-align:right;white-space:nowrap;
}
.form_add_comment table td.td_comm_control{
	vertical-align:top;text-align:left;
}
.form_add_comment textarea{}
.form_add_comment input{}
.form_add_comment button,submit{}

