/* @import [property "url("main.css")" is not defined for Root] would need deep macro invocation */
@import [property "cssLink("main.css")" is not defined for AccountMgr] 



/* PAGINATOR ... from site_base_css */

.paginator {
  margin: 1.5em 0 0.2em 0;
  padding: 0.5em 0 0 0;
}

.paginator-label {
  font-weight: bold;
  padding: 0 0.5em 0 0;
}

.paginator span.active {
  font-weight: bold;
  padding: 1px 6px;
}

.paginator-pagelinks a {
  border: 1px solid #999;
  text-decoration: none;
  padding: 1px 6px;
  margin: 0 1px;
}

.paginator-pagelinks a:hover {
  border: 1px solid #000;
  text-decoration: none;
  color: white;
  background: blue;
}

.paginator-pagelinks .filler {
  padding: 1px 6px;
}

.paginator-previouslink,
.paginator-nextlink {
  padding: 0 0.3em;
}

.paginator-info {
  padding: 0 0 0 1em;
}


div.preview-image {
	float:left;
	max-height: 80px;
}


