/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 July 2010 11:41:50
*/


/* treeview css for curriculum menu */

#curriculum-menu a {
  text-decoration: none;
}
#curriculum-menu a:hover {
  text-decoration: underline;
}
#curriculum-menu li.current span a {
  font-weight: bold;
}
#curriculum-menu li.current li span a {
  font-weight: normal;
}
#curriculum-menu li a, #curriculum-menu li.active a, #curriculum-menu li.hover a {
    background: none;
    font-weight: normal;
}
#curriculum-menu li.hover {
    color: #555;
}

.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
/*    background-color: white; */
    margin-top: 4px;
}

.treeview li a {
    color: ##3366CB;
}

.treeview .hitarea {
    background: url(http://www.feetfirst.govt.nz/__data/assets/image/0009/6858/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #555; cursor: pointer; }

.treeview li { background: url(http://www.feetfirst.govt.nz/__data/assets/image/0010/6859/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0009/6858/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

/* This style is not applied in order to display the final exandable image on the Education Portal site */
/*.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; } */

.treeview-red li { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0004/6853/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0003/6852/treeview-red.gif); } 

.treeview-black li { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0003/6861/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0020/6860/treeview-black.gif); }  

.treeview-gray li { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0006/6855/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0005/6854/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0008/6857/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://www.feetfirst.govt.nz/__data/assets/image/0007/6856/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://www.feetfirst.govt.nz/__data/assets/image/0009/6849/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://www.feetfirst.govt.nz/__data/assets/image/0019/6850/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://www.feetfirst.govt.nz/__data/assets/image/0020/6851/file.gif) 0 0 no-repeat; }

