  BODY {margin-top:0; margin-left:0; margin-right:0;}
  A:link { color: #846922; text-decoration: none; }
  A:visited { color: #C09932; text-decoration: none;   }
  DIV { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; color: #000000; }
  .textbox { margin-left:16px; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; }
  .xlinks { margin-left:16px; margin-bottom:16px;  font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; }
  DIV.extraimagetitlebox { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;  color: #000000; }
  DIV.imagetitlebox { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;  color: #000000; }
  DIV.monthlist { padding-top: 6px; padding-bottom: 6px; }
  DIV.monthlist SELECT { font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #FFFFFF }

  .title {  font-weight: bold; color: #FFFFFF; margin: 2px 0px 2px 14px; }

  .hgazeta img {  padding-top: 6px; padding-bottom: 6px; display: block;   margin-left: auto;   margin-right: auto; }

  .inputdiv  {
    margin: 0px 0px 0px 50px;
    padding: 0px;
    }
    
  .input  {
    margin:  0px 3px 0px 5px;
    padding: 0px;
    width: 500pt;
    background-color: #FFFFFF;
    border: 1px solid #846922;
    }
    

  .inputck  {
    margin: 1px 2px 1px 30px;
    background-color: #ECEEEF; 
    }

  .inputckdiv  {
    font-family: verdana, arial, helvetica, sans-serif;
    }

  .divresult  {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    }

  .resultdate  {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    }

  .resulttitle  {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #d9b765;
    }



  TR.calendarhead TD { color: #FFFFFF; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold; width: 25px }
  TR.calendarbody TD A { color: #000000; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold }
  TR.calendarbody TD { color: #505050;  font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; font-weight: bold }

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}

/* 
    Rounded corners based on “Bullet-Proof” Rounded Corners from http://www.albin.net/CSS/roundedCorners/
    In the CSS below, the numbers used are the following:
    4px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    7px: the width of the border (4px) plus the 3px IE5/win fudge factor
    8px: the width or height of the border image
*/

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 8px; height: 8px;
    padding: 0px; border: 0px; background-color: #00a651;
    z-index: 99;
}

.lineBL {
    width: 56px; height: 4px;
    padding: 0px; border: 0px; background-color: #00a651;
    z-index: 99;
    margin: -4px 0px 0px 0px;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -4px 0px 0px -4px; }
.borderTR { margin: -4px -4px 0px 0px; }
.borderBL { margin: -8px 0px 0px 0px; }
.borderBR { margin: -8px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -7px;
    /*ma\rgin-left: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .borderTL {
    margin-left: -4px;
}
.borderTR {
    margin-right: -7px;
    /*ma\rgin-right: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .borderTR {
    margin-right: -4px;
}
.borderBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
.lineBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .borderBL {
    margin-left: 0px;
}
html>body .lineBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    /*ma\rgin-right: -0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF; 
/*    border: 4px solid #FFFFFF; */
}
.contentTitle {
    margin: 0px;
    padding: 0px;
    background-color: #00a651; 
    border-top: 4px solid #00a651;
    border-bottom: 4px solid #00a651;
    border-left: 4px solid #00a651;
    border-right: 4px solid #00a651;
}
.frameboxcontent {
    margin:  0px;
    padding: 3px 8px 3px 25px;
    background-color: #FFFFFF; 
  /*  border-top: 4px none #d6c191;
    border-bottom: 4px solid #d6c191;
    border-left: 4px hidden #d6c191;
    border-right: 4px solid #d6c191;
*/
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}


/***********************
  Blue version ! XBX prefix
************************/
.XBXborderTL, .XBXborderTR, .XBXborderBL, .XBXborderBR {
    width: 8px; height: 8px;
    padding: 0px; border: 0px; background-color: #5cbcdf;
    z-index: 99;
}

.XBXlineBL {
    width: 56px; height: 4px;
    padding: 0px; border: 0px; background-color: #5cbcdf;
    z-index: 99;
    margin: -4px 0px 0px 0px;
}
.XBXborderTL, .XBXborderBL { float: left; clear: both; }
.XBXborderTR, .XBXborderBR { float: right; clear: right; }
.XBXborderTL { margin: -4px 0px 0px -4px; }
.XBXborderTR { margin: -4px -4px 0px 0px; }
.XBXborderBL { margin: -8px 0px 0px 0px; }
.XBXborderBR { margin: -8px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.XBXborderTL {
    margin-left: -7px;
    /*ma\rgin-left: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XBXborderTL {
    margin-left: -4px;
}
.XBXborderTR {
    margin-right: -7px;
    /*ma\rgin-right: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XBXborderTR {
    margin-right: -4px;
}
.XBXborderBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
.XBXlineBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XBXborderBL {
    margin-left: 0px;
}
html>body .XBXlineBL {
    margin-left: 0px;
}
.XBXborderBR {
    margin-right: -3px;
    /*ma\rgin-right: -0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XBXborderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF; 
/*    border: 4px solid #FFFFFF; */
}
.XBXcontentTitle {
    margin: 0px;
    padding: 0px;
    background-color: #5cbcdf; 
    border-top: 4px solid #5cbcdf;
    border-bottom: 4px solid #5cbcdf;
    border-left: 4px solid #5cbcdf;
    border-right: 4px solid #5cbcdf;
}



/***********************
  Red version ! XRX prefix
************************/
.XRXborderTL, .XRXborderTR, .XRXborderBL, .XRXborderBR {
    width: 8px; height: 8px;
    padding: 0px; border: 0px; background-color: #f11d25;
    z-index: 99;
}

.XRXlineBL {
    width: 56px; height: 4px;
    padding: 0px; border: 0px; background-color: #f11d25;
    z-index: 99;
    margin: -4px 0px 0px 0px;
}
.XRXborderTL, .XRXborderBL { float: left; clear: both; }
.XRXborderTR, .XRXborderBR { float: right; clear: right; }
.XRXborderTL { margin: -4px 0px 0px -4px; }
.XRXborderTR { margin: -4px -4px 0px 0px; }
.XRXborderBL { margin: -8px 0px 0px 0px; }
.XRXborderBR { margin: -8px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.XRXborderTL {
    margin-left: -7px;
    /*ma\rgin-left: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XRXborderTL {
    margin-left: -4px;
}
.XRXborderTR {
    margin-right: -7px;
    /*ma\rgin-right: -4px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XRXborderTR {
    margin-right: -4px;
}
.XRXborderBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
.XRXlineBL {
    margin-left: -3px;
    /*ma\rgin-left: 0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XRXborderBL {
    margin-left: 0px;
}
html>body .XRXlineBL {
    margin-left: 0px;
}
.XRXborderBR {
    margin-right: -3px;
    /*ma\rgin-right: -0px; ie mac fix (but wierd in ie 6.0)*/
}
html>body .XRXborderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF; 
/*    border: 4px solid #FFFFFF; */
}
.XRXcontentTitle {
    margin: 0px;
    padding: 0px;
    background-color: #f11d25; 
    border-top: 4px solid #f11d25;
    border-bottom: 4px solid #f11d25;
    border-left: 4px solid #f11d25;
    border-right: 4px solid #f11d25;
}




.frameboxcontent {
    margin:  0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF; 
  /*  border-top: 4px none #d6c191;
    border-bottom: 4px solid #d6c191;
    border-left: 4px hidden #d6c191;
    border-right: 4px solid #d6c191;
*/
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    border: 0px;
    padding: 0px;
    border: 0px;
}



