
* {
    font-family: verdana, arial, helvetica;
    font-size: 12px;
/*    color: #1f88a4 !important;
    background-color: #6bec90 !important;
    border-color: #24e9d4 !important;*/
}

h1, h2, h3 {
    margin: 3px;
    padding: 0px;
}

h3 {
    font-size: 14px;
}

h2 {
    font-size: 16px;
}

h1 {
    font-size: 18px;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

.head {
    background-color: #EEEEEE;
}

.admin {
    background-color: #FAF0F7;
}

#main_table {
    width: 100%;
    height: 100%;
}

#td_logo {
    width: 100px;
    height: 100px;
    background-color: silver;
}

#td_logo img {
    width: 100px;
    height: 100px;
}

#tr_head {
    height: 100px;
}

#tr_foot {
    height: 1px;
    text-align: center;
    background-color: lightblue;
}

#td_title {
    background-color: #AFAFFF;
    width: 100%;
    height: 100px;
    text-align: center;
    background-image: url('img/headbg.png');
}

td#main_menu {
    width: 200px;
    background-color: #e5e5e5;
    vertical-align: top;
    padding: 0px;
}

td#td_body {
    background-color: #FFFFFF;
    padding: 3px;
}

.calendar_bgcolor {
    font-weight: bold;
    background-color: #7FFFFF;
    color: #007F00;
}

.calendar_hdrcolor {
    background-color: #ABCDEF;
}

.calendar_hdrcolor tbody tr {
    color: #0000FF;
}

.calendar_hdrcolor table tr {
    color: #000000;
}

img {
    border-style: none;
    border-width: 0px;
}

hr {
    width: 100%;
    height: 1px;
    border-style: none;
    border-top-style: inset;
}

form table tr {
    vertical-align: bottom;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #147;
}

a:hover {
    text-decoration: underline;
    color: #68A;
}

.menu_item {
    padding-left: 0px;
    font-weight: bolder;
}

.submenu_item, .submenu_item * {
    font-size: 90%;
}

.active_menu {
    background-color:#FFFFFF;
}

table {
    border-collapse: separate;
}

table.page{
    border-collapse: collapse;
}

thead td {
    text-align: center;
}

a.userinfo {
  color: #006000;
  font-weight: bolder;
  text-decoration: none;
}