/* Navigation --------------- */
#subnav a:hover {
    background-color: #009976;
	border: none;
}
#subnav_admin a:hover {
    background-color: #FF2143;
	border: none;
}

#subnav li.act a:link, #subnav li.act a:visited {
    color: #007A5E;
	border: 1px solid white;
}

#subnav li.act a:hover {
    color: #009976;
}
/*----------------IDEA pages main elements------------------------------*/
body.ideabg {
background: #fff repeat-x left top;
background-image: url(bg_idea.gif);
}


#modulebanner {
    width: 755px;
    height: 72px;
	margin: auto;
	padding: 0px;
    background: #fff url('../header/module_banner.png') no-repeat;
	
}

#modulebanner h2 {
    color: #fff;
	font-size: 200%;
	font-weight: normal;
    padding: 38px 0 0 10px;
    margin: 0;
}


/*---------------- Sidebar banners and boxes --------------------------*/
#plugins {
    background: url(plugin.gif) no-repeat;
    border: #89D784 1px solid;
    margin-bottom: 1.7em;
    width: 168px;
    height: 6.5em;
}

#plugins h4 {
    font-weight: bold;
    font-size: 14px;
    font-color: black;
    padding: 7px 0 5px 45px;
    margin: 0;
}

#plugins p {font-size: 86%; font-weight: normal; padding: 12px 0 0 15px; line-height: 1.5em;}

