html, body {
        width: 100%;
        text-align: center;
        background-color: #09405b;
        margin: 0px;
        padding: 0px;
}

html, body, td {
        color: #ffffff;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
}

body {
        background-image: url(/images/bgr_body.jpg);
        background-position: 100% 974px;
        background-repeat: repeat;
}

* {
        margin: 0px;
        padding: 0px;
}

a:link, a:visited {
        color: #ffba43;
        text-decoration: underline;
}

a:hover {
        color: #ffffff;
}

p {
        padding: 0px;
        margin: 13px 0px;
        font-size: 13px;
        line-height: 1.2em;
}

img {
        margin: 0px;
        padding: 0px;
        border: 0px;
}

ul, li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
}

table {
        margin: 0px;
        padding: 0px;
        border: 0px;
}

td { 
        text-align: left;
        vertical-align: top;
        padding: 0px;
}

form {
        margin: 0px;
        padding: 0px;
}

input {
        vertical-align: middle;
}

fieldset {
        border: 0px;
        margin: 10px 0px;
        padding: 0px;
}

h1 {
        margin: 20px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: normal;
        text-align: left;
}

h2 {
        margin: 18px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
        text-align: left;
}

h3 {
        margin: 16px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: normal;
        text-align: left;
}

h4 {
        margin: 14px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        color: #ffba43;
}

/*************************************************************/

div.clear {
        clear: both;
        height: 1px;
        line-height: 1px;
        overflow: hidden;
        margin-top: -1px;
}

div.hr {
        border: 0px;
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
        height: 2px;
        width: 100%;
        overflow: hidden;
        line-height: 1px;
        clear: both;
        margin: 13px 0px;
        padding: 0px;
}


h1.bordered {
        background-image: url(/images/h_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        padding: 0px 0px 14px 2px;
        margin: 0px 0px 27px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: normal;
        text-align: left;
}

h1.bordered2 {
        background-image: url(/images/h_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        padding: 0px 0px 14px 2px;
        margin: 0px 0px 27px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 23px;
        font-weight: normal;
        text-align: left;
}

div.news {
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
        padding: 18px 0px 16px 0px;
}

div.first {
        background-image: none;
        padding-top: 0px;
}

div.news h3 {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 15px;
        font-weight: bold;
        margin: 0px 0px 0px 104px;
}

div.news p {
        font-size: 12px;
        margin: 0px 0px 0px 104px;
}

div.news img {
        float: left;
}

p.small {
        text-align: right;
        font-size: 11px;
}

div.calendar {
        background-image: url(/images/v_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        padding: 0px 0px 18px 0px;
        text-align: center;
        margin: -2px 0px 18px 0px;
        position: relative;
        z-index: 5;
}

div.calendar table {
        margin: 0px auto;
        overflow: visible;
}

div.calendar th {
        vertical-align: middle;
        text-align: center;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px;
        height: 17px;
        padding: 0px;
        font-weight: bold;
}

div.calendar td {
        vertical-align: middle;
        text-align: right;
        padding: 1px 5px 1px 0px;
        width: 19px;
        height: 15px;
        overflow: visible;
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
}

div.calendar div.visible {
        position: relative;
        visibility: visible;
        display: block;
}

div.calendar_main div.visible{
        right:240px;
}

div.calendar div.hidden {
        position: relative;
        visibility: hidden;
        display: none;
}

div.calendar div.rounded4 {
        position: absolute;
        left: 100%;
        top: 100%;
        visibility: visible;
        display: block;
        width: 223px;
        background-color: #ffffcc;
        border: 1px solid #ffba43;
        color: #0b0808;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        padding: 8px 7px;
        text-align: left;
}

div.calendar div div.rounded4 img {
        position: relative;
        z-index: 1;
}

div.calendar tr.wheek td {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
}

div.calendar td.today {
        background-image: url(/images/bgr_calend.gif);
        background-position: center;
        background-repeat: no-repeat;
        color: #ffcab3;
}

div.calendar td a, div.calendar td a:link, div.calendar td a:visited {
        color: #ffffff;
        text-decoration: underline;
}

div.calendar td a:hover {
        text-decoration: none;
}

div.calendar td.today a, div.calendar td.today a:link, div.calendar td.today a:visited {
        color: #ffcab3;
}

form.f_find {
        margin: -8px 0px 0px 0px;
}

#page2 form.f_find {
        background-image: url(/images/v_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        padding: 0px 0px 18px 0px;
        margin: -2px 0px 18px 0px;
        white-space: nowrap;
}

input.i_txt {
        border: 1px solid #959797;
        border-top: 2px double #959797;
        width: 210px;
        height: 18px;
        line-height: 18px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #ffffff;
        padding: 0px 0px 0px 7px;
}

form.f_find input.i_txt {
        border: 2px solid #ffba43;
        /*text-decoration: underline;*/
        background-color: #558fa9;
        color: #dea33c;
        height: 19px;
        width: 178px;
        margin: 0px 4px 0px 0px;
}

input.i_img {
        border: 0px;
        margin: 0px;
        padding: 0px;
}

textarea.i_area {
        border: 1px solid #959797;
        border-top: 2px double #959797;
        overflow: auto;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        background-color: #ffffff;
        width: 210px;
        height: 106px;
        padding: 0px 0px 0px 7px;
}

input.i_button {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        background-color: #214a62;
        background-image: url(/images/bgr_button.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
        height: 26px;
        padding: 0px 17px;
        border: 1px solid #214a62;
        border-bottom: 2px double #214a62;
}

*+html input.i_button {
        padding: 0px;
}

form.menoform label {
        position: relative;
        display: block;
        float: left;
        clear: both;
        height: 23px;
        width: 64px;
        overflow: visible;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ffba43;
        text-align: right;
        vertical-align: middle;
}

label.box {
        height: 17px;
        color: #cccccc;
        font-weight: normal;
        margin: 0px;
}

label.area{
        height: 110px;
}

label input, label textarea {
        position: absolute;
        top: -1px;
        left: 83px;
        text-align: left;
}

form.menoform td {
        vertical-align: middle;
}

form.menoform td.label1 {
        text-align: right;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #ffba43;
        width: 64px;
        height: 40px;
        padding: 0px 20px 0px 0px;
}

form.menoform td.label2 {
        text-align: right;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        width: 64px;
        padding: 0px 20px 0px 0px;
        height: 17px;
        color: #cccccc;
        font-weight: normal;
}

form.menoform td textarea {
        margin: 6px 0px 15px 0px;
}

span.checkbox {
        width: 14px;
        height: 19px;
        padding: 0 5px 0 0;
        background: url(/images/chbox.gif) no-repeat;
        text-align: left;
        display: block;
        clear: left;
        float: left;
}

span.radio {
        width: 13px;
        height: 13px;
        padding: 0 5px 0 0;
        background: url(/images/radio.gif) no-repeat;
        text-align: left;
        display: block;
        clear: left;
        float: left;

}

p.nav {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        color: #ffba43;
        margin: 30px 0px;
}

p.nav a, p.nav span {
        background-image: url(/images/bullet4.gif);
        background-position: 0px center;
        background-repeat: no-repeat;
        padding: 0px 11px;
        text-decoration: none;
}

p.nav a:hover {
        text-decoration: underline;
}

div.vcard {
        float: left;
        min-width: 319px;
        width: 319px;
        height: 139px;
        margin: 0px 7px 20px 5px;
        padding: 0px 0px 20px 0px;
        background-image: url(/images/h_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        z-index:1;
}

.rounded1 {
        background-color: #335d68;
        border: 4px solid #99cccc;
}

div.vcard div.rounded1 {
        min-height: 131px;
        _height: 131px;
}

div.rounded2 {
        background-color: #4d7f96;
        border: 2px solid #ffba43;
        margin: 8px 6px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 81px;
        min-height: 60px;
        _height: 60px;
}

div.vcard p {
        color: #ffffff;
        margin: 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        padding: 10px 5px 10px 100px;
        position: relative;
}

div.vcard span, div.vcard a  {
        font-size: 12px;
        font-weight: bold;
        margin-left: -3px;
}

span.grey {
        color: #cccccc;
        font-size: 12px;
        font-weight: bold;
}

div.gallery {
        float: left;
        margin: 14px 35px 0px 5px;
        width: 191px;
}

div.gallery div.rounded1 {
        width: 183px;
}

div.gallery p {
        margin-left: 18px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
}

table.partners td {
        background-image: url(/images/h_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        vertical-align: middle;
        padding: 20px 31px 24px 5px
}

table.partners a, table.partners span.grey {
        font-weight: bold;
        white-space: nowrap;
}

table.partners h4, table.partners p {
        margin: 0px;
}

table.partners p {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
}

table.partners div.rounded1 {
        width: 105px;
        float: none;
}

table.partners div.bordered {
        display: table-cell;
        vertical-align: middle;
        margin: 0px 0px 0px -5px;
        padding: 0px 0px 0px 28px;
        border: 0px;
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-y;
        height: 105px;
}

table.partners div.bordered p {
        margin: 0px;
        margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

table.menotable {
        border-collapse: collapse;
        width: 100%;
}

table.menotable td, table.menotable th {
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
        vertical-align: middle;
        padding: 5px 12px;
}

.td_head {
        border: 1px solid #8f8f8f;
        background-color: #b5b5b5;
        color: #ffffff;
        text-align: left;
}

.td_row {
        color: #767676;
        border: 1px solid #cacaca;
        background-color: #ffffff;
        text-align: left;
}

.td_row2 {
        border: 1px solid #cacaca;
        background-color: #f0f1f1;
        color: #767676;
        text-align: left;
}

.td_foot {
        border: 1px solid #909395;
        background-color: #999999;
        color: #ffffff;
        text-align: left;
}

.first {
}

p.tablecounter, p.print {
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
}

p.tablecounter {
        text-align: center;
        margin-bottom: 0px;
}

p.tablecounter a:link, p.tablecounter a:visited {
        color: #ffffff;
        text-decoration: none;
}

p.tablecounter a:hover {
        text-decoration: underline;
}

p.print {
        text-align: right;
        vertical-align: middle;
        margin-top: 0px;
}

/*************************************************************/

div#min-width {
        background-image: url(/images/bgr_body_l.jpg);
        background-position: 0px 0px;
        background-repeat: repeat-x;
}

div#page {
        min-width:980px;
        text-align: left;
        position: relative;
        background-image: url(/images/bgr_body_r.jpg);
        background-position: 100% 0px;
        background-repeat: no-repeat;
}

div#hat {
        height: 97px;
}

img#logo {
        margin: 37px 0px 0px 18px;
}

div#phone {
        position: absolute;
        z-index:2;
        right: 0px;
        top: 47px;
        width: 223px;
        overflow: hidden;
        height: 64px;
        background-image: url(/images/phone.gif);
        background-position: 0px 5px;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 25px;
}

body#page2 div#phone {
        top: 33px;
}

div#phone p {
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 12px;
        margin: 2px 24px 0px 0px;
        border-top: 2px solid #004e84;
        color: #004e84;
        white-space: nowrap;
}

div#phone p.big {
        font-family: sylfaen, Georgia, "Times New Roman", serif;
        font-size: 33px;
        line-height: 35px;
        color: #ff9118;
        border: 0px;
        margin: 0px 0px 4px 0px;
        text-shadow: #7abaa0;
}

div#phone p.big span.sup {
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 14px;
        padding: 0px 0px 15px 0px;
        margin: -10px 0px 10px 0px;
        vertical-align: super;
}

div#flash {
/*         float: right;
        margin: -97px 0px 0px 216px;
        border: 1px solid #f00;
        top: 0px;
        width: 760px;
        height: 555px; */
        position: absolute;
        z-index:1;
        right: 0px;
        top: 10px;
        width: 760px;
        height: 458px;
}

div#top {
        height: 490px;
        overflow: hidden;
}

div#lmenu {
        width: 215px;
        padding: 107px 0px 0px 0px;
}

#page2 div#lmenu {
        margin: 0px 0px 50px -18px;
        padding: 12px 0px 0px 0px;
}

div#lmenu ul {
        margin: 0px 0px 0px 10px;
}

div#lmenu li {
        height: 35px;
        position: relative;
        white-space: nowrap;
        padding: 0px;
        margin-top: -1px;
}

div#lmenu a, div#lmenu a:link, div#lmenu a:visited {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 14px;
        color: #ffffff;
        text-decoration: none;
        line-height: 35px;
        display: block;
        height: 35px;
        padding-left: 45px;
        background-image: url(/images/lmenu_bgr.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
}

div#lmenu li.first a, div#lmenu li.first a:link, div#lmenu li.first a:visited {
        background-image: none;
}

div#lmenu a:hover, div#lmenu li.first a:hover, div#lmenu li.active span.active {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 17px;
        color: #ffffff;
        line-height: 35px;
        display: block;
        height: 35px;
        padding-left: 45px;
        background-image: url(/images/lmenu_hover.png);
        background-position: 0px 0px;
        background-repeat: no-repeat;
}

div#lmenu li.active {
        text-decoration: none;
        line-height: 35px;
        display: block;
        height: auto;
}

div#lmenu a span, div#lmenu a:link span, div#lmenu a:visited span, div#lmenu span.active span {
        font-family: sylfaen, Georgia, "Times New Roman", serif;
        font-size: 18px;
        line-height: 35px;
        color: #dca139;
        position: absolute;
        left: 13px;
        top: 0px;
}

div#lmenu a:hover span, div#lmenu li.active span {
        color: #dca139;
        font-size: 26px;
        line-height: 35px;
        left: 9px;
}

div#lmenu ul ul {
        margin: 13px 0px 10px 45px;
        padding: 0px;
}


div#lmenu ul ul li, div#lmenu ul ul li.active {
        height: auto;
        position: static;
        white-space: nowrap;
        padding: 0px 0px 0px 13px;
        margin: 0px;
        color: #dca139;
        font-size: 15px;
        line-height: 22px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-weight: normal;
        background-image: url(/images/bullet1.gif);
        background-position: 0px 6px;
        background-repeat: no-repeat;
        white-space: normal;
}

div#lmenu ul ul li, div#lmenu ul ul li.active {
        padding-bottom:4px;
}

div#lmenu ul ul li.active {
        font-weight: bold;
        background-image: url(/images/bullet1a.gif);
        background-position: 0px 6px;
        background-repeat: no-repeat;
}

div#lmenu ul ul li a, div#lmenu ul ul li a:link, div#lmenu ul ul li a:visited, div#lmenu ul ul li a:hover  {
        font-size: 15px;
        color: #ffffff;
        font-weight: normal;
        background-image: none;
        display: inline;
        position: static;
        line-height: 18px;
        padding: 0px;
        margin: 0px;
}

div#lmenu ul ul li a:hover {
        color: #dca139;
}

div#lmenu ul ul ul {
        margin: 13px 0px 10px 0px;
        padding: 0px;
}

div#lmenu ul ul ul li, div#lmenu ul ul ul li.active, div#lmenu ul ul ul li a:link, div#lmenu ul ul ul li a:visited, div#lmenu ul ul ul li a:hover {
        font-size: 13px;
        line-height: 15px;
}

div#lmenu ul ul ul li {
        background-image: url(/images/bullet2.gif);
}

div#lmenu ul ul ul li.active {
        background-image: url(/images/bullet2a.gif);
}

div#lmenu ul ul ul ul li, div#lmenu ul ul ul ul li.active, div#lmenu ul ul ul ul li a:link, div#lmenu ul ul ul ul li a:visited, div#lmenu ul ul ul ul li a:hover {
        font-size: 12px;
        line-height: 14px;
}


div#lmenu ul ul ul ul ul li, div#lmenu ul ul ul ul ul li.active, div#lmenu ul ul ul ul ul li a:link, div#lmenu ul ul ul ul ul li a:visited, div#lmenu ul ul ul ul ul li a:hover {
        font-size: 11px;
        line-height: 13px;
}

div#lmenu ul ul ul ul ul li {
        background-image: url(/images/bullet3.gif);
}

div#lmenu ul ul ul ul ul li.active {
        background-image: url(/images/bullet3a.gif);
}



div#main {
        margin: 0px 2px 0px 19px;
        padding: 0px 0px 10px 0px;
        background-image: url(/images/v_bar.gif);
        background-position: 0px 100%;
        background-repeat: repeat-x;
}

#page2 div#main {
        background-image: none;
        padding: 0px;
}

div#footer {
        height: 42px;
        text-align: left;
        padding-right: 2px;
        padding-left: 20px;
}

#page2 div#footer {
        height: 70px;
        text-align: left;
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
}

div#footer p {
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 40px;
        margin: 0px;
        color: #7193a4;
}

#page2 div#footer p {
        line-height: 70px;
        margin: 0px 30px 0px 20px;
}

p#menocom, p#menocom2 {
        float: right;
}

p#menocom {padding-right:7px; margin-right:0px !important;}

#page2 p#menocom2 img {margin-top:20px !important;}

table#maintbl {
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%;
}

col#col_l {
        width: 100%;
}

col#col_c {
        width: 341px;
        *width: 314px;
}

col#col_r {
        width: 256px;
        *width: 236px;
}

#page2 col#col_l {
        width: 253px;
        *width: 253px;
}

#page2 col#col_r {
        width: 100%;
}

tr#tr_hat td {
        height: 67px;
        overflow: visible;
}

td#td_topmenu {
        background-image: url(/images/bgr_shadow1.png);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        vertical-align: middle;
        text-align: center;
        padding: 22px 0px 1px 0px;
}

td#td_l {
        padding: 0px 6px 0px 0px;
}

#page2 td#td_l {
        background-image: url(/images/bgr_shadow2.png);
        background-position: 100% 0px;
        background-repeat: repeat-y;
        padding: 0px 22px 0px 0px;
}

td#td_c {
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-y;
        padding: 0px 7px 0px 20px;
}

td#td_r {
        background-image: url(/images/v_bar.gif);
        background-position: 0px 0px;
        background-repeat: repeat-y;
        padding: 0px 0px 0px 20px;
}

#page2 td#td_r {
        background-color: #0c4261;
        border-top: 3px solid #e69d37;
        padding: 0px 21px 10px 54px;
        background-image: none;
}

td#td_shadow {
        background-image: url(/images/bgr_shadow3.png);
        background-position: 0px 0px;
        background-repeat: repeat-x;
}

ul#topmenu {
        margin: 0px 0px 0px 44px;
        vertical-align: bottom;
        width: 660px;
        z-index:2;
}

ul#topmenu li {
        float: left;
        vertical-align: middle;
        position: relative;
        margin: 0px 18px 0px 0px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 15px;
        z-index:3;
}

ul#topmenu a:link, ul#topmenu a:visited {
        display: block;
        width: 95px;
        height: 33px;
        padding-top: 32px;
        vertical-align: middle;
        background-image: url(/images/bgr_topmenu.png);
        background-position: 0px 100%;
        background-repeat: repeat-x;
        color: #ffffff;
        text-decoration: none;
        z-index:4;
}

ul#topmenu span {
        font-size: 12px;
}

ul#topmenu a:hover, ul#topmenu a.active {
        background-image: url(/images/bgr_topmenu_hover.png);
}

ul#topmenu ul {
/*        display: none; */
        position: absolute;
        left: 0px;
        top: 73px;
        z-index:5;
}

ul#topmenu ul li {
        float: none;
        vertical-align: middle;
        margin: 1px 0px;
        font-size: 14px;
        height: 111px;
        position: static;
        vertical-align: top;
        z-index:6;
}

ul#topmenu ul div.rounded3 {
        border: 6px solid #99cccc;
        width: 132px;
        height: 99px;
        position: relative;
        z-index:7;
}

ul#topmenu ul img {
        display: block;
        margin: 0px;
        padding: 0px;
        z-index:8;
}

ul#topmenu ul a:link, ul#topmenu ul a:visited {
        background-image: url(/images/bgr_topmenu2.gif);
        background-position: 0px 0px;
        background-repeat: repeat-x;
        width: 132px;
        height: 22px;
        line-height: 22px;
        margin: 0px;
        padding: 0px;
        z-index:9;
}

ul#topmenu ul a:hover {
        text-decoration: underline;
}

ul#topmenu .hidden {
        display: none;
        visibility: hidden;
}

ul#topmenu .visible {
        display: block;
        visibility: visible;
        z-index:10;
}

table.menotable a, table.menotable a:visited {color:#214a62;}
table.menotable a:hover {color:#214a62; text-decoration:none}


.mvsfield {
	width: 75px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: transparent;
	/*background-color: #09405b;*/
	color: #FF6060;
	font-weight: bold;
	border: 0px;
	text-align: center;
}

.mvsdlg {
	width: 150px;
	height: 10px;
	visibility: hidden;
	position: absolute;
	background-color: #09405b;
	text-align: center;
}
.mvsdlg table {
	width: 100%;
}
.mvsdlg td {
	text-align: center;
	border: 1px solid #FFF;
	border-top: none;
	border-bottom: none;
	padding: 3px;
}
.mvsdlg .td2 {
	border: 1px solid #FFF;
	border-top: none;
}
.mvsdlg th {
	text-align: center;
	background-color: #b5b5b5;
	color: #000;
	padding: 5px;
	border: 1px solid #FFF;
	border-bottom: none;
}
.mvsfield2 {
	width: 80px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #fffff;
	border: 2px;
}
.mvsresult {
	width: 80px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: transparent;
	border: 0px;
	color: #60CF60;
}
.mvsresultdiv {
	/*margin-left: 3px;
	margin-right: 3px;*/
	border: 0px;
	/*color: #60CF60;*/
	clear: none;
}

