
/*
The overall container: always has class="fn-container", and also one of:
container-inactive container-active
*/
.boxhangxom{
	position:absolute;
	width:100px; 
	height:100px; 
	left:0px;
	top:0px;
	padding:0px; 
	color:#006699; 
	font-size:11px;
}

.boxlisthangxom{
	height: 120px;
	width: 144px; 
	overflow: auto;
	border: 1px solid #CCCCCC;
	background-color:#F5F5F5; 	
	padding: 8px; 
	color:#003366;}
.boxlisthangxom .friend {
	float:left;
	width:122px;
	padding-left:2px;
	background:none;
	left:0!important;
	height:auto !important;
	border:none !important;
}
.boxlisthangxom .friend input {
	margin-top:3px;
	margin-right:3px;
	border:none;
	float:left;
}
.boxlisthangxom .friend label {
	float:left;
	width:auto;
	line-height:20px;
}
.btnthoat{background:#006699; color:#FFFFFF; border:1px solid #003366; margin-top:5px; margin-bottom:5px;}

.deltag{color:#006699;}

.fn-container {
 position: relative;
}

.linebox{margin-bottom:5px;}

.fn-container img {
 border-width: 0;
}

.fn-area 
{
	width:100px;	
	position: absolute;
	/*border:none;
	border: 1px solid #D4D82D;*/
	margin:0px;
}

.fn-area-hx, 
.fn-area-hx,
.fn-area-hx div
{	
	/*width:150px !important;*/
	margin:0 !important;
	text-align:left!important;
	height:100px;	
	position: absolute;
	left:100%;
	/*border:none;*/
	/**/
	margin-left:10px;
	padding:0px;background:#FFFFFF; 	
	text-align:left; 
	color:#006699; font-size:11px;
}
.fn-area-hx input {
	border:none;
}
.fn-area-blackborder
{
	border: 0px solid #000;
}

.fn-area-whiteborder
{
	border: 0px solid #FFF;	
}

.fn-area-inner
{
	background-color:#FFF;	
	filter:alpha(opacity=0);	
	opacity:0;
	cursor: pointer;
}


.fn-note 
{
	position: absolute;
	max-width: 102px;
	padding: 0px;
	display:none;
	cursor:default;
	z-index:100;
	margin-right:10px;
}

.fn-note-text
{
	font-size:11px; 
	background-color:#000000;
	color:#FFFFFF; 
	font-weight:bold; 
	border: 0px solid #000000;
	padding: 5px;
	-moz-border-radius: 7px;  /*Non-standard */
}
.fn-note-edit div {
	padding:0;
	margin:0 !important;
	width:102px !important;
	margin-left:-3px !important;
	left:0!important;
}

.fn-note-edit-text,
div.fn-note-edit-text
{
	background:none;		
	border: 0px solid #000000;
	/*padding: 0px;
	-moz-border-radius: 7px;  Non-standard */
	width:102px !important;
	margin:0 !important;
}
.fn-note-edit
{	
	display:none;
	float:left;	
	width:102px !important;
	margin:0 !important;
}
.fn-note-edit textarea
{
	background-color:#F5F5F5;
	border:1px solid #cccacb;
	overflow:visible;
	margin-bottom:0px;
	padding:0;
	height:50px;
	width:100px;
	font-size: 10pt;
	margin:0;
	margin-left:-3px !important;
	float:left;
	color:#003366;
}


.Butt 
{
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	background: #0063DC; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-top-color: #7CBAFF; 
	border-right-color: #2854A7; 
	border-bottom-color: #2854A7; 
	border-left-color: #7CBAFF;
	margin-right:4px;
	margin-top:5px;
	width:40px;

}
.CancelButt 
{ 
	color: #000000; 
	background: #d9d9d5; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-top-color: #fff; 
	border-right-color: #b6aeb3; 
	border-bottom-color: #b6aeb3; 
	border-left-color: #fff; 
	font: 12px Arial, Helvetica, sans-serif; 	
	width:40px;
	margin-right:4px;
}
.DeleteButt { color: #000000; background: #DCE0E6; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #F5F6F7; border-right-color: #BFB7BC; border-bottom-color: #BFB7BC; border-left-color: #F5F6F7; font: 12px Arial, Helvetica, sans-serif;}



/* Note drag/resize UI */

.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background:none;
 border: 0px 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;
}
