@import url("portalbase.css");
@import url("portalsize.css");
@import url("portalcontrol.css");

html { height:100%;}
body { height:100%; font-family: arial,helvetica,sans-serif; font-size: 90%; margin:0px 0px 0 5px; background-color:#dcdcdc; }
.admintable { table-layout: fixed; height: 100%; width: 100%; font-size:100%; border-collapse:collapse;}
.treeview { width: 100%; height: 100%; padding-top: 4px; padding-left: 1px; cursor: default; background-color: transparent; }
.treenode { font-family: arial,helvetica,sans-serif; font-size: 12px; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; background-color: transparent; border: none; }
.hovertreenode { font-family: arial,helvetica,sans-serif; font-size: 12px; text-decoration: underline; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.selectedtreenode { font-family: arial,helvetica,sans-serif; font-size: 12px; background-color: gray; color: white; padding-top: 2px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; cursor: default; }
.listfilter	{ background: #F5F5F5; border: #BBBBBB 1px solid;width: 100%; white-space: nowrap; padding: 5px; margin: 5px 0px 5px 0px; }
.listfilter a:visited { text-decoration: none; color: #00008B; }
.listfilter a:hover	{ text-decoration: none; color: #800000; }
.helptext{font-style:italic;padding:5px;cursor:hand; }
.helptitle{cursor:hand; margin-top:5px;padding-bottom:2px;}
.helptitle img{margin-right:3px;}
