@CHARSET "UTF-8";

/* Reset */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,code,em,font,img,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tr,th,td
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
}

ol,ul {
    list-style: none;
}

body {
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial;
    letter-spacing: 0px;
    font-size: 14px;
    margin: 0px;
    color: black;
}

p {
    font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial;
    margin: 6px 0px 12px 0px;
    font-size: 14px;
}

a,a:visited {
    color: #525692;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: #525692;
}

img {
    margin: 0px;
    border-width: 0px;
    color: white;
    border-style: dotted;
}

.image:hover {
    background: none;
}

h1 {
    margin: 5px 2px 15px 0px;
    font-family: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
    color: #2a2f79;
    font-variant: small-caps;
    font-weight: normal;
}

h2, h2 a, .h2style {
    margin: 20px 2px 10px 0px;
    font-family: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2a2f79;
    font-variant: small-caps;
    font-weight: normal;
}

h3, h3 a {
    margin: 15px 2px 10px 0px;
    font-family: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #2a2f79;
    font-variant: small-caps;
    font-weight: normal;
}

h4,h4 a {
    margin: 8px 2px 5px 0px;
    font-family: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #2a2f79;
    font-variant: small-caps;
    font-weight: normal;
}

form {
    margin: 0px;
}

input {
    height: 25px;
    font-size: 16px;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type=text], input[type=hidden] {
    font-size: 14px;
    padding: 4px 4px 4px 4px;
}

input[type=button],input[type=submit] {
    font-size: 16px;
    padding: 1px 5px 1px 22px;
    background-position: 2px;
    background-image: url('/resources/images/icons/accept.png');
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul {
    list-style-type: disc;
    padding: 0px 0px 0px 25px;
}

ol {
    list-style-type: decimal;
    padding-left: 25px;
}

li {
    margin: 5px 0px 5px 0px;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    font-size: 13px;
}

td {
    font-family: 'PT Sans', 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 2px 0px 2px 0px;
}

dt {
    font-weight: bold;
    font-size: 13px;
}

dd {
    padding-left: 25px;
    font-size: 13px;
}

div {
    font-size: 13px;
}

hr {
    border-top: 1px solid #dfdbdd;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

/* Primefaces theme override */
body .ui-button {
    border: 1px solid aliceblue;
    background-color: #525692;
    /* gray #a0a0a0 */
}

body .ui-button:hover {
    border: 1px solid aliceblue;
    background-color: #2a2e6c;
    /* gray #a0a0a0 */
}

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.5rem;
}

body .ui-menu.ui-menubar {
    padding: 0.1rem 0rem 0rem 0rem;
}
