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

/***** probeta/gradients.css start *****/

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

th.header,
td.header,
h2.headingblock,
div.header {     
/*    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     */
    background:none;
    background-color:black;
    border: solid black thin;
    color:white;
}

.sideblock .content{
   border-left: solid black thin;
   border-right: solid black thin;
   border-bottom: solid black thin
}


.sideblock .header{
   border-left: solid black thin;
   border-right: solid black thin;
   border-top: solid black thin
}

.generalbox{
   border: solid black thin;
   }

.navbar {
   /* background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
    background-color: white;*/
    background-image: none;
    border: solid black thin;
    color:black;
}


#course-view .section .content {
    padding:5px;
    border-style:solid;
    border-width:1px;
    border-left:0px;
    border-right:0px;
    border-color:black;
}

#course-view .section .side {
    padding:5px;
    border-style:solid;
    border-width:1px;
    border-color:black;
}

#course-view .section .left {
    border-right:0px;
    text-align:center;
    width: 1.5em;
}

#course-view .section .right {
    border-left:0px;
    text-align:center;
    width: 1.5em;
}

/*.coursebox{
   border: thin solid black;
}*/

.courseboxcontent {
  border-width:1px;
  border-style:solid;
  border-color: black;
}
    
/***** probeta/gradients.css end *****/

