body {
  overflow-y: scroll
}


ul.noBullets li {
  list-style-type: none;
  list-style-image: none;
  background: none;()
}

ul.showBullets li {
  list-style-type: circle;
}

ul li.actionItem {
  background: transparent url(menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul.wrapped li {
  float: left;
  width: 150px;
}

#main ul.reportSubList {
  padding-left: 1em;
}

#main ul.reportSubList li {
  list-style-type: none;
}

img.icon16 {
  position:relative;
  top: 4px;
}
img.icon22 {
  position:relative;
  top: 3px;
}
img.reloadIcon {
  position:relative;
  top: 6px;
}

.filename {
  font-family: monospace
}

a.actionLink {
  margin-left: 10px;
  font-style: italic;
} 

td.valign-top {
  vertical-align: top;
}

div.perm-user-list {
  float: left;
  width: 300px;
  margin-bottom: 0;
}
div.perm-user-list textarea {
  width: 250px;
}

div.perm-role-list {
  float: left;
  width: 300px;
  margin-bottom: 0;
}
div.perm-role-list textarea {
  width: 250px;
}

div#userTerms {
  border: 1px solid silver;
  height: 500px;
  margin: 1em 0;
}

div#userTerms iframe {
  height: 100%;
  width: 100%;
}

input.userTermsAccept {
  background-color: #377ecb;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
}

input.userTermsAccept:hover {
  background-color: #4296f2;
}

input.userTermsReject {
  margin-left: 30px;
  padding: 8px 25px;
}

#footer div#block-system-0 {
  border-top: 1px solid #ebebeb;
  text-align: right;
}
#footer div#block-system-0 a:link {
  color:#898989;
}
#footer div#block-system-0 a:visited {
  color:#898989;
}
#footer div#block-system-0 a:hover {
  color:#1A45AE;
}
