/* These styles just pretty up the page a bit. */
body {
        background-color:#EFEFEF;
        font: 80%/1.2 Arial, Helvetica, sans-serif;
        background-image: url(/images/gray_bar_bkg.png);  /* shaded gray bar at top */ /* PKW changed path so it would work on her site */
        background-repeat:  repeat-x;
}

/* The following helps with window sizing */
#wrap {
   position: relative;
   width: 900px;
   margin: 0 auto;
         font-size: .85em;
         /* background-color: #fff; */
         }

/* Hotshotz Logo */ /* this is different than cards, which is -20ox */
/* .logo {
        float:  left;
  margin-left: 8px;
        margin-top:  -16px;
} */

/* menuwrapper goes here - see p7exp.css */

/* This is the second image which is the background for Welcome, Login and GRUNT title */
.header2 {
        padding-top: 0px;  /* this is not in the cards style sheet */
}

/* Welcome text */
#welcome {
   margin-top:  -73px; /* PKW changed 4/8/12 */
         margin-left:  10px;
         font-size:  22px;
         font-weight:  bold;
         color:  white;
}

/* Login text */
#login {
        margin-top: 10px;  /* this section 15px needs to be added to cards */
        margin-left:  10px;
        font-size:  14px;
        color:  white;
}

/* Page content wrapper */
#content {
        width:100%;
        background-color:white;
        color:#333333;
 }

/* Actual page content */
#content1 {
        text-align:  left;
        padding-top:  10px;
        padding-left:  5px;
         }

/* login box */
#loginbox {
        border:2px solid #DAD8D8;
  background-color:#E3E1E1;
         /* border-collapse:collapse; removes the inner lines from the table - saves from having an outer table with a border.
            however, the outer table is needed to center this login box. */
         }

h3 {
  font-size:20px; }

th {
        background-color:#D6DFFE;
  }

.div {
        vertical-align: top;
}

.base_txt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight:
        color: #252525;
        font-weight: normal;
        padding-right: 11px;
        padding-top: 6px;
}


.footer {
}

.bottom_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        /* Fcolor:#330099; FedEx Purple */
        color:#5E548B;
        text-align:left;
        vertical-align: top;
}

.bottom_lnk:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color:#5E548B;
        TEXT-DECORATION: none;
        font-weight:bold;
}
.bottom_lnk:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        /* color: #666666; */
        color:#5E548B;  /* FedEx Purple */
        TEXT-DECORATION: none;
        font-weight:bold;
}

.bottom_lnk:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        TEXT-DECORATION: none;
}

.bottom_lnk:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        TEXT-DECORATION: none;
}

.contact {
        font-size:  11px;
        color: #666666;
}

.contact:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}

.contact:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}

.contact:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}

/* .contact:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
} */
