@charset "UTF-8";
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal}
A:link {color:#000000; font-size: 8pt; text-decoration: none}
A:visited {color:#000000; font-size: 8pt; text-decoration: none}
A:active {color:#000000; font-size: 8pt; text-decoration: none}
A:hover {color: #000000; font-size: 8pt; text-decoration: underline}

#pscroller1{
width: 145px;
height: 160px;
border: 1px solid #CECFCE;
padding: 5px;
background-color: #FFFFFF;
font-size: 8pt;
}

.someclass{ //class
}

ul {font-size: 8pt}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-size: 8pt;
margin-left: 5;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('arlista/pdf.gif') no-repeat left center;
list-style-type: none;
padding-left: 20px;
margin-bottom: 2px
font-size: 8pt;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('arlista/closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important
font-size: 8pt;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
font-size: 8pt;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
font-size: 8pt;
}