body {
  font-family: Verdana, Helvetica, sans-serif;
}

.top {
  background: url('/skins/refined/dk_blue/top.png');
  height: 32px;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}
.top .left {
  float: left;
  background: url('/skins/refined/dk_blue/corner_top_left.png');
  width: 16px;
  height: 32px;
  position: relative;
  left: -16px;
}
.top .right {
  background: url('/skins/refined/dk_blue/corner_top_right.png');
  width: 16px;
  height: 32px;
  position: relative;
  float: right;
  left: 16px;
}
.top .content {
  float: left;
  padding-top: 5px;
  font-size: 12pt;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
}

.bottom {
  background: url('/skins/refined/dk_blue/bottom.png');
  height: 32px;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}
.bottom .left {
  background: url('/skins/refined/dk_blue/corner_bottom_left.png');
  width: 16px;
  height: 32px;
  position: relative;
  left: -16px;
}
.bottom .right {
  background: url('/skins/refined/dk_blue/corner_bottom_right.png');
  width: 16px;
  height: 32px;
  position: relative;
  float: right;
  left: 16px;
}
.bottom .content {
  /*float: left;*/
  text-align: right;
  padding-top: 7px;
  font-size: 13px;
  font-family: Verdana, Helvetica, sans-serif;
  color: #fff;
}
.bottom .content a {
  text-decoration: none;
  color: #fff;
}
.bottom .content a:hover {
  text-decoration: underline;
}


.mainContent {
  background: url('/skins/refined/gray_vgrad.png') repeat-x;
  padding: 5px;
  border: 1px solid #424242;
}
.tabs {
  text-align: center;
}
.tabs .tab {
  z-index: 10;
  position: relative;
  margin-left: 30px;
}
.tabs .tab div {
  float: left;
  height: 33px;
}

.tab .left {
  background: url('/skins/refined/dk_blue/tab_left.png');
  height: 33px;
  width: 16px;
  position: relative;
}
.tab .right {
  background: url('/skins/refined/dk_blue/tab_right.png');
  height: 33px;
  width: 16px;
  margin-right: 1px;
}
.tab .content {
  background: url('/skins/refined/dk_blue/tab_content.png');
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  position: relative;
}
.tab .content a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  top: 7px;
  position: relative;
  text-decoration: none;
}
.tab .content a:hover {
  text-decoration: underline;
}
.tabs .selected .left {
  background: url('/skins/refined/dk_blue/tab_selected_left.png');
}
.tabs .selected .right {
  background: url('/skins/refined/dk_blue/tab_selected_right.png');
}
.tabs .selected .content {
  background: url('/skins/refined/dk_blue/tab_selected_content.png');
}


.tab .right, .tab .content, .tab .left {
  top: 1px;
  position: relative;
}
