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

/***** FECAP/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
{     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}


.block_login div.header{
 color:#FFFFFF;
 background-image:url(loginblock.png);
 background-position:top;    
 background-repeat:repeat;
 }

 .block_login_logout div.header{
 color:#FFFFFF;
 background-image:url(loginblock.png);
 background-position:top;
 background-repeat:repeat;
 }

 .block_login_logout .btnlogout{
      	background-color:#d4d4d4;
	border: solid 1px #cccccc;
}
 
 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;     
}

.headermoodlelogo{
 background-repeat:no-repeat;
 margin-left:60%;
 margin-right:2px;
 margin-bottom:0px;
 margin-top:0px;
 text-align:right;
 vertical-align:text-bottom;
 }
 
 #message{
 font-family:Verdana;
 font-size:12px;
 font-weight:bold;
 color:#FFFFFF;
 text-align:center;
 margin-left:85%;
 }/***** FECAP/gradients.css end *****/


