/* ================================================================== */
/* Module      : default.css                                          */
/* Version     : 0.9R0.0                                              */
/* Application : Private web site                                     */
/* Description : Template Cascading Style Sheet document              */
/*                                                                    */
/* Date+Time of change  By       Description                          */
/* -------------------- -------- ------------------------------------ */
/* 2004-10-10 10:10 WIB Denis    New version of private WEB site      */
/*                                                                    */
/* ================================================================== */

body
{
   margin-left      : 60px;
   margin-top       : 24px;
   margin-right     : 0px;
   margin-bottom    : 24px;
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   text-decoration  : none;
   color            : black;
   background-color : rgb(51,51,51);
}

.slideshow_detail_body
{
   margin-left      : 10px;
   margin-top       : 10px;
   margin-right     : 10px;
   margin-bottom    : 10px;
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   text-decoration  : none;
   color            : black;
   background-color : rgb(51,51,51);
}

a:link
{
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   color            : rgb(0,84,166);
   text-decoration  : underline;
}
a:visited
{
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   color            : rgb(0,84,166);
   text-decoration  : underline;
}
a:active
{
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   color            : rgb(128,128,128);
   text-decoration  : underline;
}
a:hover
{
   font-family      : Verdana,helvetica;
   font-size        : 11px;
   color            : rgb(255,153,0);
   text-decoration  : underline;
}

table
{
   font-family      : Verdana,Arial,helvetica;
   font-size        : 11px;
   text-decoration  : none;
   background-color : white;
   color            : black;
}

.graycell
{
   background-color : rgb(129,129,129);
}

.slideshow_cell
{
  background-image : url(images/frame.gif);
  background-position: center center;
  left: auto;
  top: auto;
  vertical-align: middle;
}

.slideshow_detail_cell
{
  background-image : url(images/frame_show.gif);
  background-position: center center;
  left: auto;
  top: auto;
  vertical-align: middle;
}

.topleft_cell
{
  background-image : url(images/topleft.jpg);
  vertical-align: middle;
}

.topmiddle_cell
{
  background-image : url(images/topmiddle.jpg);
  vertical-align: middle;
}

.topright_cell
{
  background-image : url(images/topright.jpg);
  vertical-align: middle;
}

.bottomleft_cell
{
  background-image : url(images/bottomleft.jpg);
  vertical-align: middle;
}

.bottommiddle_cell
{
  background-image : url(images/bottommiddle.jpg);
  vertical-align: middle;
}

.bottomright_cell
{
  background-image : url(images/bottomright.jpg);
  vertical-align: middle;
}

.small_text
{
   font-family      : Verdana,helvetica;
   font-size        : 9px;
   text-decoration  : none;
   color            : black;
}

a.small_text:link
{
   font-family      : Verdana,helvetica;
   font-size        : 9px;
   color            : rgb(0,0,0);
   text-decoration  : underline;
}

a.small_text:visited
{
   font-family      : Verdana,helvetica;
   font-size        : 9px;
   color            : rgb(0,0,0);
   text-decoration  : underline;
}

a.small_text:active
{
   font-family      : Verdana,helvetica;
   font-size        : 9px;
   color            : rgb(128,128,128);
   text-decoration  : underline;
}

a.small_text:hover
{
   font-family      : Verdana,helvetica;
   font-size        : 9px;
   color            : rgb(255,153,0);
   text-decoration  : underline;
}

.title
{
   font-family      : Verdana,helvetica;
   font-size        : 13px;
   font-weight      : bold;
   text-decoration  : none;
   color            : rgb(0,64,166);
}

.copyright
{
   font-family      : Verdana,helvetica;
   font-size        : 10px;
   text-decoration  : none;
   color            : rgb(255,255,255);
}

a.copyright:link
{
   font-family      : Verdana,helvetica;
   font-size        : 10px;
   text-decoration  : none;
   color            : rgb(255,255,255);
}

a.copyright:visited
{
   font-family      : Verdana,helvetica;
   font-size        : 10px;
   text-decoration  : none;
   color            : rgb(255,255,255);
}

a.copyright:active
{
   font-family      : Verdana,helvetica;
   font-size        : 10px;
   text-decoration  : underline;
   color            : rgb(255,255,255);
}

a.copyright:hover
{
   font-family      : Verdana,helvetica;
   font-size        : 10px;
   text-decoration  : underline;
   color            : rgb(255,255,255);
}

.dropdown_menu
{
  font-family       : Verdana,helvetica;
  font-size         : 11px;
  text-decoration   : none;
  color             : black;
  background-color  : rgb(228,246,255);
}
