html, body {
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #000000;
    font-size: 14px;
}

p, table {
  font-size: 1em;
  margin: 0px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table th, table td {
    padding: 5px;
    border: 1px solid #FFFFFF;
}

table th {
    color: #FFFFFF;
}

table th a, table th a:hover, table th a:active, table th a:visited {
    color: #FFFFFF !important;
}

a, a:hover, a:active, a:visited {
    color: #00AECB;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="date"], input[type="time"], input[type="submit"], input[type="button"], textarea, iframe {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #00AECB;
    color: #000000;
    padding: 0px 5px;
    box-sizing: border-box;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="date"], input[type="time"], input[type="submit"], input[type="button"] {
    height: 25px;
}

iframe {
    padding: 5px;
}

select {
    height: 25px;
    border: 1px solid #00AECB;
    color: #000000;
    padding: 0px 5px;
    box-sizing: border-box;
    border-radius: 0;
}

input[type="submit"], input[type="button"] {
    height: 25px;
    background: #00AECB;
    border: 1px solid #00AECB;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
}

img {
    border: none;
}

.page-wrapper {
    width: 1000px;
    margin: 0px auto;
}

.container {
    height: 500px;
    width: 100%;
}

.column-1-3 {
    width: 33%;
    float: left;
}

.column-2-3 {
    width: 66%;
    float: left;
}

.column-1-5 {
    width: 20%;
    float: left;
}

.column-4-5 {
    width: 80%;
    float: left;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.error {
    color: #FF0000 !important;
}

form {
    margin: 0px;
}

table.fixed {
    table-layout: fixed;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-x {
    width: 100%;
    overflow-x: auto;
}

.scroll-y {
    max-height: 400px;
    overflow-y: auto;
}

/* HEADER */

div.header {
    border-bottom: 1px solid #00AECB;
    margin-bottom: 20px;
}
he
div.header div.title {
    margin-top: 10px;
}

div.header div.title p {
    color: #00AECB;
    font-size: 24px;
    font-weight: bold;
}


/* MENU */

table.menu td {
    height: 25px;
    width: 168px;
    border: 1px solid #FFFFFF;
    background: #00AECB;
    font-weight: bold;
    color: #FFFFFF;
}

table.menu td div {
    float: left;
}

table.menu td div.chevron {
    margin-right: 4px;
}

table.menu td a {
    color: #FFF799;
}

table.menu td.active {
    background: #939598;
}

table.menu td.active a {
    color: #FFFFFF;
}

table.menu td.top-spacer {
    height: 8px;
    background: #FFFFFF;
}

table.menu td.title {
    text-align: center;
    text-transform: uppercase;
}

table.menu td.login {
    background: #FFFFFF;
}

table.menu td.login p {
    margin-bottom: 5px;
    color: #000000;
}

table.menu td.login p.login {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

table.menu td.login input[type="text"], table.menu td.login input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

table.menu td.login input[type="submit"] {
    float: right;
}


/* CONTENT */

div.content {
    position: relative;
}

table.content-filter td {
    height: 25px;
}

table.content-filter td.filter-text {
    font-weight: bold;
}

table.content-table {
    width: 100%;
    border: 1px solid #FFFFFF;
}

table.content-table th {
    height: 25px;
    background: #00AECB;
}

table.pager {
    width: 100%;
}

table.pager td {
    text-align: center;
}


/* FORM PAGE */

div.form-header-bar {
    height: 25px;
    background: #00AECB;
    padding: 5px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
}

div.form-header-bar a {
    color: #FFFFFF;
}

table.form input[type="text"], table.form input[type="tel"], table.form input[type="email"], table.form input[type="url"], table.form input[type="date"], table.form input[type="time"], table.form select, table.form textarea {
    width: 100%;
}

table.form input[type="submit"].active {
    background: #939598;
    border: 1px solid #939598;
    color: #FFFFFF;
}

/* CALENDAR */

div#calendar>table, div#calendar>table>thead>tr>th, div#calendar>table>tbody>tr>td {
    border: 1px solid #000000;
    border-collapse: collapse;
}

div#calendar table#calendar-header th, div#calendar table#calendar-header td {
    border: none;
}