.pane { 
	layout: block; 
	width: 222px; 
	float: left; 
	/*border: 1px solid #cde;*/
	/* Min-height: */
	min-height: 120px;
	padding-bottom:100px !important;
	height: auto !important; 
	/*height: 800px;*/
	padding: 0px;
}

.cluster.dragging  {
	
	overflow: hidden !important;
	height:50px!important;
	filter:alpha(opacity=50);
	opacity: .5;
	-moz-opacity:.5;
}

.link.dragging  {
	/*width:190px !important;*/
	overflow: hidden !important;
	background-color:#C6DEFF;
	filter:alpha(opacity=50);
	opacity: .5;
	-moz-opacity:.5;
}

.dragging .header  {
	overflow: hidden !important;
}
.dragging .iconListing  {
	display:none !important;
	overflow: hidden !important;
}
.dragging .clusterNameGreen  {
	overflow: hidden !important;
}
.dragging .all_clusters_0  {
	height:90px !important;
	width:100px !important;
	overflow: hidden !important;
	border:1px solid red !important;
	display:none !important;
}

.dragging .all_clusters_1  {
	height:90px !important;
	width:100px !important;
	overflow: hidden !important;
	border:1px solid red !important;
	display:none !important;
}
.dragging .listContentBottom  {
	overflow: hidden !important;
}

.dragging .selected {
	display: block !important;
	font-size: 12px; 
	vertical-align:middle !important;
	text-align:center !important;
	padding: 0px !important;
}

.dragging .selected td {
	height:100px;
	color:#777a86; font-weight:bold;
	text-align: center;
	}
	
.dragging .header {
	/* display: none !important; */
}

.cluster { 
	layout: block; 
	padding: 0px; float: top; 
	cursor: move; 
	margin-bottom: 0px;
	width: 220px ;
	height:auto;
	display:block;
	float:left;
	padding-bottom:10px;
	/*background-image:url(/images/listContentMiddle_03.gif);
	background-repeat:repeat-y;*/
	}
	
.cluster_edit {
	width: 100% !important;
	height:200px !important;
	overflow:auto;
}
.cluster-ui-selected {
	background-color: #E6F7D4; 

	width:100%;
	height:100px;
}
.ui-selected { 
	background-color: #E6F7D4; 
	text-decoration:none;
	margin-bottom: 15px;margin-left:10px; margin-right:10px;
}

.cluster div {
	font-family: Arial; 
}
.cluster .header {
	float: left;
	width: 219;
}
/* this determines the favicon display! */
.cluster .link {
	float: left;
	height: auto;
	width:193px;
	border-top:1px solid #D7D9D8;
	margin-left:15px;
	padding-top:5px;
	padding-left:0px !important;
	padding-bottom:5px;	
}
.cluster .arrow {
	float: right;
}

.cluster a:link {
	text-decoration: none;
	color: #000000;
}

.cluster a:visited {
	text-decoration: none;
	color: #000000;
}

.cluster a:hover {
	text-decoration: underline;
	color: #000000;
}
/*
.link .notestip {
	padding: 0px;
	margin: 0px;
	background:url(../img/notesm_gray.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat; 
	
}
.link .notestip:hover {
	background:url(../img/notesm_color.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat; 
}

.link .notestip a {
	padding-right: 12px;	
}
*/
.link span {
	width: 13px;
	height: 13px;
	float: right;
	background:url(../img/greyClip.png) no-repeat scroll 0 0;
	cursor:pointer;
	margin:5px;
}

.link span:hover {
	background:url(../img/orangeClip.png) no-repeat scroll 0 0;
	cursor:pointer;
}

.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	width: 158px; 		
    border:3px solid #FED501;
    color:#000000;
    background-color: #FFFABE;
    float:left;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;  
    padding:5px;   
}


#myMenu {
background:#FFF;
border:1px solid #444;
display:none;
width:150px;
}

#myMenu ul, #myMenu ul * {
padding:0;
margin:0;
}

#myMenu ul li{
list-style:none;
border:1px solid #444;
padding: 5px;
display:block;
}

#myMenu ul li:hover{
background:#666;
color:#FFF;
}

#myMenu ul li:hover span{
color:#FFF;
}

#myMenu li:hover a{
color:#FFF;
}

#myMenu a{
color:#000;
font:11px Tahoma;
font-weight:bold;
text-decoration:none;
}
.linkDiv {
margin-left:25px;
margin-top:200px;
display:none;
position:absolute;
width:74%;
height:auto;
background-color:#eeeeee;
padding:5px;
border:1px solid #CCCCCC;
}

.displayBlock {
display:block;
}

.displayNone {
display:none;
}

.editLinkDiv {
position:absolute;
}
	
.feedback {
    width:315px;
    _width:335px;
    height:auto;
   
    top:130px;
    position:fixed;
    float:right !important;
    _position:absolute;
}
.feedback_content {
    background:#FFFFFF;
    width:287px;
    height:225px;
    overflow:visible;
    border:solid 1px #ECECD8;
    overflow-y: scroll;
} 
.feedback img {
    cursor:pointer;
}                     
.feedback span {
    /*float:left;*/
    /*margin-right:10px;*/
    /*margin-top:10px;*/
    clear:both;
    margin:0 0 0 15px;
    font-size:13px;
}
.feedback textarea {
    width:249px;
    height:97px;
    margin-left:0;
    /*border:solid 1px #095C7D;*/
    background:url(../images2/text-area_bg.gif);
    border:0;
    padding:3px;
}
.feedback_submit {
    clear:both;
    margin-top:15px;
    /*margin-left:15px;*/
    background:url(../images2/submit.gif);
    width:91px;
    height:23px;
    border:0;
    float:left;
    cursor:pointer;
}
#submitId .submit {
	float:left;
	width: 50px;
}	


.trashFeedback {
	height:70px !important;
	margin-top:-42px !important;
}

.trashImage{
	background-image:url(/images/bottomTrash_over.gif);
}

#linkUrlError {
	color:red;
	padding-left:10px;
}

.lockImage{
	padding-bottom:30px;
	display:block;
}
.showPublic{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; font-weight:bold;
	text-decoration:none;
	color:#474e5a;
}
.passcode {
	color: #999999;
}

.blackPasscode {
	color: #000000;
}
.autocomplete_live {
    background:#F0F0F0 none repeat scroll 0%;
    clear:both;
    cursor:pointer;
    display:block;
    margin:0px;
    padding:0px;
    z-index:9999;
}

.autocomplete_live ul {
    clear:both;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:absolute;
    width:100%;
}

.autocomplete_live li {
    background:#F0F0F0 none repeat scroll 0%;
    border-bottom:1px solid #C0C0C0;
    display:block;
    height:25px;
    list-style-type:none;
    margin:0px;
    padding:0px;
} 

.warningMessageDiv {
	background: #FFEE76;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: middle;
	height: auto;
}

.warningMessageText {
	padding: 0px;
	text-align: left;
	color: #000;
	padding-left: 8px;
	vertical-align: middle;
	font-weight: bold;
}

div#niftyWarningMessage {
	margin: 0 5%;
	/*background: #FFEE76;*/
}

div#headWarningMessage {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	float: left;
	height: 11px;
}

div#headWarningMessage .menutext {
	float: left;
	margin: -2px;
	padding-left: 5px;
	font-weight: bold;
}

b.rtopWarningMessage,b.rbottomWarningMessage {
	display: block;
	background: transparent;
}

b.rtopWarningMessage b,b.rbottomWarningMessage b {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #FFEE76;
}

b.r1WarningMessage {
	margin: 0 5px;
}

b.r2WarningMessage {
	margin: 0 3px;
}

b.r3WarningMessage {
	margin: 0 2px;
}

b.rtopWarningMessage b.r4WarningMessage,b.rbottomWarningMessage b.r4WarningMessage
	{
	margin: 0 1px;
	height: 2px
}

.notificationMessageWarning {
	display: none;
}

.saveSuccessMessage {
	width: 200px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.saveSuccessDiv {
	position: absolute;
	text-align: center;
	width: 99%;
	display: none;
}