/**************************************
 * THEME NAME: thesis
 *
 * Files included in this sheet:
 *
 *   thesis/extra.css
 **************************************/

/***** thesis/extra.css start *****/

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

th.header,
td.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;     
}

.headermain {
    height:40px;
}

.courseboxcontent {
    background-color: #FFFFFF;
}

.courseboxcontent .info {
    background-image: url(faint-hat.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.disclaimer {
    font-size: x-small;
    margin-top: 10px;
}

.thesis_quote {
    font-size: small;
    margin-top: 10px;
    text-align: right;
}

.thesis_quote_author {
    padding: 20px;
    font-size: small;
    font-weight: italic,bold;
    margin-top: 10px;
    text-align: right;
}
/***** thesis/extra.css end *****/

