
/* boxy */
.boxy-content {
    padding: 0px;
}
.boxy-wrapper .title-bar {
    background: #fff !important;
}
.boxy-wrapper .title-bar a.close {
    color: #000;
    background-position: top right;
    background-repeat: no-repeat;
    width: auto;
    padding-right:20px;
}
.boxy-wrapper .top-left,
.boxy-wrapper .top,
.boxy-wrapper .top-right,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .bottom,
.boxy-wrapper .bottom-right
{
    background: #F57213 !important;
    opacity:.6; -moz-opacity:.6;
}
.boxy-wrapper .top,
.boxy-wrapper .bottom { height:5px; }

.boxy-wrapper .left,
.boxy-wrapper .right { width:5px; }


.tableListing th {
    background: url("../images/layout_rep_grey.jpg") repeat scroll 0 0 transparent;
    padding: 4px;
    color: #fff;
}
.tableListing td {
    padding:4px;
}
.tableListing .info {
    font-size: 11px;
    color:#888;
}
.tableListing tr:hover {
    background-color: #ddd;
}

/* Content: Social */
ul.contentSocial {
    border:0px none;
    margin:0px !important;
    height: 100%; overflow:hidden;
}
ul.contentSocial li {
    float: left;
    list-style: none;
    border: 0px none;
    padding: 3px; margin:0px;
}

.pages {
    color:#555;
}
.pages span {
    color: #999;
}
.pages a {
    color: #333;
    font-size: 12px;
    padding: 0px;
}
.pages a:hover {
    color: #000;
    background:none;
}

#fMatter ul,
#fMatter ol {
    margin: 10px 0px 10px 20px;
}
#fMatter li {
    margin:3px 0px;
    line-height: 160%;
}

.cleaner {
    clear: both; 
    height:100%; overflow: hidden;
}