/* ---------- start campus template css ---------- */
/* header color (#)                                */
/* 3 colors (#db6123, #e2814f, #f6d7c8)            */
/* table th (#)                                    */

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

#main_slogan2 {
    background-color: #db6123;
}

.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 #db6123;
}

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

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

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

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

.art_table-col {
    border-top:2px solid #db6123;
}

.article_title {
    color:#db6123; /* header color */
}

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

.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:#e2814f; /* second color */
}

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

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

.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:#db6123;   
}

#calnavigation {
    background-color:#db6123;
}

td.calendar_cell_link {
    background-color:#db6123;
}

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

#events_container {
    border-left-color:#db6123;
}

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

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

.blue, .header_blue {
    padding: 10px;
    background-color:#f6d7c8; /* third color */
}

.jqm-navmenu-panel ul li.sel_menu_list a {
    border-left-color: #e2814f !important;
}
.jqm-navmenu-panel ul li.sel_menu_list a.selected {
    border-left-color: #db6123 !important;
    background-color: #db6123 !important;
    color: #ffffff !important;
}
.jqm-navmenu-panel ul li.sel_menu_list ul li.sel_menu_list a {
    border-left-color: #e2814f !important;
}
.jqm-navmenu-panel ul li.sel_menu_list ul li.sel_menu_list a {
    border-left-color: #db6123 !important;
    color: #db6123 !important;
}
.jqm-navmenu-panel ul li.sel_menu_list ul li.sel_menu_list ul li a {
    border-left-color: #ffffff !important;
}
.jqm-navmenu-panel ul li.sel_menu_list ul li.sel_menu_list ul li.sel_menu_list a {
    color: #db6123 !important;
}