div#header, div#footer
{
    background: none;
}

div#header p.loggedIn
{
    position: absolute;
    right: .75em;
    bottom: 0;
}

#publicMenu, #sideBar,
.public .backtotop
{
    display:none;
}

#page.public { margin:0 auto; }

a { color: #00918E; }
a:hover { color: #00918E; }
a:visited { color: #00918E; }

h1 { color: #666; }
h2 { color: #666; }
h3 { color: #666; }

div#header p.loggedIn
{
    color:  #00918E;
}

ul.stepIndicator li.selected
{
    border: 1px solid #00918E;
}

div.sideMenu ul.navigation li.selected a
{
    background: #F4F7F8;
    color: #00918E;
}

#logoHolder
{
    padding-top : 10px;
    padding-bottom: 15px;
}

table.infoTable thead tr th
{
    background-color:#00918E;
}

table.infoTable thead tr th a, table.infoTable thead tr th
{
    color:#000000;
}

/* below are styles copied from style.css for the login box systemlogin.aspx */
#selection div.body, div.register div.mainContentBody div.body
{
    border-color: #666;
}
#selection div.body, div.register div.mainContentBody div.body
{
    border: 1px solid #646464;
    padding: 0.8em;
}

a.button
{
    background: url("image/button.gif") no-repeat scroll left top transparent;
    color: #000;
    display: inline-block;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 138px;
}

a.button:hover { background-position: left bottom; }

a, a:visited
{
    text-decoration: none;
    transition: background-color 0.25s ease-in-out 0s;
}

div.head_dark h1, #selection div.head_light h1
{
    background-color: #666;
    color: #fff;
}

div.head_dark h1, #selection div.head_light h1
{
    background-color: #646464;
    color: #fff;
    height: 2em;
    line-height: 2em;
    margin: 0;
    padding-left: 0.6em;
}

#selection li { line-height: 2.4em; }

#selection ul,
ul.actions,
ul.checkoutOptions
{
    list-style: none outside none;
}