/* controls the appearance of links throughout the application */ a:link, a:hover, a:visited, a:active { font-family: Tahoma, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #000; } a:hover{ color: #000033; text-decoration:underline } a:visited{ /*color: #104e5b;*/ } a:active{ color: #318496; } html, body, div, table, img, fieldset { border: 0; margin: 0; padding: 0; } html { overflow: scroll; } body, pre, PRE { font-family: Tahoma, Sans-Serif; font-size: 11px; color: #484848; background-color: #ffffff; } /* for some reson IE things a form should have dimensions, */ form { padding: 0; margin: 0; } table { font-size: 11px; } ul { margin-left: 15px; padding: 0; } li { list-style: none; background: url( /css/images/bullet.gif' ) no-repeat 0 3px; padding-left: 22px; padding-bottom: 3px; } h2 { font: 18px tahoma; color: #646464; } /* START TREE */ .selectedNodetrue span{ font-weight:bold; } .iceTree a:hover .iceOutTxt { color: #318496; } /* END TREE */