.in-this-photo-initial-text { color: gray; font-size: 85% }
.fb-strip				{ font-size: 85%; padding: 0px; text-align: left }
#add-tag-label			{ font-size: 90% }
#add-tag-label span		{ font-weight: bold }
#advanced-search		{ width: 165px; font-size: 80%; margin-top: 3px; margin-bottom: 6px; cursor: pointer }
#advanced-search img	{ vertical-align: text-bottom; padding-right: 2px }
#selectors-group		{ margin-bottom: 3px; font-size: 85%; display: none; }
#add-tag-search-button	{ cursor: pointer; font-weight: bold; background-color: white; padding: 1px; width: 50px; text-align: center; border: 1px solid #ccc }
#add-tag-search-button:hover	{ background-color: #eee }
#member-list-container	{ padding: 1px; height: 200px; overflow: scroll; border: 2px inset #666; width: 95% }
#member-list-container div	{ width: 100% }
#member-list			{ width: 100% }
#member-list td			{ padding: 3px; padding-left: 6px; font-size: 85% }
.member-list-item-hover	{ color: white; background-color: navy !important; cursor: pointer }
.member-list-item-odd	{ background-color: lavender }
.member-list-item-even	{ background-color: whitesmoke }

#member-list th.headerSortUp	{ background-image: url(images/asc.gif) }
#member-list th.headerSortDown	{ background-image: url(images/desc.gif) }
#member-list th {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #ccc;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-right: 1px solid #dad9c7;
} 

#loading-form-top				{ padding-bottom: 3px; font-weight: bold; font-size: 90% }
#loading-form-top img			{ vertical-align: text-bottom }
#image-annotate-edit-form-top	{ padding-bottom: 3px }

.image-annotate-add {
    background-color: #fff;
    border: solid 1px #ccc !important;
    color: #000 !important;
    cursor: pointer;
    display: block;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;    
    height: 18px;
    line-height: 18px;    
    padding: 3px;
    width: 200px;
    text-decoration: none;
}
.image-annotate-add:hover {
    background-color: #eee;
}
.image-annotate-canvas {
    border: solid 0px #ccc;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    position: relative;
}
.image-annotate-view {
    display: none;
    position: relative;
}
.image-annotate-area {
    border: 1px solid #000000;
    position: absolute;
}
.image-annotate-area div {
    border: 2px solid #FFFFFF;
    display: block;
}
.image-annotate-area-hover div {
    border-color: yellow !important;
}
.image-annotate-area-editable {
    cursor: pointer;
}
.image-annotate-area-editable-hover div {
    border: 2px solid #00AD00 !important;
}
.image-annotate-note {
    background: #E7FFE7 none repeat scroll 0 0;
    border: solid 1px #397F39;
    color: #000;
    display: none;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    max-width: 200px;
    padding: 3px 7px;
    position: absolute;
}
.image-annotate-note .actions {
    display: block;
    font-size: 80%;
}
.image-annotate-edit {
    display: none;
}
#image-annotate-edit-form {
    background: #FFFEE3 none repeat scroll 0 0;
    border: 4px solid gray;
    padding: 7px;
    position: absolute;
    margin-top: 8;
    z-index: 1000;
    width: 310px;
}
#image-annotate-edit-form .single-cell {
    padding: 7px;
}
#image-annotate-edit-form form {
    clear: right;
    margin: 0 !important;
    padding: 0;
    z-index: 999;
}
#image-annotate-edit-form .box {
    margin: 0;
}
#image-annotate-edit-form input.form-text, #image-annotate-edit-form #edit-comment-wrapper textarea {
    width: 90%;
}
#image-annotate-edit-form textarea {
    height: 50px;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;    
    width: 248px;
}
#image-annotate-edit-form fieldset {
    background: transparent none repeat scroll 0 0;
}
#image-annotate-edit-form .form-item {
    margin: 0 0 5px;
}
#image-annotate-edit-form .form-button, #image-annotate-edit-form .form-submit {
    margin: 0;
}
#image-annotate-edit-form a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: solid 1px #ccc;
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana, Sans-Serif;
    font-size: 12px;        
    height: 18px;
    line-height: 18px;
    padding: 2px 0 2px 24px;
    margin: 3px 6px 3px 0;
    width: 48px;
}
#image-annotate-edit-form a:hover {
    background-color: #eee;
}
.image-annotate-edit-area {
    border: 2px solid red;
    cursor: move;
    display: block;
    height: 60px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 60px;
}
.image-annotate-edit-area .ui-resizable-handle {
    opacity: 0.8;
}
.image-annotate-edit-ok {
    background-image: url(images/accept.png);
}
.image-annotate-edit-delete {
    background-image: url(images/delete.png);
}
.image-annotate-edit-close {
    background-image: url(images/cross.png);
    float: right !important;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable- autohide .ui-resizable-handle {
    display: block;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-se {
	border: 1px solid red;
	background-color: red;
    cursor: se-resize;
    width: 7px;
    height: 7px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
	border: 1px solid red;
	background-color: red;
    cursor: sw-resize;
    width: 7px;
    height: 7px;
    left: 1px;
    bottom: 1px;
}
.ui-resizable-nw {
	border: 1px solid red;
	background-color: red;
    cursor: nw-resize;
    width: 7px;
    height: 7px;
    left: 1px;
    top: 1px;
}
.ui-resizable-ne {
 	border: 1px solid red;
	background-color: red;
    cursor: ne-resize;
    width: 7px;
    height: 7px;
    right: 1px;
    top: 1px;
}

