h1, h2, h3, td, span, div, a {
    font-family: Verdana, sans-serif;
}

td {
    font-size: 0.9em;
    vertical-align: baseline;
}

th {
    font-size: 0.8em;
    text-align: left;
}

a {
    text-decoration: none;
    color: #0A5B0A;
}

a:hover {
    text-decoration: underline;
    color: #621313;
}

.newfile td {
    font-weight: bold;
}

p, form {
    margin: 8px 0px;
    font-size: 0.9em;
}

form table.filelist tr {
    padding: 0px;
}

table {
    margin: 10px 0px 20px;
}

.msg_success {
    color: white;
    padding: 10px 20px;
    background-color: #9a9abb;
    font-weight: bold;
    margin: 10px 15px;
}

.msg_failure {
    color: white;
    padding: 10px 20px;
    background-color: #bb9a9a;
    font-weight: bold;
    margin: 10px 15px;
}

.msg_progress {
    color: white;
    padding: 10px 20px;
    background-color: #9abb9a;
    font-weight: bold;
    margin: 10px 15px;
}

table.tbl_main {
    margin: 0px;
    width: 100%;
}

body {
    background-color: #e0ebe0;
    padding: 0px;
}

div.div_content_scroll {
    padding: 10px;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.div_content_login {
    padding: 30px 10px;
}

table.filelist {
    table-layout: fixed;
    width: 100%;
}

td.nowrap {
    white-space: nowrap;
}

td.wrap {
    word-wrap: break-word;
}

table.filelist tr:nth-child(odd) {
    background-color: #b3d3ba;
}

table.filelist tr:nth-child(even) {
    background-color: #e0e5e0;
}

table.filelist tr:first-child {
    background-color: #9abb9a;
}

table.filelist td {
    font-size: 0.8em;
    vertical-align: top;
}

table.filelist td, table.filelist th {
    padding: 4px 8px;
}

table.filelist textarea {
    width: 100%;
    min-height: 100px;
}

td.td_title {
    border: 1px solid #0A5B0A;
    border-bottom: none;
    background-image: url(../res/bg.gif);
    background-repeat: repeat-x;
}

td.td_title #info {
    font-size: 0.9em;
    font-weight: normal;
    position: absolute;
    top: 86px;
    right: 20px;
}

td.td_content { 
    vertical-align: top;
    border-right: 1px solid #0A5B0A;
    text-align: justify;
}

td#single {
    border-left: 1px solid #0A5B0A;
}

td.td_content h1 {
    font-size: 1.2em;
    padding: 5px 10px 7px;
    border-bottom: 1px solid #0A5B0A;
}

td.td_content h2 {
    font-size: 1em;
    padding: 5px 20px 2px;
    margin: 0px;
    border-bottom: 1px dotted #0A5B0A;
}

td.td_menu {
    vertical-align: top;
    width: 200px;
    padding: 5px;
    border-left: 1px solid #0A5B0A;
}

td.td_menu h1 {
    display: block;
    margin: 5px 10px 0px;
    font-size: 1.1em;
    padding: 5px 10px 7px;
    color: #0A5B0A;
}

td.td_menu h2 {
    display: block;
    margin: 10px 0px 0px;
    font-size: 0.95em;
    padding: 5px 10px 7px;
    color: #0A5B0A;
}

td.td_menu ul {
    margin: 0px;
    padding: 0px;
}

td.td_menu ul li {  
    margin: 2px 15px 0px 15px;
    list-style: none;
    font-size: 0.9em;
}

td.td_menu ul li a {
    display: block;
    /*background-color: #9abb9a;*/
    padding: 2px 10px 3px;
    color: #0A5B0A;
    border-bottom: 1px solid #9abb9a;
}

td.td_menu ul li a:hover {
    text-decoration: none;
    color: #621313;
}

td.td_footer {
    padding: 5px 0px 5px;
    font-size: 0.7em;
    text-align: center;
    background-color: #4f894f;
/*    border: 1px solid #0A5B0A;*/
    border-top: none;
}

td.td_footer a {
    color: #e0ebe0
}

tr.tr_footer {
    border: 1px solid #0A5B0A;
}
.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 360px;
  }
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -30px;
    padding: 0;
    border-radius: 0px;
    width: 28px;
}
.custom-combobox-input {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
   font-size: 1em;   
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x:hidden;
    font-size: 80%;
}

input[type=text] {
    min-width: 300px;
}

select,
input[type=email],
input[type=password] {
    width: 100%;
}
