table td.actions a.pdf32, a.pdf32 {
    background: transparent url('../img/pdf_32.png') no-repeat left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding: 0;
    border: none;
    display: block;
    -webkit-box-shadow: none;
}

.file a.pdf32 {
    padding: 7px 36px 0 36px;
    width: auto;
    background-position: 0 0;
}

#UserLoginForm {
    margin-bottom: 2em;
}
div.login {
    float: left;
    /*	border-right: 1px solid #444;*/
    margin-right: 2em;
    padding-right: 4em;
    padding-bottom: 3em;
    /*width: 40%;*/
    width: 70%;
    border-left: none;
}
div.signup {
    float: left;
    width: 40%;
    display: none;
}

#userAccountBar {
    margin: 1ex 1em 0 4px;
    float: right;
}

#userAccountBar a {
    font-weight: normal;
    font-size: 70%;
    color: #747474;
    text-decoration: none;
}

#myProfile {
    color: #000;
    text-decoration: none;
    display: block;
}

#userMenu {
    position: absolute;
    right: 30px;
    z-index: 9999;
    display: none;
    background-color: #003d4c;
    padding: 16px;
}

#userMenuName {
    font-weight: bold;
    font-size: 100%;
    margin: 12px 12px 0 12px;
}

#userMenu div div {
    text-align: center;
    padding-right: 20px;
}

#userLinks {
    margin: 12px 0px;
}



#header h1 {
    width: 50%;
    display: inline-block;
    padding-top: 4px;
}