.spin {
    background-image: url(images/spin.gif);
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 110;
	display:none;
}


.verse_popup_title {
    font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    line-height: 20px;
    background-color: #C0C0C0;
    color: black;
    cursor:move;
}

.verse_button_sticky {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.verse_button_sticky_off {
    background-image:url(images/pin.png);
	background-repeat:no-repeat;
}

.verse_button_sticky_on {
    background-image:url(images/pinUp.png);
	background-repeat:no-repeat;
}

.verse_button_close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    background-image: url(images/closePopup.png);
	background-repeat:no-repeat;
    cursor: pointer;
}

.verse_button_big {
	position: absolute;
    top: 4px;
    right: 40px;
    width: 12px;
    height: 12px;
    cursor: pointer;
	background-image:url(images/font_large.gif);
	background-repeat:no-repeat;
}

.verse_button_small {
	position: absolute;
    top: 4px;
    right: 52px;
    width: 12px;
    height: 12px;
    cursor: pointer;
	background-image:url(images/font_small.gif);
	background-repeat:no-repeat;
}

.verse_popup_context {
    font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
	position: absolute;
    top: 150px;
    left: 0px;
    height: 35px;
    background-color: #EEEEEE;
    color: black;
    width: 400px;
}


/* JQuery Verses */

.verse_popup {
    position: absolute;
    height: 150px;
    width: 400px;
    background-color: #B9FFB9;
    z-index: 90;
    line-height: 16px;
}


.verse_sticky  {
    background-color: #CCFFCC;
}

.verse_popup_in {
    position: absolute;
    font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
    top: 20px;
    left: 0px;
    height: 130px;
    width: 400px;
    overflow: auto;
}

.verse_content p {
	padding: 0 0.5em;
	margin: 0px;	
}

.list_content p{
    font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	padding: 0em 0.5em;
	margin: 0px;
}

.verse_context  {
    background-color: #EEEEEE;
    display: table-cell;
    vertical-align: middle;
}

.verse_trigger {
    cursor: pointer;
}