/* Styling for UCAS code lists */

#ucascodes h3  a {
    padding-left: 20px;
    background-repeat: no-repeat;
}

#ucascodes h3 a:link ,
#ucascodes h3 a:visited ,
#ucascodes h3 a:hover {
    text-decoration: none;
}

#ucascodes h3 .opendegree  {
    background-image: url(http://www.gla.ac.uk/t4/corporatecommunications/i/smallopen.gif); 
}

#ucascodes h3 .closedegree {
    background-image: url(http://www.gla.ac.uk/t4/corporatecommunications/i/smallclose.gif);
}

.ucascodes h3  a {
    padding-left: 20px;
    background-repeat: no-repeat;
}

.ucascodes h3 a:link ,
.ucascodes h3 a:visited ,
.ucascodes h3 a:hover {
    text-decoration: none;
}

.ucascodes h3 .showitem  {
    background-image: url(http://www.gla.ac.uk/t4/corporatecommunications/i/smallopen.gif); 
}

.ucascodes h3 .hideitem {
    background-image: url(http://www.gla.ac.uk/t4/corporatecommunications/i/smallclose.gif);
}
