/**** LINK-tag style sheet style.css ****/

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #191970;
	}


/* Navigation bar holding the keywords */	
#nav {
	width: 140px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	background-color: #D8BFD8;
	border-right: 1px solid purple;
	}
	
	
#content {
	padding: 10px;
	padding-left: 25px;
	margin-left: 150px;	
	}

/* The dark bar holding the search and login boxes */ 
#header {
	/*border: 1px solid red;*/
	background-color: #191970;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	padding: 5px;
	height: 40px;
	}

/* The lower part with the bookmarklet*/	
#footer {
	background-color: #fff;
	color: #191970;
	border-top: 1px solid #DDA0DD;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}


.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	}

dd, dt {
    font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	font-size: 0.95em;
	}

/* The normal links*/
a,  a:visited{
	text-decoration: none;
	color : purple;
}

/* Same links, hover part */
a:hover{ color: #FFF;  background-color: #BA55D3;  }

/* Links in the keyword list */
a.list_keyword{
	color: #DDA0DD; font-size: 10px; line-height: 17px; 
	font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	text-decoration: underline;
}

/* Big BBPS logo in the header */
.logo{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #fff;
}

/* The acceskeys in the forms */
.accesskey { text-decoration: underline }
.label{
   width: 7em;
   font-weight: bold;
   margin-right: 1em;
	 padding-left : 10px;
}

/* The header of the bookmarktable */
tr.tableheader{
	background-color : purple;
	color : #fff;
	font-size : small;
	text-transform : capitalize;
}
td.list_row{
	border-bottom : 1px dotted #DDA0DD;
}

/* Small letters below the bookmarks */
.bookmark_comment{ 
	color: #DDA0DD; font-size: 10px; line-height: 17px; 
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

/* The edit buttons */
a.txtbutton, a.txtbutton:link, a.txtbutton:visited{
    background-color:#DDA0DD;
    color:#191970;
    border:1px outset;
    padding-left:1px;
    padding-right:1px;
		font-size: 9px;
}

a.redtxtbutton, a.redtxtbutton:link, a.redtxtbutton:visited{
    background-color:purple;
    color:white;
    border:1px outset;
    padding-left:1px;
    padding-right:1px;
		font-size: 9px;
}

/* The search and login buttons */
input.boton{
	font-size: 11px;
	color: 	#191970;
	font-weight: bold;
	background-color: #DDA0DD;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

/* The delete buttons */
input.redboton{
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-color: red;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
}

h1{
	margin-bottom: 0px;
	font-size: medium;
    font-family: "Bitstream Vera Sans", 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
}
h3{
	font-size: medium;
}

/* Choose more keywords refine bar */
.refine_bar{
	font-size:12px; 
	margin-bottom:10px;
	border: 1px solid mediumpurple; 
	background-color: #f2f2f2; 
	padding: 2px;
	margin-top: 5px;	
}

/* Don't think we actually use this */
.inline-help{
	font-style: italic;	
	color: #999;
	font-size: small;
}	

