a:link, a:visited {
  color: #008;
  text-decoration: none;
}

a:hover, a:active {
  color: #c00;
  text-decoration: underline;
}

body {
  background-color: #D4DFE5;
  font-family: Verdana, Tahoma, Sans-Serif;
  font-size: 11px;
  margin: 10px;
}

img { border: none; }
form { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

#Container {
  background-color: #fff;
  background-image: Url(/ePortfolio/Images/Layout_03.gif);
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
  width: 810px;
}

#BannerLeft {
  float: left;
  height: 70px;
  width: 341px;
}

#BannerRight {
  float: right;
  height: 70px;
  width: 469px;
}

#BannerOptions {
  float: right;
  margin-right: 20px;
  position: relative;
  text-align: right;
  top: -55px;
  width: 450px;
}

#ContentPane {}

#NavigationPane {
  float: left;
  margin-left: 0px;
  width: 150px;
}

#PageContent {
  float: right;
  margin-top: -13px;
  width: 650px;
}

#FooterPane {
  background-image: Url(/ePortfolio/Images/Layout_05.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  clear: both;
  color: #aaa;
  padding-bottom: 5px;
  text-align: center;
}

.Normal, .NormalBold, .ErrorText, .SuccessText, .Button, .TextBox {
  font-family: Verdana, Tahoma, Sans-Serif;
  font-size: 11px;
}

.Small, .SmallBold {
  font-family: Verdana, Tahoma, Sans-Serif;
  font-size: 10px;
}

.Large, .LargeBold {
  font-family: Verdana, Tahoma, Sans-Serif;
  font-size: 13px;
}

.NormalBold, .SmallBold, .LargeBold { font-weight: bold; }
.ErrorText { color: #c00; }
.SuccessText { color: #080; }
.Button { padding: 2px 7px 2px 7px; }
.ListBox { font-family: Lucida Console, Courier New, Fixedsys; font-size: 11px; }

.LabelCell80, .LabelCell100, .LabelCell150 {
  font-weight: bold;
  text-align: right;
}

.LabelCell80 { width: 80px; }
.LabelCell100 { width: 100px; }
.LabelCell100 { width: 150px; }

.NotificationArea {
  background-color: #FFFFE1;
  border: solid 1px #000;
  color: #000;
  font-size: 11px;
  line-height: 16px;
}