﻿body {
   font-family: sans-serif;
   font-size: 12pt;
}

* {
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

h1 {
   font-size: 28pt;
   font-weight: bold;
}

h2 {
   font-size: 15pt;
   font-weight: bold;
}

h3 {
   font-size: 12pt;
   font-weight: bold;
}

table {
   border-style: none;
   font-size: 10pt;
}

   table.bordered {
      border-collapse: separate;
      border-spacing: 0;
   }

      table.bordered th {
         background-color: #517993;
         color: white;
      }

         table.bordered th a {
            color: #FF6633;
            text-decoration: none;
         }

      table.bordered tr th,
      table.bordered tr td {
         border-right: 1px solid #c0c0c0;
         border-bottom: 1px solid #c0c0c0;
      }

         table.bordered tr th:first-child,
         table.bordered tr td:first-child {
            border-left: 1px solid #c0c0c0;
         }

      table.bordered tr:first-child th,
      table.bordered tr:first-child td {
         border-top: 1px solid #c0c0c0;
      }

         table.bordered tr:first-child th:first-child,
         table.bordered tr:first-child td:first-child {
            border-top-left-radius: 7px;
         }

         table.bordered tr:first-child th:last-child,
         table.bordered tr:first-child td:first-child {
            border-top-right-radius: 7px;
         }

      table.bordered tr:last-child td:first-child {
         border-bottom-left-radius: 7px;
      }

      table.bordered tr:last-child td:last-child {
         border-bottom-right-radius: 7px;
      }

th {
   font-weight: bold;
   text-align: center;
}

td, th {
   padding: 4px 8px 4px 8px;
}

ul, ol {
   list-style: inside;
}

input[type=button],
input[type=submit],
button {
   width: 80px;
   height: 40px;
}

   input[type=button].xl,
   input[type=submit].xl,
   button.xl {
      width: 140px;
   }

select, input[type=text] {
   margin-top: 2px;
}

#divMain {
   width: 1200px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 25px;
}

#h1Home {
   float: left;
   cursor: pointer;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-top: 25px;
   min-height: 54px;
}

#divRight {
   float: right;
   margin-top: 25px;
   min-height: 54px;
}

#divName {
   float: left;
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-right: 25px;
   min-height: 54px;
}

#ulMenu {
   display: none;
   border: none;
   line-height: 0;
}

.gaptop25 {
   margin-top: 25px;
}

.gapbottom25 {
   margin-bottom: 25px;
}

.gapbottom8 {
   margin-bottom: 8px;
}

.gapright25 {
   margin-right: 25px;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.nowrap {
   white-space: nowrap;
}

.unfloat {
   float: none;
   clear: both;
}

.no-close .ui-dialog-titlebar-close {
   display: none;
}

.hidden {
   display: none;
}