<STYLE type="text/css">

 a:link    { color: blue; text-decoration:none  }
 a:hover   { color: red;  text-decoration:underline  }
 a:visited { color: blue; text-decoration:none       }
 a:active  { color: blue; text-decoration:underline  }
 a{text-decoration:none} a:hover{ text-decoration:underline; }

table.kduraj {
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: dotted dotted dotted dotted;
        border-color: #325EAF #325EAF #325EAF #325EAF;
        border-collapse: separate;
        background-color: aliceblue;
}
table.kduraj th {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: aliceblue;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.kduraj td {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: aliceblue;
        -moz-border-radius: 0px 0px 0px 0px;
}

a{text-decoration:none} a:hover{text-decoration:underline;}

/* Big box with list of options */
#ajax_listOfOptions{
   position:absolute;         /* Never change this one */
   width:320px;               /* Width of box */
   height:350px;              /* Height of box */
   overflow:auto;             /* Scrolling features */
   border:1px solid navy;     /* Dark green border */
   background-color: white;     /* White background color */
   text-align:left;
   font-size:1.2em;
   z-index:100;
 }
#ajax_listOfOptions div{        /* General rule for both .optionDiv and .optionDivSelected */
   margin:1px;
   padding:1px;
   cursor:pointer;
   font-size:1.2em;
}
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
   background-color: navy;
   color:#FFF;
}
#ajax_listOfOptions_iframe{
   background-color:#F00;
   position:absolute;
   z-index:5;
}

form{
     display:inline;
    }

body
{
  text-align: left;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:.7em;
  margin: 10px;
  color: #000;
  background: white;
  min-width:640px;
  
  background-image:url('/gradient2.png');
  background-repeat:repeat-x;
}

p.normal {font-style:normal;}
p.italic {font-style:italic;}
p.oblique {font-style:oblique;}

.kd14 { font-family: Verdana; font-size: 14px; color: black; font-weight: 500; }
.sr18 { font-family: Verdana; font-size: 18px; color: black; font-weight: 900; }

</STYLE>
