/* Board List Page Styles */

/* Sub banner */
#subbg { left: 0 !important; width: 936px !important; top: 92px !important; }

/* Sidebar - below sub banner */
#newsidemenu { 
    left: 0 !important; 
    width: 220px !important; 
    top: 200px !important;
    position: absolute !important;
}

/* Content header - next to sidebar */
#cntheader { 
    left: 240px !important; 
    width: 696px !important; 
    top: 200px !important;
    position: absolute !important;
}

/* Board list content - below content header */
#board-list-content {
    left: 240px !important;
    top: 240px !important;
    width: 696px !important;
    position: absolute !important;
}

#board-list-content .board-list {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

/* Hide duplicate h2 since cntheader has the title */
#board-list-content .board-list h2 {
    display: none !important;
}

#board-list-content .board-list table {
    width: 100% !important;
}

#board-list-content .board-list table td {
    padding: 8px 5px !important;
    border-bottom: 1px solid #eee !important;
}

#board-list-content .board-list table td a {
    color: #333 !important;
    text-decoration: none !important;
}

#board-list-content .board-list table td a:hover {
    color: #1a1a2e !important;
    text-decoration: underline !important;
}

#board-list-content .board-list .nav {
    margin-top: 20px !important;
    text-align: center !important;
}

#board-list-content .board-list .nav a {
    padding: 8px 20px !important;
    background: #1a1a2e !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 3px !important;
}
