/**************************************
 * THEME NAME: praxis
 *
 * Files included in this sheet:
 *
 *   praxis/stylesheet.css
 **************************************/

/***** praxis/stylesheet.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
body {
 margin: 0;
 padding: 0;
}

a {
 color: #90A8BF;
}


#header-home, #header {
 background-image: url(images/bck.gif);
 background-repeat: repeat-x;
}

#header-home .logininfo, #header .logininfo {
 margin-top: 10px;
 color: #FFF;
 margin-right: 20px;
}

.headermenu {
  text-align:center;
}

.logininfo {
 margin-bottom: 10px;
}

.logininfo a, .logininfo a:visited {
 color: #DFDFDF;
}

.breadcrumb {
 padding-top: 3px;
}

#layout-table {
 width: 98%;
 margin-left: auto;
 margin-right: auto; 
}



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;     
}

#pie {
 padding-top: 3px;
 color: #FFF;
 font-size: 10px;
 font-family: helvetica, arial;
 font-weight: bold;
 background-image: url(images/pie.gif);
 background-repeat: repeat-x;
 height: 40px;
 width: 100%;
}
/***** praxis/stylesheet.css end *****/


