/*************************************************************************
    Title:      Primary stylesheet for Waitrainer
    Author:     Angie Herrera
                eldon.fox@lunarlogic.com
*************************************************************************/
@import url(master.css);

body {
    background: #026287;
}

/*  MASTHEAD AREA / NAVIGATION AREA
-----------------------------------------------------------*/
#nav a {
    color: #b50a00;
}

#nav a:hover {
    color: #026287;
}

#nav2 a {
    color: #b50a00;
}

#nav2 a:hover {
    color: #026287;
}


/*  HEADER + INTRODUCTORY AREA
-----------------------------------------------------------*/
a {
    color: #b50a00;
}

h1 {
    color: #000;
}

h1 span {
    color: #000;
}

h3.testResult {
    color: #000;
}

img.buttonIcon {
    background: #b50a00;
}

#courseList ul li.current a {
    color: #b50a00;
    background: #BEBEBE url(../images/bg-menuItemBullet.gif) no-repeat 0 0; /* COLOR IS CUSTOMIZABLE - should be same as link color above */
}

#previous_link img,
#next_link img {
    background: #b50a00;
}

/*  FOOTER
-----------------------------------------------------------*/
#footer {
    background: #BEBEBE;
    color: #026287;
}

#footer a {
    color: #b50a00;
}

/*  TABLES
---------------------------------------------------------*/
#progressTable th,
#statusTable th,
#testHistoryTable th,
#ovRecentTests th,
#ovRecentUsers th,
#ovRecentActivity th,
#usersTable th,
#msiGenCourses th,
#ungradedTestsTable th,
#gradedTestsTable th,
#beersListTable th,
#editMultiChoice th,
#wineListTable th,
.menuListTable th,
#articleListTable th {
    background: #BEBEBE;
    color: #b50a00;
}

#progressTable a,
#statusTable a,
#testHistoryTable a,
#ovRecentTests a,
#ovRecentUsers a,
#usersTable a,
#msiGenCourses a,
#ungradedTestsTable a,
#gradedTestsTable a,
#articleListTable a,
.menuListTable a {
    color: #b50a00;
}

#progressTable a:hover,
#statusTable a:hover,
#testHistoryTable a:hover,
#ovRecentTests a:hover,
#ovRecentUsers a:hover,
#usersTable a:hover,
#msiGenCourses a:hover,
#ungradedTestsTable a:hover,
#gradedTestsTable a:hover,
#articleListTable a:hover,
.menuListTable a:hover {
    color: #026287;
}

/**********************************************************
*
*
*
*               From Skinned master.css
*
*
*
**********************************************************/
ul#addTestAnswerNav {
    background: #fff;
}

/*** tips ***/
p.tip {
    background: #fff6dc url(../images/icon-tip.gif) no-repeat 4px 4px;
}

