@charset "UTF-8";
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background-repeat: repeat-x;
    background-color: #FFF;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
/*    color: #febd10;*/
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    text-decoration:none;
}
a:hover,
a:active,
a:focus,
a:visited {
    color: #333333;
}

#content {
    position: relative;
    text-align: left;
    margin: 0 auto;
}

#login,
#dashboard,
#edit_accounts {
    margin: 0 auto;
    text-align: left;
    border-radius: 12px;
    background: #80bbc1;
    padding: 20px;
}

#login{
    width: 600px;
}

#copyright_notice {
    margin: 10px 0px 0px 20px;
    font-family: verdana;
    font-size: 0.8em;
}

td {
    border: 1px solid #AAA;
    border-collapse: collapse;
    padding: 5px;
}


/*table {
    border-radius: 15px 15px 0px 0px;
    border-collapse: collapse;
}*/

th {
    text-align: center;
    vertical-align: bottom;
    background-color: #F0F0F0;
    padding: 10px;
}

th a {
    text-decoration: none;
    font-size: 1em;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    width: 100%;
}

.green-highlight {
    background-color: #cFc;
}

.red-highlight {
    background-color: #FBB !important;
}

#status_table thead{
    background-color: #DDD;
}
#status_table tbody{
    background-color: #FFF;
}

.help-block {
    color: #B00;
}