body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    letter-spacing: normal;
    color: #636466;
    font-weight: normal;
}

hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

table {
    empty-cells: show;
    border-collapse: collapse;
    text-align: left;
    letter-spacing: normal;
    font-weight: normal;
}

td {
    padding: 0 10px 5px 0;
}

td.logout {
    vertical-align: bottom;
}

input select {
    margin: 1px 5px;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

img.pmLogo {
    width: 7.5%;
    padding: 2px;
}

form {
    display: inline;
}

/* global links */

a {
    color: #829512;
    text-decoration: underline;
}

a:link {
    color: #829512;
    text-decoration: underline;
}

a:visited {
    color: #829512;
    text-decoration: underline;
}

a:hover {
    color: #bed630;
    text-decoration: none;
}

a:active {
    color: #829512;
    text-decoration: underline;
}

a:visited:hover {
    color: #bed630;
    text-decoration: underline;
}

div.center {
    width: 100%;
    text-align: center;
}

div.container {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: left;
}

div.header {
    width: 660px;
    height: 110px;
    background: url(/callcenter/javax.faces.resource/images/header.gif.jsf) top left no-repeat;
}

div.background {
    width: 644px;
    border-left: 8px solid #bed630;
    border-right: 8px solid #bed630;
    background: #fff;
}

div.content {
    width: 600px;
    padding: 22px;
}

div.footer {
    width: 660px;
    height: 20px;
    background: url(/callcenter/javax.faces.resource/images/footer.gif.jsf) top left no-repeat;
}

.messageBold {
    font-weight: bold;
}

.messageError {
    color: red;
}

.panelGridLogin {
    margin: 0 auto;
    padding: 16px 16px 5px;
}

.sectionHeader {
    margin: 0;
    font-weight:bold;
    font-size: 10pt;
}

.pmIconBar {
    margin-top: 10px;
}