/* This is the global style sheet for all Default Web UI Projects. */

/* body {
        background-color:#EFEFEF;
        background-repeat: repeat-x;
        font: 80%/1.2 Arial, Helvetica, sans-serif;
} */

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

#top
  { padding-top:  0px;
         }
/* FedEx Logo
.logo {
        float:  left;
  margin-left: 8px;
        /* margin-top:  10px; */
        /* psdding-top:  50px;
}
*/

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

/* This is the second image which is the background for Welcome, Login and hotshotz title */
.header2 {
  margin-top: 0px;
}


/* 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;
        /* color: #f7d4da; */
        color:#330099;  /* FedEx Purple */
        text-align:left;
        vertical-align: top;
}

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

.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;
} */
