/* Style sheet : ThaiWorldView */

INPUT
{
   font-family      : CourierNew;
   font-size        : 16px;
   font-style       : normal;
   color            : maroon;
   background-color : rgb(255,210,36);
}

INPUT.like
{
   background-color : rgb(200,150,36);
}

.hidden
{
   font-family : verdana;
   font-size   : 18px;
   font-style  : italic;
   color       : green;
   visibility  : hidden;
   left        : 30pt;
   position    : relative;
}

TD.tab1
{
   font-family     : arial;
   background-color: #ffa050;
   text-align      : center;
}

TD.tab2
{
   font-family     : verdana;
   background-color: #ffc080;
   text-align      : center;
}

TD.tab3
{
   font-family     : verdana;
   background-color: #ffe090;
   text-align      : center;
}

body.map
{
   color             : black;
   font-family       : Arial,Helvetica,Geneva;
   background-image  : url(gif/deco/t01_anim.gif);
   background-repeat : repeat-y;
   background-color  : rgb(223,211,173);
   margin            : 0px;
}

DIV.map { margin-left : 105px; }

body.rem
{
   color             : black;
   font-family       : Arial,Helvetica,Geneva;
   background-image  : url(gif/deco/thaiback.gif);
   background-repeat : repeat-y;
   background-color  : rgb(223,211,173);
   margin            : 0px;
   scrollbar-face-color      : rgb(255,210,36);
   scrollbar-track-color     : rgb(252,132,66);
}

DIV.rem { margin-left : 140px; }

#over
{
    color           : green;
    font-family     : verdana;
    font-weight     : bold;
    font-size       : 28pt;
    letter-spacing  : 0.3 em;
    text-decoration : underline;
}

@media screen
{
  .hover { behavior:url(hover.htc) }
  .down, .over {font-weight: bolder; font-family : Verdana;}
  .down  {font-style: italic}
}

fieldset
{
   background-color : rgb(252,132,66);
   border           : 1px solid black;
   margin-left      : 5px;
   padding          : 5px;
}

legend
{
   background-color : rgb(204,204,204);
   border           : 1px solid gray;
   padding          : 3px;
   font-family      : arial;
}

OPTION.optionYellow
{
    background-color : rgb(255,210,36);
}

OPTION.optionBlue
{
    background-color : lightblue;
}

LABEL
{
    cursor: hand;
}

