
body {
    background: #fff;
    padding-top: 5px;
}

#site-body {
    background-color: #fff;
}

#site-top {
    background-color: #fff;
    border-bottom: 3px solid #eee;
}

#site-main {
    background-color: #fff;
    background-image: none;
    border: 0;
    width: 938px;
}

#header {
    /* background: #004178 url(/media/img/layout/marsh/header.png) repeat-x; */
    height: 65px;
    width: 940px;
}

#content-wrapper-bg {
    background-image: none;
}

.marsh #account-links {
    background-color: white;
    background-image: none !important;
    padding: 0;
    margin: 20px 20px 0 0;
}

.marsh #account-links li,
.marsh #account-links li a,
.marsh #account-links li a:visited {
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    color: #0057A7 !important;
    padding: 0 3px;
}

.marsh #account-links li a,
.marsh #account-links li a:visited {
    text-decoration: underline;
}

#footer {
    background-color: #404040;
}

#footer p {
    background-image: none;
    color: white;
}

#header #logo a {
    margin-top: 20px;
    font: 25px arial,sans-serif;
    color: #00AFD3;
    text-decoration: none;
    padding-left: 60px;
    background: transparent url(/media/img/layout/marsh/marsh_logo.gif) no-repeat 0 0;
}

#header #logo span {
    font-size: 70%;
    font-family: Arial, serif;
}

.courseListing table th {
    /*
    background: #404040 none;
    color: white;
    */
    background: #fff none;
    color: #00A8C8;
    font-size: 20px;
    font-weight: normal;
    font-family: arial;
}

/* portlets */

.portlet h3 {
    /*
    background: #404040 none;
    color: white;
    */
    background: #fff none;
    color: #00A8C8;
    font-size: 20px;
    font-weight: normal;
    font-family: arial;
    border: 0;
    padding: 0 0 0 10px;
}

#portlet-node-navigation li.selected, #portlet-profile li.selected, #portlet-blog-categories li.selected {
    /* background-color: #0157A4; */
    background-color: #A5A5A5;
}

/* content alignment */

.course_listing #content-wrapper,
.login #content-wrapper {
    float: none;
    margin: auto;
}

#marsh-login-form {
    text-align: center;
}

/* buttons */

#content .button {
    border: 1px solid #688DB0 !important;
    background: url('/media/img/layout/marsh/button_bg.png') repeat-x;
    text-decoration: none;
    margin: 3px;
    padding: 3px 20px;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}

/*
.courseListing .button:hover,
.buttonBox .button:hover {
    border: 1px solid #2C547A !important;
    text-decoration: none !important;
}
*/

#content .button,
#content .buttonText {
    color: white;
    font-weight: normal;
}

form table {
    margin: 0 auto;
}

form table td {
    padding: 4px;
}

/*
form .formActions input.button {
    background: url('/media/img/layout/marsh/button_bg.png') repeat-x;
    color: #1C3348;
    border: 1px solid #688DB0 !important;
    border-style: none;
    height: 27px;
}

form .formActions input.button:hover {
    border: 1px solid #2C547A !important;
    text-decoration: none !important;
}

form .formActions input.disabled {
    color: #999 !important;
    border: 1px solid #999 !important;
}
*/