BODY {
  background-color: #a9a9a9;
  font-family: Tahoma,Verdana,Arial;
  font-weight: normal;
  margin: 0px;
}
A {
  color: #1f2a8e;
  cursor: default;
  text-decoration: underline;
}
A:hover {
  cursor: pointer;
  text-decoration: none;
}
A:visited {
  cursor: pointer;
  text-decoration: underline;
}
A:visited hover {
  cursor: pointer;
  text-decoration: none;
}
A[disabled] {
  color: Gray;
  cursor: default;
  text-decoration: none;
}
A.pageData {
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 0px;
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  COLOR: #ffffff;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 4px;
  PADDING-RIGHT: 4px;
  PADDING-TOP: 0px;
  background-color: #191970;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=gray, EndColorStr=#191970);
  height: 100%;
  text-decoration: underline;
  vertical-align: middle;
}
A.siteLink {
  border-right: darkgray 1px solid;
  padding-left: 8px;
  padding-right: 8px;
}
#progressBackgroundFilter {
  background-color: #000000;
  bottom: 0px;
  filter: alpha(opacity=50);
  left: 0px;
  margin: 0;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10000000;
}
#processMessage {
  background-color: #ffffff;
  left: 43%;
  padding: 10px;
  position: absolute;
  top: 300px;
  width: 14%;
  z-index: 10000001;
}
DIV.masterContextContainer {
  background-color: #ffffff;
  height: 650px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
DIV[class="masterContextContainer"] {
  height: auto;
  min-height: 650px;
}
.Overlay {
  background-color: #000000;
  bottom: 0px;
  filter: alpha(opacity=50);
  left: 0px;
  margin: 0;
  opacity: 0.5;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.PopUpPanel {
  -moz-border-radiux: 5px;
  -moz-box-shadow: 3.5px 4px 5px #000000;
  -webkit-border-radiux: 5px;
  -webkit-box-shadow: 3.5px 4px 5px #000000;
  background-color: #737373;
  border-radius: 5px;
  border: 1px solid #cccccc;
  box-shadow: 3.5px 4px 5px #000000;
  left: 15%;
  max-width: 600px;
  min-width: 400px;
  padding: 10px;
  position: absolute;
  top: 100px;
  z-index: 2001;
}
.gradient {
  background: url(../images/gradient_refresh.jpeg) 0% 0% repeat-x;
  color: #003300;
  height: 15px;
  margin: 0px;
  padding: 0px;
}
.columnContainer {
  display: inline;
}
.leftColumn {
  float: left;
  margin: 5px;
  width: 50%;
}
.rightColumn {
  float: left;
  margin: 5px;
  width: 100%;
}
INPUT {
  font-size: 100%;
}
INPUT.button {
  background-color: #191970;
  color: white;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=gray, EndColorStr=#191970);
  font-size: 101%;
}
INPUT.hiddenButton {
  visibility: hidden;
}
.cssBigInputStyle {
  width: 360px;
}
.cssMidBigInputStyle {
  width: 232px;
}
.cssMediumInputStyle {
  width: 96px;
}
.cssInputStyle {
  width: 152px;
}
.cssSingleCharDropDownStyle {
  width: 38px;
}
.cssThreeCharInputStyle {
  width: 32px;
}
.cssFourCharInputStyle {
  width: 56px;
}
.cssUserName {
  width: 184px;
}
.cssUserGroup {
  width: 120px;
}
.cssMultiLineCellStyle {
  line-height: 150%;
  text-align: left;
  width: 20px;
}
SELECT {
  font-size: 91%;
}
TABLE {
  font-size: 11px;
}
TABLE.pageContainer {
  background-color: #ffffff;
  border-left: solid 1px black;
  border-right: solid 1px black;
  height: 100%;
  position: static;
  width: 906px;
}
TABLE.pageContentDefault {
  text-align: left;
}
TABLE.pagedata {
  BORDER-BOTTOM: 0px;
  BORDER-LEFT: 0px;
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  COLOR: #ffffff;
  PADDING-BOTTOM: 0px;
  PADDING-LEFT: 4px;
  PADDING-RIGHT: 4px;
  PADDING-TOP: 0px;
  background-color: #191970;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=gray, EndColorStr=#191970);
  height: 11px;
  vertical-align: middle;
}
TABLE.popupTable {
  padding: 3px;
}
TABLE.userInfo {
  background-color: #ffffff;
  position: absolute;
}
#tblHeader {
  height: 25px;
  vertical-align: middle;
}
TD {
  vertical-align: top;
}
TD.hiddenRow {
  display: none;
}
TD.horizontalSpacer {
  width: 10px;
}
TD.masterContextContainer {
  height: 650px;
  padding-left: 10px;
  padding-right: 10px;
}
.messageBox {
  background-color: #ffffcc;
  border-bottom: #ff9966 2px solid;
  border-left: #ffcc66 1px solid;
  border-right: #ff9966 2px solid;
  border-top: #ffcc66 1px solid;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: left;
}
.messageBoxBorderRow {
  border-top: 1px solid #ff9966;
  margin: 0px;
  padding: 3px;
}
TD.rightAlign {
  text-align: right;
}
TD.rightAlignAtMiddle {
  text-align: right;
  vertical-align: middle;
}
TD.siteFooter {
  text-align: center;
  vertical-align: bottom;
}
TD.popupColumnBoldCenter {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
TD.popupColumnBoldText {
  font-size: 110%;
  font-weight: bold;
  text-align: left;
}
TD.popupColumnBoldNumber {
  font-size: 110%;
  font-weight: bold;
  text-align: right;
}
TD.popupColumnHeaderCenter {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
TD.popupColumnHeaderText {
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}
TD.popupColumnHeaderNumber {
  font-size: 110%;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
}
TD.popupColumnID {
  font-weight: bold;
}
TD.popupColumnNoData {
  color: Red;
  font-style: italic;
  text-align: center;
}
TD.popupFooter {
  font-size: 80%;
  font-style: italic;
}
TD.popupHeader {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
TD.progressColumn {
  height: auto;
  padding-top: 10px;
  vertical-align: bottom;
}
TD.siteHeader {
  background-color: #191970;
  border-bottom: #ffffff 1px solid;
  color: #ffffff;
  font-size: 136%;
  font-weight: bold;
  height: 50px;
  vertical-align: middle;
}
.title {
  background-color: #191970;
  border-bottom: lightsteelblue 1px outset;
  border-right: #f5f5f5 1px outset;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=gray, EndColorStr=#191970);
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  text-align: left;
}
.gridPager {
  background-color: #191970;
  border-bottom: lightsteelblue 1px outset;
  border-right: #f5f5f5 1px outset;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=gray, EndColorStr=#191970);
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  text-align: left;
}
.gridPager A {
  color: White;
}
.gridPager A:link {
  color: White;
}
.gridPager A:Hover {
  color: Red;
}
TD.logout {
  padding-bottom: 5px;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
}
.alternatingItemRow {
  background-color: #ffffff;
  color: #000000;
  padding-bottom: 3px;
  padding-top: 3px;
  vertical-align: middle;
}
.columnHeader {
  BACKGROUND-COLOR: #ffffff;
  BORDER-BOTTOM: #8d8e93 1px solid;
  COLOR: #8d8e93;
  FONT-SIZE: 91%;
  FONT-WEIGHT: bold;
  PADDING-BOTTOM: 7px;
  PADDING-TOP: 7px;
  VERTICAL-ALIGN: bottom;
}
.columnHeaderOrderEditControl {
  BACKGROUND-COLOR: #ffffff;
  BORDER-BOTTOM: #8d8e93 1px solid;
  COLOR: #8d8e93;
  FONT-SIZE: 91%;
  FONT-WEIGHT: bold;
  PADDING-BOTTOM: 7px;
  PADDING-LEFT: 3px;
  PADDING-RIGHT: 3px;
  PADDING-TOP: 7px;
  VERTICAL-ALIGN: bottom;
}
.fillstyle {
  height: 250px;
  margin-left: 10px;
  overflow: auto;
}
.filterInput {
  font-size: 6.5pt;
}
.gridBodyStyle {
  border-bottom: #8d8e93 1px solid;
  border-left: #8d8e93 1px solid;
  border-right: #8d8e93 1px solid;
  border-top: #8d8e93 1px solid;
}
.gridFooterStyle {
  background-color: #ffffcc;
  border-top: #ffcc66 1px solid;
}
.gridTitle {
  color: #8d8e93;
  font-size: 101%;
  font-weight: bold;
}
.invalidGridItem {
  color: Red;
  font-weight: bold;
}
.invalidGridItem_SortedItem {
  background-color: #ffffcc;
  border-bottom-color: #ff9966;
  border-bottom-width: 1px;
  border-left: #ff9966 1px solid;
  border-right: #ff9966 1px solid;
  border-top-color: #ff9966;
  border-top-width: 1px;
  color: Red;
  font-weight: bold;
}
.itemRow {
  background-color: #cdd5ff;
  color: #191970;
  padding-bottom: 3px;
  padding-top: 3px;
}
.sortStyle {
  background-color: #ffffcc;
  border-bottom-color: #ff9966;
  border-bottom-width: 1px;
  border-left: #ff9966 1px solid;
  border-right: #ff9966 1px solid;
  border-top-color: #ff9966;
  border-top-width: 1px;
}
.generalExceptionTitle {
  color: red;
  font-size: 15px;
  font-weight: bold;
}
.safetyText {
  color: green;
  font-weight: bold;
  padding-bottom: 5px;
}
.warningText {
  color: orange;
  font-weight: bold;
  padding-bottom: 5px;
}
.closedText {
  color: black;
  font-weight: bold;
  padding-bottom: 5px;
}
.alertText {
  color: red;
  font-weight: bold;
  padding-bottom: 5px;
}
.alertTextHidden {
  color: red;
  font-weight: bold;
  padding-bottom: 5px;
  visibility: hidden;
}
.modalBackground {
  background-color: #000000;
  background-color: Gray;
  filter: alpha(opacity=70);
  filter: alpha(opacity=80);
  opacity: 0.7;
  z-index: 0;
}
.copyright {
  color: #8d8e93;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
.fileSelector {
  height: 20px;
}
.loadingText {
  color: #191970;
  font-size: small;
  font-style: italic;
}
.majorAlertText {
  color: red;
  font-size: 130%;
  font-weight: bold;
}
.minorText {
  color: black;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
.noDataAvailable {
  color: red;
  font-size: 11pt;
  font-weight: bold;
  padding-top: 15px;
}
.infoPopup {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 12px;
  height: 260px;
  opacity: 0;
  overflow: auto;
  padding: 15px;
  width: 650px;
  z-index: 2;
}
.infoPopupMedium {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 12px;
  height: 260px;
  opacity: 1;
  overflow: auto;
  padding: 15px;
  width: 400px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.infoPopupSmall {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  font-size: 12px;
  height: 200px;
  opacity: 1;
  overflow: auto;
  padding: 15px;
  width: 300px;
  z-index: 2;
}
DIV.infoButtonContainer {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  float: right;
  opacity: 100;
}
DIV.infoButtonContainerLeft {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  float: left;
  opacity: 100;
  padding-left: 3px;
}
.infoButton {
  background-color: #191970;
  border: outset thin #ffffff;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.modalMessagePopup {
  background-color: #ffffff;
  border-color: #ffffcc;
  border-width: 1px;
  border: solid;
  filter: alpha(opacity=80);
  opacity: 0.1;
  padding: 3px;
  text-align: center;
  width: 100%;
}
DIV.modalPopup {
  background-color: White;
  font-weight: 500;
  margin: 10px;
  padding: 5px;
  text-align: center;
  width: 300px;
}
.navigationLabel {
  color: #191970;
  font-size: 12px;
  font-weight: bold;
}
.edErrorLabel {
  color: red;
  font-size: 120%;
  text-align: right;
  width: 15%;
}
.odBetaMessagesTitle {
  color: black;
  font-size: 90%;
  text-align: left;
  text-decoration: underline;
  vertical-align: middle;
}
.odBetaMessage {
  color: black;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
}
.odFillSummaryTitle {
  color: #191970;
  font-size: 105%;
  font-weight: bold;
  text-decoration: underline;
}
.odOrderLabel {
  font-weight: bold;
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.odOrderValue {
  padding-left: 5px;
  vertical-align: middle;
}
.pleaseWaitMessage {
  background-color: #ffffff;
  color: #191970;
  font-size: 120%;
  font-weight: bold;
}
TD.pleaseWaitMessage {
  border-bottom: midnightblue 2px solid;
  height: 20%;
  text-align: center;
  vertical-align: middle;
}
TD.pleaseWaitFooter {
  text-align: center;
}
.pleaseWaitPopupBody {
  background-color: #cccccc;
  border-bottom: midnightblue 5px double;
  border-left: midnightblue 5px double;
  border-right: midnightblue 5px double;
  border-top: midnightblue 5px double;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.pleaseWaitPopupMessage {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.accountGroupingsList {
  width: 100%;
}
.portfolioDescriptionStyle {
  BACKGROUND-COLOR: #ffffff;
  COLOR: #8d8e93;
  FONT-SIZE: 91%;
  FONT-WEIGHT: bold;
  PADDING-LEFT: 5px;
  PADDING-RIGHT: 5px;
  VERTICAL-ALIGN: bottom;
}
.processRepeaterActionLabel {
  padding-left: 40px;
}
.processRepeaterDescription {
  color: #8d8e93;
  font-size: 90%;
  padding-left: 40px;
  padding-top: 7px;
  text-align: left;
  vertical-align: middle;
}
.processRepeaterStatusLabel {
  padding-left: 40px;
}
.processRepeaterStatusRunning {
  color: green;
  font-weight: bold;
}
.processRepeaterStatusStopped {
  color: red;
  font-weight: bold;
}
.processRepeaterTitle {
  color: #191970;
  font-size: 110%;
  font-weight: bold;
  text-decoration: underline;
}
.progressCurrent {
  background-color: #b2ccff;
  border-bottom: midnightblue 1px solid;
  border-left: midnightblue 1px solid;
  border-right: midnightblue 1px solid;
  border-top: midnightblue 1px solid;
  color: #191970;
  height: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.progressRight {
  border-bottom-color: #191970;
  border-bottom-width: 1px;
  border-left: #8d8e93 1px solid;
  border-right-color: #8d8e93;
  border-right-width: 1px;
  border-top-color: #191970;
  border-top-width: 1px;
  color: #8d8e93;
  height: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}
.verticalSpacer {
  height: 15px;
}
.MyCalendar .ajax__calendar_container {
  background-color: #ffffff;
  border: 1px solid #646464;
  border: 2px solid #191970;
  color: #000000;
  cursor: default;
  font-family: tahoma,verdana,helvetica;
  font-size: 11px;
  padding: 0px;
  position: absolute;
  text-align: center;
  width: 180px;
}
.MyCalendar .ajax__calendar_container TABLE {
  font-size: 11px;
}
.MyCalendar .ajax__calendar_body {
  height: 139px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.MyCalendar .ajax__calendar_days {
  height: 139px;
  left: 0px;
  margin: auto;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 170px;
}
.MyCalendar .ajax__calendar_header {
  background-color: #ffffcc;
  border-bottom: 1px solid #191970;
  color: #191970;
  height: 20px;
  padding: 5px 0px 5px 0px;
  width: 100%;
}
.MyCalendar .ajax__calendar_prev {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 15px;
  width: 15px;
}
.MyCalendar .ajax__calendar_next {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 15px;
  width: 15px;
}
.MyCalendar .ajax__calendar_title {
  cursor: pointer;
  font-weight: bold;
}
.MyCalendar .ajax__calendar_footer {
  background-color: #ffffcc;
  border-top: 1px solid #191970;
  color: #191970;
  height: 15px;
  padding: 5px 0px 5px 0px;
  width: 100%;
}
.MyCalendar .ajax__calendar_today {
  cursor: pointer;
  padding-top: 3px;
}
.MyCalendar .ajax__calendar_dayname {
  border-bottom: 1px solid #f5f5f5;
  height: 17px;
  padding: 0 2px;
  text-align: right;
  width: 17px;
}
.MyCalendar .ajax__calendar_day {
  border: 1px solid #ffffff;
  cursor: pointer;
  height: 17px;
  padding: 2px 2px;
  text-align: right;
  width: 18px;
}
.MyCalendar .ajax__calendar_month {
  border: 1px solid #ffffff;
  cursor: pointer;
  height: 44px;
  overflow: hidden;
  text-align: center;
  width: 40px;
}
.MyCalendar .ajax__calendar_year {
  border: 1px solid #ffffff;
  cursor: pointer;
  height: 44px;
  overflow: hidden;
  text-align: center;
  width: 40px;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day {
  background-color: #dcdcdc;
  border-color: #008000;
  color: #008000;
  font-weight: bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_month {
  background-color: #dcdcdc;
  border-color: #008000;
  color: #008000;
  font-weight: bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
  background-color: #dcdcdc;
  border-color: #008000;
  color: #008000;
  font-weight: bold;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d3d3d3;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d3d3d3;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day {
  background-color: #b0c4de;
  border-color: #191970;
  color: #ff0000;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_month {
  background-color: #b0c4de;
  border-color: #191970;
  color: #ff0000;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
  background-color: #b0c4de;
  border-color: #191970;
  color: #ff0000;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_title {
  color: #ff0000;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_today {
  color: #ff0000;
}
.ajax__calendar_months {
  height: 139px;
  left: 0px;
  margin: auto;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 170px;
}
.ajax__calendar_years {
  height: 139px;
  left: 0px;
  margin: auto;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 170px;
}
.DisabledTextBox {
  background-color: #f5f5f5;
  border-bottom: silver 1px solid;
  border-left: silver 1px solid;
  border-right: silver 1px solid;
  border-top: silver 1px solid;
}
.ProgressBarContainer {
  border-bottom: 5px inset;
  border-left: 5px inset;
  border-right: 5px inset;
  border-top: 5px inset;
}
.ProgressBarTable {
  border-bottom: gray 1px solid;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
  border-top: gray 1px solid;
}
.ProgressBar {
  background: url(../images/pleasewait_gradient.jpg) 0% 0% repeat-x;
  height: 15px;
}
.contraData {
  width: 70px;
}
#info iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -101;
}
.disabledText {
  color: #999999;
}
.disabledText td {
  color: #999999;
}
.input-groupName {
  width: 250px;
}
.input-percentage {
  padding-right: 2px;
  text-align: right;
  width: 40px;
}
.input-security {
  width: 85px;
}
.input-readOnly {
  background: #ffffff;
  border: none;
  color: #666666;
}
.input-readOnly-groupName {
  background: #ffffff;
  border: none;
  color: #666666;
  width: 250px;
}
#AssetAllocationHome {
  text-align: left;
  width: 100%;
}
#AssetAllocationHome .showAccountOptions {
  padding: 15px;
}
#AssetAllocationHome .showAccountOptions a {
  display: block;
  margin-top: 10px;
  width: 13em;
}
#AssetAllocationHome .twoColumnLayout {
  width: 100%;
}
#AssetAllocationHome .twoColumnLayout tr td {
  padding: 0 15px;
}
#AssetAllocationHome .twoColumnLayout .columnOne {
  width: 60%;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing {
  border: solid 1px #666666;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing table {
  width: 100%;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing table .columnHeader td {
  padding: 10px;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing table .columnHeader td input {
  margin-left: -7px;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing table .itemRow td {
  padding: 3px;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing table .alternatingItemRow td {
  padding: 3px;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing .exceptionText {
  display: block;
  margin: 15px;
}
#AssetAllocationHome .twoColumnLayout .columnOne .accountListing .wrapper {
  height: 500px;
  overflow: scroll;
}
#AssetAllocationHome .twoColumnLayout .columnTwo {
  width: 40%;
}
#AssetAllocationHome .twoColumnLayout .columnTwo .options {
  border: solid 1px #666666;
}
#AssetAllocationHome .twoColumnLayout .columnTwo .options a {
  display: block;
  margin: 15px;
}
#AssetAllocationHome .twoColumnLayout .columnTwo .options .label-input {
  display: block;
  margin: 15px;
}
#AccountGroupManagement {
  text-align: left;
  width: 100%;
}
#AccountGroupManagement .commands {
  border-bottom: solid 1px #666666;
  margin-bottom: 10px;
}
#AccountGroupManagement .commands a {
  display: block;
  margin-bottom: 10px;
}
#AccountGroupManagement .groupProperties {
  border-bottom: solid 1px #666666;
  padding-bottom: 10px;
}
#AccountGroupManagement .groupProperties a {
  display: block;
  margin-left: 80px;
  margin-top: 5px;
  width: 150px;
}
#AccountGroupManagement .twoColumnLayout {
  margin-top: 15px;
  width: 100%;
}
#AccountGroupManagement .twoColumnLayout tr td {
  padding: 0 15px;
}
#AccountGroupManagement .twoColumnLayout table {
  width: 100%;
}
#AccountGroupManagement .twoColumnLayout table .columnHeader td {
  padding: 10px;
}
#AccountGroupManagement .twoColumnLayout table .columnHeader td input {
  margin-left: -7px;
}
#AccountGroupManagement .twoColumnLayout table .itemRow td {
  padding: 3px;
}
#AccountGroupManagement .twoColumnLayout table .alternatingItemRow td {
  padding: 3px;
}
#AccountGroupManagement .twoColumnLayout .commands {
  border: none;
  margin-bottom: 10px;
}
#AccountGroupManagement .twoColumnLayout .columnOne {
  width: 50%;
}
#AccountGroupManagement .twoColumnLayout .columnTwo {
  width: 50%;
}
#AccountGroupManagement .twoColumnLayout .exceptionText {
  display: block;
  margin: 15px;
}
#AccountGroupManagement .twoColumnLayout .wrapper {
  border: solid 1px #666666;
  height: 500px;
  overflow: scroll;
}
#RebalanceAccounts {
  text-align: left;
  width: 100%;
}
#RebalanceAccounts .serversidePanels {
  display: block;
  text-align: left;
  width: 850px;
}
#RebalanceAccounts .commands {
  border-bottom: dashed 1px #666666;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#RebalanceAccounts .confirmOrders {
  width: 100%;
}
#RebalanceAccounts .confirmOrders .generatedBuyOrders {
  margin-top: 20px;
}
#RebalanceAccounts .confirmOrders .generatedSellOrders {
  margin-top: 20px;
}
#RebalanceAccounts .confirmOrders .twoColumnLayout .columnOne .wrapper {
  border: solid 1px #666666;
  height: 275px;
  overflow: scroll;
}
#RebalanceAccounts .confirmOrders .twoColumnLayout .columnTwo .positionAdjustments {
  margin-top: 15px;
}
#RebalanceAccounts .confirmOrders .twoColumnLayout .columnTwo .positionAdjustments .wrapper {
  height: 375px;
  overflow: scroll;
}
#RebalanceAccounts .exceptionText {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
#RebalanceAccounts .grid {
  width: 100%;
}
#RebalanceAccounts .grid .columnHeader td {
  padding: 10px;
  vertical-align: bottom;
}
#RebalanceAccounts .grid .columnHeader td input {
  margin-left: -7px;
}
#RebalanceAccounts .grid .itemRow td {
  padding: 3px;
}
#RebalanceAccounts .grid .alternatingItemRow td {
  padding: 3px;
}
#RebalanceAccounts .messageBox a {
  display: block;
  margin-bottom: 5px;
  margin-left: 80px;
  margin-top: 5px;
  width: 225px;
}
#RebalanceAccounts .messageBox p {
  margin-bottom: 10px;
  margin-top: 10px;
}
#RebalanceAccounts .twoColumnLayout {
  margin-top: 10px;
  padding: 5px 5px 5px 5px;
  width: 100%;
}
#RebalanceAccounts .twoColumnLayout tr td {
  padding: 0px 15px;
}
#RebalanceAccounts .twoColumnLayout .columnOne {
  padding: 0px 15px 0px 0px;
  width: 65%;
}
#RebalanceAccounts .twoColumnLayout .columnOne .exceptionText {
  color: Red;
  display: inline;
  font-style: normal;
  font-weight: normal;
}
#RebalanceAccounts .twoColumnLayout .columnOne .exceptionText-clear-altRow {
  color: #ffffff;
}
#RebalanceAccounts .twoColumnLayout .columnOne .exceptionText-clear-itemRow {
  color: #cdd5ff;
}
#RebalanceAccounts .twoColumnLayout .columnOne .wrapper {
  height: 500px;
  overflow: scroll;
}
#RebalanceAccounts .twoColumnLayout .columnTwo {
  padding: 0px 40px 0px 15px;
  width: 35%;
}
#RebalanceAccounts .twoColumnLayout .columnTwo a {
  display: block;
  margin: 15px;
}
#RebalanceAccounts .twoColumnLayout .columnTwo .options {
  border: solid 1px #666666;
}
#RebalanceAccounts .twoColumnLayout .columnTwo .options a {
  display: block;
  margin: 15px;
}
#RebalanceAccounts .twoColumnLayout .columnTwo .options .label-input {
  display: block;
  margin: 15px;
}
#RebalanceAccounts .twoColumnLayout .exceptionContainer {
  margin-top: 15px;
}
#RebalanceAccounts .twoColumnLayout .exceptionContainer ul {
  list-style-type: none;
}
#RebalanceAccounts .twoColumnLayout .exceptionContainer ul li {
  color: Red;
  margin-bottom: 10px;
}
#RebalanceAccounts .twoColumnLayout .exceptionContainer ul li label {
  font-weight: bold;
}
#RebalanceAccounts .twoColumnLayout .exceptionContainer .wrapper {
  padding: 15px;
}
#RebalanceAccounts .twoColumnLayout .wrapper {
  border: solid 1px #666666;
}
#RebalanceToCash {
  text-align: left;
  width: 100%;
}
#RebalanceToCash .serversidePanels {
  display: block;
  text-align: left;
  width: 850px;
}
#RebalanceToCash .commands {
  border-bottom: dashed 1px #666666;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#RebalanceToCash .confirmOrders {
  width: 100%;
}
#RebalanceToCash .confirmOrders .generatedSellOrders {
  margin-top: 20px;
}
#RebalanceToCash .confirmOrders .twoColumnLayout .columnOne .wrapper {
  border: solid 1px #666666;
  height: 275px;
  overflow: scroll;
}
#RebalanceToCash .confirmOrders .twoColumnLayout .columnTwo .positionAdjustments {
  margin-top: 15px;
}
#RebalanceToCash .confirmOrders .twoColumnLayout .columnTwo .positionAdjustments .wrapper {
  height: 375px;
  overflow: scroll;
}
#RebalanceToCash .exceptionText {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
#RebalanceToCash .grid {
  width: 100%;
}
#RebalanceToCash .grid .columnHeader td {
  padding: 10px;
  vertical-align: bottom;
}
#RebalanceToCash .grid .columnHeader td input {
  margin-left: -7px;
}
#RebalanceToCash .gridSellStyle .columnHeader {
  line-height: 20px;
  padding: 10px;
  text-align: left;
  vertical-align: bottom;
}
#RebalanceToCash .gridSellStyle .itemRow td {
  line-height: 15px;
  padding: 3px;
  width: 100%;
}
#RebalanceToCash .gridSellStyle .alternatingItemRow td {
  line-height: 15px;
  padding: 3px;
  width: 100%;
}
#RebalanceToCash .messageBox a {
  display: block;
  margin-bottom: 5px;
  margin-left: 80px;
  margin-top: 5px;
  width: 225px;
}
#RebalanceToCash .messageBox p {
  margin-bottom: 10px;
  margin-top: 10px;
}
#RebalanceToCash .twoColumnLayout {
  margin-top: 10px;
  padding: 5px 5px 5px 5px;
  width: 100%;
}
#RebalanceToCash .twoColumnLayout tr td {
  padding: 0px 15px;
}
#RebalanceToCash .twoColumnLayout .columnOne {
  padding: 0px 15px 0px 0px;
  width: 65%;
}
#RebalanceToCash .twoColumnLayout .columnOne .exceptionText {
  color: Red;
  display: inline;
  font-style: normal;
  font-weight: normal;
}
#RebalanceToCash .twoColumnLayout .columnOne .exceptionText-clear-altRow {
  color: #ffffff;
}
#RebalanceToCash .twoColumnLayout .columnOne .exceptionText-clear-itemRow {
  color: #cdd5ff;
}
#RebalanceToCash .twoColumnLayout .columnOne .wrapper {
  height: 500px;
  overflow: scroll;
}
#RebalanceToCash .twoColumnLayout .columnTwo {
  padding: 0px 40px 0px 15px;
  width: 35%;
}
#RebalanceToCash .twoColumnLayout .columnTwo a {
  display: block;
  margin: 15px;
}
#RebalanceToCash .twoColumnLayout .columnTwo .options {
  border: solid 1px #666666;
}
#RebalanceToCash .twoColumnLayout .columnTwo .options a {
  display: block;
  margin: 15px;
}
#RebalanceToCash .twoColumnLayout .columnTwo .options .label-input {
  display: block;
  margin: 15px;
}
#RebalanceToCash .twoColumnLayout .exceptionContainer {
  margin-top: 15px;
}
#RebalanceToCash .twoColumnLayout .exceptionContainer ul {
  list-style-type: none;
}
#RebalanceToCash .twoColumnLayout .exceptionContainer ul li {
  color: Red;
  margin-bottom: 10px;
}
#RebalanceToCash .twoColumnLayout .exceptionContainer ul li label {
  font-weight: bold;
}
#RebalanceToCash .twoColumnLayout .exceptionContainer .wrapper {
  padding: 15px;
}
#RebalanceToCash .twoColumnLayout .wrapper {
  border: solid 1px #666666;
}

