body {
   font-family: Arial, Helvetica, sans-serif;
   background: #777777;
   color: #000000;
   margin: 0px;
   padding: 0px;
}
.container {
   width: 1024px;
   height: 100%;
   background: #191919;
   padding: 0px 32px 0px 42px;
}
.top {
   height: 1px;
   padding: 40px 0px 20px 0px;
}
.hr {
   border-top: 1px solid #474745;
   height: 1px;
   width: 100%;
}
.header {
   height: 64px;
}
.logo {
   width: 237px;
   height: 64px;
}
.login, .snapshot {
   width: 100%;
}
.login table {
   font-size: 12px;
   font-weight: normal;
   color: #999999;
}
.login a, .login a:visited {
   color: #05B7E7;
   text-decoration: none;
}
.login a:hover {
   text-decoration: underline;
}
.inputs {
   width: 174px;
   height: 21px;
   border: 1px solid #555555;
   background: #191919 url(../images/skin/input.png) repeat-x;
   color: #FFFFFF;
   margin: 0px 16px 0px 4px;
}
.snapshotRow {
   font-size: 11px;
   color: #999999;
   padding: 0px 10px 0px 0px;
   line-height: 12px;
   text-align: left;
}
.snapshotDollars, #download_total {
   font-size: 11px;
   font-weight: bold;
   color: #05B7E7;
   padding: 0px 15px 0px 15px;
   line-height: 12px;
   text-align: right; 
}
a#downloadlink, #downloadlink:visited {
   color: #FF0000;
   text-decoration: none;
}
a#downloadlink:hover {
   text-decoration: underline;
}
.navigation {
   width: 100%;
   height: 45px;
   font-size: 12px;
/* Turquoise border accompanies current menu link commented out below
   border-bottom: 1px solid #05B7E7;
*/
   border-bottom: 1px solid #474745;
   padding: 0px 10px 0px 0px;
   text-align: right;
}
a.link, a.link:visited, a.current, a.current:visited {
   font-weight: bold;
   border-top: 1px solid #474745;
   border-right: 1px solid #474745;
   border-bottom: none;
   border-left: 1px solid #474745;
   background: #191919;
   color: #474745;
   margin: 0px 0px 0px 0px;
   padding: 5px 15px 3px 15px;
   text-decoration: none;
   line-height: 20px;
   outline-style: none;
   -moz-border-radius-topright: 6px;
   -moz-border-radius-topleft: 6px;
   -webkit-border-top-right-radius: 6px;
   -webkit-border-top-left-radius: 6px;
}
a.current, a.current:visited {
/* Turquoise tab when highlighted
   border-top: 1px solid #05B7E7;
   border-right: 1px solid #05B7E7;
   border-bottom: none;
   border-left: 1px solid #05B7E7;
*/
   background: #191919 url(../images/skin/link.png) repeat-x;
   color: #05B7E7;
   padding: 5px 15px 4px 15px;
}
a.link:hover {
   color: #05B7E7;
}
a#logout:hover {
   color: #FF0000;
}
.main {
   width: 100%;
   padding: 10px 0px 0px 0px;
}
.left {
   width: 200px;
   border: 1px solid #474745;
   background: #202020;
   padding: 10px;
}
a.submenu, a.submenu:visited {
   font-size: 12px;
   font-weight: normal;
   color: #CCCCCC;
   text-decoration: none;
   outline-style: none;
}
a.submenu:hover {
   color: #05B7E7;
   text-decoration: underline;
}
span.submenu {
   font-size: 12px;
   font-weight: bold;
   color: #05B7E7;
}
.right {
   border: 1px solid #191919;
   background: #191919;
   color: #CCCCCC;
   padding: 10px;
}
.divider {
   height: 1px;
   padding: 15px 0px 20px 0px;
}

#paytoname + span {
    color: #fff;
}

#completedfname, #completedlname, #step5 td > p {
    color: #fff;
}


