/* 
    Document   : classdetails
    Created on : Sep 11, 2012, 7:42:16 PM
    Author     : Krishnapriya
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#treeMenu ul li li span.opened {background-position:-7px -197px; }
#treeMenu ul li li span.opened.closed{background-position:-10px -131px; cursor:pointer; }
#treeMenu ul li span.opened.closed {display:block; float:right; width:30px; height:30px; background:url(../images/treeSplit.png) no-repeat 100% 0;  cursor:pointer;position:absolute; top:0; right:0;}


