/**************************************
 * THEME NAME: standardwhite
 *
 * Files included in this sheet:
 *
 *   standardwhite/gradients.css
 *   standardwhite/coursesurvey.css
 **************************************/

/***** standardwhite/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** standardwhite/gradients.css end *****/

/***** standardwhite/coursesurvey.css start *****/

body {
    background-color: #FFFFDD;
}

p {
    text-indent: 3em;
}

td.number {
    text-align:right;
    font-size: 90%;
    border: thin solid black;
}


.negative {
    color: red;
}

img {
    margin-left:auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}

td.heading {
    border-bottom: thin solid black;
    margin: 5px;
}

table.demographic {
    border: thin solid black;
    padding: 2px;
}

.demobreakdown {
    border: thin solid black;
}

.r0 {
    background-color: #cccccc;
}

table.individualresults, table.breakdown, table.results {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.demoresponse {
    padding: 10px;
}

.demographicq {
    border: thin solid black;
}

.subdemoq {
    border: thin solid black;
    text-align: right;
}

th {
    padding: 5px;
}

td {
    padding: 2px;
}

td.rowheading {
    background-color: #CCCCCC;
}/***** standardwhite/coursesurvey.css end *****/

