html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    box-sizing: border-box;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}


b, strong {
    font-weight: 600;
}

i {
    font-style: oblique;
}

ol, ul {
    padding-left: 40px;
    margin: 12px 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*-------------------------------------------------------------------------------------------*/

body {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    padding: 0px;
    margin: 0px 20px;
    font-size: 0.96rem;
    color: #404040;
}

blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    color: #404040;
}

input,select {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}


/* Default element styles */
p, a, li { line-height: 130%; }
th, td { vertical-align:top; }
sup { line-height: 100%; }
ul  { margin: 15px; list-style-image:url('/images/bullet.png'); }
ol  { line-height: 130%; }
ul.flat { margin: 15px; list-style:none; padding-left: 5px; }


h1 { font-family: Arial, Helvetica; color: #305090; font-weight: normal; font-size: 14pt;  }
h2 { font-family: 'Trebuchet MS', Arial, Helvetica; color: #903020; font-weight: bold; font-size: 14pt; }
h3 { font-family: 'MS Sans Serif', Verdana, Helvetica; color: #904040; font-weight: bold; font-size: 11pt;}
h4 { font-family: 'MS Sans Serif', Verdana, Helvetica; color: #904411; font-weight: bold; font-size: 10.5pt; line-height: 10.5pt;}
h5 { font-family: 'MS Sans Serif', Verdana, Helvetica; color: #904411; font-weight: bold; font-size: 10pt; line-height: 10pt;}
h6 { font-family: 'MS Sans Serif', Verdana, Helvetica; color: #904411; font-weight: bold; font-size: 9pt; line-height: 9pt;}

pre  { font-family: "Courier New", Courier; color: #303060; font-size: 10pt; }
form { margin: 0; }

A:link, A:visited, A:active {
    color: #1177BB;
    text-decoration: none;
}

A:hover {
    color: #ffffff;
    text-decoration: none;
    background: #DE7E05;
}

/* Paragraph and Span styles */
.small      { color: #003366; font-size: 0.8rem; }
.comment    { color: #808080; font-size: 0.8rem; font-family: Verdana, Arial, Helvetica; }
.faint, .faint * { color: #606090; font-size: 0.8rem; font-family:    Verdana, Arial, Helvetica; }
p.copyright { color: #909090; font-size: 0.8rem; font-family: Verdana, Arial, Helvetica; padding: 12pt 0;}


/* Input controls */
input[type='text'], input[type='password'] {
  color: #003366;
  padding: 1px 2px;
  font-weight: normal;
}

input[type='button'], input[type='submit'] {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11pt;
  font-style: normal;
  padding: 7px 20px;
  font-weight: bold;
}

input.small[type='button'], input.small[type='submit'] {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  font-style: normal;
  padding: 2px 10px;
  font-weight: bold;
}

input[type='radio'], input.radio {
  border: 0;
  background: none;
}

select {
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  text-align:left;
  color: #003366;
}



p.error     { color: #902020 !important; }
p.warning   { color: #902020 !important; }
p.note      { color: #904020 !important; }

.warn       { background-color: #ffffe0 !important; color: #904020 !important; }
.warn *     { background-color: #ffffe0 !important; color: #904020 !important; }
.match, .match * { background-color:    #e0ffe0 !important; color: #209020 !important; font-weight: bold !important; }

table.single  > tbody > tr.current:nth-child(2n+1) {
    background-color: #e0f0e0;
}
table.single  > tbody > tr.current {
    background-color: #f0f9f0;
}

table.single2  > tbody > tr.current:nth-child(2n+1) {
    background-color: #e0f0e0;
}
table.single2  > tbody > tr.current {
    background-color: #f0f9f0;
}

table.tight > tbody > tr > td {
    font-size: 11px;
}

span.warning    { color: #D01111; font-weight: bold}
span.error      { color: #D01111; font-weight: bold; }
span.info       { color: #4040b0; font-weight: bold; }

.exception          { color: #101010 !important;  font-family: Verdana, Arial, Helvetica; font-weight: bold;  font-size: 8pt;}
.exception_details  { color: #606060 !important; font-family: Verdana, Arial, Helvetica; font-weight: normal; font-size: 7pt;}


A.link, A.link:link, A.link:visited, A.link:active {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    vertical-align: middle;
}

A.link:hover {
    background: #DE7E05 !important;
    border: none !important;
    padding: 0px !important;
    vertical-align: middle;
}

/* Utility DIVs */
div.hr {
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    background: #c0c0c0;
    margin: 5px 0;
    width: 100%;
}

div.break {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    background: none;
    margin: 0px;
    padding: 0px;
}

.alist A, .cms_alist A:link, .cms_alist A:visited, .cms_alist A:active {
    color: #c05010;
    text-decoration: none;
    padding: 2px 7px 2px 20px;
    background:url('/www_utils/images/arrow_orange.png') no-repeat 2px;
}
.alist A:hover    {
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 7px 2px 20px;
    background:url('/www_utils/images/arrow_orange.png') #FFA618 no-repeat 2px;
}

.alist span.disabled {
    color: #909090;
    text-decoration: none;
    padding: 2px 7px 2px 20px;
}


table.frame_header {
    margin-top: 0px;
    border-bottom: none !important;
}

table.frame_header * {
    margin-top: 0px;
    border-bottom: none !important;
}

table.frame_body {
    margin-top: 0px;
}

table.frame_footer {
    margin-top: 0px;
    border-bottom: none !important;
}

table.frame_tooter * {
    margin-top: 0px;
    border-bottom: none !important;
}

/* Sortable cells for data grids */
table.sort_cell {
    border: none;
    background: transparent;
    padding: 0px;
}

table.sort_cell * {
    background: transparent! important;
}

div.sort_handler {
    width: 10px;
    display:block;
    height:13px;
    margin-left: 4px;
}


div.up_a {
    background-image: url("/www_utils/images/up_a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 10px;
    opacity: 0.4;
}

div.up_s {
    background-image: url("/www_utils/images/up_s.gif");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 10px;
}

div.down_a {
    background-image: url("/www_utils/images/down_a.gif");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 10px;
    opacity: 0.4;
}

div.down_s {
    background-image: url("/www_utils/images/down_s.gif");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 10px;
}

div.ajax_content {
    padding: 0px;
}

div.collapsible_section {
    border: 1px solid #909090; padding: 5px; background: #e0e0e0;
    font-weight: bold;
    font-family: Arial, Helvetica;
    margin-bottom: 10px;
}

div.collapsible_section .header {
    padding: 0px;
    padding-left: 20px;
}

div.collapsible_section .collapsed .toggler {
    background:url('/www_utils/images/toggle_plus.png') no-repeat 0px 2px;
    cursor:pointer;
    padding-left: 20px;
    height: 17px;
}

div.collapsible_section .expanded .toggler {
    background:url('/www_utils/images/toggle_minus.png') no-repeat 0px 2px;
    cursor:pointer;
    padding-left: 20px;
}
div.collapsible_section .content {
    margin-top: 8px;
}

div.collapsible_section .expanded .content {
    visibility: visible;
    display: block;
}
div.collapsible_section .collapsed .content {
    visibility: hidden;
    display: none;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.comboBoo {
    background: #f0f0e0;
    border-width: 1px;
    font-size:11px;
}

/* Pagination controls */
div.pager {
    padding-bottom: 4px;
    overflow: auto;
}

.pager A, .pager A:link, .pager A:visited, .pager A:active {
    color: #2070d0; text-decoration: none; padding: 2px; font-weight: normal;
    border: none;
}
.pager A:hover    {
    color: #ffffff; text-decoration: none; padding: 2px;
}

.pager span.disabled {
    color: #c0c0c0;
}

/* images inside of hyperlinks */
a.img, a.img:link, a.img:visited, a.img:active, a.img:hover {
    border: none; background:none; padding: 0px !important; margin: 0px !important;
}

a.img > img {
    border: none;
    position:relative;
    padding: 0px;
    margin: 0px;
}

div.error {
    border: 2px solid #c04040;
    background: #ffd0c0;
    color: #c02020;
    background-image: url('/www_utils/images/error.png');
    background-repeat: no-repeat;
    background-position: 10px 12px;
    margin: 25px 0px;
    padding: 15px;
    padding-left: 60px;
    border-radius:6px;
    box-shadow: 4px 4px 4px #a0a0a0;
    display: inherit;

    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

div.warning {
    border: 2px solid #c04040;
    background: #F9F5E8;
    color: #c02020;
    background-image: url('/www_utils/images/warning.png');
    background-repeat: no-repeat;
    background-position: 10px 12px;
    margin: 25px 0px;
    padding: 15px;
    padding-left: 60px;
    border-radius:6px;
    box-shadow: 4px 4px 4px #a0a0a0;
    display: inherit;

    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

div.warning > p {
  color: #704020;
  margin: 3px 0px;
}

div.warning > p.comment {
  color: #606060;
  font-size: 8pt;
}


div.info {
    border: 2px solid #9090c0;
    background: #E3EEFC;
    color: #206090;
    background-image: url('/www_utils/images/info.png');
    background-repeat: no-repeat;
    background-position: 10px 12px;
    margin: 25px 0px;
    padding: 15px;
    padding-left: 60px;
    border-radius:6px;
    box-shadow: 4px 4px 4px #a0a0a0;
    display: inherit;
}

div.info > p {
  color: #404090;
  margin: 3px 0px;
  font-size: 11pt;
}
div.info > p.comment {
  font-size: 10pt;
  color: #606060;
}



div.panel {
    background-color: #fffae1;
    border: 1px solid #f0e0b0;
    border-radius: 5px;
    margin: 2px 0;
    min-height: 34px;
}

div.panel .header {
    padding: 0px;
    padding-left: 20px;
}


div.panel .caption {
    cursor:pointer;
    clear: both;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    color: #806020;
    height: 22px;
    display: table;
    font-size: 0.85rem;
}


div.panel .block {
    float: none !important;
}

div.panel .collapsed .caption {
    background:url('/www_utils/images/toggle_plus.png') no-repeat 4px 50%;
}

div.panel .caption {
    background:url('/www_utils/images/toggle_minus.png') no-repeat 4px 50%;
}

div.caption span {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  padding-left: 26px;
}

div.panel .content {
    height: auto;
    clear: both;
}

div.panel .collapsed .content {
    height: 0px;
}


.panel .collapsed .preview::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    content: ".";
    color: transparent;
    display: block;
    width: auto;
    height: 38px;
    left: 0;
    top: 22px;
    margin-bottom: -38px;

    pointer-events: none;
    position: relative;
}

div.gray {
    background-color: #e5e5e5;
    border: 1px solid #d5d5d5;
    font-size: 0.85rem;
}

/* vlist - a vertical table for name/value pairs */
table.vlist > tbody > tr > th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    min-width: 170px;
    white-space:nowrap;
    padding-left: 1rem;
}

table.vlist > tbody > tr > td {
    vertical-align: top;
    width: 100%;
}

table.grid {
    font-size: 0.9rem;
}

input[type="button"].btn_small,
input[type="submit"].btn_small
{
    font-size: 8pt;
    padding: 4px 10px;
    font-weight: normal;
    text-shadow: none;
}

.errorMsg {
    margin-top: 5px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}

div.dialogBox {
    margin: 20px auto;
    width: auto;
    display: table;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0;
    box-shadow: 4px 4px 4px #a0a0a0;
}

div.dialogBox >.db-caption {
    padding: 10px 30px;
    background: #e0e0e0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    font-family: Verdana, Arial, Helvetica;
    border-radius: 10px 10px 0 0;

    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(220,220,220,1) 100%); /* W3C */
}

div.dialogBox >.db-content {
    padding: 10px 40px 25px 40px;
    background: #ffffff;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica;
}

div.dialogBox > .db-footer {
    padding: 10px 40px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

div.dialogBox label {
    display: block;
    color: #909090;
    margin: 12px 0 0 0;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
}

div.dialogBox input[type=text],
div.dialogBox input[type=password],
div.dialogBox input[type=select]
{
    width: 100%;
    padding: 7px;
    border-radius: 4px;
}

div.dialogBox input[type="button"],
div.dialogBox input[type="submit"]
{
    padding: 4px 25px;
}

table.data tbody tr th {
    text-align:right;
    padding: 0.1rem 0.5rem 0.1rem 0;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
}

table.data tbody tr td {
    text-align:left;
    padding: 0.1rem 0;
    font-weight: normal;

    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

td.nowrap {
    white-space: nowrap;
}


.mask {
    opacity: 0.5;
    background-color: #c0c0c0;
}