/**************************************
 * THEME NAME: fisdapEMS
 *
 * Files included in this sheet:
 *
 *   fisdapEMS/EMSlook.css
 **************************************/

/***** fisdapEMS/EMSlook.css start *****/

body {
    background-color:#F0DD90;
    margin:0px;
}

#page {
    background-color:#FFFFFF;
}

#header-home,
#header {
    color:white;
    background-color:black;
    padding:.5em;
}

#content {
    padding:.5em;
}

#footer {
    background-color:#FFFFFF;
}

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

h1.header,
h2.header,
h3.header {
    color:white;
    background-image:url(pix/h_gradient.jpg);     
    background-position:top right;    
    background-repeat:no-repeat;     
    border:none;
}

th.header,
td.header {
    background-color:#F1E0A8;
    border:1px solid black;
    padding:5px;
}


div.header {
    background-color:#F1E0A8;
}

.navbar {
    border:none;
    background-image:url(gradient.jpg);     
    background-position:center;    
    background-repeat:repeat-x;     
}


a:link,
a:visited {
    color:black;
    text-decoration:underline;
}

a:hover {
    color:#FF0000;
}

div.headermenu a:link,
div.headermenu a:visited {
    color:white;
}
/***** fisdapEMS/EMSlook.css end *****/

