div.main, table.main {
    font: 12px Verdana ;
    width: 780px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
}

.main {
    height: 100%;
    min-width: 780px;
}

table.content
{
    text-align: left;
    font:    12px verdana;
    padding: 0;
}

tr.content_header
{
    background-color: #6699CC;
    font-weight: bold;
    color: #000033;
}

/* -- some basics ---------------------------------------------------- */
hr {
    border: 0;
    width: 100%;
    color: #dedede; /*#000000;*/
    background-color: #000000;
    height: 2px;
}
a.blocklink { display: block; text-decoration: none; }
a:link      { color: #000000; font-family:Arial; text-decoration:underline; }
a:visited   { color: #000000; font-family:Arial; }
a:hover     { color: #000000;  text-decoration:underline; }
a:active    { color: #000000; text-decoration:none; }
.colored    { color: #000000; }
.color_back { background-color: #663399; }

a.expandolink {
    font-size: xx-small;
    text-decoration: none;
}
a.expandolink:link,
a.expandolink:visited {
    color: #EEEEEE;
    padding-right: 10px;
}
a.expandolink:hover,
a.expandolink:active {
    font-size: xx-small;
    color: #FFFFFF;
    padding-right: 10px;
    background-image: none;
}
/* ------------------------------------------------------------------- */
.normalbox{
    border: 1px solid #000000;
    margin: 0px;
    padding: 3px;
}

td.body{
    font-size: 9pt;
}
td.bodybox {
    background-color: #CCC7B3;
    color: #000000;
    padding: 5px;
    width: 45%;
    border: 2px solid #000000;
}
.bodybox a:link    {
    color: white;
    text-decoration: none;
}
.bodybox a:visited {
    color: gray;
    text-decoration: none;
}
.bodybox a:hover   {
    color: white;
    text-decoration: underline;
}
.bodybox a:active  {
    color: #FC0;
    text-decoration: none;
}

td.side_body_small{
    margin: 0px;
    font-family: Arial, Tahoma, sans-serif;
    FONT-SIZE: 8pt;
    font-weight:bold;
}

td.side_body, label.side_body{
    font-size: 9pt;
}
.required {
    font-weight:bold;
}

.subheader_head{
    background-color: #000000;
    font: bold 14px Verdana;
    color: white;
    line-height: 17px;
    font-weight:bold;
    padding: 0 2px;
}
.subheader{
    background-color: #000000;
    font: bold 12px Verdana;
    color: white;
    font-weight: bold;
}
.subheader_sub{
    background-color: #000000;
    font: bold 9px Verdana;
    color: white;
    line-height: 12px;
    font-weight:bold;
}

.confirm{
    color:#2db333;
    font-size: 8pt;
    font-weight: bold;
    font-family: tahoma,arial,sans-serif;
    letter-spacing: 0em;
    height: 17px;

}

a.help{color:#0000FF; text-decoration: none;}
a.help:hover { color:#CC6666; text-decoration: underline; }
a.help_selected { color: #0000FF; }

td.spec_body{
    margin: 0px;
    background-color: transparent;
    font-family: Verdana;
    FONT-SIZE: 10pt;
    font-weight:bold;
}
table.search_options {
    display: block;
    border: 2px solid #000000;
    margin: 2px 0 5px;
    padding: 5px;
    background-color: #DAD1ED;
}
td.search_options {
    padding: 3px 7px;
    border-bottom: 1px solid #000000;
}
td.first {
    border-left: 1px solid #000000;
}
td.bottom {
    border-bottom: none;
}


/* -- event classes --------------------------------------------------- */
.event_table          { border: 2px solid black;   }
.event_toprow         { background-color: #FFFFAA; }
.event_topcell        {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;
    padding: 2px 0;
    font-weight: bold;
}
.event_content_cell   {
    height: 60px;
    padding: 2px;
    margin: 0;
    vertical-align: top;
    border-left: 2px solid white;
    border-right: 2px solid white;
    text-align: left;
}
.event_content_cell a {
    font-size: xx-small;
    text-decoration: none;
}
.event_head {
    float: left;
    display: block;
    font-weight: bold;
    padding: 0 1px 1px 0;
    margin: 0 1px 1px 0;
    border-width: 0 1px 1px 0;
    border-color: #666;
    border-style: solid;
}
.event_disabled       {
    background-color: #999;
    border: 2px solid #999;
}
/* ------------------------------------------------------------------- */

/* -- form classes --------------------------------------------------- */
input.checkbox,
input.radio       { border: 0;              }
.disabled         { background-color: #DDD; }
/*form  {
    width:  100%;
    margin: 1em 0 0 0;
}*/
input.input_image { border: none; }
label {
    padding: 3px 3px 0;
    margin:  3px 3px 0 0;
    white-space: nowrap;
}
.label { white-space: nowrap;   }
.multipart_form_steps .form_step {
    clear: both;
    float: left;
    font-weight: bolder;
}
.multipart_form_steps h3 {
    font-size: medium;
    padding-bottom: 0;
    margin-bottom: 0;
}
.form_step a,
.form_step .disabled_step {
    padding-left: 20px;
    padding-right: 20px;
}
.form_step a {
    /*background: white url('<?=APP_IMAGES_DIR?>bluecheck.png') right no-repeat;*/
    text-decoration: none;
    color: #000000;
}
.form_step a.hover,
.form_step a.active {
    /*background: white url('<?=APP_IMAGES_DIR?>bluecheck.png') right no-repeat;*/
    text-decoration: underline;
    color: #000000;
}
.form_step .current_step {
    /*background: white url('<?=APP_IMAGES_DIR?>bullet-3.gif') left no-repeat;*/
    text-decoration: none;
}

/* ------------------------------------------------------------------- */

/* -- listing classes ------------------------------------------------ */
/* -- html lists -- */
.generated_list li {
    list-style-type: none;
    padding-left: 13px;
}
ul.generated_list {
    margin: 3px 0;
    padding: 3px;
}

/* -- other lists -- */
.wh_row,.row_1 { background-color: white; color: black; }
.row_2         { background-color: #EEE; color: black;  }
.red_row       { background-color: #FCC; color: black;  }
.blue_row      { background-color: #CCF; color: black;  }
.green_row     { background-color: #CFC; color: black;  }
.col_1, .col_2 { padding: 0 4px;                        }
.blist,
.blist_list    { text-align: left;                      }
.blist_list ul { list-style-type: none;                 }
ul.blist_list  { list-style-type: none;                 }
li.blist_list  { margin: 10px 0; border-bottom: 1px solid #400; }
table.blist    { width: 100%;                           }
/* ------------------------------------------------------------------- */


/* -- gallery classes ------------------------------------------------ */
.gallery_imglink      {
    border-width: 0 2px;
    padding: 5px;
    text-decoration: none;
}
.gallery_leftbrack    {
    border-width: 1px 0 1px 2px;
    border-color: black;
    border-style: solid;
    width: 5px;
}
.gallery_rightbrack   {
    border-width: 1px 2px 1px 0;
    border-color: black;
    border-style: solid;
    width: 5px;
}
/* ------------------------------------------------------------------- */

/* -- searching classes ---------------------------------------------- */
.search_display_part {
    display: block;
    white-space: nowrap;
    padding-left: 20px;
}
.search_display_join {
    display: block;
    white-space: nowrap;
    padding-left: 40px;
}
/* ------------------------------------------------------------------- */

/* -- report writer classes ------------------------------------------ */
.report_writer_box .subheader {
    padding-top: 3px;
    padding-bottom: 3px;
}

.report_headings {
    font: 11px Tahoma;
    font-weight: bold;
    vertical-align: middle;
}

.report_input {
    font: 11px Tahoma;
    height: 15px;
    padding:0px;
    vertical-align: middle;
}

.report_button {
    font: 11px Tahoma;
    height: 17px;
    font-weight: bold;
    vertical-align: middle;
}

.report_select {
    font: 11px Tahoma;
    height: 17px;
    vertical-align: middle;
}

.report_div {
    font: 11px Tahoma;
    vertical-align: middle;
}

.calendar_trigger {
    cursor: pointer; border: 1px solid red; vertical-align:middle;
}
/* ------------------------------------------------------------------- */

/*                DBNUT                     */

.normalbox {
    background-color: #e5e5e5;
    background: linear-gradient(to top, #efefef, #eaeaea);
    box-shadow: inset 0 1px 0 0 #fefefe;
    border: 1px solid #aaa;
    border-radius: 10px;
    font-size: 12px;
    color: #666;
    padding: 25px;
    margin: 20px auto;
}

.subheader {
    background-color: #ddd;
    border-radius: 5px;
    color: #555;
}

.text, .smalltext, .password, #user_created, #user_expires {
    border: 1px solid #aaa;
    box-shadow: inset 1px 1px 0 0 #ccc;
    background-color: #f5f5f5;
    margin: 5px;
}

.label {
    font-size: 12px;
    color: #666;
}
