
/* ### -- -- -- -- -- Special Entry Support Styles -- -- -- -- -- ### */

/* 

File support.css 
Copyright 2012 WBB-World

*/

/* ### -- -- -- -- -- supportOverviewTableList -- -- -- -- -- ### */

.supportOverviewTableList .columnTitle {
    width: 40%;
}

.supportOverviewTableList .columnEntry {
    width: 30%;
}

/* ### -- -- -- -- -- Everything else -- -- -- -- -- ### */


#ownEntry {
	width:200px;
}
#supportCategoryList, #supportCategoryList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#supportCategoryList {
    margin-bottom: 20px;
}
#supportCategoryList .supportCategoryListInner {
    min-height: 16px;
}
#supportCategoryList .supportCategoryListInner .smallButtons {
    clear: both;
}
#supportCategoryList .supportCategoryListInner:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
#supportCategoryList .containerContent:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.supportOverviewSort:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
#supportCategoryList .container-1, #supportCategoryList .container-2 {
    background-position: left center;
    background-repeat: no-repeat;
}
#supportCategoryList .container-1, #boardlist .container-2 {
    padding: 4px;
}
.supportCategoryListCols-3 {
    float: left;
    width: 60%;
}
.supportCategoryListLastPost {
    float: left;
    overflow: hidden;
    width: 20%;
}
.supportCategoryListStats {
    float: right;
    font-size: 0.85em;
    width: 20%;
}
.supportCategoryListStats dl, .supportCategoryListStats dd, .supportCategoryListStats dt {
    margin: 0;
    padding: 0;
}
.supportCategoryListStats dt {
    float: right;
    width: 40%;
}
.supportCategoryListStats dd {
    float: left;
    text-align: right;
    width: 58%;
}
#supportCategoryList .containerHead .boardTitle {
    width: 99.5%;
}

.prefix strong {
    font-weight: normal;
}
.headlineContainer  .prefix {
    font-size: 80%;
}
.prefixEdit {
	display: inline;
}
.breadCrumbs .prefix {
    text-decoration: none;
}
.supportCategoryListDescription {
    margin-bottom: 3px;
}
