.annotatedselection {
	border-bottom:1px solid black;
}

.selectednote {
	border: 2px solid #0CC;	
	background-color: white;
	color: #0CC;
	text-decoration: underline;
}

.selectedarticle {
	border: 2px solid #0CC;	
}

.selecteditem
{
	background-color:#3C9;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.selectedannotation
{
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

.selectedbox {
	border:1px solid grey;
}
	
.back_teal {
background-color:teal;
}

.back_yellow {
background-color:yellow;
}

.back_blue {
background-color:blue;
}

.back_fuchsia {
background-color:fuchsia;
}

.back_green {
background-color:green;
}

.back_lime {
background-color:lime;
}

.back_maroon {
background-color:maroon;
}

.back_navy {
background-color:navy;
}

.back_olive {
background-color:olive;
}

.back_orange {
background-color:orange;
}

.back_purple {
background-color:purple;
}

.founditem
{
	background-color:#F00;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
.selecthelper
{
	background-color: #000;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
.serializer
{
	clear: both;
	margin: 20px 0;
}
.serializer a
{
	color: #33f;
}
.serializer a:hover
{
	color: #FF6600;
}

	div.thumbs {
	position:relative;
	float:left;
	background-repeat: no-repeat;
	background-color: transparent; 
	}
	
	div.thumb {
	position:relative;
	background-repeat: no-repeat;
	background-color: transparent; 
	margin: 10px;
	
	width: 125px;
	
	}
	
	div.thumbsel {
	border: solid 1px #0CC;
	}

	div.page {
	position:relative;
	float:left;
	background-repeat: no-repeat;
	background-color: transparent; 
	margin: 10px;
	}
	
	div.wordbox {
	position:absolute;
    cursor: text;
	}
	
	div.word {
	opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      filter: alpha(opacity=0);
	}
	
    .selection-highlight {
      opacity: 0.40;
      -moz-opacity: 0.40;
      -khtml-opacity: 0.40;
      filter: alpha(opacity=40);
      background-color: #28F;
    }