/* general */

body
{
    color: #313131;	
    margin: 20 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
form
{
    margin: 0px 0px;
    padding: 0px 0px
}

/* divs */

/* header */
#header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffffff;
}
#header td.header {
    background: url("/webapp/images/bg_headerbar.gif");
    background-repeat: repeat-x;
/*
    width: 766px;
    height: 61px;
 */
}
#header .orange {
    font-size: 12px;
    color: #f05f23;
}
#header a, a:link, a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
    line-height: 24px;
}
#header a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #f05f23;
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 24px;
}
#header a.menu, a.menu:link, a.menu:visited {
    font-size: 10px;
    font-weight: normal;;
    color: #1d519e;
    text-decoration: none;
    border-bottom: none;
    line-height: 10px;
}
#header a.menu:hover {
    font-size: 10px;
    font-weight: normal;;
    color: #f05f23;
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 10px;
}
/* table */
#table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding: none;
}
#table a, a:link, a:visited {
    font-size: 12px;
    font-weight: normal;
    color: #1d519e;
    text-decoration: none;
    border-bottom: none;
    line-height: 18px;
}
#table a:hover {
    font-size: 12px;
    font-weight: normal;
    color: #f05f23;
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 18px;
}
#table a.plain, a.plain:link, a.plain:visited, a.plain:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border-bottom: none;
}
#table table {
    border-collapse: collapse;
    border: 0px;
    font-size: 12px;
}
#table .required {
    font-size: 12px;
    font-weight: bold;
    color: red;
}
#table th {
    font-weight: bold;
    white-space: nowrap;
}
#table td, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#table input, select, textarea {
    border: 1px solid gray;
}
#table input {
    height: 22px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#table input.radio, input.checkbox {
    border: none;
}
#table textarea {
    padding-top: 1px;
    padding-left: 4px;
}
#table th.titleBar {
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    height: 30px;
}
#table input.button {
    color: #1d519e;
    background-color: #ffffff;
    vertical-align: middle;
    height: 25px;
    padding-left: 4px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    border: 1px solid gray;
}
#table td.lefttop {
    background: url("/webapp/images/lt.jpg");
    background-repeat: none;
    width: 13px;
    height: 13px;
}
#table td.top {
    background-color: #e0ebfd;
    height: 13px;
}
#table td.righttop {
    background-color: #e0ebfd;
    width: 13px;
    height: 13px;
}
#table td.left {
    background-color: #e0ebfd;
    width: 13px;
}
#table td.body {
    background-color: #e0ebfd;
}
#table td.right {
    background-color: #e0ebfd;
    width: 13px;
}
#table td.leftbottom {
    background-color: #e0ebfd;
    width: 13px;
    height: 13px;
}
#table td.bottom {
    background-color: #e0ebfd;
    height: 13px;
}
#table td.rightbottom {
    background-color: #e0ebfd;
    width: 13px;
    height: 13px;
}
/* grid */
#grid {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
#grid th {
    background-color: #93a1b9;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#grid td.cell {
    background-color: #ffffff;
    font-weight: normal;
    color: #000000;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-top: 1px dotted #93a1b9;
    border-right: 1px dotted #93a1b9;
}
#grid td.lefttop {
    background: url("/webapp/images/g_leftup.gif");
    background-repeat: no-repeat;
    width: 9px;
    height: 20px;
}
#grid td.top {
    background-color: #93a1b9;
}
#grid td.righttop {
    background: url("/webapp/images/g_rightup.gif");
    background-repeat: no-repeat;
    width: 9px;
    height: 20px;
}
#grid td.left {
    background: url("/webapp/images/g_left.gif");
    background-repeat: repeat-y;
    width: 9px;
    height: 2px;
}
#grid td.body {
    background-color: #e0ebfd;
}
#grid td.right {
    background: url("/webapp/images/g_right.gif");
    background-repeat: repeat-y;
    width: 9px;
    height: 2px;
}
#grid td.leftbottom {
    background: url("/webapp/images/g_leftdown.gif");
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
#grid td.bottom {
    background: url("/webapp/images/g_down.gif");
    background-repeat: repeat-x;
    width: 2px;
    height: 9px;
}
#grid td.rightbottom {
    background: url("/webapp/images/g_rightdown.gif");
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}
/* picture */
#picture td {
   padding: 0px;
}
#picture td.lefttop {
    background: url("/webapp/images/pic_top_left.gif");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}
#picture td.top {
    background: url("/webapp/images/pic_top.gif");
    background-repeat: repeat-x;
    width: 1px;
    height: 11;
}
#picture td.righttop {
    background: url("/webapp/images/pic_top_right.gif");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}
#picture td.left {
    background: url("/webapp/images/pic_left.gif");
    background-repeat: repeat-y;
    width: 16px;
    height: 4px;
}
#picture td.body {
    background-color: #ffffff;
}
#picture td.right {
    background: url("/webapp/images/pic_right.gif");
    background-repeat: repeat-y;
    width: 16px;
    height: 4px;
}
#picture td.leftbottom {
    background: url("/webapp/images/pic_bottom_left.gif");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}
#picture td.bottom {
    background: url("/webapp/images/pic_bottom.gif");
    background-repeat: repeat-x;
    width: 1px;
    height: 11px;
}
#picture td.rightbottom {
    background: url("/webapp/images/pic_bottom_right.gif");
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
}
