/*
    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 from main.css that deal with font color

    It can also hide some elements for a specific module

    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: #800000}

/* 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:  #800000}
#nav-secondary a:hover,#nav-secondary a:focus {color: #800000}

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


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

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


#nav-secondary ul li {

    color: #800000;

}

/* HIDE SOME THINGS */
/*  the sort dropdown on the form list on a patient */
#sortDiv {
    display:block;
}
/* the attached object in the extended patient search (images, implants) */
#attachedObjectsLine{
    display:block;
}
/* the join study input element on the registration page */
#joinStudyElement{
    display: block;
}

/* show the clear cache div */
div#clearCache {
    display:block;
}


/* show the advanced search */
span#innerApplication\:patientSearch\:patientSearchSubFormPanel{
    display:block !important;
}

span#innerApplication\:patientSearch\:patientSearchQuestionsQueryPanel{
    display:block !important;
}

/* hide the checkbox */
#implVersion{
    display:none;
}
