/* ---------- start campus template css ---------- */
/* header color (#)                                 */
/* 3 colors (#7d152c, #974754, #dcc5c9)            */
/* table th (#)                                    */

h1, h2, h3, h4 , .tab_content h1, .tab_content h2, .tab_content h3, .tab_content h4 {
    color: #7d152c; /* header color */
}

#main_slogan2 {
    background-color: #7d152c;
}

.ddsmoothmenu-h_1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    border-bottom: 3px solid #7d152c;
}

.ddsmoothmenu-h_1 ul li a:hover{
    border-bottom: 3px solid #7d152c;
}

.ddsmoothmenu-h_2 ul li a.selected { /* CSS class that's dynamically added to the currently active menu items' LI A element */
    background-color:#7d152c;
}

.ddsmoothmenu-h_2 ul li a:hover {
    background-color:#7d152c;
}

#main_header {
    border-bottom: 3px solid #7d152c;
}

.art_table-col {
    border-top:5px solid #7d152c;
}

.article_title {
    color:#7d152c; /* header color */
}

.table-blue{
    border-top:5px solid #7d152c;
}

.menu_containter_vertical_down ul li a:link, .menu_containter_vertical_down ul li a:visited, .menu_containter_vertical_down ul li a:active {
    border-left-color:#974754; /* second color */
}

.menu_containter_vertical_down ul li a.selected {
    background:url("../../images/arrow-sprite.png") no-repeat scroll -1805px center #ffffff;
    border-left-color:#7d152c;
    color: #7d152c;
}

.menu_containter_vertical_down ul li a:hover {
    border-left-color:#7d152c;
}

.menu_containter_vertical_down ul li.sel_menu_list ul li a.selected, .menu_containter_vertical_down ul li.sel_menu_list ul li a:hover {
    border-left-color:#ffffff;   
    color: #7d152c;
}

#calnavigation {
    background-color:#7d152c;
}

td.calendar_cell_link {
    background-color:#7d152c;
}

#tooltip_content {
    background-color:#dcc5c9; /* third color */
}

#events_container {
    border-left-color:#7d152c;
}

.art_table table {
    background-color:#dcc5c9; /* third color */
}

.art_table th {
    background-color: #974754; /* table th color */ 
}

.blue, .header_blue {
    background-color:#dcc5c9; /* third color */
}