body {
  margin: 0;
  padding: 0;
  top: 0;
  font-family: verdana, sans-serif;
  background-color: #fff;
}

a:link {
  color: #069;
}

a:visited {
  color: #069;
}

a:hover {
  color: #00C;
}


/* ---( layout )------------------------------- */

#main {
  padding-left: 20px;
}

#mpactlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#accountstatus {
  display: inline;
  float: right;
}

.clear {
  clear: both;
}

img {
  border: 0;
}

/* ---( text )------------------------------- */

p {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  line-height: 15px;
  padding-left: 20px;
  padding-right: 25px;
  color: #333;
  padding-bottom: 10px;
}

p a:link {
  text-decoration: none;
  border-bottom: 1px dotted #333;
  font-size: 11px;
  font-weight: bold;
}

p a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #333;
  font-size: 11px;
  font-weight: bold;
}

p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #00C;
}

.navtext {
  font-size: 11px;
}

.centered {
  display: block;
  text-align: center;
}

.navtextlinks {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

li {
  font-size: 11px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #069;
  padding: 10px 10px 10px 0px;
  margin: 0;
  font-weight: bold;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #069;
  padding: 10px 10px 10px 20px;
  margin: 0;
  font-weight: bold;
}

.actionbox {
  background-color: #dddddd;
  border-style: solid;
  border-width: 4px;
  padding: 8px;
}

td {
  font-size: 11px;
}

.alphabet {
   background-color: #dddddd;
   border-style: solid;
   border-width: 1px;
   margin: 10px;
   padding: 10px;
}

.inlinesearchbox {
  display: inline;
}

/* Sortable tables */
table.sortable thead {
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  cursor: default;
}
