#menu
{
	background-color:#F0F0F8;

}

#header
{
	background-color:#F0F0F8;
}

#reader_main
{
	background-color:#ccc;
}

.link
{
	border-bottom:1px solid blue;
	background-color:#AAAAFF;
	opacity: 0.5;
	filter:alpha(opacity=50);	
}

.permalink
{
	background-image:url(/images/16-permalink.png);
	width:16px;
	height:16px;
}

#logo
{
	background-image:url(/images/immateriel_icon.png);
	width:46px;
	height:46px;
}

#nav_first_page
{
	background-image:url(/images/32-default-first.png);
	width:32px;
	height:32px;
}

#nav_previous_page
{
	background-image:url(/images/32-default-previous.png);
	width:32px;
	height:32px;
}

#nav_next_page
{
	background-image:url(/images/32-default-next.png);
	width:32px;
	height:32px;
}

#nav_last_page
{
	background-image:url(/images/32-default-last.png);
	width:32px;
	height:32px;
}


.toc_page
{
	background-image:url(/images/16-default-page.png);
	width:16px;
	height:16px;
}

.toc_more
{
	background-image:url(/images/16-default-plus.png);
	width:16px;
	height:16px;
}

.toc_less
{
	background-image:url(/images/16-default-minus.png);
	width:16px;
	height:16px;
}

.search_more
{
	background-image:url(/images/16-default-plus.png);
	width:16px;
	height:16px;
}

.search_less
{
	background-image:url(/images/16-default-minus.png);
	width:16px;
	height:16px;	
}

.note_more
{
	background-image:url(/images/16-default-plus.png);
	width:16px;
	height:16px;
}

.note_less
{
	background-image:url(/images/16-default-minus.png);
	width:16px;
	height:16px;
}

.note_add
{
	background-image:url(/images/24-note-add.png);
	width:24px;
	height:24px;
}

.note_edit
{
	background-image:url(/images/12-edit.png);
	width:12px;
	height:12px;
}

.note_delete
{
	background-image:url(/images/12-close.png);
	width:12px;
	height:12px;
}

.note_follow
{
	background-image:url(/images/16-follow.png);
	width:16px;
	height:16px;
}

.note_stop_follow
{
	background-image:url(/images/16-stop-follow.png);
	width:16px;
	height:16px;
}

.zoom_cursor
{
	background-color:#ccc;
}

.zoom_selected_cursor
{
	background-color:black;
}

.menu_more
{
	background-image:url(/images/24-default-plus.png);
	width:24px;
	height:24px;
	border:1px solid #aaa;
	background-color:white;
}

.menu_less
{
	background-image:url(/images/16-default-delete.png);
	width:16px;
	height:16px;
	border:1px solid #aaa;
	background-color:white;
	right:3px !important;
}


#book_codex
{
	background-image:url(/images/24-codex.png);
	width:32px;
	height:24px;
}

#book_scroll
{
	background-image:url(/images/24-scroll.png);
	width:24px;
	height:24px;
}

.book_page
{
	background-image:url(/images/loading-img.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}



