

/*Blueberry Website Cascading style sheet*/



/* dark blue link colour: 000099 */

img { border: 0 }

A:link { text-decoration: none;
         color: #5a3a0d;
         font-family: sans-serif;
         }

A.textlink { text-decoration: underline;
             color: #c4413b;

             }

A.current { color: black
            }


A:visited { text-decoration: none;
         color: #5a3a0d;
            font-family: sans-serif;
            }

A.textlink:visited { text-decoration: underline;
             color: #c4413b;
             }

A:hover { color: red }

A.textlink:hover { color: red }

A:active { 

           text-decoration: none
           font-family: sans-serif;
           color: #c4413b;
           }


A.textlink:active { text-decoration: underline;
             color: darkblue;

             }




table { font-family: sans-serif }
body { font-family: sans-serif }

font.tokoblue { color: #3f5d6c }
font.tokopink { color: #c4413b }

table.mainpage { font-family: sans-serif;
                 font-size: 9pt;
                 width: 100%;
                 color:black;
                 background-color: #ffefd1;
/*                 background-color: #c6b99c; */
                 padding: 20px
                 }
table.business { font-family: sans-serif;
                 font-size: 9pt;
                 color:black;
                 width:100%;
                 background-color: #ccccff;
                 padding: 5px;
                 border: thin black solid}
table.studentcomment { font-family: sans-serif;
                 font-size: 9pt;
                 color:black;
                 width:100%;
                 background-color: lightpink;
                 padding: 5px;
                 border: thin black solid}



table.header { font-family: sans-serif;
               width: 100%;

                 color: #5a3a0d;

               }

.buttoncell { background-color:#d0d0d0;
                 }

.highlightcell { 
                 padding-bottom: 15px;
                 border-bottom: #587e9d thin solid
                 }





.headercell { font-size: 9pt;
              text-align: right ;
              font-weight: bold ;
              padding-right: 15px;
              padding-top: 7px;
              padding-bottom: 7px;

              }

.headercellborder { font-size: 9pt;
              text-align: right ;
              font-weight: bold ;
              padding-right: 15px;

              padding-top: 20px;
              padding-bottom: 7px;
                    border-top:  2px black dashed;

                    }



.littleball { 
              height: 1em; 

              }


body { background-image:url(./images/bblinen3.gif) ;
       background-attachment:scroll}

.thumbnailport { width: 120}
.thumbnailland { height: 120}

/* Here are some experimental "Div" classes */

.wholepage { position: absolute;
             width: 750px;
             left: 20px;
             right: 20px;
             }

.mainlogo { position: absolute;
            top: 0px;
            left: 150px;
            width: 600px;
            }

.navi { position: absolute;
        top: 120px;
        width: 150px;
        }

.bodytext { position: absolute;

            top: 120px;
            width: 590px;
            left: 160px;

            border: thin black solid;
            }


.blog { font-family: sans-serif;
                 font-size: 9pt;
                 width: 590px;
                 color:black;
                 background-color: #ffefd1;
/*                 background-color: #c6b99c; */
                 padding: 20px
                 }

.newscell { 
            color: #c4413b; }