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

body {
    background: #fecb8a;
    color: #5f0810;
}

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

#nav a:hover {
    color: #946b21;
}

#nav2 a {
    color: #5f0810;
}

#nav2 a:hover {
    color: #946b21;
}

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

h1 {
    color: #946b21;
}

img.buttonIcon {
    background: #5f0810;
}

#courseList ul li.current a {
    color: #946b21;
    background: #946b21 url(../images/bg-menuItemBullet.gif) no-repeat 0 0; /* COLOR IS CUSTOMIZABLE - should be same as link color above */
}

/*	FOOTER
-----------------------------------------------------------*/
#footer {
    background: #5f0810;
    color: #b0915b;
}

#footer a {
    color: #b0915b;
}

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

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

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

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

/*** tips ***/
p.tip {
    background: #fff6dc url(../images/icon-tip.gif) no-repeat 4px 4px;
}

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

h1 {
    color: #946b21;
}

img.buttonIcon {
    background: #5f0810;
}
