﻿table, tr, td {
  border: !important;
  margin: 0px !important;
}

/* Body (for borders and background) */
.MS_MasterBody {
  background-color: #000000;
  border: 1px #000000 !important;
  border-style: none solid solid solid !important;
}

/* Body (for everything else) */
.MSC_Body {
  background-color: transparent !important;
  color: #ffffff !important;
}


/***
 * NAVIGATION BAR
 ***/
.MSC_PrimaryNavFrame {
  background-color: #101010 !important;
  border: 1px solid !important;
  border-color: #54541D #000000 #54541D #000000 !important;
}

/* Hide the crap */
.MSC_PrimaryNavLeftSpace, .MSC_PrimaryNavRightSpace {
display: none;
}

/* Button container */
.MSC_PrimaryNavFrame td {
  background-color: transparent !important;
  padding: 3px 0px 3px 3px;
  vertical-align: bottom;
}

/* Button */
.MSC_PrimaryNavFrame a {
  background-color: transparent !important;
  display: block;
  padding: 4px 12px;
  font-size: 9pt !important;
  border: 1px #101010 solid !important;
  background-color: #101010 !important;
  color: #DFDFDF !important;
  text-decoration: none !important;
}

/* Selected Button */
a.MSC_PrimaryNavLink-On {
  background-color: #202020 !important;
  border-color: #54541D !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: bold;
}

/* Hover button */
.MSC_PrimaryNavFrame a:hover {
  text-decoration: underline !important;
}

.MSC_FooterFrame {
  background-color: #101010 !important;
}

.MS_MasterFooter {
  padding-left: 5px;
  background-color: #101010 !important;
  border: 1px solid !important;
  border-color: #54541D #000000 #54541D #000000 !important;
}
