<html><head><title>Problem in creating the Request</title><style><!--body { background-color: white; color: black; font-family: verdana, helvetica, sanf serif;}h1 {color: #336699; margin: 0px 0px 20px 0px; border-width: 0px 0px 1px 0px; border-style: solid; border-color: #336699;}p.footer { color: #336699; border-width: 1px 0px 0px 0px; border-style: solid; border-color: #336699; }span {color: #336699;}pre {padding-left: 20px;}a:link {font-weight: bold; color: #336699;}a:visited {color: #336699; }a:hover {color: #800000; background-color: #ffff80;}a:active {color: #006666;}--></style></head><body><h1>Problem in creating the Request</h1><p><span>Message:</span> null</p><p><span>Description:</span> No details available.</p><p><span>Sender:</span> org.dspace.app.xmlui.cocoon.servlet.multipart.DSpaceMultipartFilter</p><p><span>Source:</span> Cocoon Servlet</p><p><span>request-uri</span><pre>/static/css/discovery/discovery-style.css</pre></p><p><span>cause</span><pre>null</pre></p><p class='footer'><a href='http://cocoon.apache.org/'>Apache Cocoon 2.2.0</p></body></html>/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */


/**
    Discovery control gears start
**/

div.controls-gear-wrapper{
    position: relative;
    float: right;
    cursor: pointer;
}

div.controls-gear-wrapper .discovery-controls-gear{
    padding: 0;
    margin-right: 3px;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    border: none;
}

ul.gear-selection{
    margin: 0 2px 0 0;
    list-style: none;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    z-index: 999;
    border: 1px solid #EBEBEB;
    padding: 0;
    /*Hidden by default*/
    display: none;
}


.bottom ul.gear-selection {
    /*Css to ensure that the bottom gear selection list is shown on TOP of the button */
    bottom: 33px;
}

div.gear-icon{
    height: 25px;
    width: 25px;
}


.rgba.boxshadow ul.gear-selection{
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

ul.gear-selection ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

ul.gear-selection li {
    list-style: none;
}

ul.gear-selection li.gear-head{
    padding: 5px;
    border-top: 1px solid #EBEBEB;
}

ul.gear-selection li.gear-head.first{
    border-top: none;
}


ul.gear-selection li.gear-option{
    padding: 5px 5px 5px 25px;
    white-space: nowrap;
