/*************************************************************************
    Title:		Primary stylesheet for Waitrainer
    Author:		Angie Herrera
                eldon.fox@lunarlogic.com
*************************************************************************/
@import url(master.css);

body {
    background: #000;
    color: #000;
}

/*	MASTHEAD AREA / NAVIGATION AREA
-----------------------------------------------------------*/
#nav a {
    color: #c00;
}

#nav a:hover {
    color: #000;
}

#nav2 a {
    color: #c00;
}

#nav2 a:hover {
    color: #000;
}

/*	HEADER + INTRODUCTORY AREA
-----------------------------------------------------------*/
a {
    color: #c00;
}

h1 {
    color: #c00;
}

h1 span {
    color: #8f9192;
}

img.buttonIcon {
    background: #9cc;
}

#wineList ul li.current a,
#courseList ul li.current a {
    color: #000;
    background: #000 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: #9cc;
}

/*	FOOTER
-----------------------------------------------------------*/
#footer {
    background: #c00;
}

#footer a {
    color: #9cc;
}


/*	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: #9cc;
}

#progressTable a,
#statusTable a,
#testHistoryTable a,
#ovRecentTests a,
#ovRecentUsers a,
#usersTable a,
#msiGenCourses a,
#ungradedTestsTable a,
#gradedTestsTable a,
#articleListTable a,
.menuListTable a {
    color: #c00;
}

#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: #5f0810;
}

#ovRecentTests tr.testsToReview {
    background: #bda;
}

/**********************************************************
*
*
*
*				From Skinned master.css
*
*
*
**********************************************************/
ul#addTestAnswerNav {
    background: #deefef;
}

/*	HEADER + INTRODUCTORY AREA
-----------------------------------------------------------*/

h1 {
    color: #946B21;
}

h3.testResult {
    color: #946b21;
}
