/*
    Document   : module
    Created on : 06.05.2010, 15:06:43
    Author     : pabt
    Description:

    This file is used customize the appearance of a module
    It overrides all rules form main.css that deal with font color

    Usage: rename this file to whatever you want. best would be the module name. Then add the  filename
    in the table MEM_MODULE into the field 'cssfilename'

*/


#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {color: #006500}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active, #nav-secondary li.active li a:focus {color: #006500}
#nav-secondary a:hover,#nav-secondary a:focus {color:#006500}

/* PSEUDO-CLASSES */
a,a:link,a:hover{background:transparent;text-decoration:none;cursor:pointer;color:#006500}
a:hover,a:active,a:focus{text-decoration:underline;}


#footer  a:hover,#footer a:focus{
    color:#006500;
    text-decoration:none;
}

div#fontSize a:hover{
    color: #006500;
}


#nav-secondary ul li {

    color:#006500;

}

/* HIDE SOME THINGS FOR SWISSNOSO */
/*  the sort */
#sortDiv {
    display:none;
}
/* the attached object in the extenden patient search (images, implants) */
#patientSearch_attachedObjectsDiv{
    display:none;
}
