/* CSS Document */
a, a:hover {

}
a:hover {

}

.AdminHighlight {
  color: #006fb0;
  font-weight: bold;
}

#idMainArea {
  line-height: 1.5em;
}

table#idPermissions td {
  padding: 4px 0px;
  text-align: left;
  vertical-align: middle;
  font-size: 9pt;
}
tr.PermissionHeader td {
  background-color: #006fb0;
  color: White;
  font-weight: bold;
}
img.PermissionsRule {
	width: 100%;
	height: 1px;
	margin: 0px;
	background-color: #666;
	clear: both;
}


tr.portalHeader td {
  text-align: left;
  color: White;
  font-weight: bold;
  background-color: #006fb0;
}
table#idFileList td {
  vertical-align: middle;
  font-size: 9pt;
  padding: 3px;
}
table#idFileList tr.HR td {
  padding: 0px;
  background-color: #999;
}


#idNavArea a.NavOn {
}


tr.portalData_0 td { /* row highligting */
  background-color: White;
}
tr.portalData_1 td { /* row highligting */
  background-color: White;
}
table#idFileList input.Text {
  width: 150px;
}
table#idFileList input.Image {
  vertical-align: bottom;
  border: 1px solid #ccc;
}

