

/*
popup div
*/

.imageFrame_{
	border: 1px solid #566363;
	background: #8E9EA6;
	padding: 6px;
}


.note_title_he{
	background: #6A7E82 ;
	color: White;	
	padding:1px 0px 1px 1px;

	border-top		:1px solid #445757; 
	border-left		:1px solid #445757; 
	border-right	:1px solid #445757; 
	
	cursor: move;
		
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:1;		
}


.note_title_bo{
	background:#6A7E82; 
	border-bottom	:1px solid #445757; 
	border-left		:1px solid #445757; 
	border-right	:1px solid #445757; 
	
	padding:2px;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;		
}


.hoverbox {
	border:1px solid #000; 
	background:#333333; 
	padding:2px;

	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;	 		
}

a.hoverbox_member{
	background: url('../../images/arrow2.gif') no-repeat 1px top; 
	padding:0px 5px 1px 17px;
	text-decoration: underline;
	color: #FFF;
	cursor: pointer;
}
a.hoverbox_member:hover{color: #FFF;}


a.memberpointer_online{
	background: url('../../images/arrow_g.gif') no-repeat 1px top; 
	padding:0px 5px 1px 17px;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
}
a.memberpointer_online:hover{color: #FFF;}

a.memberpointer_offline{
	background:url('../../images/arrow_r.gif') no-repeat 1px top; 
	padding:0px 5px 1px 17px;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
}
a.memberpointer_offline:hover{color: #FFF;}


.hint
{
	color:#000; 
	border: 1px solid #767676;
	padding: 1px;
	font-size: 10px;
	background-color: #FFFFB9;
}








div.note_title{
	padding:0px 5px 1px 0px;
   background: #000;

	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;		
}

a.memberpointer{
	background:url('../../images/arrow2.gif') no-repeat 1px top; 
	padding-left:17px;
	color: White;
	cursor: pointer;
}
a.memberpointer:hover{color: White;}






/*
The overall container: always has class="fn-container", and also one of:
container-inactive container-active
*/
.fn-member-link {
	position: absolute;
	display: block;
	z-index:5000;
}

.fn-container {
 position: relative;
}

.fn-container img {
 border-width: 0;
}

.fn-area 
{
	position: absolute;
	border:none;
	margin:1px;
}

.fn-area-blackborder
{
	border:none;
}

.fn-area-whiteborder
{
	border:none;
}



.fn-area-inner
{
	background-color: #FEFF57;
	border: 1px solid #000000;
	cursor: move;
	margin:0px;

	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;	 		
}

.fn-area-inner-over
{
	background-color: #FF8000;
	border: 1px solid #000000;
	cursor: move;
	margin:0px;

	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}


.fn-note 
{
	position: absolute;
	max-width: 200px;
	padding: 5px;
	display:none;
	cursor:default;
	z-index:5000;
}

.fn-note-text
{
	background-color: #6A7E82;
	border: 1px solid #445757;
	color: #fff;
	padding: 5px;

	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;	
}

.fn-note-edit-text
{
	background-color: White;
	border: 1px solid #445757;
	color: #445757;
	padding: 5px;
	
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;	
}
.fn-note-edit
{
	display:none;
}

.fn-note-edit TEXTAREA
{
	background-color:White;
	border:0;
	overflow:visible;
	margin-bottom:10px;
	padding:0;
	width:180px;
	font-size: 10pt;
	margin:0;
}


.Butt 
{
	color: #FFFFFF; 
	background: #617778; 
	border: 1px solid #445757;
	font: bold 11px Arial, Helvetica, sans-serif; 
	
	cursor: pointer;
	
	margin-right:4px;
	margin-top:5px;
	
	padding: 1px 8px 1px 8px;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;			
}


.CancelButt 
{ 
	color: #FFFFFF; 
	background: #617778; 
	border: 1px solid #445757; 
	font: bold 11px Arial, Helvetica, sans-serif; 
	
	cursor: pointer;
	
	margin-right:4px;

	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;			
}

.DeleteButt {	
	color: #FFFFFF; 
	background: #617778; 
	border: 1px solid #445757; 
	font: bold 11px Arial, Helvetica, sans-serif; 
	
	cursor: pointer;
	
	margin-right:4px;

	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;			
}



/* Note drag/resize UI */

.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: white;
 border: 1px solid black;
}

.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}



