/* on everypage */
BODY {
   scrollbar-3dlight-color:    #DFB884;
   scrollbar-arrow-color:      #DFB884;
   scrollbar-darkshadow-color: #DFB884;
   scrollbar-face-color:       #695C46;
   scrollbar-highlight-color:  #695C46;
   scrollbar-shadow-color:     #695C46;
   scrollbar-track-color:      #695C46;
	}

a:active, a:visited, a:link {
   text-decoration: none; 
   color: #C6AE9A;
	}
a.link:hover {
     color: #DFB884;
	}

ul {

   /*margin-left: 1.5em;*/

	}
li{
   color: #DFB884;
	}

dd{
   margin-left: -1.5em;
	}

hr {
font-size: 9pt;
color:#45352C; 
background:clear; 
border:1 dotted ##45352C
}
/* ========================================================== */
/* Used on surface page */
/* ========================================================== */

.button{color:#FFFFFF;background-color:#333333;border:0}

/* ========================================================== */
/* Used on main page */
/* ========================================================== */

.message{
   font-size:9pt;
   color:#45352C;
   font-family: arial;
	}

.copyright{
   font-size:8pt;
   color:#C6AE9A;
	}

.menu{
   font-size:10pt;
   font-family: arial black;
   color:#C6AE9A;
	}

.square{
   font-size:9pt;
   list-style-type: square;
   margin-left: 1.5em;
   color:#45352C;
	}
	
.title{
   font-size:10pt;
   font-family: arial black;
   color:#45352C;
	}

.break{
   font-size:7pt;
   color:#E6A169;
	}

/* ========================================================== */
/* Used on diary page */
/* ========================================================== */
.bar{
   background-color:#A48377
	}

.border{
   border:1px solid #544C37;
   border-top:2px solid #544C37 dashed;
   border-bottom:2px solid #544C37 dashed;
   border-left:1px solid #544C37 dashed;
   border-right:1px solid #544C37 dashed;
	}

.st1       {font-size:$basefontsize;font-family:"$basefont";color:$color06;background-color:$color07;} /* ??1 */
.st2       {color:$color09;$stylest1}
.button{color:#A57E4B;background-color:#333333;border:0}


/* ========================================================== */
/* Used on gallery page */
/* ========================================================== */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #45352C;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
margin-right: 1px;
font-family: WingDings;
font-size:15pt;
color:#C6AE9A;
}



