a:link {text-decoration: none; color: #006699; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}
a:visited {text-decoration: none; color: #006699; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}
a:hover {text-decoration: underline; color: #006699; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}
a:active {text-decoration: none; color: #006699; font-family: Arial,Helvetica,sans-serif; font-size: 9pt;}



#mainWrapper {
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
}

#topLeftLogo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#topRightMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

#leftMainColumn {
  position: absolute;
  top: 70px;
  bottom: 0; 
  left: 10px;
  width: 190px; /*Width of frame div*/
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#rightMainColumn {
  position: absolute;
  top: 70px; 
  left: 200px; /*Set left value to WidthOfFrameDiv*/
  right: 0;
  bottom: 0;
}

.mainTopLeft {
  background-image: url("../images/frame/shade-tl.png");
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.mainTopCenter {
  background-image: url("../images/frame/shade-tc.png");
  background-repeat: repeat-x;
  height: 6px;
}

.mainTopRight {
  background-image: url("../images/frame/shade-tr.png");
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
}

.mainMiddleLeft {
  background-image: url("../images/frame/shade-ml.png");
  background-repeat: repeat-y;
  width: 6px;
}

.mainMiddleCenter {
  padding: 0;
  margin: 0;
}

.mainTitleBar {
  background-image: url("../images/frame/button_gradient.gif");
  background-repeat: repeat-x;
  height: 26px;
  border: 1px solid #9fb7d3;
}

.mainTitle {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
}

.mainContentArea {
  margin: 0;
}

#innerContentFrame {
  margin: 10px;
}

.subTitle {
  font-size: 12px;
  font-weight: bold;
}

.subTitleRule {
  width: 100%;
  color: #7E9CA8;
}

.stFloater {
  border:1px solid silver;
  background-color:#B1DDE6;
  margin:10px;
}

.formButtonDiv {
  margin: 6px;
}

.mainMiddleRight {
  background-image:url("../images/frame/shade-mr.png");
  background-repeat: repeat-y;
  width: 11px;
}

.mainBottomLeft {
  background-image: url("../images/frame/shade-bl.png");
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
}

.mainBottomCenter {
  background-image:url("../images/frame/shade-bc.png");
  background-repeat: repeat-x;
  height: 6px;
}

.mainBottomRight {
  background-image: url("../images/frame/shade-br.png");
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
}

.blueBox {
  width: 100%;
  border: solid 1px #c0c0c0;
  background-color: #B1DDE6;
}

.popUpTL {
  width: 6px;
  height: 6px;
  background-image: url("../images/popup/borderTL.gif");
  background-repeat: no-repeat;
}

.popUpTC {
  height: 6px;
  background-image: url("../images/popup/borderTC.gif");
  background-repeat: repeat-x;;
}

.popUpTR {
  width: 6px;
  height: 6px;
  background-image: url("../images/popup/borderTR.gif");
  background-repeat: no-repeat;
}

.popUpML {
  width: 6px;
  background-image: url("../images/popup/borderML.gif");
  background-repeat: repeat-y;;
}

.popUpMR {
  width: 6px;
  background-image: url("../images/popup/borderMR.gif");
  background-repeat: repeat-y;;
}

.popUpBL {
  width: 6px;
  height: 6px;
  background-image: url("../images/popup/borderBL.gif");
  background-repeat: no-repeat;
}

.popUpBC {
  height: 6px;
  background-image: url("../images/popup/borderBC.gif");
  background-repeat: repeat-x;;
}

.popUpBR {
  width: 6px;
  height: 6px;
  background-image: url("../images/popup/borderBR.gif");
  background-repeat: no-repeat;
}

#accordionObj li {
  list-style-type: none;
}

.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }