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

/***** learningisd/gradients.css start *****/

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
        margin: 0;
        padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.top {
color: #ffffff;
background-image:url(header-bg.png);
background-position:top;
background-repeat:repeat-x;
}

.headermain {
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 104px;
}

.headermain-small {
float: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
height: 52px;
width: 457px;
}

.headermenu {
padding: 10px 10px 0px 0px;
}

a.headermenu {
color: #ff00ff;
}

a.headermenu:visited{
color: #ff00ff;
}

.navbar {
background-image:url(toolbar-bg.png);
color: #fffff;
width:auto;
padding:3px 0.5em;
border-style:none;
/* background-position:top; */
background-repeat:repeat-x;
}

/***** learningisd/gradients.css end *****/

