/* ----- main styles ----- */
@import url("header.css");
@import url("content.css");
@import url("footer.css");

* { margin: 0px; padding: 0px; }
html { width: 100%; height: 100%; }
body { font-family: tahoma; font-size: 9pt; color: #717070; height: 100%; width: 100%;  }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a { color: #000; text-decoration: underline; }
a:hover { text-decoration: none; }
 
img { border: none; border-width: 0px; }
h1, h2, h3, h4, h5, h6 { color: #272727; font-family: Arial; font-size: 12pt; padding: 0px 0px 15px 0px; }
p { padding: 0px 0px 18px 0px; }
ul { margin: 0px 0px 15px 10px; }
li { margin: 0px 0px 0px 15px; }
table { border-collapse: collapse; }
input, select, textarea { font-family: tahoma; font-size: 8pt; color: #000000; }
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
.t-right { text-align: right; }
.t-left { text-align: left; }
.w100pr { width: 100%; }
.vat td { vertical-align: top; }
.fl-l { float: left; }
.rel { position: relative; }


/* ----- special classes styles ----- */
.main0 { min-height: 100%; min-width: 990px; margin: 0 auto; max-width: 1410px; background: url("/img/main-v-line-right.gif") right 0 repeat-y; z-index: 1; }
*html .main0 { height: 100%; }
.main { background: url("/img/main-v-line-left.gif") repeat-y; }




*html .main0
               {
                    width:expression(
                         (document.compatMode && document.compatMode == 'CSS1Compat')
                         ?
                         (
                              document.documentElement.clientWidth < 990
                              ?
                              "990px"
                              :
                              (
                                   document.documentElement.clientWidth > 1410
                                   ?
                                   "1410px"
                                   :
                                   "auto"
                              )
                         )
                         :
                         (
                              document.body.clientWidth < 990
                              ?
                              "990px"
                              :
                              (
                                   document.body.clientWidth > 1410
                                   ?
                                   "1410px"
                                   :
                                   "auto"
                              )
                         )
                    );
               }



/* -----
.field, x:-moz-any-link {  }
*html .field {  }
*:first-child+html .field {  }
  ----- */
