/* CSS Document */


/*LINK COLOR*/

a {
color : #318c04;
} 
/* H2 COLOR */

h2, .contentheading {
color : #318c04;
}

/* TOP DIV LINK COLOR */
#top a {
color : #50e505;
}
/*TOP MENU ITEM BORDER COLOR*/

#nav ul.menu a:hover, #nav ul.menu li#current a{
border : 1px solid #b1f45b;
border-bottom : none;
}

/*SIDE MENU LINK COLOR*/

#left ul.menu a{
border-bottom : 1px solid #5fb534;
}

/* SUB MENU BACKGROUND COLOR */
 
#left .moduletable table tbody tr td div {
background-color : #6bbb43;
border-bottom : 1px solid #7dc35a;
}

/*SEARCH BUTTON BORDER AND FONT COLOR */

#search .button {
background:url(../../images/green/button/index.png) top left repeat-x; 
border : 1px solid #d87d0b;
color : #edfbd5;
}

/* BACKGROUND COLOR FOR DIVS IN LEFT COLUMN */

#left .moduletable, #left .moduletable_menu{
background-color : #49ab18;
}

/* H3 COLOR FOR GREY DIVS IN LEFT COLUMN */

#left .moduletable-grey h3 {
color : #318c04;
}

/* H3 COLOR FOR DIVS IN RIGHT COLUMN */
/*
#right .moduletable h3 {
background-color : #318c04;
}
*/
/* H3 COLOR IN BOTTOM DIV */

#bottom h3 {
color : #f8b920;
}


/*images*/

/* begin mod webmaster@unige.ch */
/*
li{background:url(../images/green/bullet.png) 0px 6px no-repeat;
}
ul.menu li{
background:none;
}

#nav{
margin-top:2px;
width:100%; position:relative;
background:url(../images/green/nav.png) top left repeat-x;
}
#user4{
background:url(../images/green/pathway.png) top left repeat-x;
}

#wrapper{
background:url(../images/green/gradient.png) top left repeat-x;
}
#left .moduletable h3, #left .moduletable_menu h3{
background:url(../images/green/h3_left1.gif) top left repeat-x;}


#bottom li a{
background:url(../images/green/bullet-yellow.png) 0px 6px no-repeat;
}
#left ul.menu a{
background:url(../images/green/mainlevel.gif) no-repeat;
background-position:3px 6px;
}
#left ul.menu a:hover, #left ul.menu li#current a{
background:#6bbb43 url(../images/green/active.gif) no-repeat;
background-position:3px 6px;
}
#nav ul.menu a:hover, #nav ul.menu li#current a{
background:url(../images/green/nav_active.png) top left repeat-x;
}
*/

/*sublevel menu*/
/*
#nav ul.menu li ul{
background-color:#44a911;/*background colour of the sublevel panel */
border:#2f8802 1px solid;/*border of the sublevel panel */
border-bottom:none;
}

#nav ul.menu li li{
border-bottom:#2f8802 1px solid;
}

#nav ul.menu li li:hover,#nav ul.menu li li.sfhover{
background-color:#9cef26;} 
*/
/* end mod webmaster@unige.ch */

/*bottom*/

#bottom a {
color : #f8b920;
}

#zefooter, #boxfluid{
background-color: #ffff;
text-align: center;
}