/* ================================================================== */
/* Module      : default.css                                          */
/* Version     : 0.9R0.0                                              */
/* Application : Private web site                                     */
/* Description : Template Cascading Style Sheet document              */
/*                                                                    */
/* Date+Time of change  By       Description                          */
/* -------------------- -------- ------------------------------------ */
/* 2003-12-12 19:15 WIB Denis    Review (private WEB site)            */
/* 2004-01-11 12:00 WIB Denis    Thumbnail img class for portfolio    */
/*                                                                    */
/* ================================================================== */

/* ================================================================== */
/* Default page layout                                                */
/* -------------------                                                */
/* ================================================================== */
body
{
   margin-left     : 0px;
   margin-top      : 0px;
   margin-right    : 0px;
   margin-bottom   : 0px;
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   text-decoration : none;
   color           : rgb(61,61,61);
}

a:link
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(61,61,61);
   text-decoration : underline;
}
a:visited
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(61,61,61);
   text-decoration : underline;
}
a:active
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(150,64,0);
   text-decoration : underline;
}
a:hover
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(150,64,0);
   text-decoration : underline;
}

table
{
   font-family              : Verdana,arial,helvetica;
   font-size                : 10px;
   text-decoration          : none;
   color                    : rgb(61,61,61);
}


/* ================================================================== */
/* ================================================================== */
/* Portfolio thumbnail pictures                                       */
/* ----------------------------                                       */
/* Denis, 11/01/2004 12:00 WIB                                        */
/*                                                                    */
/* ================================================================== */
.thumbnail
{
   filter:alpha(opacity=50) ;
}
/* ================================================================== */
/* ================================================================== */


.table_white
{
    font-family              : Verdana,arial,helvetica;
    font-size                : 10px;
    text-decoration          : none;
    color                    : rgb(255,255,255);
    text-align: justify;
}

.bluecell
{
   background-color : rgb(214,231,255);
}

.yellowcell
{
   background-color : rgb(255,255,204);
}

.small_text
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 9px;
   text-decoration : none;
   color           : black;
}

.white_text
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   text-decoration : none;
   color           : white;
}

a.small_text:link
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 9px;
   color           : rgb(0,0,0);
   text-decoration : underline;
}
a.small_text:visited
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 9px;
   color           : rgb(0,0,0);
   text-decoration : underline;
}
a.small_text:active
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 9px;
   color           : rgb(128,128,128);
   text-decoration : underline;
}
a.small_text:hover
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 9px;
   color           : rgb(255,153,0);
   text-decoration : underline;
}

.title
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 14px;
   font-weight     : bold;
   text-decoration : none;
   color           : rgb(255,153,0);
}

.copyright
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   text-decoration : none;
   color           : white;
}

.input_type
{
    font-family     : Verdana,arial,helvetica;
    font-size       : 10px;
    text-decoration : none;
    color           : rgb(150,64,0);
    height: 20px;
    border: 1px solid rgb(150,64,0);
}

.dropdown_menu
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   text-decoration : none;
   color           : rgb(150,64,0);
}


.text_area
{
    font-family     : Verdana,arial,helvetica;
    font-size       : 10px;
    text-decoration : none;
    color           : rgb(150,64,0);
    border: 1px solid rgb(150,64,0);
}

.push_button
{
    font-family     : Verdana, arial, helvetica;
    font-size       : 10px;
    text-decoration : none;
    color           : rgb(255,255,255);
    background-color: rgb(150,64,0);
    border: 1px solid #000000;
    cursor: hand;
}

a.menutop:link
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(255,255,255);
   text-decoration : none;
}
a.menutop:visited
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(255,255,255);
   text-decoration : none;
}
a.menutop:active
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(255,255,255);
   text-decoration : none;
}
a.menutop:hover
{
   font-family     : Verdana,arial,helvetica;
   font-size       : 10px;
   color           : rgb(255,255,255);
   text-decoration : underline;
}

/* ================================================================== */
/* Frame page: Slide show content pages                               */
/* ----------                                                         */
/*             The scrollbar properties may be supported only by      */
/*             browsers from Microsoft IE 5.5 and above - predictable */
/*             unpredictable results with other browsers :)           */
/*                                                                    */
/* ================================================================== */

.slideshow_body
{
   margin-left      : 0px;
   margin-top       : 0px;
   margin-right     : 0px;
   margin-bottom    : 0px;
   font-size        : 10px;
   font-family      : Verdana,arial,helvetica;
   text-decoration  : none;
   color            : black;
   background-color : rgb(255,355,255);
   scrollbar-3dlight-color    : rgb(192,192,192);
   scrollbar-arrow-color      : rgb(128,128,128);
   scrollbar-base-color       : white;
   scrollbar-darkshadow-color : rgb(128,128,128);
   scrollbar-face-color       : white;
   scrollbar-highlight-color  : white;
   scrollbar-shadow-color     : white;
   scrollbar-track-color      : rgb(220,220,220);
}

.slideshow_menu
{
   margin-left      : 0px;
   margin-top       : 0px;
   margin-right     : 0px;
   margin-bottom    : 0px;
   font-size        : 10px;
   font-family      : Verdana,arial,helvetica;
   text-decoration  : none;
   color            : black;
   background-color : rgb(214,231,255);
}

.slideshow_list
{
   margin-left      : 0px;
   margin-top       : 0px;
   margin-right     : 0px;
   margin-bottom    : 0px;
   font-size        : 10px;
   font-family      : Verdana,arial,helvetica;
   text-decoration  : none;
   color            : black;
   background-color : rgb(214,231,255);
   scrollbar-3dlight-color    : rgb(192,192,192);
   scrollbar-arrow-color      : rgb(128,128,128);
   scrollbar-base-color       : white;
   scrollbar-darkshadow-color : rgb(128,128,128);
   scrollbar-face-color       : white;
   scrollbar-highlight-color  : white;
   scrollbar-shadow-color     : white;
   scrollbar-track-color      : rgb(220,220,220);
}

/* END OF FILE: default.css                                           */
/* ================================================================== */
/* ================================================================== */
