﻿body { font-family:Arial; font-size:12px; background-color:#484848; margin:3px 0px 10px 0px}
td, th { font-family:Arial; font-size:12px;  }
a:link, a:visited { text-decoration:underline; color:#062C15}
a:hover { text-decoration:none }

h1 { font-size:18px; font-weight:bold; margin-top:0px }
h2 { font-size:16px; font-weight:bold; margin-top:0px }
h3 { font-size:14px; font-weight:bold; margin-top:0px }

.menu { float:left; margin:10px 0px 10px 10px; padding:0; list-style:none; } 
.menu li a { float:left; }
.menu li a:link, .menu li a:visited { 
   width:170px; 
   padding:5px 1px 5px 8px; 
   text-decoration:none;
   color:#062C15;
   font-weight:bold;
}
.menu li a:hover {
   background-color:gray;
   color:white;
}

#mpAll{
   width: 990px; 
   margin-left: auto; 
   margin-right: auto; 
   text-align: center;
   background:url('/mgmt/mpGrd.png') right top  repeat-y transparent;
}

#mpTop { 
   background:url('/mgmt/mpGrd.png') left top transparent no-repeat;
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   font-size:11px;
}

#mpBase { 
   background:url('/mgmt/mpGrd.png') left bottom transparent no-repeat;
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   font-size:11px;
}

#mpContainer {
   width: 962px;
   margin-left: auto;
   margin-right: auto;
   text-align: left; 
   border:1px solid #000000;
   background-color:#EEE;
}

.mpHeader {
   background-color:transparent;
   margin:0;
   padding:0;
   border-bottom:1px solid black;
}

.mpLeft {
   width:201px;
   padding:0px 0px 10px 0px;
}

.mpLeft .leftAd { margin:10px 10px 20px 10px; width:177px; float:left }

.mpContent {
   background-color:white;
   width:570px;
   border-left:1px solid gray;
   padding:15px 10px 30px 15px;
}

.mpRight {
   width:164px;
   background-color:white;
   border-left:1px dotted gray;
   padding:15px 5px 20px 10px
}

.mpRight .cal h3 { margin:0;padding:20px 0px 0px 0px }
.mpRight .cal p { font-size:10px; padding:5px 0px 5px 0px; margin:0 }

.mpFooter {
 border-top:1px solid gray;
   background-color:#E78E1A;
   text-align:center;
   color:black;
   clear:both;
   padding:5px 10px 5px 10px;
   font-size:10px;
}

.mpDirectory { width:100% }
.mpDirectory td { width:33%; vertical-align:top }

.adminSignIn { text-align:center; font-weight:bold; }
.adminSignIn a {color:Red; margin:0px 10px 0px 10px}
.adminSignIn a:link, .adminSignIn a:visited { text-decoration:none }
.adminSignIn a:hover { text-decoration:underline }