/* listview */

#forum_listview table {
    vertical-align:middle;
    border-bottom:5px solid #f7f7f7;
    margin:10px 0 10px 0;
}
#forum_listview th {
    background:#F7F7F7;
    padding:7px 10px;
    color:#000;
}
#forum_listview td {
    padding:7px 10px;
    border-bottom:1px solid #E5E5E5;
}
#forum_listview table p {
    margin:0;
    padding:0;
}



/* general stuff */

.tar {
    text-align:right;
}
.tac {
    text-align:center;
}
.no_border *,
.no_border {
    border:none !important;
}

hr {
    border:none;
    height:1px;
    background:#E6E6E6;
}
hr.fat {
    height:5px;
    background:#E5E5E5;
}


/* threadview */

#forum_thread ul {
    list-style:none;
    margin:10px 0;
}
#forum_thread ul.error {
	list-style:square inside;
}
#forum_thread li {
    padding:15px 0;
    border-bottom:1px solid #E6E6E6;
}
#forum_thread li li {
    padding:0;
    border:none;
}
#forum_thread li.last {
    border-bottom:5px solid #E6E6E6;
}

#forum_thread_header {
    padding:10px 0 10px 15px;
    margin:10px 0;
}
#forum_thread_header img.ttip {
    float:left;
    margin:5px 20px 0 0;
}

#treeview_header {
    padding:10px 270px 0 0;
}
#treeview_header div.header_title {
    padding-left:15px;
}
#treeview_header div.header_title img {
    margin:5px 22px 0 0;
}
#treeview_header div.padding {
    padding-left:50px;
    margin-bottom:10px;
}

#treeview div {
    margin:10px 0;
}

.pagination {
    text-align:right;
}

/* new message form */

#insert_quote {
    background:url(../../img/icons/quote.gif) no-repeat top left;
    width:21px;
    height:22px;
    overflow:hidden;
    text-indent:-10000px;
    display:block;
    float:right;
}

#new_message .col-l {
    width:420px;
}

#treeview .tree-lvl-2 { margin-left:1em; }
#treeview .tree-lvl-3 { margin-left:2em; }
#treeview .tree-lvl-4 { margin-left:3em; }
#treeview .tree-lvl-5 { margin-left:4em; }
#treeview .tree-lvl-6 { margin-left:5em; }
#treeview .tree-lvl-7 { margin-left:6em; }
#treeview .tree-lvl-8 { margin-left:7em; }
#treeview .tree-lvl-9 { margin-left:8em; }
#treeview .tree-lvl-10 { margin-left:9em; }
#treeview .tree-lvl-11 { margin-left:10em; }
#treeview .tree-lvl-12 { margin-left:11em; }
#treeview .tree-lvl-13 { margin-left:12em; }















