/*************************************************************************
    Title:      Primary stylesheet for Waitrainer
    Author:     Angie Herrera
                eldon.fox@lunarlogic.com
*************************************************************************/
/*
blue: #8a764e
gold: #8a764e
grey: #7f271a
*/
@import url(master.css);

body {
    background: #8a764e;
}

img.logo {
  margin-top: 15px;
}

/*  MASTHEAD AREA / NAVIGATION AREA
-----------------------------------------------------------*/
#nav a {
    color: #4a3e2e;
}

#nav a:hover {
    color: #8a764e;
}

#nav2 a {
    color: #4a3e2e;
}

#nav2 a:hover {
    color: #8a764e;
}


/*  HEADER + INTRODUCTORY AREA
-----------------------------------------------------------*/
a {
    color: #4a3e2e;
}

h1 {
    color: #000;
}

h1 span {
    color: #000;
}

h3.testResult {
    color: #000;
}

img.buttonIcon {
    background: #8a764e;
}

#courseList ul li.current a {
    color: #4a3e2e;
    background: #7f271a 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: #8a764e;
}

/*  FOOTER
-----------------------------------------------------------*/
#footer {
    background: #7f271a;
    color: #d2ba83;
    height: 30px;
    position: relative;
}

#footer span {
    position: absolute;
    top: 9px;
}

#footer a {
    color: #ffffff;
}

#footer img.ro_logo {
  float: right;
}

/*  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: #7f271a;
    color: #ffffff;
}

#progressTable a,
#statusTable a,
#testHistoryTable a,
#ovRecentTests a,
#ovRecentUsers a,
#usersTable a,
#msiGenCourses a,
#ungradedTestsTable a,
#gradedTestsTable a,
#articleListTable a,
.menuListTable a {
    color: #4a3e2e;
}

#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: #8a764e;
}

/**********************************************************
*
*
*
*               From Skinned master.css
*
*
*
**********************************************************/
ul#addTestAnswerNav {
    background: #fff;
}

/*** tips ***/
p.tip {
    background: #fff6dc url(../images/icon-tip.gif) no-repeat 4px 4px;
}

