/* style definitions for the bookmarklet */

body, html {
	font-family: verdana, arial;
	font-size: small;
	background-color: #fff;
	color: #000;
	scrollbar-face-color: #92B6D8; 
  SCROLLBAR-HIGHLIGHT-COLOR: #737373; 
  SCROLLBAR-SHADOW-COLOR: #888686; 
  SCROLLBAR-3DLIGHT-COLOR: #E9EEF8; 
  SCROLLBAR-ARROW-COLOR: #FFFFFF; 
  SCROLLBAR-TRACK-COLOR: #D3D6DA; 
  SCROLLBAR-DARKSHADOW-COLOR: #838587;
	
}		

h1 {
	border-bottom: 1px dotted gray;
	font-size: small;
	color: #006699;
}

/* 
	Hide switch buttons initially, we'll enable them again if we are sure
	the browser supports DOM
*/
#switchbuttons {
	display: none;
}
/*
	Hide preview also when no DOM is supported
*/
#preview {
	display: none;
}

.buttonbar {
	margin-bottom: 5px;
	background-color: #E9EEF8;
	padding: 2px;
}

.buttonbar input {
	background-color: transparent;
}

.contentblock {
	background-color: #F5F5F5;
	font-family: verdana, arial;
	font-size: small;
	height: 330px;
	width: 470px;
	/*overflow: auto;
	*/
	/* temporary removed, to make the select box work in Mozilla */
	padding: 5px;
	vertical-align: top;
	border : 1px dotted #92B6D8;
	
}

.shortcuts {
	float: right; 
	text-align: right;
	font-size: x-small;
}

h2 {
	color: #006699;
	font-size : small;
}
h3 {
	color: #006699;
	font-size : small;
}
a:link, a:visited {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}			

img { 
	border: none;
}

.indent {
	margin-left: 40px;
}

label		{ cursor: pointer; }
input.add
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif, vt100;
  font-size: 8px;
  background-color: #EFEFEF;
  border: 1px SOLID #000000;
  color: #4E8AC0;
  font-weight: bold;
}
.holdwidth {
	width: 540px;
	padding-top: 6px;
}
